For anyone else who might end up with this issue, all I needed to do was to add this line to the very beginning of each of the custom liquid blocks:
{%- assign product_form_id = ‘product-form-’ | append: section.id -%}
For anyone else who might end up with this issue, all I needed to do was to add this line to the very beginning of each of the custom liquid blocks:
{%- assign product_form_id = ‘product-form-’ | append: section.id -%}