Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

oscommerce 2.3 BS view list


Recommended Posts

Hello,

how i can change quantity of products to show in row  to two product .

.i know  its show in list view but  it show just  products per row 

  please see the attachment

Get the latest Responsive osCommerce CE (community edition) here .

Link to comment
Share on other sites

hi,

can i have 2 product on row in product list (view : list,  not grid)

 

thank you in advance

 
BR
omar
 

as in attached file

Get the latest Responsive osCommerce CE (community edition) here .

Link to comment
Share on other sites

@@Omar_one

 

You can change the grid layout for two images in

catalog/includes/modules/product_listing.php

Look for: $prod_list_contents .= '<div class="item list-group-item col-sm-4">';

 

Now you can change the col-sm-4 to col-sm-6

Link to comment
Share on other sites

@Mention

 

thank you for you answer .. is it possible to  change the view list layout for two images (product) beside each other?.. or changing the grid view layout  for product column ?

i managed to add product description in the grid view  for product column.

 

thank you

 

BR

Omar

Get the latest Responsive osCommerce CE (community edition) here .

Link to comment
Share on other sites

@Mention

 

i have been looking in stylesheet.css file,  i don't know if its the right place to look, 

i think some code  in product _listing,

I think in my old product _listing.php (Oscommerce 2.2) is some code for this :

 $colcount = 2;
  $list_box_contents = array();
for ($t = 0; $t < $colcount; $t++) 	
  for ($col=0, $n=sizeof($column_list); $col<$n; $col++) {

do you think this would help?

 

thank you

Omar

Get the latest Responsive osCommerce CE (community edition) here .

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...