Hi Olaf,
I use the db_cart_example_btn_only.php but when i insert a new row i don't get the message $msg[11] = "Added the product to your cart."; from the db_cart_class.php. The row is inserted in the database but i dont get the message.
I have this in the db_cart_example_btn_only.php: <p style="color:#FF0000;margin:10px 0;"><?php echo $myCart->error; ?></p> With this i should get the message right?
Even when using your db_cart class without modifications it doesn't show message 11.
Any idea how to solve this?
Thank you