Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mrvautin/expressCart
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvautin committed Oct 29, 2021
2 parents b0d1ecb + fbe8d5e commit a281056
Show file tree
Hide file tree
Showing 7 changed files with 187 additions and 271 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Check out the documentation [here](https://github.com/mrvautin/expressCart/wiki).

View the demo shop [here](https://demo.expresscart.markmoffat.com/).
View the demo shop [here](https://expresscart-demo.markmoffat.com/).
2 changes: 1 addition & 1 deletion config/settingsSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
"currencyISO": {
"type": "string",
"enum": ["USD", "EUR", "GBP"],
"enum": ["USD", "EUR", "GBP", "RON"],
"default": "USD"
},
"paymentGateway": {
Expand Down
4 changes: 2 additions & 2 deletions locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"Currency symbol": "Currency symbol",
"Set this to your currency symbol. Eg: $, £, €": "Set this to your currency symbol. Eg: $, £, €",
"Theme": "Theme",
"Theme_Info": "Themes are loaded from `/public/themes/`",
"Theme_Info": "Themes are loaded from `/views/themes/`",
"Products per row": "Products per row",
"The number of products to be displayed across the page.": "The number of products to be displayed across the page.",
"Products per page": "Products per page",
Expand Down Expand Up @@ -226,4 +226,4 @@
"The Serial number, GTIN or Barcode": "The Serial number, GTIN or Barcode",
"Product Brand": "Product Brand",
"The brand of the product": "The brand of the product"
}
}
4 changes: 2 additions & 2 deletions locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"Currency symbol": "Simbolo valuta",
"Set this to your currency symbol. Eg: $, £, €": "Configura il simbolo della tua valuta. Es: $, £, €",
"Theme": "Tema",
"Theme_Info": "I temi sono caricati da `/public/themes/`",
"Theme_Info": "I temi sono caricati da `/views/themes/`",
"Products per row": "Prodotti per riga",
"The number of products to be displayed across the page.": "Il numero di prodotti visualizzati per riga nella pagina",
"Products per page": "Prodotti per pagina",
Expand Down Expand Up @@ -185,4 +185,4 @@
"Password": "Password",
"Create Order": "Create Order",
"Create order": "Create order"
}
}
Loading

0 comments on commit a281056

Please sign in to comment.