mikhako Posted March 14, 2007 Posted March 14, 2007 Hello, all! I have some question about how to implement next problem. There is a shop. Each product has different attributes with multiple values. Price depends on these attributes, but description, name of product - doesn't. SKU's of one product with different attributes are different. What is the best solution? How to avoid the problem of showing one product several times? How to keep store for multi-attribute products? For example: there is product A, with white color, green, and of size 1 and 2. So, there is 4 choises: White product A of size 1: 13 pcs at store, White product A of size 2: 2 pcs at store, Green product A of size 1: 10 pcs at store, Green product A of size 2: 3 pcs at store If I am using different products for each option, there is problem with several shows of one product in catalog. If I am using one product, there is problem with store and price. How to implement solution for this? Thanks! With best regards, Mikhail
Recommended Posts
Archived
This topic is now archived and is closed to further replies.