Tad
Forum Replies Created
-
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] PayPal button delay in cart pageHello,
Like I said I tried all other plugins disabled and different themes even storefront, no any type of caching but still same issue from beginning never fixed in any updates that you have released.
Please read my previous replies.
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] PayPal button delay in cart pageAlso overall this plugin is really slow, take so much time to load, sometimes we (and most of your users that they don’t know) lose sales because of this plugin is not working properly, sometimes gateway is unavailable, or other random issues, are you using the latest api version and javascript code from paypal available at this moment?
We really need to see updates that will improve speed and reliability.
Please care and improve it, or we have to switch to stripe instead.
Thanks
Forum: Plugins
In reply to: [Sequential Order Numbers for WooCommerce] Random strings order numberYes dear I tried it too, there isn’t any plugin that does what I wanted to do.
Hope you add this feature soon, it’s really crucial to hide your products qtys sold from knowing by customers. Should be easy for you to implement that.
This is a privacy issue for store owners, like how Amazon does it by generating random (letter/digits) order number.
Hope you care.
Regards
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] PayPal button delay in cart pageYes dear I tested on 5 different live websites and also local host, tested using Storefront and wordpress native themes and also my theme. Using latest version of both plugins but the problem was always present in previous versions also, so it was like that from the beginning (a year ago when we started using braintree), we using it in 5 different websites so we really like to see improvements.
Regarding pre-filling the checkout fields when redirected to PayPal, then to Checkout page, it only fills out first name, last name and email, not the full address and phone number, is there anyway to also fill those fields too automatically based on paypal billing/shipping info?
As I said I tried it with ALL plugins disabled except woocommerce and braintree plugins, tried on different themes, live and local hosted websites.
Please test it yourself dear so you will understand what I mean.
Store is US based.
Regards
Forum: Plugins
In reply to: [WooCommerce] GuamGreetings,
Yes but USPS only accepts Guam as a state not country.
Forum: Plugins
In reply to: [WooCommerce Order Cancel for Customers] Feature RequestThank you Shahjahan,
For now is there any snippet code you can provide me to add in my theme’s functions.php file, to add Cancel button next to the View button in my-account/orders/ section?
I tried many things for hours but could not make it. Something like this:
function add_order_cancel_button( $actions, $order ) { $actions['name'] = array( 'url' => $cancel_url, 'name' => 'Cancel', ); return $actions; } add_filter( 'woocommerce_my_account_my_orders_actions', 'add_order_cancel_button', 10, 2 );
I will appreciate so much, Thanks!
Hello @melindahelt
Yes, issue persists in different themes. Please try yourself so you can see the debug info and better understand the origin.
This is the Google Chrome console’s error message after closing the PayPal window.
Screenshot: https://imgur.com/a/2JDkyO4
This issue occurs only in the Google Chrome browser.
Hello @albriro,
For PayPal button shape in checkout page navigate to: (line 46)
wp-content/plugins/woocommerce-gateway-paypal-powered-by-braintree/includes/payment-forms/class-wc-braintree-paypal-payment-form.php
For PayPal button shape in cart page navigate to: (line 141)
wp-content/plugins/woocommerce-gateway-paypal-powered-by-braintree/includes/class-wc-braintree-paypal-cart.php
$default_button_styles = array( label: 'checkout', // pay | paypal | buynow | checkout | credit size: 'responsive', // small | medium | large | responsive shape: 'rect', // pill | rect color: 'gold', // gold | blue | silver | black tagline: false, // true | false fundingicons: true, // true | false );
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] PayPal Button ShapeFor PayPal button shape in checkout page navigate to: (line 46)
wp-content/plugins/woocommerce-gateway-paypal-powered-by-braintree/includes/payment-forms/class-wc-braintree-paypal-payment-form.php
For PayPal button shape in cart page navigate to: (line 141)
wp-content/plugins/woocommerce-gateway-paypal-powered-by-braintree/includes/class-wc-braintree-paypal-cart.php
$default_button_styles = array( label: 'checkout', // pay | paypal | buynow | checkout | credit size: 'responsive', // small | medium | large | responsive shape: 'rect', // pill | rect color: 'gold', // gold | blue | silver | black tagline: false, // true | false fundingicons: true, // true | false );
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] Credit Card Fields Not AvailableStill the same issue, I’m not using any caching plugin also I have disabled PHP OPcache in my server, I tried different PHP versions, live, production with all plugins disabled, only woocommerce and PayPal Powered by Braintree was enabled.
I tested live, I tested sandbox, I tested localhost, I tested everything.
still the same issue, it is defiantly PayPal Powered by Braintree plugin level issue.
By the way, Why the users should disable their cache plugin when the PayPal Powered by Braintree plugin has issues and needs to be fixed and no one cares enough to fix it.
By the end of the week after receiving my held transactions from braintree I will discontinue use both the malfunctioning plugin and braintree once for all.
Also I contacted to all the plugin developers but no one cares.
Disappointed. Bye.
Forum: Plugins
In reply to: [WooCommerce] Edit Address Issue in “My Account” pageHi dear, Then why should be an EDIT button next to the billing and shipping addresses in the My Account page. Does not make any sense.
Sometimes customers are putting the wrong shipping or billing address and they edit it after placing the order without my notice, at least there should be an email or dashboard notification for admin or store manager when they change any of those addresses.
Forum: Plugins
In reply to: [WooCommerce] Edit Address Issue in “My Account” pageAlso please add an option in “Orders” page to sort the orders based on custom date.
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] Credit Card Fields Not AvailableI already contacted them 2 times, they give me the same response.
No one from WooCommerce community cares about the issue! it’s been one week!
This is plugin level issue that all of the users are experiencing. Is there anyone who really cares enough that I can contact and ask for help?
(wc-braintree.min.js) this line might be the issue.
{return a.handle_integration_error(b),a.unblock_ui()}
also braintree scripts are loading really slow in the latest update. both checkout cc fields and paypal button in cart page
button appears with delay. (more than from the previous version of plugin)
and checkout cc fields are also loading with delay- This reply was modified 6 years, 10 months ago by Tad.