Hi,
Maybe this is an idea:
A couple of days per x time (week or month or whatever) we want to offer discount in the form of a coupon.
To enable and /or disable a certain coupon, it would be great if this could be done by calling a certain url. This url can be called from a cron job, making it all automatic.
Example: on date x I want to enable a certain coupon, and 3 days later, disable it. 13 days later, enable it again for 3 days, etc. Again, 13 days later enable it again for 3 days, and so on...
To get this working I only need two cron jobs. One that calls a url to enable certain coupon(s) and one that disables the coupon(s) 3 days later.
When you do this, you have the advantage too of displaying a discount offer text or image, when the cron has enabled the coupon and hide this when the coupon is disabled again. This way you have a fully automatic system that once in a while offers discounts everywhere you want.
Kind regards,
Maurice
Maybe this is an idea:
A couple of days per x time (week or month or whatever) we want to offer discount in the form of a coupon.
To enable and /or disable a certain coupon, it would be great if this could be done by calling a certain url. This url can be called from a cron job, making it all automatic.
Example: on date x I want to enable a certain coupon, and 3 days later, disable it. 13 days later, enable it again for 3 days, etc. Again, 13 days later enable it again for 3 days, and so on...
To get this working I only need two cron jobs. One that calls a url to enable certain coupon(s) and one that disables the coupon(s) 3 days later.
When you do this, you have the advantage too of displaying a discount offer text or image, when the cron has enabled the coupon and hide this when the coupon is disabled again. This way you have a fully automatic system that once in a while offers discounts everywhere you want.
Kind regards,
Maurice