How can i change the quantity label appear in table header in woocommerce cart page ? I need to change the header label of quantity to something else.
1 comment
Comments are closed.
How can i change the quantity label appear in table header in woocommerce cart page ? I need to change the header label of quantity to something else.
Comments are closed.
You need to edit the template file for the cart page.
Does your theme already have a /woocommerce/ folder with each template? If not you should copy the /cart/ folder from /wp-content/plugins/woocommerce/templates/ to /your-theme/woocommerce/ then edit /cart/cart.php and search for “Quantity”.
You could also use this trick in your functions.php file to replace everything that says “Quantity” on your site:
Just change “New Label” to whatever you want to call it.