I have products that come in different sizes, each at a different price:
3201 Plate - 10.01, 3202 Plate - 11.18, 3203 Plate - 11.60, 3204 Plate - 12.01
First, I create a "fake" base product: 320 Plates. I then marked the actual products as "hidden". Using a Kit, I added each real product as an option of the "fake" product using a radio button list.
This works best for my customers as they can see all size options and prices on one product page. All they have to do is click the correct radio button and add to cart.
320 Plates - Select Size
- 3201 - 10.01
3202 - 11.18
3203 - 11.60
3204 - 12.01
One solution (a bad one) is to make the real product's price add to the base price.
3201 +0
3201 +1.17
etc
This would cause us nightmares when it comes time to update pricing. We'd always be calculating the difference between base price and the prices of the different sizes. Not a good idea if you have several thousand items to update.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
So I'm forced to scrap that idea completely and start over. Although it stinks from a customer's perspective, I decided to add a new category called 320 Plates. The idea being to simply list each real product individually under this category. I've only shown 4 sizes in this example, but my products really have about 12. It makes your eyes haze over seeing 12 nearly identical products displayed on a page, but as my only option I decided to proceed.
My troubles were only starting. After creating the new category, I reassigned the real products to this new category. Pretty easy, just click the check boxes shown in the wireframe that appears when you click the "Categories" button in product edit.
Then I decided to view my new creation Live. No new sub-category 320 Plates appeared. It just vanished into thin air. I went back to "Browse" my catalog in Admin and everything was gone. No new sub-category and no products. I don't know what happed to the products, they're just gone. Seems you can only go 1 level deep in AC7 when it comes to categories. Now I'm really SOL.