Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to allow edit the attribute e.g. color, size when checkout in PrestaShop?

I am creating an ecommerce shop using PrestaShop.

When the user is in checkout:

enter image description here

Are there any module / modification can achieve allow the user select another attribute e.g. color, size during checkout?

like image 661
user782104 Avatar asked Oct 30 '15 10:10

user782104


1 Answers

I quickly found this:

  • PrestaShop Checkout Custom Fields "used to add custom fields such as Text Area, Text field, date, multi-select, yes/no, dropdown, message only, checkbox and radio buttons on checkout pages".
  • PrestaShop Order Attributes Addon. "This FMM custom checkout attributes module creates tabs on order page."
  • FME modules: Custom fields "Add new fields on PrestaShop checkout page easily by using FMM custom checkout attributes module."

(I don't have any experience with using these.)

like image 159
kqw Avatar answered Oct 13 '22 13:10

kqw