dadamssg87 Posted September 27, 2011 Share Posted September 27, 2011 I'm building a cart application and what i'm selling has different taxes associated with it. I want to keep track of the amount of the different taxes. I think i've decided to store each item individually in my db table with a hash to correlate it with a transaction. This way i can keep track of how many of a certain item has been purchased, how much of each tax i owe, etc. I'm trying to wrap my head around gift card and coupons. How should i go about reflecting usage of a gift card/coupon on the items? Say there are 3 items in the cart all priced at $5.00. I have a gift card for $2.75. I can't just subtract $2.75 from the grand total. Then i wouldn't be able to track the taxes and true prices of the items. Suggestions? Link to comment https://forums.phpfreaks.com/topic/247989-help-with-storing-items-upon-checkout/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.