Search Knowledge Base Articles
-
Expand order summary by default on checkout page
11-12-2021 14:35:30<!-- Expand order summary by default on checkout starts Here --> <script> if (Shopify.Checkout.step === "contact_information") { Checkout.$('[data-drawer-toggle="[data-order-summary]"]').c... -
Shopify Offer Massage based on Coupon code Prefix
06-01-2022 12:52:16copy & paste this code on checkout.liquid file at the end of file <!-- FOR PAYTM COUPON OFFER MESSAGE --> <script type="text/javascript"> $(document).on(`page:load page:change`, functio...