This is a discussion on errors i have. within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; sorry i'm such a pain with errors, i just thought i'll make this one in a new thread... i've installed ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| sorry i'm such a pain with errors, i just thought i'll make this one in a new thread... i've installed the system to a Mysql 4 database. and the error i get is two of the item get displayed wherever the item gets displayed, does anyone know a solution or why it's doing this, or is it just me not doing something right. http://englandmerchandise.com/catalog/index.php |
| Sponsored Links | ||
| ||
|
#2
| ||||
| ||||
| This is caused because there is no PICTURE of that item. Edit the code in: /catalog/includes/boxes/whats_new.php Code: $boxContent = '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $random_product['products_id']) . '">' . tep_image(DIR_WS_IMAGES . $random_product['products_image'], $random_product['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a><br><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $random_product['products_id']) . '">' . $random_product['products_name'] . '</a><br>' . $whats_new_price; Code: $boxContent = '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $random_product['products_id']) . '">' . $random_product['products_name'] . '</a><br>' . $whats_new_price; Code: $boxContent = '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $random_product['products_id']) . '">' . tep_image(DIR_WS_IMAGES . $random_product['products_image'], $random_product['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a><br>' . $whats_new_price; Good Luck! |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Asking for help due to errors after installation... | ltoscdox | osCMax v1.7 Installation | 2 | 11-17-2004 11:53 PM |
| Some questions (and errors) | danijel | osCommerce 2.2 Installation Help | 0 | 12-16-2003 12:23 PM |
| errors | litotes | osCommerce 2.2 Modification Help | 1 | 11-07-2003 09:25 PM |
| TWO errors on installation | bibleman | osCommerce 2.2 Installation Help | 2 | 09-16-2003 06:40 AM |
| path errors | dogfood | osCommerce 2.2 Installation Help | 0 | 05-07-2003 03:43 PM |