Liquid + Metafield Support in Custom HTML
م
محمد جهاد العدوان
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.
A
Alex Cameron
We would also benefit greatly from this functionality and I'm sure many other merchants. If this can be added in a future release it will be much appreciated.