Please enable Liquid rendering inside the Bundle Custom HTML block so it can access the Shopify product object for each bundle line item. Requested capabilities: Access to the full {{ product }} object Use of standard Liquid properties (e.g., {{ product.title }}, {{ product.sku }}) Access to any product metafields (e.g., {{ product.metafields.namespace.key }}) Support for Liquid logic ({% if %}, {% for %}, etc.) Currently, the HTML block runs without Liquid context, preventing dynamic output tied to the underlying Shopify product data.