I am loading new product data into my system using the Entity XML data file
import tools I have products and I have a default price for those products. That all loads in nicely When trying to order that new product through the order new entry, I keep getting an error message saying in the main UI saying "Could not find a valid price for the product with ID [YG0081ATF], not adding to cart" Anyone know what a valid price is? Thanks James |
Administrator
|
Check currency, wich release.revision are you using?
Jacques Jacques From: "James Lawton" <[hidden email]> >I am loading new product data into my system using the Entity XML data file > import tools > > > > I have products and I have a default price for those products. That all > loads in nicely > > > > When trying to order that new product through the order new entry, I keep > getting an error message saying in the main UI saying > > > > "Could not find a valid price for the product with ID [YG0081ATF], not > adding to cart" > > > > Anyone know what a valid price is? > > > > Thanks > > James > > |
In reply to this post by James Lawton
Hi,
You have to provide price for the mentioned product , check ProductPrice entity . and look into DemoConfigurator.xml file. Regards Ravindra Mandre On Fri, Apr 8, 2011 at 2:05 AM, James Lawton <[hidden email]>wrote: > I am loading new product data into my system using the Entity XML data file > import tools > > > > I have products and I have a default price for those products. That all > loads in nicely > > > > When trying to order that new product through the order new entry, I keep > getting an error message saying in the main UI saying > > > > "Could not find a valid price for the product with ID [YG0081ATF], not > adding to cart" > > > > Anyone know what a valid price is? > > > > Thanks > > James > > |
Thanks for the tip on the DemoConfigurator.xml
I had already loaded the ProductPrice entity originally as well - every product has a matching ProductPrice - Default Price, Purchase Price, Currenncyuomid, etc... I had made some progress overnight trolling through logs - and found an error message related to ProductCategoryMember - which as far as I can tell has no relation to ProductPrice. I loaded the ProductCategoryMember entity and I could order a product without the error message below...at which point I left the issue Need to do some more work on it today to validate that the issue is resolved. However that raises the following questions: - Why the error message about Valid Price when it was really a Category issue? - Is this a blanket error message covering a number of issues? - What are those other issues? - Is this a bug on the error message? Thanks James -----Original Message----- From: Ravindra Mandre [mailto:[hidden email]] Sent: April-08-11 3:02 AM To: [hidden email] Subject: Re: What is a valid price? Hi, You have to provide price for the mentioned product , check ProductPrice entity . and look into DemoConfigurator.xml file. Regards Ravindra Mandre On Fri, Apr 8, 2011 at 2:05 AM, James Lawton <[hidden email]>wrote: > I am loading new product data into my system using the Entity XML data > file import tools > > > > I have products and I have a default price for those products. That > all loads in nicely > > > > When trying to order that new product through the order new entry, I > keep getting an error message saying in the main UI saying > > > > "Could not find a valid price for the product with ID [YG0081ATF], not > adding to cart" > > > > Anyone know what a valid price is? > > > > Thanks > > James > > |
Free forum by Nabble | Edit this page |