Single Column Catalog Page?

Our catalog page (4.3.2) lists all of our product categories on the catalog page (catalog.html) in a single centered column going a long way down the page instead of following the “Appearance Setting” of 4 columns wide. Does your catalog page list a single column and/or can this be changed?

Is it a block in layouts / homepage?

Please check Settings → Appearance → Available product list views and Settings → Appearance → Product list default view settings

Yea but how do you load all products from all categories to one place?

What he means is this,



[attachment=9718:Screenshot.png]

Screenshot.png

Did not know this feature :) can products also be loaded not only category list?


[quote name=‘kogi’ timestamp=‘1434709103’ post=‘219525’]

What he means is this,



[attachment=9718:Screenshot.png]

[/quote]

It is bug. To fix it please open the design\themes\responsive\templates\views\categories\components\categories_multicolumns.tpl file and replace:


```php


```

with

```php

```

Maybe you know answer to my question if its possible to load all store products + pagination like when you hit search button with empty search field

Instant Demo - CS-Cart Multi-Vendor Demo Try Free for 15 days






[quote name='eComLabs' timestamp='1434713766' post='219552']

It is bug. To fix it please open the design\themes\responsive\templates\views\categories\components\categories_multicolumns.tpl file and replace:


```php


```

with

```php

```
[/quote]

Posted to the bug tracker

[quote name='Darius' timestamp='1434714042' post='219559']

Maybe you know answer to my question if its possible to load all store products + pagination like when you hit search button with empty search field

http://demo.cs-cart…products.search

[/quote]



You can always add a new item to the menu with the following URL:



http://demo.cs-cart.com/?dispatch=products.search&search_performed=Y




If it does not suit you, additional code modifications are requried