Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Change Layout of Products List Page

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 08-17-2009, 04:28 PM
 
tirebouchons tirebouchons is offline
 

Member
  
Join Date: Mar 2009
Posts: 14
 

Question Change Layout of Products List Page

I would like to edit customer/main/products_list.tpl so that the Description appears above the SKU/Product Code.

As a newbie I haven't gained the confidence to move the code around effectively yet.

Any guidance would be greatly appreciated.

Thanks.
__________________
4.2.2
Reply With Quote
  #2  
Old 08-17-2009, 04:43 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Change Layout of Products List Page

Find
Code:
<div class="descr">{$product.descr}</div>
and move it above
Code:
{if $config.Appearance.display_productcode_in_list eq "Y" && $product.productcode ne ""} <div class="sku">{$lng.lbl_sku}: {$product.productcode|escape}</div> {/if}
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote

The following user thanks cflsystems for this useful post:
tirebouchons (08-17-2009)
  #3  
Old 09-14-2009, 10:27 AM
 
badgesales badgesales is offline
 

Advanced Member
  
Join Date: Mar 2005
Location: San Diego
Posts: 53
 

Default Re: Change Layout of Products List Page

I would like to do this, but I can't find the code you are referring to in my customer/main/products_list.tpl
__________________
www.photobadge.com
Version 4.2
PHP 4.4.7
SQL 4.1.22
Free BSD
7Dana Skin
CDSEO
1 Page Checkout
Reply With Quote
  #4  
Old 09-14-2009, 12:12 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Change Layout of Products List Page

In 4.2 original code is <p class="descr">{$product.descr}</p>
You should really upgrade to 4.2.1 or 4.2.2 as 4.2 had some bugs and improper code (like this one)
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote

The following user thanks cflsystems for this useful post:
badgesales (09-14-2009)
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 10:06 PM.

   

 
X-Cart forums © 2001-2020