ejazmuhammad wrote:Hi,
I have just purchased the theme how to show at least 4 columns instead of three on category page
Hi ejazmuhammad.
To show 4 columns on a category page go to
/Themes/Fashion/Views/Catalog/CategoryTemplate.ProductsInGridOrLines.cshtmlgo to line 167 and change
@(Html.DataList<ProductOverviewModel>(Model.Products, 3,
to
@(Html.DataList<ProductOverviewModel>(Model.Products, 4,
PS: You need to configure the css styles of the theme and some of the plugins in order for this to look good.