KaukazPL Posted May 9, 2011 Share Posted May 9, 2011 Hi, at the beginning I ‘want to apologize for my English. I want to add to a new column in ps_order table an information from selection field which I made in the “getting addres” step during ordering a products (order.php?step=1). I noticted that the new row appear in the ps_order table after confirming a new order. Is there a way to pass the value from step=1 to the end and to insert it into the table. Could someone tell me where is the insert function for ps_order table. ? 1 Link to comment Share on other sites More sharing options...
PSBlog Posted November 6, 2017 Share Posted November 6, 2017 Hi! You can store any value into a cookie and then use it anywhere. Take a look at: http://doc.prestashop.com/display/PS16/Managing+Cookies The "insert" function (add) is located into "classes/order/Order.php" but maybe is not like the way you are wondering. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now