X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   box or bourder around products (https://forum.x-cart.com/showthread.php?t=10266)

realnet1 11-08-2004 05:35 PM

box or bourder around products
 
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

emil 11-08-2004 07:14 PM

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;">

realnet1 11-09-2004 07:54 AM

box frame around products
 
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

emil 11-09-2004 12:36 PM

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]


All times are GMT -8. The time now is 12:20 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.