innovations2
Programmer
What would be the best way to design a table for flat rate shipping based on order total value?
The shipping rates would be something like this:
From $1-20.00 = $3.50; $20.01-50.00 = 5.95; $50.01-75.00 = $7.95 etc. etc.
I am designing an eCommerce website and I need to create some tables in my database for shipping and taxes. I think I have the taxes figured out, but not the shipping. As you can see above, I need the shipping rate to be based on the order total.
Thanks for you help!
-Aaron
The shipping rates would be something like this:
From $1-20.00 = $3.50; $20.01-50.00 = 5.95; $50.01-75.00 = $7.95 etc. etc.
I am designing an eCommerce website and I need to create some tables in my database for shipping and taxes. I think I have the taxes figured out, but not the shipping. As you can see above, I need the shipping rate to be based on the order total.
Thanks for you help!
-Aaron