Hi
I would like to know how to display a certain sidebox for product info pages only. Just like manufacturers is only displayed for product info pages.
It will be content within a blank sidebox.
Is it a CSS entry I have to add?
Thanks for the help
S
Hi
I would like to know how to display a certain sidebox for product info pages only. Just like manufacturers is only displayed for product info pages.
It will be content within a blank sidebox.
Is it a CSS entry I have to add?
Thanks for the help
S
Quick answer - no - you need a conditional php statement.Is it a CSS entry I have to add?
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
Some variation of this:
https://www.zen-cart.com/tutorials/i...hp?article=270
or you could use page-specific stylesheets that didn't display that sidebox.
In your sidebox file
includes/templates/YOUR-TEMPLATE-NAME/sideboxes/tpl_YOUR_SIDEBOX.php
around where you update $content[] to add the content, say something like
if ($current_page_base != "product_info") {
... content code
}
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.