Archived topic
option selection button
3 replies · Started by Xesus on September 24, 2020
Hello team,
I have the Merch theme installed, but on the product archive page when I point to a product the option selection button appears, I would like to ask you how I could change that text.
Thank you
Hi there,
Give this a shot:
https://wpexplorer-themes.com/total/snippets/woocommerce-select-options-text/
Adding PHP: https://docs.generatepress.com/article/adding-php/
When I do this process with the code snippets it works but the basket of what has been added to the cart breaks and does not show anything, how could I carry out this process without the other functions of the cart being performed?
Hi there,
try the snippet provided here:
https://gist.github.com/targetimc/b92dbf2ebde2bc5e54e8967f9bf7d149
Update this line:
return __( 'Select options', 'woocommerce' );