I want to keep the gift certificate module, but I want to remove the gift certificate FAQ. Is there any way to do this?
I want to keep the gift certificate module, but I want to remove the gift certificate FAQ. Is there any way to do this?
You would have to customize the information.php sidebox module ...
comment out the link or add a false && in the IF statement ...Code:// only show GV FAQ when installed if (MODULE_ORDER_TOTAL_GV_STATUS == 'true') { $information[] = '<a href="' . zen_href_link(FILENAME_GV_FAQ) . '">' . BOX_INFORMATION_GV . '</a>'; }
Be sure to use your templates and overrides for that ...
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!
where can i locate the sidebox module? and do you know if i can change my Logo header on my webby? www.playbunk.com/zc
The sidebox files are located in:
/includes/modules/sideboxes
/includes/templates/template_default/sideboxes
you want to copy the files to your templates and override directories and then make your changes ...
If you don't know where an image is, point at it and click right to see its properties and it will tell you where the image exists ...
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!