PrestaShop Forum

The best place in the world to ask questions about PrestaShop and get advice from our passionate community!

PrestaShop Forum

Jump to content

 

Different size of products and different price

2 replies to this topic
#1
dadulik

    PrestaShop Newbie

  • Members
  • Pip
  • 10 posts
Hi,

I'm trying to create a shop for perfumes and I don't want to add the same perfume more times just for different sizes and prices (30ml, 50ml, 100ml - obviously different prices with each size). I would like to have it everything on the same perfume page (picture, entry), where people can chose that 30ml is for 10 eur, 50ml is for 15 eur, 100ml is for 25 eur. Could someone advise me how to do this?
Thanks.

#2
rocky

    PrestaShop Superstar

  • US Moderators
  • 9988 posts
You can do this using attributes. Go to Catalog > Attributes and Groups, add an attribute group called "Size" and add attributes "30mL", "50mL" and "100mL", then go to "3. Combinations" tab on the product page, click Product Combinations Generator (at the bottom in v1.1), select the three attributes you added, click Add, enter the price differences for each attribute, click Generate and then Back to Product.

See the wiki for more information.
Check out Nethercott Constructions for PrestaShop guides and modules. Like us on Facebook for news updates.

#3
dadulik

    PrestaShop Newbie

  • Members
  • Pip
  • 10 posts
Thank you so much!!!