Hi,
in the French ProductStore you have probably set the currency in EUR but
the prices are in USD only.
Switch the ProductStore field to USD or add the EUR entries in the
ProductPrice entity.
Jacopo
Passalacqua Nicolas wrote:
Hi,
I run after a trouble for 2 days.
I've got an application with two languages, French and English.
French has it's own data: website, produtstore, catalog, and products
And English has it's own too.
I switch from one to an other one by changing session data (websiteId,
productStoreId, and catalogId).
The error I get is:
Could not find a valid price for the product with ID [10001], not adding
to cart.
I get this error when I want to add a product in the cart and I get it
only in French. In English everything's allright.
My English catalog is a copy of the French one (copies of the xml files)
and with adapt name for the English needs.
Which let me say that this can not come for a pb with data (price, or
something like that).
How could it work for one (the English) and generate this error for the
French ?
Regards,
Nick