When using the demo store script library uCommerce.jQuery.js or uCommerce.ServiceStack.js cant figure out where it goes wrong but when on a specifik catalog in my case its a catalog with a DKK pricegroup and click on "add to basket" it adding the product to the basket with EUR. EUR is set as pricegroup on some other catalogs.
I have tryed to extend the addToBasket in script uCommerce.jQuery.js with catalogId but there is no difference.
This is what is send to the ServiceStack. catalogId 26 is a catalog with DKK as PriceGroups but anyway its added to the basket with a EUR pricegroup.
demostore addToBasket ignore catalog
When using the demo store script library uCommerce.jQuery.js or uCommerce.ServiceStack.js cant figure out where it goes wrong but when on a specifik catalog in my case its a catalog with a DKK pricegroup and click on "add to basket" it adding the product to the basket with EUR. EUR is set as pricegroup on some other catalogs.
I have tryed to extend the addToBasket in script uCommerce.jQuery.js with catalogId but there is no difference.
This is what is send to the ServiceStack. catalogId 26 is a catalog with DKK as PriceGroups but anyway its added to the basket with a EUR pricegroup.
That's a bug in the JS API. I'll do fix.
Fixed in uCommerce Razor Store 1.0.3.13143.
Thanks
is working on a reply...