I've installed the V2.3.2 on Umbraco 7.1.8. I've added multiple Vats ( 10% and 20%). The Vat Picker doesn`t show one. I've played around with your vat-group-picker.controller.js and found out, it doesn't enter Step 2 because $http.get('backoffice/teacommerce/vatgroups/getall?pageId=' + $routeParams.id)returns an undefinded object ( $routeParams.id will be correct to Node Id).
Do you have a store picker at a higher level in your content. You need that so the vat group picker knows which store it should select from. Just tested in Umbraco 7.1.7 and it works fine.
VAT Picker in Umbraco 7 not working
Hi,
I've installed the V2.3.2 on Umbraco 7.1.8. I've added multiple Vats ( 10% and 20%). The Vat Picker doesn`t show one. I've played around with your vat-group-picker.controller.js and found out, it doesn't enter Step 2 because $http.get('backoffice/teacommerce/vatgroups/getall?pageId=' + $routeParams.id)returns an undefinded object ( $routeParams.id will be correct to Node Id).
Any Ideas?
Thanks, Patrick
Hi
Do you have a store picker at a higher level in your content. You need that so the vat group picker knows which store it should select from. Just tested in Umbraco 7.1.7 and it works fine.
Hi,
I've forgotten to mark it as solved last week. It was the Picker. I have multiple Catalogs for Products and every Catalog needs the Picker.
Thanks anyway!
is working on a reply...