Jump to content

How to add column on Prestashop cart product summary from a module?


Recommended Posts

I need a method for modifying the cart product summary page from inside a Prestashop (1.6) module.

Basically I want a new column with a select box for each product, and after the client clicks the Proceed to Checkout button I want to fetch the option selected for each product.

 

I'm attaching a image of how I imagined this would look. 

 

Thank you,

Ann@

post-802749-0-02891600-1401551449_thumb.jpg

Link to comment
Share on other sites

  • 2 weeks later...

so it's more complicated. in addition, in what table? order? some table related to products? it will be necessary to change also back office to display this field somewhere. It's attribute? or what?

 

in this case it's necessary to modify controller, and add some js scripts to handle changes in the cart and to handle ajax requests

 

i think that for this kind of job is necessary to hire some dev...

Link to comment
Share on other sites

×
×
  • Create New...