Label Widget – Wc Fields Factory

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.?

  1. At the Beginning (Before all other fields rendered)
  2. At the End (After all the other fields rendered)
  3. Normal (Usual order, along with other fields)
Type Type of message which will be displayed on this label.

  1. At the Beginning (Before all other fields rendered)
  2. At the End (After all the other fields rendered)
  3. Normal (Usual order, along with other fields)
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

Leave a Reply

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