Hiya i want to use the banner manager but i was the banners to appear below the navigation bar and above the main contain. How can i do this ?
Hiya i want to use the banner manager but i was the banners to appear below the navigation bar and above the main contain. How can i do this ?
Simply create new tpl_header and tpl_footer files for your override template. move the div containing the banners from the tpl_footer to the tpl_header.
That said, banners are generally for advertising. Why would you want to advertise something other than your cart items.![]()
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
its a banner to advertise free postage :) I only want one ... But i thought it would be the easiest way to get a banner and track how many times it has been clicked and so forth
Is that what i have to move ?<?php
if (SHOW_BANNERS_GROUP_SET5 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET5)) {
if ($banner->RecordCount() > 0) {
?>
<div id="bannerFive" class="banners"><?php echo zen_display_banner('static', $banner); ?></div>
<?php
}
}
?>
That would probably work but I would add the free postage to the logo so as not to take away from the space you have to present your product.
take a look at http://gomagnetic.com. The customer sees that they get free shipping without taking any space away from product display.
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
Ahh well the site is http://buttstopshere.com and they want a banner below the navigation... i may just put an image tag in to the tpl_header file