I have a custom field in VirtueMart with the following setup:
Cart Attribute: Enabled
Cart Input: Enabled
Layout Position: addtocart
This works perfectly — the custom field input appears in the "Add to Cart" section as expected.
However, if I set this custom field to hidden (because for a period I don't want to use it), I noticed different behaviors depending on the template:
In Cassiopeia template → the field completely disappears from the frontend (which makes sense for me).
In YOOtheme + VMuikitX template → the field is still visible and shown in the "Add to Cart" section.Shouldn't hidden custom fields be completely skipped when rendering?Thanks in advance