Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
This reply has been marked as private.
Hi Ed,
Thanks, I resolved it with code
add_filter( 'woocommerce_order_button_text', create_function( '', 'return "button name";' ) );
But I can’t find a solution of problem with Shop page title and Category’s title.
For exemple, on your demo the code is:
<h1 class="entry-title">Accessories</h1>
My is:
<h1 class="entry-title"></h1>
That is to say, I have gone the title.
How can I add Page title as on your demo?Thank you
Hi Rui,
1) I tried “Real-time find and replace”. It work only for “VIEW ALL PRODUCT” translate. Thanks.
But for “Place order” it doesn’t, sorry.
More precise it works only when the page loads. After the loading is finished, the button changes to the old translation.
Do you have any ideas how to fix it?2) Also, I noticed that after the last update, the Page title on Product category page disappeared.
I can’t find how to add it.3) I’ve got one more question. I need to change product quantity “x 1” from “Your order” to “x 1 piece”.
I would be grateful for the help.Thank you
Attachments:
You must be logged in to view attached files. -
Posted in: We hit Power Elite.