I am using the "A Modern Zen" template and would like to remove a couple of the links in the information side box. Please tell me how to do this.
Thank you
I am using the "A Modern Zen" template and would like to remove a couple of the links in the information side box. Please tell me how to do this.
Thank you
Exactly which links?would like to remove a couple of the links in the information side box
Zen-Venom Get Bitten
These for example: Thank you for your help
Site Map
Gift Certificate FAQ
Discount Coupons
Newsletter Unsubscribe
Site Map
admin > config > Define Page Status > Define Site Map Status > set to 3
Gift Certificate FAQ
admin > modules > order total > Gift Certificates > remove
Discount Coupons
admin > config > Define Page Status > Define Discount Coupon > set to 3
Newsletter Unsubscribe
In a copy for your template of /includes/modules/information.php
Find and comment out these lines // is to be added and in red
Code:// if (SHOW_NEWSLETTER_UNSUBSCRIBE_LINK == 'true') { // $information[] = '<a href="' . zen_href_link(FILENAME_UNSUBSCRIBE) . '">' . BOX_INFORMATION_UNSUBSCRIBE . '</a>'; // }
Zen-Venom Get Bitten
Although i didn't ask the question, i benefited from the answer, so thank you.
helped with finding a link but i still cannot see where to remove gift certificate faqs from the side menu, using dover fine template has anybody got any suggestions ?
all sorted must of been blind to not see it, cheers guys great help !
Thanks Korba, helped again.