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)
-   -   Editing Product Borders (https://forum.x-cart.com/showthread.php?t=21815)

TA 05-15-2006 08:13 PM

Editing Product Borders
 
I am using the 3 column display in featured products only. I have modified it for mouse over and dialog boxes. The problem I have is in the standard product listing. I added a border line between products some time back, but it is very light grey and I want to make it a little bolder for better seperation. I don't recall and can't figure out how I did that. :? What do I need to do?

balinor 05-16-2006 02:36 AM

You probably added something to products.tpl

TA 05-16-2006 08:59 AM

Thanks Balinor! I figured it out. I didn't make the border bold, but I cleaned it up so it seperates better to the eye.

In customer/main/products.tpl near the bottom, I commented the breaks out and added <hr>. This removes the some of the white space and adds the light grey line between products.
Code:

</TD></TR>
</TABLE>
{*


*}<hr>
{/section}


Then about 1/2 way down in product.tpl, I commented out this line. That removes the light grey line just below the short description.
Code:


</FONT>
{*<HR size="1" noshade width="100%" align="left">*}
{if $products[product].product_type eq "C"}


Now the only lines are between products, so even though they are very light, it seperates and looks cleaner to me.


All times are GMT -8. The time now is 07:46 AM.

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