trapbarn
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] Set Guest Checkout as defaultThanks, but I already have it set to:- Billing (Non-PayPal account but the if the PP cookie exists it brings this up…
https://staging.trapbarn.com/pp1/
So on a small screen, like a cell phone, the buyer does not see the “Pay by Debit or Credit card” button.What I want is this…
https://staging.trapbarn.com/ppp1/or even better this….
https://staging.trapbarn.com/pp3/Why not give the buyer a clear and simple choice rather than have the Paypal branding dominate and confuse the situation?
Forum: Plugins
In reply to: [Payment Gateway of PayPal for WooCommerce] PayPal CookiesHi ,
Thanks for responding.
If a buyer has used a PayPal login previously, they are presented with this page when they press the Checkout with Paypal button.
https://staging.trapbarn.com/wp-content/uploads/2021/10/pp1.jpgIf they have never used PP or have cleared all cookies, then they see this form
https://staging.trapbarn.com/wp-content/uploads/2021/10/PPP1.jpgSome buyers are confused by the first form, because if they are using a small screen, they do not see the “Pay by Credit or Debit card” unless they scroll down. This causes abandoned sales.
The second from is much preferred to the first.
Even better would be to have the following buttons on the Cart page.
https://staging.trapbarn.com/wp-content/uploads/2021/10/pp3.jpg
Can you do that?
Forum: Plugins
In reply to: [Payment Gateway of PayPal for WooCommerce] Button Text ChangeHi,
Sorry to jump in on this thread but I tried this and it crashed the site.
Please check.
I tried the following but it did not do anything.add_filter( 'gettext', 'ld_custom_paypal_button_text', 20, 3 ); function ld_custom_paypal_button_text( $translated_text, $text, $domain ) { switch ( $translated_text ) { case 'Proceed to PayPal' : $translated_text = __( 'Your new Paypal button text here', 'woocommerce' ); break; } return $translated_text; }- This reply was modified 4 years, 7 months ago by trapbarn.
Forum: Plugins
In reply to: [Payment Gateway of PayPal for WooCommerce] Double buttonsFantastic. I am most grateful.
May I suggest it would be better to edit the label to say “Hide PayPal credit logo” because people who dont use PayPal want to use a Bank Card or Credit Card like Visa.
Last request, are you able to suggest how the hide the double button behind the PPayPal checkout.
https://www.trapbarn.com/wp-content/uploads/2020/08/Buttons-1.jpg
Many thanksForum: Plugins
In reply to: [Payment Gateway of PayPal for WooCommerce] Double buttonsTried it but no that doesn’t do anything
If anything, I would prefer to get rid of the PayPal Credit button . The issue can be seen first hand in the basket page on the site http://www.tomdhu.com.
ThanksForum: Plugins
In reply to: [Payment Gateway of PayPal for WooCommerce] Double buttonsHi,
Many thanks for responding. I put that in the additional CSS however is now comes out like this..
https://www.trapbarn.com/buttons2/As you say there may be a problem with something else and it may relate to a problem that emerged recently when the standard Paypal gateway ceased working. That’s when I deactivated and deleted PP standard. That’s when I installed PayPal Express which processed payments without a hitch and with much fewer steps too.
The problem with PP standard started after moved away from free shipping and created shipping classes.
I want to stay with Express as it’s so user friendly.Forum: Fixing WordPress
In reply to: Assistance pleaseYou are a star! many thanks.
Forum: Fixing WordPress
In reply to: Sorting order for productsIt has Woocommerce installed.
Forum: Fixing WordPress
In reply to: Re-ordering content of panelHi Marius,
That is magic! It’s all done and I am so grateful.
At this rate I will be a W.P. expert before the month is out.
Rgards
BenForum: Fixing WordPress
In reply to: Add products to home pageThanks for the pointer.I will have a dig around and see what I can do. I turned up a plug-in called Synchi which I believe might be usefull.