| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
displaing thumbs in colums | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||||
|
|||||||||
![]() Can anyone assist in displaying thumbnails in 4 columns in the following products.tpl?
{* $Id: products.tpl,v 1.45.2.16 2005/10/17 07:54:19 max Exp $ *} {if $active_modules.Feature_Comparison ne '' && $products && $printable ne 'Y'} {include file="modules/Feature_Comparison/compare_selected_button.tpl"} {include file="modules/Feature_Comparison/products_check_js.tpl"} {/if} {if $usertype eq "C" and $config.Appearance.products_per_row ne "" and $config.Appearance.products_per_row gt 0 and $config.Appearance.products_per_row lt 4 and ($featured eq "Y" or $config.Appearance.featured_only_multicolumn eq "N")} {include file="customer/main/products_t.tpl" products=$products} {else} {if $products} {section name=product loop=$products} {assign var="discount" value=0} xxx01/skin1/customer/main/products.tpl <TABLE border="0" width="100%"> <TR> <TD width="90" align="center" valign="top"> {if $active_modules.Special_Offers ne "" and $products[product].have_offers} {include file="modules/Special_Offers/customer/product_offer_thumb.tpl" product=$products[product]} {$lng.lbl_see_details} {else} <FONT class="ProductTitle">{$products[product].product}</FONT> xxxxx01 {$lng.lbl_sku}: {$products[product].productcode} <FONT size="1"></A> {/if} {if $active_modules.Feature_Comparison ne '' && $products[product].fclassid > 0 && $printable ne 'Y'} {include file="modules/Feature_Comparison/compare_checkbox.tpl" id=$products[product].productid} {/if} </TABLE> {/section} {if $active_modules.Feature_Comparison ne '' && $products && $printable ne 'Y'} {include file="modules/Feature_Comparison/compare_selected_button.tpl"} {/if} {else} {$lng.txt_no_products_found} {/if} {/if}
__________________
we-designstudio.com version 4.1.10gold |
|||||||||
#2
|
|||||||||
|
|||||||||
![]() Change the line:
Code:
to Code:
and then go to X-Cart Admin and change the number of products per row to 4. |
|||||||||
#3
|
|||||||||
|
|||||||||
![]() Thanks for the response
I am now getting "Permission denied ! You are not allowed to do that! Administrator Safe mode is enabled." Haven't had much luck finding info in x-cart docs, is this referring to PHP safe mode?
__________________
we-designstudio.com version 4.1.10gold |
|||||||||
|
|||
X-Cart forums © 2001-2020
|