Variant not updating

I am using the Ella theme and when a variant is selected, the price or image is not updating.
Also, if I select a different variant and add that to the store, only the default variant is being added to the store.
Here’s an example: https://braycured.com/products/taste-of-bray-cured-charcuterie-selection-box?variant=43015202275477

Please very urgent!

Because you have this commented out, theme Javascript breaks and variant selection stops working.

The theme need this, but if you want to hide it, you’d rather hide it with CSS, like so:

[data-header-option] {
  display: none;
}

Put it into sections “Custom CSS”…

I duplicated the theme and pasted the above code in the custom CSS section

The system have silenced you – I guess to many posts for a new account. Try to DM me if it’s allowed and you still need help.


if my post is helpful, please like it ♡ and mark as a solution -- this will help others find it