This is a discussion on Configuration of product headers within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Can the layout of the product headers be easily configured or do I need to change the code in a ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Can the layout of the product headers be easily configured or do I need to change the code in a php file? Eg having clicked on a category in the shop, brief details of each product are listed; can the thumbnail images be switched off to not display, and can the header show the product_model data? |
| Sponsored Links | ||
| ||
| |
|
#2
| |||
| |||
| To switch off the thumbnails I guess all I need to do is enter a url to a small blank gif. |
|
#3
| |||
| |||
| Tried setting the image to pixel_trans.gif, but I then need to reduce the height/width of the area reserved for the thumbnail. |
|
#4
| ||||
| ||||
| You can turn of the pictures in the admin under 'Product Listing'
__________________ Michael Sasek osCMax Developer
|
|
#5
| |||
| |||
| In Admin under Configuration|Images there is an option 'Images Required' which can be set true/false, you can also fix image sizes. However, I may want an image to display in the product detail page but not as a thumbnail in the header listing. I want to set the header listing page to dynamically size the header height according to whether there is an image to display or not. Otherwise there are gaps between product listings which are the height reserved for the thumbnail. Which file has the code for the product listing (not the product detail)? Index.php references the product_listing module with <?php include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING); ?> In the product_listing module, between the html table tags, there is php code which sets the variable $lc_text to the value in each product field sequentially. So are the field values being listed in a string and concatenated with spaces? I still haven't found the reference to the image in the header listings. |
|
#6
| |||
| |||
| you need to go in to the admin and go to the "Configuration" Section. Then go to the section that says "Product Listing" these settings will only affect the product listing not the product info page. i think this is what you are looking for. |
|
#7
| |||
| |||
| I've found where to turn product listing images off now thank you. I was thinking that I would try changing the listing to dynamically size the table row / image according to whether an image existed or not, but perhaps I better keep it as standard. |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cannot moderfy headers!!!! | peterwilding | osCMax v1.7 Installation | 1 | 05-28-2005 07:01 AM |
| 2 headers UGH! | AnnieChrist | osCommerce 2.2 Modification Help | 1 | 03-24-2005 05:06 AM |
| Headers | lem | osCMax v1.7 Discussion | 0 | 02-18-2005 12:07 AM |
| infoBox headers | glynn | osCMax v1.7 General Mods Discussion | 2 | 03-19-2004 11:54 AM |
| Random Headers? | idiehdesigns | osCommerce 2.2 Modification Help | 3 | 02-15-2004 04:17 AM |