express-cart-tea
Version:
A fully functioning Node.js shopping cart with Stripe, PayPal and Authorize.net payments.
51 lines • 1.44 kB
JSON
{
"cartTitle": "CLOTH",
"cartDescription": "expressCart",
"cartLogo": "",
"baseUrl": "http://localhost:1111",
"emailHost": "smtp-mail.outlook.com",
"emailPort": 587,
"emailSecure": false,
"emailUser": "hi@markmoffat.com",
"emailPassword": "this_is_the_smtp_password",
"emailAddress": "hi@markmoffat.com",
"productsPerRow": 3,
"productsPerPage": 6,
"footerHtml": "<h4 class="text-center">Powered by expressCart</h4>",
"googleAnalytics": "",
"injectJs": "",
"customCss": "",
"currencySymbol": "£",
"currencyISO": "USD",
"paymentGateway": [
"stripe"
],
"databaseConnectionString": "mongodb://127.0.0.1:27017/expresscart",
"theme": "Cloth",
"trackStock": false,
"orderHook": "",
"availableLanguages": [
"en",
"it"
],
"defaultLocale": "en",
"maxQuantity": 25,
"twitterHandle": "",
"facebookAppId": "",
"productOrderBy": "date",
"productOrder": "descending",
"modules": {
"enabled": {
"shipping": "shipping-basic",
"discount": "discount-voucher",
"reviews": "reviews-basic"
},
"loaded": {
"shipping": {},
"discount": {},
"reviews": {}
}
},
"showRelatedProducts": true,
"showHomepageVariants": false
}