Minimal Theme - Dynamic Checkout Buttons Don't Appear on Product Page

Minimal Theme - Dynamic Checkout Buttons Don't Appear on Product Page

Not applicable

Hello~

 

I wanted to ask if anyone has the same experience as me? Here's a link to our website: https://gainexpress-dealer.com/

 

We're using the Minimal theme (vintage Shopify theme).

 

Our dynamic checkout buttons on the product pages don't appear as they usually have. I had to add an item to my cart before they appeared. Before, they already appear on the product page even if I haven't added any thing to my cart yet.

01.jpg

 

 

 

 

 

 

 

 

 

 

 

 

Does anyone have a solution for this? Thanks.

Replies 2 (2)

Guleria
Shopify Partner
4146 809 1164

Hello @Anonymous ,

 

There is a JS conflict that's why it's not working.  

Please check the screenshot.

js-conflict.png

Once this error is fixed button will start working.

 

To fix the error first you need to find it.

or you can try this solution:
Edit theme.liquid search for </head> 

and just before to it add this script library code

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>

 

If still not working then you have to either revert the changes you did or go with a developer to fix it.

 

Problem solved don't forget to Like it and Mark it as Solution!
If you need help to fix it you can contact me for services

You can find the email in the signature below.

 

Regards
Guleria


 

 

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
Not applicable

Duplicated our theme and tried adding that into theme.liquid, but nothing's happening.