View Single Post
  #4  
Old 04-26-2012, 12:15 AM
  David-Allan's Avatar 
David-Allan David-Allan is offline
 

eXpert
  
Join Date: Oct 2011
Location: Scotland, UK
Posts: 313
 

Default Re: Centre Bonus Points Box

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!!
__________________
Live Version : 4.5.2
Licensed Products:
X-Cart Gold
Ability Theme
CDSEO
xCMS
Abandoned Cart
Food Packaging Scotland
Reply With Quote