Hi,
I wanna learn how the shop is working (Simple shopping tutorial - I was searching & I just couldn't find. I saw the one from Evert, but... I wanna lern it with external db files) in the basic pure php. Let's say a cart withouth a database (Don't wish to complicate it too much cause I'm new in this magical world) that would do simple things like those with options in the static html files & would use php for calculating.
Let's say like this (you have product that costs 100 & if you choose to upgrade it would cost... depens from the options you select):
<select name="item_add_this_option1">
<option value="Add first plus" selected>Add first plus
<OPTION value="RHL 222|80.00|0.00|">RHL 222 + Lit 80
<OPTION value="RHL 333|50.00|0.00|">RHL 333 + Lit 50
</select><br>
<select name="item_add_this_option2">
<option value="Add first plus" selected>Add second plus
<OPTION value="ZND 999|80.00|0.00|">ZND 999 + Lit 80
</select><br>
<select name="item_add_this_option3">
<option value="Add third plus" selected>Add third plus
<OPTION value="COM 555|80.00|0.00|">COM 555 + Lit 80
<OPTION value="COM 222|50.00|0.00|">COM 222 + Lit 50
</select>
I'm loking for a stuff like that for months (since dec. 2000) & I just can't find a tutorial like that. Any idea where I could learn to do something like that?!! Without a Database, please. I saw a lot of examples with a db,... & none without a db. Where can I find that?!! The whole example would be fine too. ;-)))
Thank you most kindly.
Regards.
-Gord