Hi everyone! I'm developing complicated project. It's a e-shop which has 7 different types of products. Each type has different quantity of options (attributes). The price for the product is generated with the combination of chosen options by user ( For example, product type Bed has Size, color, material etc. The price depends on the combination of these options.) The general question is: can I make it without attributes? I've created own back-end module to build price combinations for each type of product. Therefore I've got new tables for each type of product, with selling price and auction price.
Sun, 11/06/2011 - 05:57
