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
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025