Hello
I want to give dropdown option to change size variant in cart page.
My website url : www.jagstore.in
Hello
I want to give dropdown option to change size variant in cart page.
My website url : www.jagstore.in
Step-by-Step Guide to Adding a Size Variant Dropdown in Shopify Cart:
Navigate to your Shopify admin panel.
{% assign has_size_option = false %}
{% for option in item.product.options_with_values %}
{% if option.name == 'Size' %}
{% assign has_size_option = true %}
{% endif %}
{% endfor %}
{% if has_size_option %}
{% endif %}
Add this code to the same file before starting the schema.
You can do that, but instead change variant you need remove the item need change and add new item into cart.
To achieve your expected you need customize so much code logic on cart page also user experience.
Hello,
Can you provide me with store access so I can check and provide the exact solution?
Email id : rajesh.zestard@gmail.com