View Single Post
  #4  
Old 03-03-2005, 09:14 PM
 
x-online x-online is offline
 

Senior Member
  
Join Date: Apr 2004
Location: Australia, Sydney
Posts: 189
 

Default

With http://www.essentialipod.co.uk/
In the middle where he got under "this week's featured iPod accessories"
I think the file is @ /shopnamehere/skin1/customer/main/featured.tpl

Here is the code:
Code:
{* $Id: featured.tpl,v 1.14 2003/02/07 11:35:04 svowl Exp $ *} {capture name=dialog} {if $f_products ne ""} {include file="customer/main/products.tpl" products=$f_products featured="Y"} {else} {$lng.txt_no_featured} {/if} {/capture} {include file="dialog.tpl" title=$lng.lbl_featured_products content=$smarty.capture.dialog extra="width=100%"}
If you changed "dialog.tpl" to your special made "round box"
that should work !!

See www.directav.com.au this is how i do it...

I'm newbie too with graphic so any comment let me know.
__________________
X-Cart version 4.x (Most likely will be the latest version)
Reply With Quote