Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

oscommerce 2.3 BS view list


Recommended Posts

Posted

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 .

Posted

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 .

Posted

@@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

Posted

@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 .

Posted

@@Omar_one

 

Why do you want to use list view if you can have 2 images with text beside each other in grid.

 

You can change the layout of the grid. See my other answer..

Posted

@Mention

 thank you for you help :thumbsup: ,,
i meant by change the layout  change layout or the style inside the column,

example the product image on the left not on top

http://imgur.com/vqw50W4

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

Posted

@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 .

Archived

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

×
×
  • Create New...