Jump to content

Need Assistance with ending discount offer...


Jeniveve

Recommended Posts

Hi, I am trying to figure out how to stop my script from offering a discount when the date that is listed passes by.  It seems to always 'reset' itself even after the 15th of the month...I want it to stop after April 15...This is what I had, can anyone assist?

 

Thank you in advance for your help!

Jennifer

 

}


        if(date("n") < 15) {

            $before = $cost*.05;

            $before = round($before,2);

            $cost = $cost-$before;

        }

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.