Is there a way to have the X-sell products displayed in a column rather than a row? I need to have 3 or 4 products displayed in the right hand column on the product page.
Any help would be appreciated!
This is a discussion on X-sell display within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Is there a way to have the X-sell products displayed in a column rather than a row? I need to ...
Is there a way to have the X-sell products displayed in a column rather than a row? I need to have 3 or 4 products displayed in the right hand column on the product page.
Any help would be appreciated!
Never mind - I found it
In includes/modules/x-sell_products.php I changed: if ($col > 2) {
to if ($col == 1) {
Now the X-sell products display in a column.
Bookmarks