I am currently working in Multi-Store Single Database (Engine Mode 2) with shared customers and products. For 99.7% of the time this model is perfect for what I need but is there a way to allow for exception cases where a product has different prices in two different stores? How about applying specials just to certain stores??
Thanks,
John
You should use catalog prices and have a catalog for each store. In this way each store can have its own prices.
Thanks, Ryan. I'll take a look at catalog pricing. Can I use the non-catalog pricing for the 99.7% and then just add the catalog pricing for the ones that need to be different? Or can I have 1 catalog for the 99.7% (100 stores) and N catalogs for the others (2)? My requirements are that I use the same code to expose and manage the store. (i.e. I don't want 100 webapps to maintain for the storefronts)
Thanks,
John