Hi, I am currently using static blocks to display my promotional banner in product categories.
The banner appears when I clicked on the direct category link. But disappears after i clicked page 2 of the category products. When I go back to page 1, it is not there as well. It only appears when I click the category link.
I would want it to appear at all pages of the category. But I have trouble finding the code.
Currently, Im using this code:
<table width=”100%” border=”0″ cellspacing=”0″ cellpadding=”0″ class=”landing-table”>
<tr>
<td>
<img src=”{{skin url=’images/gg/deliveryfee15banner.jpg’}}”/>
<br>
<br>
</td>
</tr>
</table>
And I will go to the Manage Categories, Display mode Static block and products, CMS block Block_identifier, to call out the static block.
I tried refreshing cache in Magento but it doesnt help as well.
Please let me know how I can get the banner to appear at all pages of the category.
