I found this link cann't be deleted by define page editor.How to delete 'Gift Certificate FAQ ' and ' Newsletter Unsubscribe' link in the information sector?
I found this link cann't be deleted by define page editor.How to delete 'Gift Certificate FAQ ' and ' Newsletter Unsubscribe' link in the information sector?
You can turn the GV FAQ off if not using the GVs by just going to the Modules ... Order Total ... and Remove Gift Certificates ot_gv ...
Newsletter Unsubscribe in the Configuration ... E-Mail Options ...
Display "Newsletter Unsubscribe" Link?
Show "Newsletter Unsubscribe" link in the "Information" side-box?
true
false
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!
I downloaded the lastest version of 1.3.8 today. I am trying to disable both the "Gift Certificate FAQ" and the "Newsletter Unsubscribe" pages and the links to them in the information sidebar.
I have uninstalled the first 4 buttons (now red) under Modules/Order Total including the "Gift Certificates" module, but both links still appear on my homepage information box and the pages also still exist. Anyone have any advice? Thank you in advance!!
In the Information sidebox, there is an IF for controlling the GV FAQs when installed or not installed:
If you have hit REMOVE on the Modules ... Order Totals ... Gift Certificate ot_gv ... I am not sure why it would still be showing unless your sidebox has removed this code to control it ...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>'; }
Peek in the file:
/includes/modules/sideboxes/information.php
and you should see the IF statement in there ...
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!
Thanks. I rechecked it again today, and it did not show that I had uninstalled it...?? All fixed. Now I'm trying to remove the Newsletter page....
I found the answer to deleting the Newsletter sidebar link in another post:
"To get rid of the Newsletter Unsubscribe link, log in to your Admin, go to Config/Email Options/Display Newsletter Unsubscribe Link and change the setting to no."
:-)
Thanks for the update that double checking the settings got everything working for you ...![]()
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!
You are most welcome ... glad that this could help you out ...![]()
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!