Coupons and Promotions
Loyalty Program
For every $100 spent on an invoice the client receives one paw print.
After 16 Pawprints the client receives $100 dollars added to their clinic
account.
SELECT * FROM content WHERE catID=4 AND pubdate<=CURDATE() AND (runto='0000-00-00' OR runto>=CURDATE()) ORDER BY seqnum, pubdate DESC
For every $100 spent on an invoice the client receives one paw print.
After 16 Pawprints the client receives $100 dollars added to their clinic
account.