Duclicate Woocommerce Buy Button but only in chrome - woocommerce

This code is the wrpapper broken only in chrome
Comprar
here is the site...https://automarcasmoto.com.br/categoria-produto/baterias/bateria-route/

Sounds like the Stripe plugin's "Payment Request Buttons" feature which integrates with Apple Pay/Chrome Payment Request API
Go to: Payments > Stripe
Then untick "Payment Request Buttons"

Related

woocommerce paypal after payment redirected many times

when I make a payment with paypal on my site for a downloadable pdf book, the payment works well but I do not receive the email with the download link.
and after payment a google page is displayed with an error message redirection too many.
But when I look at the logs the email is sent but I don't receive it. However if I pay by credit card everything works. Do you have an idea? Thanks
Problem solved, I just updated the theme

paypal integration with express checkout and onsite

Im trying to integrate Paypal express checkout(offsite) and payflow(onsite) to our payment page.
I have successfully integrated paypal express checkout button using the NVP and SOAP API and everything works fine.
I have also started the integration for payflow (old XML API) as an option as well.
My question is how do I allow customers to have 2 options in the order form that goes to the same merchant account?
Currently its a tab(moving to a radio button) to display the payment options.
If credit card is selected, it will show a credit card form onsite and send the request.
If paypal, it will show the paypal button and redirect it to paypal and process the transaction.
If I have my sandbox paypal account (with its API key), could I use the same account for the payflow request so the money goes in the same account? or do I to signup up?
If there is any examples, that would help.
Could you try exploring the "Payflow Link" product provided by PayPal which would enable you to show both the Express Checkout and Credit Card option in the same page. Examples are available in the below documentation.
Here is the Developer Documentation for Payflow Link

PayPal Button Purchase Notifications

I am new to creating PayPal buttons and the owner of the small site (who is using squarespace for the site), says he isn't getting notifications of a the purchases.
How can i make sure he is getting notification of the paypal button purchases?
I would greatly appreciate any help that I can get on this.
Kind Regards,
Alex
check the following
Spam or bulk Social Tab in emails; sometimes payment notifs go in
there depending on email client; gmail etc.
Log into PayPal account
profile settings
my settings
notifications
Make sure: "I receive money with PayPal" is checked
If you checked all the following and they checkout ok; then open an ticket to the technical team # https://www.paypal-techsupport.com/ / contact support link at the bottom
Hope this helps

Woocommerce Subscriptions Stripe Automatic Recurring payments not working

I used woocommerce product to subscribe automatic recurring payment through stripe payment gateway in my site.I have used woocommerce,woocommerce subscription,woocommerce stripe gateway plugins for this process.
First payment for subscription is working fine,but automatic recurring payment is not working with stripe.
Here are the plugin links that i have used.
http://www.woothemes.com/products/woocommerce-subscriptions/
Can anyone provide solution for this issue?
Please do reach out to our support at WooThemes as we'd be happy to see what's happening here. Our official Subscriptions and Stripe extensions do work and have automatic recurring payments.
Here's a few things to check:
Be sure you have the latest version of WooCommerce, Stripe extension, and Subscriptions.
There may be a cron issue with your WordPress site. Try using WP Crontrol to find if there are any cron jobs that have been halted.
Find the scheduled payment that did not process and use the action scheduler to see if it was never fired. You can find this by navigating to /wp-admin/edit.php?post_type=scheduled-action. In the search box, enter {order_id}_ i.e. the ID of the order in which the subscription was purchased followed by an underscore. For example, for a subscription purchased in order 3125, the search string is 3125_.
We've also struggled with Stripe payments not automatically renewing (the initial payment goes through but not any of the renewal payments). We did try WooThemes support but they couldn't find the order as it was made by another web design company so we didn't have access to the order details. Also, you'll find the log's aren't very verbose.
The solution:
Go to: WP-ADMIN > WooCommerce > Settings > Payments > Click "Manage" next to Stripe > Click the box next to "Saved Cards". This needs to be enabled or it won't take payment.

WooCommerce IPN Notification

I need some help typing to figure out what im doing wrong.
My site is setup to manage orders using WooCommerce. the site is a public site, but my Perl Script needs to be implemented as im testing a few things out and displaying some messages. The public site is called 'publicwebsite.com'. But the other site im displaying all this information and proccess it is called 'mywebsite.com'
I have setup my API credentials and setup my IPN for paypal payment. To direct the IPN to my website i have gone into the 'My Selling Tools' on the sandbox side of Paypal, and set the IPN to http://mywebsite.com/test_pl.html
when i place and order, somehow the IPN is not being directed to the URL. I went to the IPN tabe again on the Paypal side, and clicked on history, and i see that the 'Notification URL' is still set to http://publicwebsite.com/WC_Gateway_Paypal, whereas it should have been http://mywebsite.com/test_pl.html.
I cannot seem to find the place where i can change the preferences such that Woocommerce pushes the information onto the site.
Please Help.
Thanks in advance
WooCommerce will set the IPN location of each transaction so that it can be notified when an item is paid for and continue its process.
Not knowing your data flow, I would suggest looking into woocommerce available hooks and hook into the IPN notification and then send the data (and user) to your perl script.
This way you satisfy WooCommerce's condition that it needs to know about payments, and you satisfy your need to have your perl script called so that it can do additional processing.
One possible solution is to update your IPN settings in your PayPal Account. If you have a standard PayPal account here are the instructions directly from PayPal Documentation:
Go to the PayPal website and log in to your account.
Click Profile at the top of the page.
Click My selling tools.
Click Update beside "Instant payment notifications" in the "Getting paid and managing risk" section.
Enter the notification URL and select "Receive IPN messages."
Click Save.
Just in case you need it below is the PayPal Instant Payment Notification Guide. It includes an IPN simulator.
PayPal Instant Payment Notification Integration Information

Resources