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)
-   -   More than 3 columns? (https://forum.x-cart.com/showthread.php?t=17317)

Vern 10-15-2005 06:42 PM

More than 3 columns?
 
I have searched through both the manual and forum looking to find a way to expand the columns to more than three.

I would like to use x-cart for a photography shopping cart. Everything is visual with the arts, so having less navigation and buy now stuff on the products page is achievable. What I havenБ─≥t found was a way to put 6 columns or even have it variable depending on the users screen resolution.

kpayne 10-15-2005 09:28 PM

First, set the "products per row" in your appearance preferences. Then you need to edit skin1/customer/main/products.tpl, find this code:

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

And change it to this:

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 100 and ($featured eq "Y" or $config.Appearance.featured_only_multicolumn eq "N")}

The cart checks to make sure you do not have less than one or more than three columns. This code change makes it check for between 1 and 99 columns.

(This is untested, but should work with no problems)

Vern 10-16-2005 12:57 PM

This is one step closer to making the site a reality.

I have to say what makes xcart so good is its flexibility and the people who support it. I have used Miva, OSCommerce, and xcart on other sites, and xcart takes the cake!

Thank you

Lionel 02-25-2006 04:28 PM

is it possible to have that four columns just for search results, and everything else remains at 3 columns?


All times are GMT -8. The time now is 03:25 AM.

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