Hi.,
I had one product which need to be displayed in multiple countries and the price varies from country to country. Am I required to maintain new productId for same product in each country and add product price individually? OR Is there any alternative for this?(like country specific prices for a single productId) -- Thanks in Advance, Kumaraswamy.N 91-9866805250. |
Administrator
|
http://docs.ofbiz.org/display/OFBENDUSER/Product+Stores
You set prices in different currencies in your products and you set a store for each currency used Jacques From: "Kumaraswamy nandipati" <[hidden email]> > Hi., > > I had one product which need to be displayed in multiple countries and the > price varies from country to country. > > Am I required to maintain new productId for same product in each country and > add product price individually? > > OR > Is there any alternative for this?(like country specific prices for a single > productId) > > > -- > Thanks in Advance, > Kumaraswamy.N > 91-9866805250. > |
thanks for your reply Jacques.
But, I will show my product price in USD only across all the countries and the product price is different for each country. Currently I am using only one product store. Here I created multiple countries(catalogs). Here, For example, a product XYZ which is available for all the countries. But its price is different from each other country(catalog). Here, to maintain different prices , Am I need to create XYZ_country1, XYZ_country2, XYZ_country3 like this and create prices individually? Is this the correct solution? or Any other solution for this by creating only one product(XYZ only) and associate country specific prices to this product????. Is this functionality available in ofbiz??? -- Thanks, Kumaraswamy.N 91-9866805250. On Wed, Mar 25, 2009 at 3:03 PM, Jacques Le Roux < [hidden email]> wrote: > http://docs.ofbiz.org/display/OFBENDUSER/Product+Stores > > You set prices in different currencies in your products and you set a store > for each currency used > > Jacques > > From: "Kumaraswamy nandipati" <[hidden email]> > > Hi., >> >> I had one product which need to be displayed in multiple countries and the >> price varies from country to country. >> >> Am I required to maintain new productId for same product in each country >> and >> add product price individually? >> >> OR >> Is there any alternative for this?(like country specific prices for a >> single >> productId) >> >> >> -- >> Thanks in Advance, >> Kumaraswamy.N >> 91-9866805250. >> >> > |
Hi Kamaraswamy,
It depends how you want to organize your stores, catalogs, categories and products. For example you can have different prices for a product, if you define product store group for every country. The second solution will be to use price rules. You can define price rules for a product based on category or catalog. Check the implementation of PriceServices.checkPriceCondition method to get an idea how to define you price rules. Regards, Rashko Rejmer On Mar 25, 2009, at 12:38 PM, Kumaraswamy nandipati wrote: > thanks for your reply Jacques. > > But, I will show my product price in USD only across all the > countries and > the product price is different for each country. Currently I am > using only > one product store. Here I created multiple countries(catalogs). > > Here, For example, a product XYZ which is available for all the > countries. > But its price is different from each other country(catalog). > > Here, to maintain different prices , Am I need to create XYZ_country1, > XYZ_country2, XYZ_country3 like this and create prices individually? > Is this > the correct solution? > or > Any other solution for this by creating only one product(XYZ only) and > associate country specific prices to this product????. Is this > functionality > available in ofbiz??? > > > -- > Thanks, > Kumaraswamy.N > 91-9866805250. > > > On Wed, Mar 25, 2009 at 3:03 PM, Jacques Le Roux < > [hidden email]> wrote: > >> http://docs.ofbiz.org/display/OFBENDUSER/Product+Stores >> >> You set prices in different currencies in your products and you set >> a store >> for each currency used >> >> Jacques >> >> From: "Kumaraswamy nandipati" <[hidden email]> >> >> Hi., >>> >>> I had one product which need to be displayed in multiple countries >>> and the >>> price varies from country to country. >>> >>> Am I required to maintain new productId for same product in each >>> country >>> and >>> add product price individually? >>> >>> OR >>> Is there any alternative for this?(like country specific prices >>> for a >>> single >>> productId) >>> >>> >>> -- >>> Thanks in Advance, >>> Kumaraswamy.N >>> 91-9866805250. >>> >>> >> |
Free forum by Nabble | Edit this page |