[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] ship country ?- tax?
I need to change the defults for country: USA, canada, other
I want the page that has all the countries to be the defualt (instead of having to click other and waiting 2 seconds)
Also, my sales tax doen't work quite right (by country).
I there a way to make it calculate seperatly like the TOTAL price.
I.e.
from database: MTAXno(colum)=MTAXno(colum) + PRICE (colum) * MTAX(colum)
sample:
MTAXno(colum)=01
PRICE (colum)=100.00
MTAX(colum)=0.10
01=01 + ( 100.00 * 0.10)
MTAXno(colum)=03
PRICE (colum)=100.00
MTAX(colum)=0.15
03=03+ ( 100.00 * 0.15
Then print then print Tax 01-(0.10)...<br>Tax 02-(0.12)...<br>Tax 03-(0.15)...
That way one could dozens of different tax rates, and each would be itemized on the receipt
TOTALPrice=TOTALPrice + (all the taxes caculated)
Ken
>
>Unix version of an Outlook-style virus:
>It works on the honor system. Please forward this message to everyone
>you know, and delete a bunch of your files at random.
_______________________________________________
Interchange-users mailing list
Interchange-users@lists.akopia.com
http://lists.akopia.com/mailman/listinfo/interchange-users