Hi all ! For my B2B ecommerce site needs, I haven't to manage prices for the products. Is there a solution to make the default and average cost for products facultatives ? thanks for any help ! Amine _________________________________________________________________ Votre correspondant a choisi Hotmail, un e-mail ultra sécurisé. Créez le votre gratuitement ! http://www.windowslive.fr/hotmail/default.asp |
could you be more specific.
there are many pricing now available. have you look at the product-prices https://demo.hotwaxmedia.com/catalog/control/EditProductPrices?productId=WG-9943 for example Amine Benkirane sent the following on 7/25/2008 5:51 AM: > Hi all ! > > For my B2B ecommerce site needs, I haven't to manage prices for the products. Is there a solution to make the default and average cost for products facultatives ? > > thanks for any help ! > > Amine > > _________________________________________________________________ > Votre correspondant a choisi Hotmail, un e-mail ultra sécurisé. Créez le votre gratuitement ! > http://www.windowslive.fr/hotmail/default.asp |
For my ecommerce B2B site, I don't need the prices of products. Basically, the customers only choose the products they want on the web site and they send the order. I don't have to manage the costs and payment on the site. So, all my products don't have any price. My trouble is when I want to add a product without necessary prices, I have the following error message : The Following Errors Occurred: Could not find a valid price for the product with ID [AA015], not adding to cart.My question is : What can I make to don't have this error ?Regards,Amine > Date: Fri, 25 Jul 2008 07:26:33 -0700 > From: [hidden email] > To: [hidden email] > Subject: Re: Ecommerce without products prices > > could you be more specific. > there are many pricing now available. > have you look at the product-prices > https://demo.hotwaxmedia.com/catalog/control/EditProductPrices?productId=WG-9943 > for example > > > Amine Benkirane sent the following on 7/25/2008 5:51 AM: > > Hi all ! > > > > For my B2B ecommerce site needs, I haven't to manage prices for the products. Is there a solution to make the default and average cost for products facultatives ? > > > > thanks for any help ! > > > > Amine > > > > _________________________________________________________________ > > Votre correspondant a choisi Hotmail, un e-mail ultra sécurisé. Créez le votre gratuitement ! > > http://www.windowslive.fr/hotmail/default.asp > > _________________________________________________________________ Contrôlez les personnes autorisées à parler à vos enfants sur MSN / Windows Live Messenger ! http://www.windowslive.fr/controleparental/default.asp |
the quickest work around(hack) would be to put 0 as a price and modify
the ecommerce side so it does not show prices. however there is a lot of things that get generated when the order is created that you would also have to figure out what to do with. this takes some knowledge of the workings of ofbiz. another possibility is to use the Shopping list. http://demo.hotwaxmedia.com/ecommerce/control/createEmptyShoppingList?productStoreId=9000 use DemoCustomer pswd ofbiz you would still have to do some changes and programming, as I see it. Amine Benkirane sent the following on 7/25/2008 7:59 AM: > For my ecommerce B2B site, I don't need the prices of products. Basically, the customers only choose the products they want on the web site and they send the order. I don't have to manage the costs and payment on the site. > > So, all my products don't have any price. My trouble is when I want to add a product without necessary prices, I have the following error message : > > The Following Errors Occurred: > Could not find a valid price for the product with ID [AA015], not adding to cart.My question is : What can I make to don't have this error ?Regards,Amine > > > >> Date: Fri, 25 Jul 2008 07:26:33 -0700 >> From: [hidden email] >> To: [hidden email] >> Subject: Re: Ecommerce without products prices >> >> could you be more specific. >> there are many pricing now available. >> have you look at the product-prices >> https://demo.hotwaxmedia.com/catalog/control/EditProductPrices?productId=WG-9943 >> for example >> >> >> Amine Benkirane sent the following on 7/25/2008 5:51 AM: >>> Hi all ! >>> >>> For my B2B ecommerce site needs, I haven't to manage prices for the products. Is there a solution to make the default and average cost for products facultatives ? >>> >>> thanks for any help ! >>> >>> Amine >>> >>> _________________________________________________________________ >>> Votre correspondant a choisi Hotmail, un e-mail ultra sécurisé. Créez le votre gratuitement ! >>> http://www.windowslive.fr/hotmail/default.asp >> > > _________________________________________________________________ > Contrôlez les personnes autorisées à parler à vos enfants sur MSN / Windows Live Messenger ! > http://www.windowslive.fr/controleparental/default.asp |
In reply to this post by Amine Benkirane
Hi Amine
From a coding perspective, ShoppingCartItem.setQuantity(...... boolean updateProductPrice ......) is what you are looking for. Either ensure that updateProductPrice = false, or can change the implementation of this method slightly. Regards Grant Edwards Amine Benkirane wrote: > For my ecommerce B2B site, I don't need the prices of products. Basically, the customers only choose the products they want on the web site and they send the order. I don't have to manage the costs and payment on the site. > > So, all my products don't have any price. My trouble is when I want to add a product without necessary prices, I have the following error message : > > The Following Errors Occurred: > Could not find a valid price for the product with ID [AA015], not adding to cart.My question is : What can I make to don't have this error ?Regards,Amine > > > > >> Date: Fri, 25 Jul 2008 07:26:33 -0700 >> From: [hidden email] >> To: [hidden email] >> Subject: Re: Ecommerce without products prices >> >> could you be more specific. >> there are many pricing now available. >> have you look at the product-prices >> https://demo.hotwaxmedia.com/catalog/control/EditProductPrices?productId=WG-9943 >> for example >> >> >> Amine Benkirane sent the following on 7/25/2008 5:51 AM: >> >>> Hi all ! >>> >>> For my B2B ecommerce site needs, I haven't to manage prices for the products. Is there a solution to make the default and average cost for products facultatives ? >>> >>> thanks for any help ! >>> >>> Amine >>> >>> _________________________________________________________________ >>> Votre correspondant a choisi Hotmail, un e-mail ultra sécurisé. Créez le votre gratuitement ! >>> http://www.windowslive.fr/hotmail/default.asp >>> >> > > _________________________________________________________________ > Contrôlez les personnes autorisées à parler à vos enfants sur MSN / Windows Live Messenger ! > http://www.windowslive.fr/controleparental/default.asp > |
how about the other changes thru the flow of the order?
seems there would be more with no price. Grant Edwards sent the following on 7/25/2008 8:19 AM: > Hi Amine > > From a coding perspective, ShoppingCartItem.setQuantity(...... boolean > updateProductPrice ......) is what you are looking for. Either ensure > that updateProductPrice = false, or can change the implementation of > this method slightly. > > Regards > > Grant Edwards > > > > Amine Benkirane wrote: >> For my ecommerce B2B site, I don't need the prices of products. >> Basically, the customers only choose the products they want on the web >> site and they send the order. I don't have to manage the costs and >> payment on the site. >> So, all my products don't have any price. My trouble is when I want to >> add a product without necessary prices, I have the following error >> message : >> The Following Errors Occurred: >> Could not find a valid price for the product with ID [AA015], >> not adding to cart.My question is : What can I make to don't have this >> error ?Regards,Amine >> >> >> >> >>> Date: Fri, 25 Jul 2008 07:26:33 -0700 >>> From: [hidden email] >>> To: [hidden email] >>> Subject: Re: Ecommerce without products prices >>> >>> could you be more specific. >>> there are many pricing now available. >>> have you look at the product-prices >>> https://demo.hotwaxmedia.com/catalog/control/EditProductPrices?productId=WG-9943 >>> >>> for example >>> >>> >>> Amine Benkirane sent the following on 7/25/2008 5:51 AM: >>> >>>> Hi all ! >>>> >>>> For my B2B ecommerce site needs, I haven't to manage prices for the >>>> products. Is there a solution to make the default and average cost >>>> for products facultatives ? >>>> >>>> thanks for any help ! >>>> >>>> Amine >>>> >>>> _________________________________________________________________ >>>> Votre correspondant a choisi Hotmail, un e-mail ultra sécurisé. >>>> Créez le votre gratuitement ! >>>> http://www.windowslive.fr/hotmail/default.asp >>>> >>> >> >> _________________________________________________________________ >> Contrôlez les personnes autorisées à parler à vos enfants sur MSN / >> Windows Live Messenger ! >> http://www.windowslive.fr/controleparental/default.asp >> > > > |
In reply to this post by BJ Freeman
Thanks for your answers ! The solution I choosed is this one, I put 0 for the price of the products and modify the ecommerce site to not show the prices. For the things generated when the order is created, I don't take care of it since the modifications work like I want for now... Regards, Amine > Date: Fri, 25 Jul 2008 08:18:41 -0700 > From: [hidden email] > To: [hidden email] > Subject: Re: Ecommerce without products prices > > the quickest work around(hack) would be to put 0 as a price and modify > the ecommerce side so it does not show prices. > however there is a lot of things that get generated when the order is > created that you would also have to figure out what to do with. > this takes some knowledge of the workings of ofbiz. > > another possibility is to use the Shopping list. > http://demo.hotwaxmedia.com/ecommerce/control/createEmptyShoppingList?productStoreId=9000 > use DemoCustomer > pswd ofbiz > > you would still have to do some changes and programming, as I see it. > > Amine Benkirane sent the following on 7/25/2008 7:59 AM: > > For my ecommerce B2B site, I don't need the prices of products. Basically, the customers only choose the products they want on the web site and they send the order. I don't have to manage the costs and payment on the site. > > > > So, all my products don't have any price. My trouble is when I want to add a product without necessary prices, I have the following error message : > > > > The Following Errors Occurred: > > Could not find a valid price for the product with ID [AA015], not adding to cart.My question is : What can I make to don't have this error ?Regards,Amine > > > > > > > >> Date: Fri, 25 Jul 2008 07:26:33 -0700 > >> From: [hidden email] > >> To: [hidden email] > >> Subject: Re: Ecommerce without products prices > >> > >> could you be more specific. > >> there are many pricing now available. > >> have you look at the product-prices > >> https://demo.hotwaxmedia.com/catalog/control/EditProductPrices?productId=WG-9943 > >> for example > >> > >> > >> Amine Benkirane sent the following on 7/25/2008 5:51 AM: > >>> Hi all ! > >>> > >>> For my B2B ecommerce site needs, I haven't to manage prices for the products. Is there a solution to make the default and average cost for products facultatives ? > >>> > >>> thanks for any help ! > >>> > >>> Amine > >>> > >>> _________________________________________________________________ > >>> Votre correspondant a choisi Hotmail, un e-mail ultra sécurisé. Créez le votre gratuitement ! > >>> http://www.windowslive.fr/hotmail/default.asp > >> > > > > _________________________________________________________________ > > Contrôlez les personnes autorisées à parler à vos enfants sur MSN / Windows Live Messenger ! > > http://www.windowslive.fr/controleparental/default.asp > > _________________________________________________________________ Votre correspondant a choisi Hotmail, un e-mail ultra sécurisé. Créez le votre gratuitement ! http://www.windowslive.fr/hotmail/default.asp |
Free forum by Nabble | Edit this page |