Hi there @amora1128,
Thanks for reaching out.
I understand you’re having an issue translating your checkout page.
In order to rule out any bug related to WooCommerce, could you please start by switching your theme to a default theme like Storefront and see if the issue still persists? Also, please make sure that the checkout page has only this shortcode added [woocommerce_checkout]
.
This way, we can be sure that this is a WooCommerce based bug.
Let us know how it goes.
@ckadenge
Thank you. I switched the theme to default and deactivated all plugins. The problem remained.
But when I deleted everything from cart and check out page and pasted your shortcodes:
[*woocommerce_cart*]
[*woocommerce_checkout*]
It started to look fine! Everything is translated. The only problem now, is that checkout page has old design and small fields. The design I had before was more easy to read and looked nicer.
Also when I edit check out page, I have an option to add block through the block menu, which is called classic_checkout. And that’s the check out page with a good design, but with translation bug 🙂
@ckadenge
There are more problems with this form of checkout page..
- I can’t change blocks using plugin woo-commerce checkout manager. I want to remove some fields. But nothing changes on the checkout page.
- I added local pickup, but it’s not present on the checkout page. Local pickup is the only way we deliver right ow, so it makes impossible to finish making an order.
Hello amora1128,
Thank you for your reply.
It looks like your website is designed to use Checkout blocks and not the Shortcodes.
The shortcodes were suggested to check if the problem persists over there.
Let’s take a step back and visit the first message.
You mentioned there was a problem with the Cart page and the hosting support fixed it.
Could you share details on what was the problem and how it was fixed?
This is important because the fix might have affected the default translation function.
Understanding the problem and how it was fixed will help me diagnose the issue effectively.
Looking forward to your response. 🙂
Best regards.
@doublezed2
They foud a problem in plugin for WP optimization, deactivated it and deleted it’s files.
Right now I managed to translate check out page through Loco Translate and I really hope it remains with the update 🙂
Could you please help me with one minor thing, is it possible to change check out button color? (the button that leads from cart to check out and is called “Proceed to checkout”
I’d like to change it from purple to green, so it matches website theme.
-
This reply was modified 4 months, 1 week ago by amora1128.
-
This reply was modified 4 months, 1 week ago by amora1128.
Hi again @amora1128,
Right now I managed to translate check out page through Loco Translate and I really hope it remains with the update 🙂
Glad to know you were able to translate the checkout page. I can assure you this will remain translated.
I’d like to change it from purple to green, so it matches website theme.
In order to style the Proceed to Checkout button you would need to use something like this:
.wp-block-woocommerce-cart .wc-block-cart__submit-button {
background-color: green;
}
I hope this helps.
@ckadenge Thank you!!! Could you please give me instruction where do I put this code? I’m not an IT specialist.
Also, can I use color code? Such as #0fb36c
I would like it to be the exact green we use for the theme..
@amora1128, you can add this code under your WordPress dashboard in Appearance > Additional CSS, then save the changes.
can I use color code? Such as #0fb36c
Sure, you can use the hex color code and this will work just fine.
Let us know how it goes.