Overview
The options that Product Options creates are not traditional Shopify variants. Because of this, you need to enable a setting within Product Options before your customers can make edits to options in their carts.
If you have already attempted to enable this setting, and it's not working correctly, please follow the steps below.
Steps to Fix
- From Shopify's admin, select Online Store > Actions > Edit code.
- Under "Templates", select cart.liquid.
Note: This may be located under "Sections" in the cart-template.liquid file.
- Find a line of code similar to:
{% for p in item.properties %}
- Copy and paste the following line of code at the end of this code block:
Note: This code block should end with {% endfor %}.
<!-- Bold:POv2 --->
<div class="bold_edit_in_cart"></div>
<!-- Bold:POv2 ---> - Select Save.
If you're still unable to edit your Options within the cart, please contact our Merchant Success team for additional assistance.