fabrizio.brignone Posted October 18, 2014 Share Posted October 18, 2014 Hi, i use default-bootstrap theme and i want to remove the register/login step. To do this i want to know two thing: how can i move between the step 1 to step 3 where the controller/module check the logged situation of the user Thanks Link to comment Share on other sites More sharing options...
PascalVG Posted October 19, 2014 Share Posted October 19, 2014 To do this, you need to change the whole structure of PrestaShop. An order is connected to a customer, an address is connected to a customer, shipping method is connected to address, payment method may need a customer id (paypal etc) etc. First think how you would fix those "connections"/dependencies before starting this. How do you find back the customer to know if he/she has paid, where to send it, etc. etc. Just my thoughts, pascal. 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