| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
box or bourder around products | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() I would like to know if there is away to place a bourder around all the products, something like a thin frame
using 4.05 php 5.1 |
|||||||
#2
|
|||||||
|
|||||||
![]() hi,
you can try editing, customer/main/products.tpl and add style="border: 1px solid #000000;" into the first "table tag" you find eg: <TABLE border="0" width="100%" style="border: 1px solid #000000;">
__________________
Happy Dayz -------------------------------------- www.sefama-vega.com (3.4.13) -------------------------------------- under dev(V3.5.9) under dev(V4.0.5) |
|||||||
#3
|
|||||||
|
|||||||
![]() Her is where i change tpl but does not work any thing you see ?
{* $Id: products.tpl,v 1.45.2.1 2004/08/23 05:24:43 max Exp $ *} {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} <TABLE border="0" width="100%"style="border: 1px solid #000000;"> <TR><TD width="90" align="center" valign="top"> <A href="product.php?productid={$products[product].productid}&cat={$cat}&page={$navigation_page}">{i nclude file="product_thumbnail.tpl" productid=$products[product].productid |
|||||||
#4
|
|||||||
|
|||||||
![]() hi you did the right thing,
but try to add a space between the width and the style i think thats why it may not be working[/quote]
__________________
Happy Dayz -------------------------------------- www.sefama-vega.com (3.4.13) -------------------------------------- under dev(V3.5.9) under dev(V4.0.5) |
|||||||
|
|||
X-Cart forums © 2001-2020
|