Cart navigation menu


The cart menu is configured like this

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