I have an E-commerce web page and want to have promotion code for people to get discounts, how do i do this?
I use pay pal merchant services and I want to add a promotion code slot for people that have the promotion code to get discounts, how would I go about setting this up?
















That depends. I used pay pal only to finalize the transaction. All my figuring ran off my code on my web page. I set up a few promotional, some friend discounts and such by setting up a table in a database that would tell me if the discount was a percent or a flat rate and then how much…
like:
myPromoCode Percent 10
myOtherPromo Flat 5.00