Marik Posted September 24, 2018 Share Posted September 24, 2018 Hi, I am trying to implement the following functionality: In product page I need to add a quantity input for every size the product have. I have been looking for tutorials but I have not found something which can help me. Also I bought a module AttributeGrid but it does not do what I need. I need to add this feature globally, I mean besides the product page, these attributes will appear in a custom page from my controller (a kind of product customizator) . To understand me better I will attach a photo with the design. I do not need the entire code, the steps required to achive this feature are more then good, something from where I can start.I'm pretty begginer with Prestashop. Thank you! Link to comment Share on other sites More sharing options...
Marik Posted October 9, 2018 Author Share Posted October 9, 2018 Any ideas? Link to comment Share on other sites More sharing options...
musicmaster Posted October 10, 2018 Share Posted October 10, 2018 (edited) What you want is basically is submitting 6 different products as each combination becomes its own order line. There are some modules for that and I build something for my own site for 1.6. But it is not simple. Prestashop is designed that you add one product at a time. So you need to build some form that submits more than one product combination and you need to have a script that processes it. An alternative is to use javascript. That submits then one product combination at a time. Edited October 10, 2018 by musicmaster (see edit history) 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