bfl
Forum Replies Created
-
Forum: Plugins
In reply to: [Backend Payments for WooCommerce] Need to add nameHey, thanks for reaching out. We absolutely will be adding those features.
That’s a good idea. I’ll be adding that soon. I’ll also look into your other suggestions.
Hey. I realized that it’s actually WordPress doing that, not a plugin. I will release an update that fixes the issue. Please back up any changes you’ve made to the plugin before updating, otherwise the changes will be lost.
Hey. That screenshot was very helpful. It showed the problem. The issue is that one of your plugins is adding
?ver=4.5.7to the end of the script source. Authorize.Net checks the source of the script, and when it sees that, it thinks that the script is being loaded from somewhere else. This is because they check to see if the script was loaded exactly fromhttps://js.authorize.net/v1/Accept.js. That is why your JavaScript solved the issue. Your JavaScript loaded it after that?ver=4.5.7was added to every script. If you could find out which plugin is doing that, I could work on a solution from my end and send out an update. The fact that theAcceptCore.jsscript tag is before theAccept.jstag does not mean that it was loaded first. You are correct thatAccept.jsis appending that tag to the head, but it will not cause any problems.I will be working on your other suggestions.
Hey, thanks for your detailed reply. The plugin does not include
AcceptCore.jsdirectly. The plugin only loadsAccept.jswhich then loadsAcceptCore.js. This makes it very unlikely thatAcceptCore.jsis being loaded beforeAccept.js. On my test websiteAcceptCore.jsnever loads beforeAccept.js. Did you test out the file I linked to in my previous post? If you could try it, that would be great. Thanks.I am looking into your other suggestions. Why should the payment form be hidden after a payment? What if the user wants to process another payment?
Hey. Can you please try replacing the following file:
woo-mp/includes/controllers/authorize-net-meta-box-controller.phpWith this one:
Let me know if that works.
Forum: Plugins
In reply to: [WooCommerce] Styling issue with Settings APIGreat! Thanks.
For @claudiosanches:

Hey. Try clearing your browser cache. Authorize.Net has some known caching issues. Let me know if that works.
Forum: Plugins
In reply to: [Backend Payments for WooCommerce] Payment problem on Woocommerce backendHey. That would appear to be a plugin conflict. I have released an update that should fix the issue. Let me know if it works once you’ve updated the plugin.
Forum: Plugins
In reply to: [Backend Payments for WooCommerce] Bank transferHey. What exactly would the plugin do and how would you use it? Are you looking for a plugin that will process the actual direct bank transfer itself? I don’t believe such a plugin exists. As far as I know, if you want to make a direct bank transfer without any intermediary service, you will have to do so manually. You might want to check out the built in BACS payment gateway.
Forum: Plugins
In reply to: [Backend Payments for WooCommerce] Program Not WorkingYou said:
when you click at the bottom of the page for payment it goes to settings
What exactly does the message in the payment box say?
Forum: Plugins
In reply to: [Backend Payments for WooCommerce] Program Not WorkingHey. Thanks for getting in touch. The first problem you mentioned (about “Screen Options”) is definitely a bug. I will fix it and release an update. I’m looking into the second problem you mentioned and I’ll get back to you as soon as I figure it out.
Thanks again and sorry for any inconvenience.
The problem has returned. You can see here that when you mouse over most of the “Filter by Brand” options, you get a cancel symbol and you cannot click it.
I seem to be able to fix the problem by flushing my website’s cache a few times, refreshing the page, and logging in and out. But it’s not very consistent, it comes back sometimes and then goes away. For now, the problem seems to be gone. I’ll reply to this topic if it comes back. Thank you.
But I want the OR functionality. If I switch to AND, then you will only be able to choose one brand.