View Single Post
  #2  
Old 11-20-2009, 09:01 AM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: Over my head....

That's a lot of 'splainin' to do!!

Let's tackle these one a t a time.

the wish list section use skin1/custoemr/main/cart.tpl

you will need to write and if/else statement.

{if $main eq 'cart' and $mode eq 'wishlist'}
new layout here
{else}
original cart.tpl layout here
{/if}
__________________
xcart 5.1.2
Reply With Quote