Oliver M Grech
Oliver M Grech

Reputation: 3171

PrestaShop Product Combinations

Is there a way to create Product "Combinations" with Categories instead of attributes? Either from the backend or programmatically?

I have a wine database and the same bottle can be sold by two different "categories" but price may differ.

A wine seller will be stored as a "Category" to cater for my website's needs.

Upvotes: 0

Views: 1534

Answers (3)

Alex
Alex

Reputation: 51

Category Product Combinations. Free prestashop module. Maybe this will help. ))

Upvotes: 0

dh42
dh42

Reputation: 38

Depending on what you are trying to do, you can customize the view and pricing by customer groups. To give you the best advice I would need to know what exactly you are trying to accomplish on the front end.

Upvotes: 0

SJousse
SJousse

Reputation: 711

The easy way for you is to keep combinations based on attributes, and use the layered block instead of categories block. You can also create a custom categories block with your wine seller attribute.

I discouraged you to modify the combinations logic, it's too complex and will not be update proof.

Upvotes: 1

Related Questions