Skip to main content

Cart Modal

Submitted by v-shubham.purwar on
Component machine name
CO-1109-CartModal
Component type
Shell modal
Shell sections
{
    "sections": [
        {
            "sectionKey": "section_cart_header",
            "sectionTitle": "Cart Header",
            "fields": [
                {
                    "fieldKey": "field_cart_heading",
                    "fieldLabel": "CART",
                    "type": "field"
                },
                {
                    "fieldKey": "field_empty_cart_message",
                    "fieldLabel": "Your cart is empty. Add some items to your cart.",
                    "type": "field"
                }
            ],
            "sections": []
        },
        {
            "sectionKey": "section_coupon_applied",
            "sectionTitle": "Coupon Applied",
            "fields": [
                {
                    "fieldKey": "field_coupon_applied",
                    "fieldLabel": "Coupon Applied",
                    "type": "field"
                },
                {
                    "fieldKey": "field_remove_button",
                    "fieldLabel": "REMOVE",
                    "type": "field"
                }
            ],
            "sections": []
        },
        {
            "sectionKey": "section_payment_details",
            "sectionTitle": "Payment Details",
            "fields": [
                {
                    "fieldKey": "field_subtotal_items",
                    "fieldLabel": "Subtotal Items",
                    "type": "field"
                },
                {
                    "fieldKey": "field_shipping_charges",
                    "fieldLabel": "Shipping Charges",
                    "type": "field"
                },
                {
                    "fieldKey": "field_discount",
                    "fieldLabel": "Discount",
                    "type": "field"
                },
                {
                    "fieldKey": "field_coupon_applied",
                    "fieldLabel": "Coupon Applied",
                    "type": "field"
                },
                {
                    "fieldKey": "field_payment_amount",
                    "fieldLabel": "Payment Amount",
                    "type": "field"
                }
            ],
            "sections": []
        },
        {
            "sectionKey": "section_cart_links",
            "sectionTitle": "Cart Links",
            "fields": [
                {
                    "fieldKey": "field_view_cart_link",
                    "type": "link",
                    "linkText": "VIEW CART",
                    "url": "\/cart"
                },
                {
                    "fieldKey": "field_checkout_link",
                    "type": "link",
                    "linkText": "CHECKOUT",
                    "url": "\/checkout"
                }
            ],
            "sections": []
        }
    ]
}