Hi Andreas... Thanks for all your previous help...
Now I have a new problem... When I use the search field to find some items, I get a list. Then I try to buy one of the items in the list and I get this messagge:
Warning: Missing argument 6 for add_item() in /docroot/mysql/phpayv2.02/cart.php on line 3
As you can supouse, I have no idea about what it means... How can I fix it?
Thank you very much...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Andreas... Thanks for all your previous help...
Now I have a new problem... When I use the search field to find some items, I get a list. Then I try to buy one of the items in the list and I get this messagge:
Warning: Missing argument 6 for add_item() in /docroot/mysql/phpayv2.02/cart.php on line 3
As you can supouse, I have no idea about what it means... How can I fix it?
Thank you very much...
Forgot somethinng ;-)
Insert in line 4 of search.php $color, between '$size,' and '$maxitem'
Greetings,
Andreas.
if($add) { $cart->add_item($sess,$add,$menge,$size,$color,$max_item); }