View Single Post
  #3  
Old 11-12-2011, 07:58 AM
  JWait's Avatar 
JWait JWait is offline
 

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

Default Re: Bestsellers Into 2 Columns?

Bestsellers are displayed in a simple list. Take a look at your bestsellers.tpl and compare it to your products_t.tpl. You will notice that "bestsellers" uses <ul> and <li> and "products_t" uses a table. You should be able to strip out the <ul>'s and <li>'s in "bestsellers" and replace them with <tr>'s and <td>'s inside a <table> using the "products_t" as a guide.

Good Luck!
__________________
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