<!-- Expand order summary by default on checkout starts Here -->
<script>
if (Shopify.Checkout.step === "contact_information") {
Checkout.$('[data-drawer-toggle="[data-order-summary]"]').click();
}
</script>
<!-- Expand order summary by default on checkout Ends --> Search Knowledge Base Articles
Expand order summary by default on checkout page
Did you find this article useful?
Related Articles
-
Shopify Offer Massage based on Coupon code Prefix
copy & paste this code on checkout.liquid file at the end of file <!-- FOR PAYTM COUPON OFFER...