{% comment %} Option 3 - Cart Page: Per-Product Checkbox Renders a checkbox row beneath each cart line item that has an AKKO plan associated via metafields, with the price delta shown inline. When checked, the protection plan is added as a separate line item. Outputs a
|
Add {{ protection_plan.title }}
{{ protection_plan.description | strip_html | truncate: 80 }}
+{{ protection_variant.price | money }}
|