product price does not update with current variant - theme debut

Topic summary

A Shopify store owner using the Debut theme is experiencing an issue where product prices fail to update when switching between product variants.

Technical Details:

  • The user shared code snippets showing Liquid template code for displaying variant prices, compare-at prices, and savings calculations
  • The code includes formatting for strikethrough pricing, deal pricing, and percentage savings
  • Some code appears corrupted or reversed in the original post

Current Status:

  • Another user responded asking if the theme was customized and whether the original version was tested
  • No solution has been provided yet
  • The issue remains unresolved and requires further troubleshooting
Summarized with AI on November 5. AI used: claude-sonnet-4-5-20250929.

when i change the product variant the product variant price does not update. Theme Debut

code:

Show More
Show More

List Value: {{ current_variant.compare_at_price | money }}

Show More
Show More

With Deal: {{ current_variant.price | money }} & FREE Delivery. Details

Show More
Show More

You Save: {{ product.compare_at_price | minus: product.price | times: 100.0 | divided_by: product.compare_at_price | round | remove: ‘.0’}}%

Show More

any help is appreciated, thank you.

@JoJaxs Hello did you customize the theme? have you tried original copy?