tastyigniter / ti-theme-orange

Responsive theme for TastyIgniter front-end, customizable, simple, and readable
MIT License
5 stars 21 forks source link

Fixes issue with option or quantity change causing wrong number of de… #8

Closed Serios closed 4 years ago

Serios commented 4 years ago

…cimals

Commit #70ad05d on tastyigniter/ti-ext-cart doesn't consider different currency symbol position than in front of the price amount when calculating decimal length, but if the currency symbol is after the price amount, the decimal length is calculated wrongly, counting currency symbol too. This fixes it by not including currency symbol in price-format data