<?xml version="1.0"?>
<!--
/**
 * Landofcoder
 * 
 * NOTICE OF LICENSE
 * 
 * This source file is subject to the Landofcoder.com license that is
 * available through the world-wide-web at this URL:
 * http://landofcoder.com/license
 * 
 * DISCLAIMER
 * 
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 * 
 * @category   Landofcoder
 * @package    Lof_RequestForQuote
 * @copyright  Copyright (c) 2017 Landofcoder (http://www.landofcoder.com/)
 * @license    http://www.landofcoder.com/LICENSE-1.0.html
 */
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <update handle="checkout_cart_item_renderers"/>
    <head>

    </head>
    <body>
        <referenceContainer name="content">
            <block class="Lof\RequestForQuote\Block\Quote" name="checkout.cart" template="quote.phtml" cacheable="false">
                <container name="checkout.cart.items" as="with-items">
                    <container name="checkout.cart.container" htmlTag="div" htmlClass="cart-container" before="-">
                        <block class="Lof\RequestForQuote\Block\Quote" name="checkout.cart.form" as="cart-items" template="quote/form.phtml" after="-">
                            <block class="Magento\Framework\View\Element\RendererList" name="checkout.cart.item.renderers" as="renderer.list"/>
                            <block class="Magento\Framework\View\Element\Text\ListText" name="checkout.cart.order.actions"/>
                        </block>
                        <container name="cart.summary" label="Cart Summary Container" htmlTag="div" htmlId='quote-sidebar' htmlClass="cart-summary" after="checkout.cart.form">
                            <block class="Lof\RequestForQuote\Block\Quote" name="quote.form" template="quote/sidebar.phtml" cacheable="false"/>
                        </container>
                    </container>
                </container>
                <container name="checkout.cart.noitems" as="no-items">
                    <block class="Lof\RequestForQuote\Block\Quote" name="checkout.cart.empty" before="-" template="quote/noItems.phtml">
                        <container name="checkout.cart.empty.widget" as="checkout_cart_empty_widget" label="Empty Quote Content Before"/>
                    </block>
                </container>
            </block>
            
            
        </referenceContainer>

        <referenceBlock name="checkout.cart.item.renderers.default.actions.gift_options" remove="true"/>
        <referenceBlock name="checkout.cart.item.renderers.simple.actions.gift_options" remove="true"/>
        <referenceBlock name="checkout.cart.item.renderers.bundle.actions.gift_options" remove="true"/>
        <referenceBlock name="checkout.cart.item.renderers.grouped.actions.gift_options" remove="true"/>
        <referenceBlock name="checkout.cart.item.renderers.configurable.actions.gift_options" remove="true"/>
        <referenceBlock name="checkout.cart.item.renderers.gift-card.actions.gift_options" remove="true"/>

        <referenceBlock name="checkout.cart.item.renderers.default.actions.move_to_wishlist" remove="true"/>
        <referenceBlock name="checkout.cart.item.renderers.simple.actions.move_to_wishlist" remove="true"/>
        <referenceBlock name="checkout.cart.item.renderers.bundle.actions.move_to_wishlist" remove="true"/>
        <referenceBlock name="checkout.cart.item.renderers.downloadable.actions.move_to_wishlist" remove="true"/>
        <referenceBlock name="checkout.cart.item.renderers.grouped.actions.move_to_wishlist" remove="true"/>
        <referenceBlock name="checkout.cart.item.renderers.configurable.actions.move_to_wishlist" remove="true"/>
        <referenceBlock name="checkout.cart.item.renderers.virtual.actions.move_to_wishlist" remove="true"/>
        <referenceBlock name="checkout.cart.item.renderers.default.actions.edit" remove="true"/>
        <referenceBlock name="checkout.cart.item.renderers.default.actions.remove" remove="true"/>
        <referenceBlock name="checkout.cart.item.renderers.simple.actions.edit" remove="true"/>
        <referenceBlock name="checkout.cart.item.renderers.simple.actions.remove" remove="true"/>
        <referenceBlock name="checkout.cart.item.renderers.configurable.actions.edit" remove="true"/>
        <referenceBlock name="checkout.cart.item.renderers.configurable.actions.remove" remove="true"/>
    </body>
</page>