Hello everyone,
i'm have to migrte an ecommerce from opencart to prestashop.
i need to have a checkbox attribute for some products so that I can allow users to select each attribute and add to cart this product with this specific configuration. Each attribute value have a specific price so the final price is the sum of each attribute selected.
eg.
product "collection 2022" with price zero, attribute "sticker number"-> attribute value:
sticker 1, price 0.50
sticker 2 price 0.25
sticker 3 price 0.25
etc unitl sticker 700 or more
how can i manage this feature? actually i saw that the only attribute type available is select/radio/color
any suggestion?