Quote:
Originally Posted by PhilJ
skin/ability/customer/main/product_above.tpl
Replace...
Code:
{if $active_modules.Special_Offers}
<table cellspacing="0" cellpadding="0" border="0">
<tr>
{include file="modules/Special_Offers/customer/product_bp_icon.tpl"}
</tr>
</table>
{/if}
With...
Code:
{if $active_modules.Special_Offers}
<center>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
{include file="modules/Special_Offers/customer/product_bp_icon.tpl"}
</tr>
</table>
</center>
{/if}
|
As always your a star mate thank you so much, looking at that code change I feel like a right idiot. I'm sure I tried this already but guess I was just trying to over complicate things.
Thanks for your help AGAIN!!
