View Single Post
  #8  
Old 12-11-2009, 01:24 AM
  just_me's Avatar 
just_me just_me is offline
 

Advanced Member
  
Join Date: Oct 2005
Location: Spain
Posts: 69
 

Smile Re: Bestsellers in a row

Sorry 'bout that. I forgot that I made a new template called dialog_nosort.tpl under customer/ to remove the sorting feature which I found useless. Since as I only put 3 bestsellers, what's to sort?

Solution for you, change "customer/dialog_nosort.tpl" back to "customer/dialog.tpl"

You'll find this code at the bottom of the bestsellers_r.tpl
Code:
{/capture} {include file="customer/dialog_nosort.tpl" title=$lng.lbl_bestsellers content=$smarty.capture.bestsellers} {/if}

and change it back to
Code:
{/capture} {include file="customer/dialog.tpl" title=$lng.lbl_bestsellers content=$smarty.capture.bestsellers} {/if}

__________________
Cordially,
Just me
X-Cart Gold
Version 4.2.3
Multilingual shop: Spanish, French and US English
Reply With Quote