Hi!
I want to create a link to the specials (index.php?main_page=specials) in the documents sidebox.
Where do I add this link?
Thanks!
- Paul
Hi!
I want to create a link to the specials (index.php?main_page=specials) in the documents sidebox.
Where do I add this link?
Thanks!
- Paul
Nevermind, found it.
If anyone is interested:
Just add:
In the sidebox where you want the specials-link to show!PHP Code:if (SHOW_CATEGORIES_BOX_SPECIALS == 'true') {
$show_this = $db->Execute("select s.products_id from " . TABLE_SPECIALS . " s where s.status= 1 limit 1");
if ($show_this->RecordCount() > 0) {
$content .= '<a class="category-links" href="' . zen_href_link(FILENAME_SPECIALS) . '">' . CATEGORIES_BOX_HEADING_SPECIALS . '</a>' . '<br />' . "\n";
}
}
can you point me to where i can find this to do it please :)
thank you![]()
I think this was in:
includes/templates/templates_default/.../sideboxes(?)/tpl_categories.php
and you can put that into every sidebox.
Will look at home for the correct path, but this is my best guess for now.
I'm happy I could help someone else for the first time![]()
I'm sorry but I didn't get it ! can you please explain more, I still can't figure our where to add my link to the categories sidebox!![]()