verbb / snipcart

A Craft CMS plugin to integrate with Snipcart.
Other
21 stars 9 forks source link

Price field issue in german control panel #17

Closed handplant closed 3 years ago

handplant commented 3 years ago

If I set my account to German, I can no longer maintain the price field. For example, if I enter 55.50, the field converts the price to 5,550.00 after saving.

Snipcart Plugin 1.3.4

mattstein commented 3 years ago

I think I’ve got this solved in the 1.4.0 branch. Can you let me know if this solves the problem for you, @handplant?

Should be able to switch changing composer.json to...

"workingconcept/craft-snipcart": "1.4.0.x-dev as 1.4.0",

...and running composer update.

handplant commented 3 years ago

Yes, thank you. Now the price field behaves correctly. Also in German language.

When will 1.4 be officially released?

mattstein commented 3 years ago

Great to hear! Just need to wrap up some testing and I should be able to release it later this week.