Need A Page Refresh Everytime A Variant Changes

Running into an issue.

Whenever the customer chooses a variant (ex. style 1 or style2. different price breaks for different style), theres a price break table that is displayed. The table stays on the price breaks for style1, and will not change to the correct table until you manually refresh.

like this page
https://www.dananeerdesigns.com/collections/dananeer-daily-24/products/two-shades-of-brown-plain-abaya?variant=45453190234413

i have two style
with inner dress
without inner dress

Is there any way to auto refresh the page when the customer changes the variant/style?

i used Vantage Version 9.3.0 by Underground template

This would involve adding custom Javascript. You would need to add a Javascript event listener that watches for clicks on the variant selector element and force a refresh. https://www.w3schools.com/js/js_htmldom_eventlistener.asp

can you tell me where can i put this code

Its not really something you can copy and paste into your theme. It would have to be coded specifically for your theme and the variant selector element. If you know a bit of Javascript and debugging then there are a few free tutorials on youtube that can guide you. Otherwise hiring a developer for a hour would be worth it.