Hi,
Does the plugin work for you in wordpress 3.3?
I can’t get it to work. Transaction goes through but no certificate is delivered.
Any input is appreciated.
Thanks,
Paulo
I’ve gotten this to work in a dev environment fine in 3.3.1 but I have another site I’m trying to use this on and it seems that the transaction takes place with no problem using Paypal but the certificate is not being delivered or recorded in the Admin interface.
Anyone having a similar experience?
Ever since upgrading to WP 3.3.1 I am also having the same trouble – the certificates not mailing…
Has anyone had any luck getting there gift certificates to arrive in their email inbox.
I followed paypal IPN instructions, but no luck.
Payment goes through, notifications are received. But no gift certificate.
Can anyone out there help?
My problem was GoDaddy. I switched to InMotion hosting and it works fine.
I got tired of testing this plugin; certificates were not being delivered. Now I’m using PayPal’s built it functionality for gift certificate buttons. Almost the same thing without the hassle.
I have a fix for the initial question:
Replace the following in wpgft-loader.php line 390 and wpgft_processOrder.php line 314
if( function_exists('wp_nonce_field') ) $formCode .= wp_nonce_field($nonceID);
with
if( function_exists('wp_nonce_field') ) $post_content .= wp_nonce_field($nonceID, "_wpnonce", true, false);
This will prevent the <input> field from being output before the <!DOCTYPE
Worked like a charm. Thanks codeping.
Any idea what would be the issue on the gift certificate LITE ? i have a similar experience with this version…
I have the same problem, the gift certificate email never arrives. It was working perfectly before. I have done a couple of upgrades to wordpress since then, thinking maybe one of the upgrades broke it. If someone knows the fix, let us know. Thanks!
I have a fix for the initial question:
Replace the following in wpgft-loader.php line 390 and wpgft_processOrder.php line 314
if( function_exists(‘wp_nonce_field’) ) $formCode .= wp_nonce_field($nonceID);
with
if( function_exists(‘wp_nonce_field’) ) $post_content .= wp_nonce_field($nonceID, “_wpnonce”, true, false);
This will prevent the <input> field from being output before the <!DOCTYPE
it’s working thanks vocalbooth and codeping
I am on version 3.4.2 and have try ed to change line 314 with
if( function_exists(‘wp_nonce_field’) ) $post_content .= wp_nonce_field($nonceID, “_wpnonce”, true, false);
and tryed
and still not working any help on this one PLEASE.
its not sending the certificate via email and not logging it in the system?