nutsac
Forum Replies Created
-
I would like to bump/re-activate this thread.
We are having the EXACT same problem with Paypal Express using Angelleye’s excellent Paypal for Woocommerce plugin. We were using it with no problems before the 2.6 update. We had both Payflow and Paypal Express enabled.
Since the update, Paypal Express stopped returning shipping/billing addresses. Worse–it started allowing anybody from any region to checkout. We had angry customers from other countries who used PP Express to checkout (even though we don’t ship to those countries). Since the broken PP Express system in WooCommerce isn’t returning shipping/billing addresses, it apparently wasn’t checking shipping regions either and let anybody order. Very big hassle.
We’ve had to completely turn off PP Express for now. I’ve also opened a help request with Angelleye. But he feels that it is likely not a problem with his plugin (I think he is right): https://www.angelleye.com/forum/discussion/167/paypal-express-checkout-not-returning-shipping-address#latest
Thanks! Works perfectly!
~gHi Tareq,
I’m confused. Does the current plugin work correctly? In other words, does it fire only when a customer purchases a product? Or does it fire when a customer goes to the product page?
I tried aapollos code in my child functions.php and it crashed my site with parse errors. Ouch!
Anyhow, I really want to use your plugin, but am confused whether it gives the correct result. Also does it work with the current wordpress?
Thank you very much!
~gForum: Plugins
In reply to: [PayPal for WooCommerce] Payflow Integration Changes?Thanks! Cheers!
~gForum: Plugins
In reply to: [PayPal for WooCommerce] PayPal Instant Payment Notification WarningThat totally answers my questions. Thanks very much!
~gForum: Themes and Templates
In reply to: [Rumput Hijau] Remove Title / Tagline and Share buttonsHi,
One more thing. Sorry. I am receiving the following function error in my child function.php:
Parse error: syntax error, unexpected T_STRING in /home/wingnutb/public_html/blog/wp-content/themes/rumput-hijau-child/functions.php on line 3
I cut and pasted the code as you provided. Here is a copy of my functions.php child. Note that I’ve removed the file for now to restore my site.
<?php functions rumput_hijau_remove_title() { remove_action( 'rumputhijau_header', 'rumputhijau_header_content' ); } add_action( 'init', 'rumput_hijau_remove_title' ); ?>
thanks
Forum: Themes and Templates
In reply to: [Rumput Hijau] Remove Title / Tagline and Share buttonsThank you. One more quick question, please.
I want to add the Facebook social plugins back where they were previously (on the left sidebar), or possibly at the top of a post (under the title). Can you please tell me which file to edit, and where in the code? I assume it is single.php, but am not sure.
Thanks very much!