Zen Follower
- Join Date:
- Apr 2006
- Posts:
- 250
- Plugin Contributions:
- 0
[Done 1.3.6] PayPal bug when using zen_ functions in extra_definitions
This one took me a while to find.
I was using the function zen_ez_pages_link in ez_pages_defintions.php (properly placed in a templates over-ride folder) to turn the ez_pages sidebox header into a link.
Orders were not making it through - presumably because that function was not being defined and so was throwing an error when being loaded as part of includes/modules/payment/paypal/ipn_application_top.php.
I wasn't able to come up with an easy fix other than to remove the offending function.
Tim