WooCommerce

WooCommerce Checkout Billing Form Field Placeholder

Today i will show how to add WooCommerce Checkout Address/Billing Form Field Placeholder. This task can be done by 3 line of code snippet. First of all go to wordpress backend and then Appearance -> Editor. Switch to functions.php editor, checkout the below image.     Then Copy this code and paste to your functions.php add_filter( …

WooCommerce Checkout Billing Form Field Placeholder Read More »

How to Replace “Choose an option” with Attribute name in variation select menu in WooCommerce

In woocommerce, the product attributes used for variations will display as a select menu in product page. For example, if I had created an attribute named ‘Size’ and used it for variation, then a ‘Size’ select menu will appear in the product page containing attribute values (or configured terms) as options for a customer to …

How to Replace “Choose an option” with Attribute name in variation select menu in WooCommerce Read More »