WooCommerce -Need to pass Paypal AppID on standard payment - wordpress

I am modifying woocommerce paypal standard for adaptive payment. Please let me know how to pass paypal AppID through standard payment html mode.
Thanks
https://wordpress.org/plugins/woocommerce/

Adaptive Payments doesn't work over HTML like Payments Standard does. You'll need to use PHP or some other programming language to make calls against the PayPal web service API's.
What specifically are you after that you're moving to Adaptive for? You may be interested in the PayPal for WooCommerce plugin which includes Express Checkout and is more robust than Payments Standard, but not the same as Adaptive Payments either.

Related

WooCommerce shipping charges isssue with PayPal

Issue in WooCommerce Shipping Calculation with PayPal
Currently Using WooCommerce for cake store and using PayPal for payment gateway.
I have created $5 discount for store pickup. So ideally a $50 product should be $45. That reflects in the website.
But when user goes to "Payment via PayPal", it still shows $50.
Any suggestions how to override shipping calculations of PayPal on WooCommerce?
I saw many articles on google but can't find the appropriate solution.
I also checked the box on override allow transaction-based postage values to override the profile postage settings listed above (if profile settings are enabled), but with no luck.
Can any one help me with this? Thanks in advance.
There are various ways to resolve the issue, but perhaps the most straightforward would be to switch to a PayPal payment plugin that uses an API instead of Payments Standard, for example this official one: https://woocommerce.com/woocommerce-and-paypal/ (there are also various third party ones available)
Then, profile shipping settings in the PayPal account will not affect WooCommerce transactions in any way, since everything about the transaction will be set via the API. This is also a more robust and feature-rich solution in general, and so recommended by both PayPal and most programmers/developers familiar with PayPal integration methods.

Woocommerce orders not being received by PayPal, but email suggests otherwise

Having a nightmare with this and cannot find a solution anywhere - the only similar issues I find are the exact opposite problem!
Placing an order using PayPal (standard) at checkout puts the order 'On hold' in wp, but completes on the front end and the user even receives the PayPal receipt so are none the wiser. In the PayPal business account there is nothing.
Interestingly, PayPal express checkout works fine! So the account is definitely setup correctly. Something I have noticed is that the receipt from the express checkout transaction and from the standard have different Merchant names - the standard one (the one not working)has the name#emailaddress.com rather than the merchant name. This would suggest that this is the issue, but I've been into the business settings and checked this as well as the Woocommerce settings and everything is in order.
Any ideas? Thanks in advance!
For Woocommerce PayPal standard you have to enable Auto return url and Notification url(Instant payment notification) which will update the order status on your woocommerce. Refer the following URL link: https://docs.woocommerce.com/document/paypal-standard/ and enable both Auto return & Instant payment notification settings on the Merchant/Business PayPal account. Please note that Merchant PayPal account is not linked with any other website.
PayPal Express checkout is recommended: https://woocommerce.com/products/woocommerce-gateway-paypal-express-checkout/
I would recommend you just stick with Express Checkout. It has many more features and options than PayPal Standard. I would recommend the PayPal for WooCommerce, though, which is the one PayPal reps would recommend as well if you talk to them.

How can I force Guest Checkout in Woocommerce using PayPal Express?

I'm trying to launch an online store using Wordpress, WooCommerce and the "Paypal for Woocommerce" Plugin.
On Paypal, Guest Checkout is only available on mobile, but it's not an option on desktop. I read somewhere that you need to add this lines to your SetExpressCheckout API Call but I don't know where to put them:
SOLUTIONTYPE=Sole
LANDINGPAGE=Billing
Can anyone using this plugin help me? Thank you.
it is true that if you add those parameters to the SetEC API call it will enable guest checkout and present the credit card form on the hosted page. To add these parameters, however, you have to alter the source code of the plugin. If you are using Angelleye's plugin there is a setting:
PayPal Account Optional – If your PayPal account is setup with PayPal Account Optional enabled (available in your PayPal account profile) then setting this option here will provide a better checkout flow for non-PayPal users. It will be more obvious that you do not need a PayPal account in order to complete payment, and this will typically increase conversion rates.
you can see complete documentation here.

Authorize.net payment gateway on wordpress e-commerce plugin

Does the wordpress e-commerce plugin has the authorize.net payment gateway?
Yes, the WordPress E-Commerce plugin has an Authorize.Net payment gateway integration module and you do not need gold cart for that if you use the following WP E-Commerce Authorize.Net module from codecanyon.
Yes, but you need to also install the gold cart plugin for that.
There are several plugins available that support Authorize.net, however, they don't all support the same interfaces. Authorize.net provides the following APIs
SIM = Simple Integration Method
AIM = Advanced Integration Method
ARB = Automated Recurring Billing
CIM = Customer Information Manager
All but the first require that you also install a secure certificate on your site to encrypt communication of credit card or check details. The first option, SIM, sends the user to Authorize.net's site to complete the payment, so it's on their secure connection.
CIM isn't likely to be supported in a plugin since it's for more advanced ecommerce functions and wordpress wouldn't be a fit for them anyway.
There are some free options that you can find in the directory:
http://wordpress.org/extend/plugins/search.php?q=ecommerce
You can also choose a commercial option, such as this:
http://simplecreditcardpayments.com/
Here are details about how to get SSL on your wordpress blog to support Authorize.net
http://www.youtube.com/watch?v=8F8iPxs4naY

How to integrate paypal pro with ubercart?

I'm new to ubercart. How to integrate PalPal Pro in ubercart? thanks
It's a bit confusing and not well documented. Ubercart (in Drupal) will list PayPal Standard and PayPal Express as Payment METHODS, but PayPal Pro appears only as a payment gateway.
You need to choose "credit card" as your payment method, and use PayPal Pro as your gateway.
You will need to get API credentials. This page at Ubercart has details:
http://www.ubercart.org/paypal

Resources