Thread Starter
ROMDev
(@romdev)
Thread Starter
ROMDev
(@romdev)
Can anyone assist please?
Thread Starter
ROMDev
(@romdev)
Developer corrected this issue.
Thread Starter
ROMDev
(@romdev)
This has happened again. Please investigate as to why these lapses are occurring.
We’ve tried contacting the developer of WPoupon via Facebook but no response yet. We have been using this template for a couple of years with no problems. Their website is now going to a Hostgator web page which is causing the licensing to go out on all users.
If anyone is still using WPoupon successfully, please let us know how. We just keep getting the “invalid license” messge.
It’s unfortunate that this developer can’t pay a few bucks for a website to support the customers that PAID for the template and now stuck with nothing.
Hi All
I had this problem too and have created the fix. Please contact me to discuss.
Kind regards
http://teessidediscounts.co.uk/
I have this problem too. Could you help and tell what you did?
1. Go to the wpoupon_check_paypal() in admin/wpoupon-system-functions.php
2. find the line:
$data = json_decode(wp_remote_retrieve_body($is_valid));
and paste the following in place of the existing else statement:
`
else {
//Resh Edit
update_option(“wpoupon_license_validation”,date(‘U’)+86400);
return true;
//echo ‘<div style=”background:red; color: #fff; font-weight: 600; font-size: 14px; padding: 10px 5px; margin: 10px 0;”>’ . sprintf(__(‘Invalid License Key. You must add a valid license key before using this WPoupon.’,’wpoupon’), admin_url(‘themes.php?page=wpoupon_general_options’)) . ‘</div>’;
//if ($die) die();
}
‘
in fact just replace the whole function with:
function wpoupon_check_paypal(){
return true;
}
which version of wpoupon are you using?
1.3.8. Thx, I will try fix this problem