Why is product variation not working with the Avone theme?

We are using Avone theme but since yesterday product variation is not working on the product page. This is happening to only newly added products only. Previously added products work perfectly. Checked the theme to another store but the same problem is happening there as well. We couldn’t find any error on theme code.

What might be the cause? How can we solve this issue?

Hello Gallantdigital!

Go to your theme.scss, locate the following class and add the “display:block;”, someone was hiding it:

.product-single__variants {
/* display: none; */
display:block;
}

let us know if this solve your problem

Thanks

Solution1

Avone theme doesn’t have the following class. It has:

.product-form__variants { display:none;> .no-js & { display:block; }> }