ruelkestrel
Forum Replies Created
-
Hi there,
Thank you for reporting this and for providing the detailed environment information — we really appreciate you bringing it to our attention.
I’ve logged this with our development team so they can review the translation loading behavior and include a fix in an upcoming update. This looks to be related to newer WordPress versions being stricter about when text domains are loaded, and it’s something we agree should be addressed.
Thanks again for flagging this. If you notice anything else or have additional context to share, feel free to let us know.
Forum: Plugins
In reply to: [CheckoutWC Lite] Point relais non visibleHi there,
Thanks for testing CheckoutWC Lite and for the detailed explanation — that really helps.
The Lite version of CheckoutWC has limited features and limited compatibility with third-party plugins, especially shipping and pickup-point integrations. It’s very possible that Packlink (and carriers like Mondial Relay or Chronopost) are not using standard WooCommerce hooks to inject their pickup-point UI, which is why those options are not appearing on the CheckoutWC checkout page.
Troubleshooting and resolving this kind of third-party integration issue requires more advanced testing and debugging, and that falls outside the scope of support included with the Lite version.
What we recommend is:
- Upgrade to a paid CheckoutWC license and test the behavior using the premium version
- If the issue persists there, we’ll be happy to investigate further and help resolve it as part of premium support
For peace of mind, we also offer a 30-day refund policy, so you can safely test CheckoutWC with your setup knowing you can request a refund if it doesn’t meet your needs.
Let us know if you’d like to proceed or if you have any other questions — we’re happy to help.
Forum: Plugins
In reply to: [CheckoutWC Lite] Create account is too aggressiveHi there,
Thank you for your feedback!
I wanted to clarify how the “Create shopping account” checkbox works in CheckoutWC: it is unchecked by default. When a user starts filling in their email address, the checkbox will automatically check itself, which is intended to streamline account creation. However, if the user chooses to uncheck it, it should remain unchecked until the checkout is completed. I’ve attached a short video demonstrating this behavior.
https://www.awesomescreenshot.com/video/46501184?key=21db81de7fab14d47224e64c19503b9c
Could you please clarify in what way you’re seeing the checkbox being “too aggressive”? This will help us understand the issue better and see if there’s anything we can improve.
Forum: Plugins
In reply to: [CheckoutWC Lite] Please fix polish translations in .po fileHi there,
Thanks so much for bringing this up! I’ll be happy to pass this along to our development team.
In the meantime, you can easily tweak the translation on your site using a plugin like Loco Translate so it displays exactly how you’d like for your customers.
Forum: Plugins
In reply to: [CheckoutWC Lite] Compatible with RevolutHi there,
Thanks for reaching out!
CheckoutWC Lite hasn’t been specifically tested with Revolut, so we can’t confirm compatibility with certainty. That said, CheckoutWC is designed to work with any payment plugin that follows WooCommerce standards, using actions and filters.
If Revolut adheres to these standards, it should generally work, but the only way to be sure would be to test it on your site.
Forum: Plugins
In reply to: [CheckoutWC Lite] How to style shipping method/payment options as cardsHi there,
Thank you for reaching out!
Currently, CheckoutWC does not include a built-in feature to display the shipping or payment methods as “cards” with borders and highlight states. However, this effect can be achieved with custom CSS.
It would require identifying the correct element selectors using your browser’s inspector tool and then applying the appropriate styling (for example, adding borders, background colors, and a highlighted state when an option is selected).
That said, please note that this type of customization falls outside the scope of our support, since it involves custom code adjustments. If you’re not comfortable writing the CSS yourself, we recommend working with a developer who can assist you in tailoring the design to your exact needs.
Forum: Plugins
In reply to: [CheckoutWC Lite] Problem with code promoHi there,
Thank you for reaching out!
To help us better understand the issue, could you please confirm if the problem still occurs when using the default WooCommerce checkout with CheckoutWC deactivated?
Also, could you clarify your setup for the promo code? Are you using the default WooCommerce coupon functionality, or are you using a third-party plugin to handle promo codes?
This information will help us narrow down the cause and provide a proper solution.
Best regards,
Forum: Plugins
In reply to: [CheckoutWC Lite] remove round cornerThanks for your follow-up!
By default, CheckoutWC uses rounded corners as part of its design style, and currently, there’s no built-in option in the UI to change that. Any customization beyond the default appearance — such as removing rounded corners — would require custom CSS.
That type of customization is outside the scope of our support, particularly on the free version of the plugin. The changes you’re aiming for involve identifying the specific selectors of the elements you’d like to modify and applying your own CSS rules accordingly. As a one-time courtesy, I provide the selector below.
.checkoutwc input,
.checkoutwc select,
.checkoutwc textarea,
.checkoutwc .checkoutwc-step,
.checkoutwc .checkoutwc-step__header,
.checkoutwc .checkoutwc-sidebar,
.checkoutwc .checkoutwc-payment-method,
.checkoutwc .checkoutwc-step__footer,
.checkoutwc .woocommerce-checkout-review-order-table,
.checkoutwc .wc_payment_methods,
.checkoutwc .wc_payment_method,
.checkoutwc .place-order {
border-radius: 0 !important;
}If you’re comfortable working with CSS, you can use your browser’s developer tools to inspect the checkout elements and apply the styles you need. Otherwise, you may want to work with a developer to help achieve the design you’re looking for.
Forum: Plugins
In reply to: [CheckoutWC Lite] remove round cornerHi there,
Thanks for reaching out!
Yes, you can remove the rounded corners on the checkout input fields by adding a bit of custom CSS to your site. Here’s a snippet you can use:
.checkoutwc .form-row input[type="text"], .checkoutwc .form-row select { border-radius: 0px !important; }You can add this CSS to Appearance → Customize → Additional CSS in your WordPress dashboard.
Let me know if you need help with anything else!
Best regards,
Forum: Plugins
In reply to: [CheckoutWC Lite] How to add a logo in the browser tabThanks for following up and sharing those screenshots.
I’ve tested this on my end, and I wasn’t able to replicate the issue — the favicon appears correctly during checkout with CheckoutWC active. This suggests the issue may be specific to your site’s configuration.
https://i.postimg.cc/FsW06xxH/checkout.jpg
It’s possible that your current theme or another plugin is affecting how the favicon is loaded when CheckoutWC is active. To help narrow this down, could you please try the following:
- Temporarily switch to a default theme (like Storefront or Twenty Twenty-Four) and check if the favicon appears.
- Temporarily disable other plugins except WooCommerce and CheckoutWC to see if there’s a conflict.
This should help identify if another component is interfering with the favicon display.
Forum: Plugins
In reply to: [CheckoutWC Lite] How to add a logo in the browser tabThanks for reaching out!
CheckoutWC doesn’t alter or control how your site’s favicon appears — that behavior is handled by your theme or site settings in WordPress.
To help narrow this down, could you please confirm if the favicon displays correctly when CheckoutWC is disabled and the default WooCommerce cart page is used? That will help us determine whether the issue is related to CheckoutWC or something else in your site configuration.