I've just installed uCommerce with Umbraco 6.1.6 and the avenue-clothing demo store and it all works well running off EUR.
When I added the AUD currency and changed the Default Price Group of the Demo Store to AUD I could no longer add products to cart. I set a price on all the products for AUD and gave access to AUD for all Pricing and Payment Methods and still no luck.
The issue happens when I click Add to Cart on a product and this error pops up in the browser console:
{"ResponseStatus":{"ErrorCode":"ArgumentException","Message":"The product with SKU '' does not exist.","Errors":[]}}
Any ideas what I've missed or what could be causing this?
The reason it didn't work is that basket currency was set to the original. Whenever you change currency you must also clear the basket or change currency through TransactionLibrary. Looks like we need some better exception handeling in our webservices.
Blank SKU When Adding to Cart
Hey,
I've just installed uCommerce with Umbraco 6.1.6 and the avenue-clothing demo store and it all works well running off EUR.
When I added the AUD currency and changed the Default Price Group of the Demo Store to AUD I could no longer add products to cart. I set a price on all the products for AUD and gave access to AUD for all Pricing and Payment Methods and still no luck.
The issue happens when I click Add to Cart on a product and this error pops up in the browser console:
Any ideas what I've missed or what could be causing this?
Thanks
Adrian
Can you please try to clear your basket - either by deleting the cookie or starting in another browser or in incognito mode.
Best regards
Morten
Yes that was it, rookie mistake :)
Thanks
Okay.
The reason it didn't work is that basket currency was set to the original. Whenever you change currency you must also clear the basket or change currency through TransactionLibrary. Looks like we need some better exception handeling in our webservices.
Best regards
Morten
is working on a reply...