Edit in Cart Options Not Working

Modified on Thu, 30 Jul at 12:49 AM

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 their options.

If you have already attempted to enable this setting and it's not working correctly, please follow the steps below.

  1. From the Shopify admin, select Online StoreActionsEdit code.
  2. Under Templates, select cart.liquid.

    Note: This may be located under Sections in the cart-template.liquid file.

    Select cart.liquid

  3. Find a line of code similar to:
    {% for p in item.properties %}
    HTML

    Find for p loop

  4. 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 --->
    HTML

    Paste Code

  5. Select Save.

If you're still unable to edit the options in your cart, please contact our Merchant Success team.


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article