Hello @xue28
Thank you for reply.
With Loco translate I am able change only single product button text. Select options
is also translated in Loco, but seems like something is over writing the button. Like I said I can only change the text using
add_filter( ‘woocommerce_product_single_add_to_cart_text’, ‘woocommerce_custom_single_add_to_cart_text’ );
function woocommerce_custom_single_add_to_cart_text() {
return __( ‘Select options’, ‘hello-elementor’ ); }
but this changes for the second language too which I don’t want that.
I tried to disable the plugins to see if any interfere but I wasn’t successful with that. The issue continues.
-
This reply was modified 2 years, 1 month ago by arskadirr.
-
This reply was modified 2 years, 1 month ago by arskadirr.