Product Field
Insert a custom label widget (Just to display a notification) on the product page.
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. |
Product Field 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>
Admin Field
Label widget is not available for Admin Fields