Hi again @teppestudio ????,
Sent an email 27.04, Didn’t receive your reply.
Oh, I am sorry we have missed this email. I have tried to find it now and wasn’t able to. Is it OK if we continue the troubleshooting here?
For the first part. I have tested this again and worked for me using Storefront
as my theme and then WooComemrce Blocks 5.1.0 and WooCommerce 5.3.0, can you confirm that you are using the same versions?
If so these are the exact steps:
- Install and activate the
Say What
plugin
- Create a rule like the one below. These are the exact strings:
Original string
–> Save %s
. Text domain
–> woo-gutenberg-products-block
. Replacement string
–> Spar %s
This is how it looks like in the backend:
Link to image: https://d.pr/i/gvH8O0
And the cart page:
Link to image: https://d.pr/i/GyWQj6
Give it another try and keep me posted.
As per hiding the product short description
you could use this CSS snippet.
/*Hiding Product Short Description from WooCommerce Blocks cart*/
.wc-block-cart-item__product .wc-block-components-product-metadata__description {
display: none;
}
You’ll want to use this under **WP-Admin > Appearance > Customize > Additional CSS**
Cheers!