View Single Post
  #4  
Old 12-11-2008, 10:48 AM
  JWait's Avatar 
JWait JWait is offline
 

X-Man
  
Join Date: Nov 2005
Location: California
Posts: 2,440
 

Default Re: help to re-arrange product.tpl ?

Find
Code:
&nbsp;<span id="save_percent">{ $discount }</span>% </td> </tr> </table> </td> {/if} </tr> </table> <p /> <table width="100%" cellpadding="0" cellspacing="0">
change it to
Code:
&nbsp;<span id="save_percent">{ $discount }</span>% </td> </tr> </table> </td> {/if} </tr> </table> </tr> </table> <p /> <table width="100%" cellpadding="0" cellspacing="0">
( add </tr></table> before opening the next table> )
__________________
Two Separate X-Cart Stores
Version 4.4.4 Gold - X-AOM - Vivid Dreams Aquamarine (modified) - Linux
Mods - Newest Products - View All -, and a few others. Numerous upgrades from 4.0.x series.
Integrated with Stone Edge Order Manager + POS

Version 4.1.12 Gold (fresh install) - X-AOM - Linux
Mods - XCSEO free
Reply With Quote