Shopify themes, liquid, logos, and UX
We want to build a site for used branded mobiles. Can we implement a box beside the product image as mentioned in the attached picture.
Try adding this code
<div class="product-image">
<img src="{{ product.featured_image.src }}" alt="{{ product.featured_image.alt }}">
<div class="condition-box">
<div class="condition-option">
<input type="radio" name="condition" value="good">
<label for="good">Good</label>
</div>
<div class="condition-option">
<input type="radio" name="condition" value="fair">
<label for="fair">Fair</label>
</div>
<div class="condition-option">
<input type="radio" name="condition" value="superb">
<label for="superb">Superb</label>
</div>
</div>
</div>
User | RANK |
---|---|
155 | |
127 | |
80 | |
73 | |
69 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023