I have not been able to edit the buttons as there is not way to use visual composer for the category page.
I want to enter the name of each product instead of 'view product' which is currently on the button.
Screenshot:
I have not been able to edit the buttons as there is not way to use visual composer for the category page.
I want to enter the name of each product instead of 'view product' which is currently on the button.
Screenshot:
you can change the woocommerce button name (View products,Buy product,Add to cart,Select options,Read more) by using below function.
Add below in theme function.php file
You can find the needed text in the category.php file. Sometimes the text is hard coded in the .php files.
For easy String search, you can use this plugin https://wordpress.org/plugins/string-locator/ the plugin find the necessary text and the hard coded location where it is.