Page 1 of 1

Add to cart buttons

Posted: Thu Jun 25, 2020 2:37 am
by steve SJ
I'm new to open cart can someone help with the code to add to cart button without having products in a data base. I want a simple website that can just add products to the cart
Regards Steve

Re: Add to cart buttons

Posted: Thu Jun 25, 2020 8:58 am
by Cue4cheap
So you want to add a product to the cart that you have not added to the database??
That isn't how it works....
Mike

Re: Add to cart buttons

Posted: Thu Jun 25, 2020 9:16 am
by straightlight
steve SJ wrote:
Thu Jun 25, 2020 2:37 am
I'm new to open cart can someone help with the code to add to cart button without having products in a data base. I want a simple website that can just add products to the cart
Regards Steve
Older OC versions use to do this in the past. However, the database version to handle products into the cart is more secured than what it used to be in the past. Therefore, I would not suggest the use of session super global to store products.

Re: Add to cart buttons

Posted: Thu Jun 25, 2020 6:47 pm
by paulfeakins
steve SJ wrote:
Thu Jun 25, 2020 2:37 am
I'm new to open cart can someone help with the code to add to cart button without having products in a data base. I want a simple website that can just add products to the cart
Why?