empty cart now contains suggestions

This commit is contained in:
Senad Uka
2015-06-13 06:21:04 +02:00
parent 1e32562aff
commit 9c01fac72d
3 changed files with 10 additions and 2 deletions

View File

@@ -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" )