The cart menu is configured like this
{
"CODAvailable" : true,
"PayPalAvailable" : true,
"isShopify" : true,
"shopifyLink" : "https://mobidonia.myshopify.com/",
"icon" : "MdShoppingCart",
"name" : "Cart",
"sectionType" : "cart"
}
- CODAvaialble - Do we have Cash On Delivery Available - in effect only if isShopify is false.
- PayPalAvailable - Do we have PayPal payments - in effect only if isShopify is false.
- isShopify - is this a Shopify cart
- shopifyLink - link to your Shopify shop - needed only if isShopify is true.
- The standard elements ( icon, name, sectionType )