Issues in extension Checkout Manager

While translating the extension “Checkout Manager” i found a typo issue in your code.
In /tco-woo-checkout-editor/includes/tco_woo_checkout.woo.checkout.admin.php on line 76 you have unwanted spaces in the domain string!

screenshot

And i found another issue in generating the field list for other fields.
In /tco-woo-checkout-editor/includes/tco_woo_checkout.woo.hooks.php on line 480 you wrote that you “check if value exists for order”. But you didn’t do a check! That’s result that empty fields are also been returned. Could you please add a check for empty fields or give us at least a hook to check by self?

screenshot 1

We will have a fix for the first part, and actually do the check in the second part in the next Woo Checkout update (2.2.3). Will go out later this week or next week. Thanks for bringing this to us and have a great day!

Thanks for confirm, but there is one more issue. The label and placeholder text doesn’t change in the checkout if you try to rename it.

Update: you can see the changed text very shortly if you refresh the page, but then it seems to be overwritten again.

Hey @Regnalf,

Thanks for the additional information, this issue was already reported in our tracker and they will see all the issues on this thread.

Thank you.

Thanks @marc_a for confirm.

May i wish another request for add a apply_filters for the fields? Like in my screenshot to have additional control over the output?

screenshot

In my case i want to unset ‘order_comments’ for output, because it’s already been output by another plugin.

Thanks in advance

Hi @Regnalf,

I will check with our development team and let you know if there is any existing hook, that helps to unset any specific field from the content.

Thanks

We can add that filter in your screenshot. That’s a good name too. I think I’ll send additional arguments to that filter and we’ll get this up in the next plugin update. Have a great day!

1 Like

Thanks, would be great if didn’t have to rename it, as i already use it temporary.

1 Like

Hi @Regnalf,

You are most welcome.

This is going out today. Name is the same. Have a great day!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.