henski
Forum Replies Created
-
Yep, will do. Thanks a lot ??
Hi @mrclayton
thanks for the swift reply.
Do you plan on running a multisite site setup or just one site?
We plan on running just one site. We’d like to channel the payments to two different accounts, depending on the selected currency. US$ orders should go to our US-Company Braintree account, EUR orders should go to our European company Braintree account. The idea is to have two Braintree plugins running at the same time and enabling one only for $US payments and the other one only for EUR payments.
Best regards,
HenskiForum: Plugins
In reply to: [Payment Plugins Braintree For WooCommerce] Saved Payment Methodsincredibly fast, thanks a lot!
Forum: Plugins
In reply to: [Payment Plugins Braintree For WooCommerce] Saved Payment MethodsHi Team,
1. Alright, we’ll take a look at this and try to solve it.
2. Ok, thanks for the information.
3. Perfect, that’d be great.All the best,
Henski@zorem thanks for your reply. Here are the two screenshots, it didn’t fit on one single screenshot:
https://ibb.co/ypTpNQg
https://ibb.co/rGwQwSCBest
- This reply was modified 5 years ago by henski.
Hi Zorem,
thanks for your reply and for fixing the Outlook inline-block display Bug.
As for a screenshot of our Daily Sales Report, here are two screenshots of the latest report which we received 4 times. It’s one screenshot from the email itself and one from the settings page. Please note that I removed the header image from the email for testing purposes and I blackened any confidential data.Forum: Plugins
In reply to: [PW WooCommerce BOGO] [Pre-Sale Question ]Exclude SubscriptionsHi,
thanks for your swift reply. We’re using the official WooCommerce “Subscriptions” Plug-In along with the mini extension “Subscribe All The Things” (SATT).
Best
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] PayPal Button ShapeHi Ted & Tim
I had the same problem. As a temporary fix I did the following:
Navigate to wp-content/plugins/woocommerce-gateway-paypal-powered-by-braintree/includes/payment-forms/class-wc-braintree-paypal-payment-form.php and open the file with a code editor.
Starting in line 46 you can change the button style:
$default_button_styles = array( 'label' => 'pay', 'size' => 'responsive', 'shape' => 'rect', 'color' => 'blue', );
You can insert different values according to the PayPal documentation
If you want to get rid of the tagline below the button, simply add
'tagline' => 'false',
Please note that you change a core plugin file and you have to edit this file again when the plugin has been updated.
I hope this helps.
Best