Hi,friends.
I need to define different banners for different pages?
such as 'Camera' banner for Camera category and 'mobilephone' banner for Mobilephone category.
Any method or add-on to achieve it?
Thanks.
Printable View
Hi,friends.
I need to define different banners for different pages?
such as 'Camera' banner for Camera category and 'mobilephone' banner for Mobilephone category.
Any method or add-on to achieve it?
Thanks.
You can customize the banners in this manner ...
Find the code for the banner that you want ... for example, in the Layout Settings you have:
Banner Display Groups - Side Box banner_box
This uses the:
SHOW_BANNERS_GROUP_SET7
and that is used in:
/includes/modules/sideboxes/banner_box.php
If you look at the code, what it is doing is checking for the Banners that are in the Banner Group(s) set for this ...
What you want to do is control the Banner Group name used based on another criteria, such as the $current_category_id ...
So instead of using the:
SHOW_BANNERS_GROUP_SET7
You want to send it your own Banner Group based on the $current_category_id and, if that is not set, you might then use another Banner Group for Generic Banners or, to randomize it, set a number of Banner Groups in the:
Banner Display Groups - Side Box banner_box
which is the original:
SHOW_BANNERS_GROUP_SET7
and have it used when not in a specific Category ...
If no banners are found ... then the banner would not try to display ...