almost finished new design on product page / reproduced bug with amount not updating
This commit is contained in:
@@ -5,5 +5,6 @@ module.exports = {
|
||||
FormatCurrency: function(amount_s) {
|
||||
var amount = parseFloat(amount_s);
|
||||
return ( amount.toFixed(2) + " KM" )
|
||||
}
|
||||
},
|
||||
MaxNumberOfItemsToBeAdded: 1000
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user