Jump to content

Add customizable field to product when added to cart


nanogioia

Recommended Posts

Hello! I would like to know how can I add a customizable field to each product in order to allow the user to add any comment they want to add about each product they add to the cart so I can see this commentaries in the back office in the details of the order. There is something similar to do this, when you add a product in the backoffice but it has to be done one by one in each product and this is just impossible to do in a store with many products! My idea is to add a new field in the database like quantity in product_cart or product_sale but I dont know exactly how to do this.

 

Thanks very much

Link to comment
Share on other sites

i think a way would be to write a module, which generates a form with a textbox for comment on each product. and hook it to displayshoppingcart to show it. then when the user enters comments, save them to the custom field you create in the orders table.. just one way to go..

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...