angelleye on "[Plugin: PayPal for WooCommerce] Recurring Payments...
@devprolabs, it's probably going to be another month or two before it's done. I've got a lot on that list.
View ArticleClaudio Sanches on "Integrating paypal with woocommerce"
PayPal Standard is native in the WooCommerce. Here how to configure: http://docs.woothemes.com/document/paypal-standard/
View Articlekno13 on "[Plugin: WP Easy Paypal Payment Accept] Paypal Redirect?"
Hi, I've not yet downloaded the plugin but I had a couple questions to help me determine if this is the route to take... My client would like to accept donations on her wp website. I was planning to...
View Articlemra13 on "[Plugin: WP Easy Paypal Payment Accept] Paypal Redirect?"
There are a bunch of shortcodes that you can use to accept donation in various different way. Have have a look at the shortcode documentation here:...
View Articleicey7 on "[Plugin: All In One WP Security & Firewall] Compatibility issue...
Hi Thanks for reading. Since installing All In One WP Security plugin and enabling all features, the Paypal options that come with gravity forms paypal addon have disappeared and can no longer be...
View Articleicey7 on "[Plugin: All In One WP Security & Firewall] Compatibility issue...
I found solution, thanks
View Articlembrsolution on "[Plugin: All In One WP Security & Firewall] Compatibility...
Hi icey7 that is great news :) If your issue is resolved can you mark this support thread as resolved. Thank you
View Articleicey7 on "[Plugin: All In One WP Security & Firewall] Compatibility issue...
great, thanks for the tip
View Articlecodewidsaurav on "[Plugin: Jigoshop] paypal error showing currency as dollar...
below is my system info : ### Begin System Info ### Multi-site: No SITE_URL: http://dev-shree.com HOME_URL: http://dev-shree.com Jigoshop Version: 1.11.9 WordPress Version: 4.0 Platform: Windows...
View ArticleJigoshop Support - Olaf on "[Plugin: Jigoshop] paypal error showing currency...
Hello, Is the currency correct if you choose pay by cheque / bank transfer ?
View Articlecodewidsaurav on "[Plugin: Jigoshop] paypal error showing currency as dollar...
i have configured only paypal now so main issue is paypal we don not want any other payment mode
View ArticleJigoshop Support - Paul on "[Plugin: Jigoshop] paypal error showing currency...
codewidsaurav: Please send us login details to support@jigoshop.com
View Articlepritam2012 on "[Plugin: s2Member Framework (Member Roles, Capabilities,...
Hi, We've been struggling to get the Paypal shipping address after the buyer fills out the Checkout button form, for validation of profile address. Here's what've tried so far, after following this...
View Articlefractalmask on "[Plugin: WooCommerce - excelling eCommerce] Order status:...
admin > woocommerce > settings > Checkout > Paypal use same email address on these fields PayPal Email Receiver Email
View Articlefractalmask on "[Plugin: WooCommerce Custom Currencies] Paypal Payment error:...
Hi GalalAly, Your plugin is fantastic added stars in plugin review. hopefully we'll have some improvement. -- Added currency : 'VND' the local payment gateway will accept it (requires plugin) and its...
View Articlefractalmask on "[Plugin: WooCommerce Custom Currencies] Paypal Payment error:...
WC checks things here woocommerce/includes/gateways/paypal/class-wc-gateway-paypal.php line:786 // Validate currency if ( $order->get_order_currency() != $posted['mc_currency'] ) { if ( 'yes' ==...
View ArticleRTownsend on "[Plugin: WooCommerce - excelling eCommerce] Paypal payment...
Cerebros - i'm getting the same message with paypal “Your purchase couldn’t be completed”. Did you ever figure out the issue? Thank you!
View Articlefractalmask on "[Plugin: WooCommerce Custom Currencies] Paypal Payment error:...
I need something like : if $order->get_order_currency() is-not-equals-to $posted['mc_currency'] then check if the $posted['amt'] value returned by paypal is-equals-to ( value of product x conversion...
View Articleggower on "[Plugin: Events Manager] Allowing for 'sticky' or 'featured' events"
This is a really useful plug-in. I am using it for a community event calendar where multiple users post their events to one master database. I'm using the free version now and considering an upgrade to...
View Articlefractalmask on "[Plugin: WooCommerce Custom Currencies] Paypal Payment error:...
maybe something like this add_filter (‘woocommerce_payment_complete_order_status’, ‘my_change_status_function’); function my_change_status_function ($order_id) { $order = new WC_Order($order_id); //Do...
View Article