our commission is now shown on cart page
This commit is contained in:
@@ -7,5 +7,9 @@ module.exports = {
|
||||
var amount = parseFloat(amount_s);
|
||||
return ( amount.toFixed(2) + " KM" )
|
||||
},
|
||||
FormatPercentage: function(amount_s) {
|
||||
var amount = parseFloat(amount_s);
|
||||
return ( amount.toFixed(2) + "%" )
|
||||
},
|
||||
MaxNumberOfItemsToBeAdded: 1000
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user