Jump to content

Quantity per sizes attributes


Marik

Recommended Posts

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!

Capture.PNG

Link to comment
Share on other sites

  • 3 weeks later...

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 by musicmaster (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...