KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: thor on April 28, 2012, 01:44:36 pm

Title: Pricing Model
Post by: thor on April 28, 2012, 01:44:36 pm
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
Title: Re: Pricing Model
Post by: ryan on April 28, 2012, 02:08:22 pm
You should use catalog prices and have a catalog for each store. In this way each store can have its own prices.
Title: Re: Pricing Model
Post by: thor on April 30, 2012, 01:14:54 pm
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