Shopify themes, liquid, logos, and UX
Hi
Just wondering if anyone can point me in the right direction on how to create a bit of custom coding for my product page.
I want to ask a question above the add to basket and when they select yes, a drop down text field appears.
I don't want a form app as I also need it to appear at the checkout for my customers to be able to double check their info is correct and for it to appear on the invoice our side.
Is this possible?
Note: I'm using Enterprise theme
Hi,
Need to modify the product Template and add dropdown HTML near add to cart
Example of code
<div class="product-options">
<label for="chain-length">Select Chain Length:</label>
<select id="chain-length" name="properties[Chain Length]" class="product-form__input">
<option value="16 inches">16 inches</option>
<option value="18 inches">18 inches</option>
<option value="20 inches">20 inches</option>
<option value="22 inches">22 inches</option>
</select>
</div>
By using css you can Style the dropdown
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025