• Resolved tilkooo

    (@tilkooo)


    When activating Offer Description Display Settings (Single Page) and assigning this message to specific rule (rule has a schedule set), description is displayed constantly.
    One would expect that description will be displayed based on rule schedule as well.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support ijas

    (@ijasacodez)

    Sorry for the inconvenience, we will be fixing the same and will be releasing an update asap. Thanks for pointing out the same.

    Plugin Support ijas

    (@ijasacodez)

    We are about to release an update with the fix, meanwhile if needed you can fix the same by making a small change in the code

    File: includes / class-awdp-discount.php

    Line: 503

    if ( $offer_rule == '' || $key >= 0 ) {

    to

    if ( $offer_rule == '' || $key !== false ) {

    Plugin Support ijas

    (@ijasacodez)

    Hope this fixes the issue, we will be releasing the official update very soon. We are closing this thread. If you need any further assistance, please feel free to open a new thread.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Offer Description does not take rule schedule to consideration’ is closed to new replies.