Popular Articles
Styling Custom Product Addons
The form fields in WCPA are easily customizable by styling it using CSS. There are numerous classes to style the fields in a form. You will be able to change the color, background, appearance and so on with using CSS and the concerned classes of the ...
Attributes/ Variations not showing in Conditional Logic
Make sure that you have created the attributes as Global attributes. Global attributes means the attributes created from the path: Products -> Attributes -> Add new, not from inside the product page back-end. Our plugin can only access global ...
Plugin Update failed
These steps need to be followed when you have trouble in updating the plugin. 1. Please make sure that you are still having a license key. If your license is expired, please re-purchase to get updates. 2. If you have a valid license key, please go to ...
Plugin Updation steps?
Login to wordpress admin portal------------->Choose Plugins option ----------->Select the plugin and proceed with the update now.
Dealing with Regex (Regular Expressions)
WCPA input fields- Text and Textarea- are well-defined for matching the input values with Regular Expressions. But there is no matching for the string, this feature will match the input character-wise. Let us have a look at how we are dealing with ...