Select Field – Wc Fields Factory

Product Field Insert a select fields on the product page. Option Description Options Use the Option Factory (Located at the Right Side) to create options for select. for manual creation see the below explanation. This option is used to generate the select option, each select option will contains Value attribute (which is not visible to

Read more

Radio Buttons – WC Fields Factory

Product Field Insert a radio button fields on the product page. Option Description Options Use the Option Factory (Located at the Right Side) to create Radio Buttons. for manual creation see the below explanation. This option is used to generate the radio button, each radio button will contains Value attribute (which is not visible to

Read more

Checkbox – Wc Fields Factory

Product Field Insert a checkbox fields group on the product page. Option Description Options Use the Option Factory (Located at the Right Side) to create Check boxs. for manual creation see the below explanation. Each check box will contains Value attribute (which is not visible to User) with that you will have to provide a

Read more

Textarea Field – Wc Fields Factory

Product Field Insert a textarea field on the product page. Option Description Placeholder Placeholder attribute’s value for this textarea field. Default Value Default value for this textarea field – (This value will be used incase If user hadn’t given any). Maximum Characters Maximum number of characters that user can input. Rows Row count (It actually

Read more

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.? At the Beginning (Before all other fields rendered) At the End (After all the other fields rendered)

Read more

Hidden Field – WC Fields Factory

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

Read more

Email Field – WC Fields Factory

Product Field Insert a email field (input[type=email]) on the product page. Option Description Placeholder Placeholder attribute’s value for this email field. Default Value Default value for this email field – (This value will be used incase If user hadn’t given any). Required Make this email field mandatory – user cannot perform Add To Cart operation

Read more

Number field – Wc Fields Factory

Product Field Insert a number field (input[type=number]) on the product page. Option Description Placeholder Placeholder attribute’s value for this text field Default Value Default value for this number field – (This value will be used in-case If user hadn’t given any) Minimum Value Minimum value that this number field allow user to input Maximum Value

Read more

Text field – Wc Fields Factory

Product Field Insert a text field (input[type=text]) on the product page. Option Description Placeholder Placeholder attribute’s value for this text field. Default Value Default value for this text box – (This value will be used in-case If user hadn’t given any). Maximum Characters Maximum number of characters that user can input on this field. Required

Read more

Add custom product tab at Woocommerce front end product page

Every Woocommerce product page contains at least two tabs, one is for Description and another is for Review. Here we are going to see how to add additional product tab, in case if you need one. It is very simple though, you will have to hook to one Woocommerce template filter, that would be woocommerce_product_tabs

Read more