The pricing have not been updated for all variant

Solved

The pricing have not been updated for all variant

nimble12
Shopify Partner
6 0 1
Accepted Solution (1)
pawankumar
Shopify Partner
699 102 123

This is an accepted solution.

Hi @nimble12 
Please put that script before body closing tag </body> in the end of theme.liquid
JQery is not loaded at the place whre you added that
Thanks!

- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: thepkpawankumar@gmail.com
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Best regards,
Pawan

View solution in original post

Replies 9 (9)

pawankumar
Shopify Partner
699 102 123

Hi @nimble12 
Please put this code before closing head tag </head> in theme.liquid

<script>
jQuery.fn.size = function() {
    return this.length;
};
</script>

If it help you, please like and accept the solution
Thanks!

- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: thepkpawankumar@gmail.com
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Best regards,
Pawan
nimble12
Shopify Partner
6 0 1

Screen Shot 2025-03-03 at 23.14.34.png

 like this ?

 

pawankumar
Shopify Partner
699 102 123

Yes @nimble12 
after <head>
OR
before </head>
It will not work at the place where you added that
Thanks!

- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: thepkpawankumar@gmail.com
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Best regards,
Pawan
nimble12
Shopify Partner
6 0 1

still can't change the price

pawankumar
Shopify Partner
699 102 123

This is an accepted solution.

Hi @nimble12 
Please put that script before body closing tag </body> in the end of theme.liquid
JQery is not loaded at the place whre you added that
Thanks!

- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: thepkpawankumar@gmail.com
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Best regards,
Pawan
pawankumar
Shopify Partner
699 102 123

@nimble12 
Put it before this

pawankumar_0-1741018907071.png

Thanks!

- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: thepkpawankumar@gmail.com
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Best regards,
Pawan
nimble12
Shopify Partner
6 0 1

Thank you, done 

xlentthemes
Shopify Partner
23 4 6

There is some script error in your page.  Once fixed it , the variant switch will work automatically.

xlentthemes_0-1741018521937.png

 

Jerald
nimble12
Shopify Partner
6 0 1

how to fix it ?