Hi.
I'm using ZC 1.3.7.1
I've turned off Discount Coupons in Define Page Status, but the link still appears in Site Map.
Thanks, Steve.
Hi.
I'm using ZC 1.3.7.1
I've turned off Discount Coupons in Define Page Status, but the link still appears in Site Map.
Thanks, Steve.
IF you peek at the tpl_ file for the Site Map you will notice the only control is whether or not Discount Coupons ot_coupons Order Total Module is installed:
At this time the Define Page is not adding any control to the Site Map ... so you will have to customize this yourself in the tpl_ file using your templates and overrides ...PHP Code:<?php if (MODULE_ORDER_TOTAL_COUPON_STATUS == 'true') { ?>
<li><?php echo '<a href="' . zen_href_link(FILENAME_DISCOUNT_COUPON) . '">' . BOX_INFORMATION_DISCOUNT_COUPONS . '</a>'; ?></li>
<?php } ?>
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!