How would I edit the below if statement to include a check to see if an order not older than 30 days?
The order date is displayed on this page as:PHP Code:<?php if ($track_num == 1) { ?>
<td width="100px"><?php echo zen_date_short($orders['date_purchased']); ?></td>


Reply With Quote
