At some point I’ve selected options / variants on a product then decided I did not want them.
This has left the dialogue box ‘Default Title’ (above ‘Add To cart’) with no options and I can’t get rid of it.
Can anyone help?
At some point I’ve selected options / variants on a product then decided I did not want them.
This has left the dialogue box ‘Default Title’ (above ‘Add To cart’) with no options and I can’t get rid of it.
Can anyone help?
select#ProductSelect-product-template-option-0 {
display: none;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->timber.scss.liquid
select#ProductSelect-product-template-option-0 {
display: none !important;
}
Add this code in the bottom of timber.scss
Thanks. There were 2 assets with that name. I did both and it worked on the blaze:
https://aboc.co.uk/products/blaze
But it removed the options/variants on other products, eg:
https://aboc.co.uk/products/smoking-woodchips
The problem is only with the product Blaze. I want to retain the options on some products.
I have deleted the inserted code.
I think there is something in the code for blaze that makes it think it has options but there are none.
Thanks for that. There is no ‘timber.scss’ but there is a ‘timber.scss.liquid’. See notes other solution offered but that did not work either.
Yeah, add the code in ‘timber.scss.liquid’
here were 2 assets with that name ‘timber.scss.liquid’. I did both and it worked on the blaze:
https://aboc.co.uk/products/blaze
But it removed the options/variants on other products, eg:
https://aboc.co.uk/products/smoking-woodchips
The problem is only with the product Blaze. I want to retain the options on some products.
I have deleted the inserted code.
I think there is something in the code for blaze that makes it think it has options but there are none.
that is not a solution.
It removes the options/variants on other products, eg:
https://aboc.co.uk/products/smoking-woodchips
The problem is only with the product Blaze. I want to retain the options on some products.
I have deleted the inserted code.
I think there is something in the code for blaze that makes it think it has options but there are none.
@DaveClark We have the same problem. Did you find a solution? Thanks!
Hi. No, never got sorted and I put in the CSS without success. I could delete and re-add the product but I don’t want to do that.