[Solved] Shopify Dynamic Checkout Buttons Loads Very Slow On Product Page [100% Working Solution ]

  • Home
  • Shopify Custom Code
  • [Solved] Shopify Dynamic Checkout Buttons Loads Very Slow On Product Page [100% Working Solution ]
[Solved] Shopify Dynamic Checkout Buttons Loads Very Slow On Product Page [100% Working Solution ]

[Solved] Dynamic Checkout Buttons Loads Very Slow [100% Working Solutions]

Open the theme editors
Search checkout button
Add disabled attribute inside checkout button
And add this script
 <script type="text/javascript">    
	
         var checkout = document.getElementsByTagName('button');
         for (var i=0; i<checkout.length; i++) {
         checkout[i].removeAttribute('disabled'); 
       
        }

    </script>

Leave A Comment

X
×

Hello Business Owner
Seeking E-commerce Expertise? Get Free Consultation Now!

× How can I help you?