How to add a list with different product sizes in opencart?

I need to make an online store with opencart.

The person on whom I make this site wants to sell cooking pots of different sizes.

therefore, if you click on a product, there should be a list with different sizes of kitchen cans and different prizes.

Is it possible?

many thanks!

+4
source share
1 answer

This, of course, is possible :-)

All you have to do is set the product parameters. In the Opencart administrator, go to the Catalog tab and select the Options item. Crete option, call it Pan sizes and select a form field for it - whether there will be switches or select OK for it. After saving, you will need to add the values โ€‹โ€‹of the Pan sizes parameter - here you can set all possible sizes of pans. When you are finished you can assign this option and set specific size parameters in the product details โ†’ open the desired product, select the Options tab and add the option - Pan sizes . Then add all the relevant size parameters and adjust the number of pieces, the price that is added or subtracted, as well as other parameters and click "Save" at the end.

You have to do.

+7
source

Source: https://habr.com/ru/post/1501431/


All Articles