- Changed
<dd class="col-3">
to<dd class="col-5">
in{% block component_offcanvas_summary_total_value %}
instorefront/component/checkout/offcanvas-cart-summary.html.twig
to align subtotal price to the edge of Offcanvas - Added
<strong>
element to subtotal price text in{% block component_offcanvas_summary_total_value %}
instorefront/component/checkout/offcanvas-cart-summary.html.twig
to make it bold - Changed
<span class="col-3">
to<span class="col-5">
inside{% block component_offcanvas_summary_content_info %}
instorefront/component/checkout/offcanvas-cart-summary.html.twig
to align subtotal price to the edge of Offcanvas - Added
<strong>
element to shipping cost price text{% block component_offcanvas_summary_total_value %}
instorefront/component/checkout/offcanvas-cart-summary.html.twig
to make it bold - Removed
col-2
inside<div class="cart-item-remove">
of{% block component_offcanvas_product_remove %}
instorefront/component/checkout/offcanvas-item.html.twig
to let the{% block component_offcanvas_product_details %}
expand all to the right - Added class
.offcanvas-cart .cart-item-remove
instorefront/src/scss/layout/_offcanvas-cart.scss
to keep it at the top right position - Added class
.offcanvas-cart .cart-item-details-container .cart-item-details
instorefront/src/scss/layout/_offcanvas-cart.scss
to prevent the product title overlapped with the remove button - Added
min-height: 50px
to.cart-quantity-price
instorefront/src/scss/layout/_offcanvas-cart.scss
so the promotion item has some padding with the remove button
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.