Show Subscription Information on Cart Page

If you add a subscription product to the cart, you will see subscription plan frequency text appear on cart page under the product title.

You can find the cart subscription code here on  cart-template.liquid.

<li class="product-details__item product-details__item--property {% if item.selling_plan_allocation == empty %} hide {% endif %}" data-cart-item-selling-plan-name >   
  {{ item.selling_plan_allocation.selling_plan.name }} 
</li>
	

You can update this code for additional text or icons.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us