beaver316
Forum Replies Created
-
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] cc not showing fields sometimesTo my understanding, the payment info isn’t stored by the payment plugins, but rather by Woocommerce. All the payment plugins do is facilitate the payment. So there should be no need to transfer any data. All your automatic recurring hooks are still left intact. All that you should need to do is change the payment method. It sounds like that is the correct dropdown you mentioned. Which payment plugins do you have enabled? If you have ‘Braintree for Woocommerce’ enabled, then I’m assuming that ‘Credit Card’ option in the dropdown list is what you’re looking for. You can confirm this by checking the plugin settings and confirming that you have it set as ‘Credit Card’ as the text the user sees on the checkout page.
We seem to have gone off topic btw. Perhaps it’s best we move this somewhere else?
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] cc not showing fields sometimesWell my site wasn’t live at that point, so I didn’t need to port anything over. I have since disabled subscriptions so I can’t be sure, but I think if you go into woocommerce > Subscriptions > go into each sub, you can then edit the payment method for each subscription to use the new plugin. This should do it but I’m not 100% sure. Why not create one subscription using a sandbox account and try it out?
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] cc not showing fields sometimesI moved on to ‘Braintree for Woocommerce’
https://wordpress.org/plugins/woo-payment-gateway/
It’s a paid plugin, but 100% worth it. The best support out there, and imo the best plugin for braintree. And yes it supports Subscriptions.
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] cc not showing fields sometimesHonestly I’m not sure. The devs themselves haven’t pinpointed exactly the cause of this issue. Eventually I moved on from this plugin because I later found that this bandaid didn’t work reliably on mobile.
Forum: Plugins
In reply to: [Doc It (Documentation)] Problem with Next / PRevious linksHas there been any progress on this issue? This issue, along with the issue I posted below are the only two problems I’m having.
https://wordpress.org/support/topic/subcategories-dont-want-to-save-in-order-specified?replies=1
This is weird and unfortunate. Sadly I won’t be able to use this plugin.
I tried many totals, but the ones off my head include 1.19 and 2.38.
Forum: Plugins
In reply to: [WooCommerce] PayPal not being supportive with Reference TransactionsSorry to bother you again Mike,
I am wondering if you have any news from PayPal? Since my last post, we looked into other payment gateways using credit cards, but finally receiving a needed merchant account is proving very difficult for a startup like my company.
I’m back to hoping something can be worked out with PayPal since it’s at the final stage of just enabling this one simple feature.
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] For use in UK?That is a relief. Thank you.
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] For use in UK?So if you set up your braintree account from Braintree’s website, there should be no issue using this plugin internationally right?
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] cc not showing fields sometimesIncase anyone is interested, a temporary fix I have found is to change this line:
setInterval( checkSetup, 250 );to
setInterval( checkSetup, 2000 );Within “wp-content/plugins/woocommerce-gateway-paypal-powered-by-braintree/assets/js”
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] CC Fields not workingIncase anyone is interested, a temporary fix I have found is to change this line:
setInterval( checkSetup, 250 );to
setInterval( checkSetup, 2000 );Within “wp-content/plugins/woocommerce-gateway-paypal-powered-by-braintree/assets/js”
Edit: wrong plugin
No quite sure about that.
Do you have any other Braintree plugin installed? I got a similar error and it was because I had two different Briantree plugins activated. Try remove one and see if it fixes it.
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] CC Fields not workingAfter enabling logging inside checkout.js, I get Reference Errors inside the browser console.
http://i.imgur.com/PR53YU0.png
http://i.imgur.com/eBGQWQt.pngNotice at the bottom of the second image, line 3 column 24247.
If I refresh and the fields load correctly, this is what I get in the log