Label Field for Product & Variation
This field type is used to create a text block to display messages. It is not used to collect extra option from the user. Label field for Products and Label field for Variations has same properties.
Label Field Configurations for Product & Variation
Option | Description |
---|---|
Message | Message that has to be displayed on the product page. |
Position | Where you want this message to be displayed.?
|
Type | Type of message which will be displayed on this label.
|
Logged in Users Only | Make this label available only for the Registered Users only (They must have to be logged in). incase if you wanted to notify something for the logged in users alone. |
Target Roles | Make this field available only for the users that have the selected roles. Available to all, if you haven’t selected any |
Cloneable | Exclude this label from cloning (Works only if Cloning option is enabled from the Settings Page). |
Field Class | Use this option to add a custom css class to this field for your own styling purpose. By default this comes with four preset of styles, you can define your own style by using this option. |
Onload | This option controls the fields visibility when the product is loaded. By default Yes |
Product Field’s Raw Output
<!-- Label fields comes with four presets (four CSS classes) 1. wcff-label-info 2. wcff-label-success 3. wcff-label-warning 4. wcff-label-danger Use "Field Class" option to provide your own preset --> <div class="wcff-label wcff-label-info">Your message displayed here</div>
Label Field Admin
Label widget is not available for Admin Fields