• Resolved es5623

    (@es5623)


    I have coupons on my site that expired last month and the previous month but are still showing up on the site. I unchecked the “Ignore Expiration Date” option and update the coupon resource. After save the option is rechecked. I even set the Custom Field ‘cctor_ignore_expiration’ to “off” and it still rechecks the option after save.

    https://www.ads-software.com/plugins/coupon-creator/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Brian

    (@brianjessee)

    I found the problem.

    I fixed the coding and updated Coupon Creator to 1.42.

    This should correct the issue.

    Brian

    Thread Starter es5623

    (@es5623)

    Thank you for your quick response. I updated the plugin and that rectified the expiration date option problem. However I am now receiving a repeating PHP error at the top of my page.

    Error:
    Deprecated: Function split() is deprecated in /var/www/wordpress/aqua/wp-content/plugins/coupon-creator/lib/cc_coupon_loop_shortcode.php on line 54

    URL:
    https://aqua.mgsites.net/specials


    In the above referenced “cc_coupon_loop_shortcode.php”, when I changed the function ‘split’ to ‘explode’ it corrected the PHP error but then the expiration date was being ignored.

    Plugin Author Brian

    (@brianjessee)

    PHP 5.3 depreciated split.

    But I tried to reproduce the error with debug turned on and php 5.4 and it did not come up for me.

    However, I will change split to explode as soon as I can.

    Brian

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Ignore Expiration Date option not working’ is closed to new replies.