The default shopify behaviour is to hide product options if there is only one variant / option available.
I am customising some shopify buttons for a client and am looking at https://shopify.github.io/buy-button-js/
but do not see the ability to override this behaviour for a single option product:
“contents”: {
“img”: false,
“imgWithCarousel”: true,
“button”: false,
“buttonWithQuantity”: true,
“variantTitle”: true,
“options”: true
}
Can variant or options be forced to always be displayed?
If anyone can provide any help / advice on this I would be grateful.
Tx.
nwe