All things Shopify and commerce
Is there any way to default the second option choice? Coz it looks like too duplicated to mention the color twice when there's no color option to choose.
Hi,
You can use Javascript or use Shopify’s variant options in liquid code
Javascript example
<script>
document.addEventListener('DOMContentLoaded', function() {
var secondOption = document.querySelector('select#option2');
if (secondOption && secondOption.options.length === 1) {
secondOption.selectedIndex = 0;
secondOption.style.display = 'none'; // Hide the second option if only one choice is available
}
});
</script>
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024