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)
-   -   Spaces Between Products (https://forum.x-cart.com/showthread.php?t=36033)

lera4285 12-12-2007 06:52 AM

Re: Spaces Between Products
 
Ryan,

I figured it out and solved the problem.

Under appearance options>Displaying products you have the following option:

"Thumbnail width in the products list:" I entered (130)

I already had the columns set to five in the:

"Display products list in multiple columns (1-3) (leave empty to use standard format):"

Now I need to separate each row of products with the default <HR> which I can't seem to solve.

Looker1 12-24-2007 02:39 PM

Re: Spaces Between Products
 
Lera, How do you over ride the number of products in a category row past 3?

I am looking specifically at
PHP Code:

{math equation="floor(100/x)" x=$config.Appearance.products_per_row assign="width"

on the products_t.tpl . Has anyone gone looking in confign and changed this to "x" or over ridke the standard no more than 3 option?

lera4285 12-24-2007 03:08 PM

Re: Spaces Between Products
 
Go to:

/skin1/customer/main/products.tpl

Find the following code:

{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")}

Change the 4 to 6 and save.

Looker1 12-24-2007 03:39 PM

Re: Spaces Between Products
 
worked perfect- thanks lera! Any way to take he space down between thumbs or is this autogenerated off of my screen size?

lera4285 12-24-2007 03:48 PM

Re: Spaces Between Products
 
Go to:

General Settings>Appearance Options

And make adjustments to:
Thumbnail width in the products list:


All times are GMT -8. The time now is 04:58 AM.

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