empty cart now contains suggestions
This commit is contained in:
@@ -2,6 +2,7 @@ module.exports = {
|
||||
ApiUrl: '@@apiEndpoint',
|
||||
DefaultPageSize: 24,
|
||||
ItemGroupIdOfStartPage: "1",
|
||||
ItemGroupIdOfEmptyCartPage: "1",
|
||||
FormatCurrency: function(amount_s) {
|
||||
var amount = parseFloat(amount_s);
|
||||
return ( amount.toFixed(2) + " KM" )
|
||||
|
||||
Reference in New Issue
Block a user