angelleye on "[Plugin: PayPal for WooCommerce] Proceed to Checkout Button is...
@techmann, Is Express Checkout the only gateway you have enabled in your system right now? If so, it should be skipping the checkout page altogether. Please check to see if you have any other gateways...
View Articletechmann on "[Plugin: PayPal for WooCommerce] Proceed to Checkout Button is...
Yes Express checkout is the only enabled method. I had EC set to be displayed in the regular list of payment gateways because otherwise people will still use the proceed to checkout button on the cart...
View ArticleRaam Dev on "[Plugin: ZenCache] Payment by paypal"
Currently I only have paypal account but zencache only support visa , so I can ask more with paypal payment method not You can pay via PayPal here: http://wsharks.com/1JH7UGV And when the upgrade...
View Articleangelleye on "[Plugin: PayPal for WooCommerce] Proceed to Checkout Button is...
I think you're just running into the issues that were raised when WC adjusted the way the checkout button works in the latest updates. We're going to get that fixed, but in the mean-time you could just...
View Articlemfrethy on "[Plugin: PayPal for WooCommerce] Proceed to Checkout Button is back"
All fixed. Thank you for the suggestion. I edited your posted code slightly so that it just doesn't show the button at all (rather than inline). Now the only button showing on my cart page is the...
View Articleangelleye on "[Plugin: PayPal for WooCommerce] Proceed to Checkout Button is...
Glad you were able to get it worked out!
View Articletechmann on "[Plugin: PayPal for WooCommerce] Proceed to Checkout Button is...
@mfrethy I visited your website and you've definitely figured out the Paypal Express issue. I would like Paypal Express to function exactly how you did it on your website. Could you tell me the exact...
View ArticleBiswadip on "[Plugin: Namaste! LMS] Enrolling student for course with paypal...
Thank you yes the enrollment is working fine now. It was a problem with the server hosting my site - it was so slow that the update was not showing.
View Articlefabiansc on "Getting payment with Paypal along with a file"
Hi all, I would really appreciate your help with an issue I have. I'm currently building a website in which I'm going to provide a service on a document. In order to do so I need to get a file and get...
View Articlewslade on "Getting payment with Paypal along with a file"
PayPal has the ability to return the buyer to a thank you type page after the payment is made. Why not use this page to both say thank you and to upload the the document you need? This thank you page...
View Articlemfrethy on "[Plugin: PayPal for WooCommerce] Proceed to Checkout Button is back"
@techmann I modified angelleye's code to be this: .woocommerce-cart .wc-proceed-to-checkout a.checkout-button { display: none; } My theme has a place for custom CSS which is where I entered it....
View Articlefabiansc on "Getting payment with Paypal along with a file"
Hi Wslade, Thank you so much for your help! :) I didn't know that integrating Paypal is that easy! Do you happen to know how can I add an "other" option in the dropdown menu? The payment I'm going to...
View Articlefabiansc on "Getting payment with Paypal along with a file"
And one more question, is there any way to make sure that the users got into that URL after they finished paying and didn't get there "by accident" or by trying to scam me? Thanks, Fabian
View Articlebarnez on "Getting payment with Paypal along with a file"
Have a look at: https://wordpress.org/plugins/calculated-fields-form/
View Articlezorensen on "[Plugin: PayPal for WooCommerce] Error 10413 on checkout"
Hi, I'm using the PayPal Express plugin and it works perfectly for my site. However, recently I've been playing with coupons to give my costumers discount on their orders. As soon as I apply a coupon...
View Articleangelleye on "[Plugin: PayPal for WooCommerce] Error 10413 on checkout"
The issue comes from the way WooCommerce handles rounding and provides the data within the code. We are working hard to get this done, and I've just recently assigned somebody to focus on this plugin...
View Articlezorensen on "[Plugin: PayPal for WooCommerce] Error 10413 on checkout"
Yes, you are right. I'm working with precentage based discounts. I can't really user flat-rate discounts on my shop, I'm afraid. Here is the log for the error; 05-04-2015 @ 11:46:50 - Start Express...
View Articleangelleye on "[Plugin: PayPal for WooCommerce] Error 10413 on checkout"
Ok, so in the request it's sending an AMT of 135.00. The line item is for 270.00 and then it shows a discount of 108, so that would be 162.00, which is what it's sending for the ITEMAMT. I can't see...
View Articlezorensen on "[Plugin: PayPal for WooCommerce] Error 10413 on checkout"
Yes, actually I do know what those 27 is. It's the tax (VAT) on the product. All my prices are displayed with tax included, and all prices are included tax. (VAT). Those 27 are the tax on the product.
View Articleangelleye on "[Plugin: PayPal for WooCommerce] Error 10413 on checkout"
Ok, so yeah, that's the problem. The WC object in code is only returning the total price without tax, so it's getting entered as 135.00 instead of 162.00. That's one of the quirky things that keeps...
View Article