What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: Product Variant

Product Variant

DE
Tourist
5 0 1

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. 

 

DE_0-1723459148022.png

 

Reply 1 (1)

Small_Task_Help
Shopify Partner
830 28 75

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>

 

To Get Shopify Experts Help, E-mail - hi@ecommercesmalltask.com
About Us - We are Shopify Expert Agency
At Google My Business - Ecommerce Small Task - Hire Shopify Developers Ahmedabad