New to PHP and am trying to find a place that will show me the code I need for my project. Setting up a simple shopping page for a client. There ae 10 items availbale for purchase. Each item has a series of options, which are all priced differently and dependant on one another.
Example: User wants to buy Item A, and then has up to three categories of options (all options are checkboxes. Each category has as many as 5 options. The price of Item A depends on the combination of the options the user has selected. So there could be up to 125 possible prices for Item A (5x5x5).
anothe example can be seen at:
http://dev.baggiaprinting.com/stonehill/
I'm looking to be able to display the price of each item a user selects (once all the options have been selected), and then show the total at the bottom of the page.
So it's somewhat of an "addition" script, but each item that is to be added has a variety of possible prices.
Would appreciate any help.
p