Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

aloha tips question

Status
Not open for further replies.

SonyRed

Technical User
Apr 12, 2006
1
US
On my servers' checkout there is a spot that lists the different credit card tips and then a total of cc tips under that. I am wondering if there is a way to add 2 lines under that, one that shows what 10% of that total would be and another that shows what 15% of that total would be. Any help is greatly appreciated.
 
Yes, you can.
Create a file called:
Checkout.cfg
in the DATA folder on the server.

Put in it something like this:

[Default]
<FILL(=)>
10 Percent of Non-Cash Tips: <RIGHT> <VAL(4:$TIPS*.10)>
15 Percent of Non-Cash Tips: <RIGHT> <VAL(4:$TIPS*.15)>
<FILL(=)>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top