What is a valid price?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

What is a valid price?

James Lawton
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

Reply | Threaded
Open this post in threaded view
|

Re: What is a valid price?

Jacques Le Roux
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
>
>

Reply | Threaded
Open this post in threaded view
|

Re: What is a valid price?

Ravindra Mandre-2
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
>
>
Reply | Threaded
Open this post in threaded view
|

RE: What is a valid price?

James Lawton
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
>
>