Hidden Field

Hidden Field for Product & Variation

This field type is used to create a hidden input. It is not used to collect extra text option from the user but to give additonal details from the store admin that may not needed to be visible to user. Hidden field for Products and Hidden field for Variations has same properties.

Hidden Field Configurations for Product & Variation

Option Description
Hidden Value Value for the value attribute of the Hidden Field, of course this like one time setup and no one could change the value except Admin Itself.
Visibility Whether this hidden field’s value (Given by the admin itself) has to be displayed on the Cart & Check Page
Note: Regardless of this option this fields value will be added as Order Meta (Unless you configured not so).
Order Item Meta Whether to add this field’s value (Given by the admin itself) as Order Item Meta
Send to Customer Whether to show this field to customer’s order email and customer’s order view (in the My Account page). Even though it is added as Order Item Meta, but visible only to store admin only.

Product Field’s Raw Output

<!-- Hidden field doesn't has any wrapper - since hidden anyway -->
<input type="hidden" name="test_product_hidden" value="" />

Hidden Field Admin

Hidden field is not available for Admin Fields

Leave a Reply

Your email address will not be published. Required fields are marked *