Guest Posted November 13, 2002 Posted November 13, 2002 Hi all, Does any of U know of a way to include Image of the item in shopping cart content, Thanx, :) Ikon
oreind Posted November 13, 2002 Posted November 13, 2002 There is mod for that here: http://www.oscommerce.com/downloads.php/co...ions,543/type,3
Guest Posted November 13, 2002 Posted November 13, 2002 Trying to add AddImageInCart_1_01 to my shop but can not find the: orders_details.php in the code :( Ikon
Guest Posted November 13, 2002 Posted November 13, 2002 Sorry about the trouble, but in the instructions of the add AddImageInCart_1_01 it says: Place this code in your includesmodulesgeneral.php Add this Code: //// // Return a product's image // TABLES: products function tep_get_my_products_image($product_id) { $product_normal_query = tep_db_query("select products_image from " . TABLE_PRODUCTS . " where products_id = '" . $product_id . "'"); $product_normal = tep_db_fetch_array($product_normal_query); return $product_normal['products_image']; } But There is no file like that in includesmodulesgeneral.php The only general.php is in includesfunctionsgeneral.php ??? Thanx, Ikon
oreind Posted November 13, 2002 Posted November 13, 2002 I found it here: includesmodulesfunctionsgeneral.php
Recommended Posts
Archived
This topic is now archived and is closed to further replies.