Hello again,
Shopify theme support helped me fix it.
Thanks again for your attention to the issue.
A Shopify store owner encountered an issue where product prices failed to update when selecting variants in desktop view, while mobile view functioned correctly. The problem occurred despite using the same liquid snippet (price.liquid) in both views, with CSS hiding one version for mobile and another for desktop.
Key Details:
use_variant: true and show_badges: trueResolution:
Shopify theme support successfully resolved the issue. The exact technical fix wasn’t detailed in the thread, but likely involved adjusting the JavaScript function that updates prices on variant selection or extending it to properly target the desktop price element.
Hello again,
Shopify theme support helped me fix it.
Thanks again for your attention to the issue.