Product Field
Insert a hidden field (input[type=hidden]
) on the product page.
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 PageNote: 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 |
Product Field Raw Output
<!-- Hidden field doesn't has any wrapper - since hidden anyway --> <input type="hidden" name="test_product_hidden" value="" />
Admin Field
Hidden field is not available for Admin Fields