♥JcMagpie 1,692 Posted May 7, 2019 JcM Product info date added+Info V1.1 CE A simple add-on to let you display date added and other info on the product info page. A very simple box with all info makes layout very easy to keep tidy. Date format and box color can be changed in admin. Some info only displayed if available. Again totally standalone with no core code change. Simply copy all files into relevant sections and go to admin modules /content and install. Share this post Link to post Share on other sites
valquiria23 240 Posted May 7, 2019 Thank you Zahid @JcMagpiefor your support to the community. Try this addon and it works great. You give oscommerce the color it lacks !!! Thank you very very much!!! Valqui Community Oscommerce fan You'll find the latest osC community version here. Share this post Link to post Share on other sites
kep@ 1 Posted February 19 When I install the module and plug it in content The following error occurs to me 1146 - Table '... .TABLE_PRODUCTS' doesn't exist select p.products_id, pd.products_name, pd.products_seo_keywords, pd.products_seo_description, pd.products_description, p.products_model, p.products_quantity, p.products_image, pd.products_url, p.products_price, p.products_tax_class_id, p.products_date_added, p.products_date_available, p.products_last_modified, p.manufacturers_id, p.products_gtin from TABLE_PRODUCTS p, TABLE_PRODUCTS_DESCRIPTION pd where p.products_status = '1' and p.products_id = '511' and pd.products_id = p.products_id and pd.language_id = '5'[TEP STOP] Share this post Link to post Share on other sites
Hotclutch 202 Posted February 19 42 minutes ago, kep@ said: When I install the module and plug it in content The following error occurs to me 1146 - Table '... .TABLE_PRODUCTS' doesn't exist select p.products_id, pd.products_name, pd.products_seo_keywords, pd.products_seo_description, pd.products_description, p.products_model, p.products_quantity, p.products_image, pd.products_url, p.products_price, p.products_tax_class_id, p.products_date_added, p.products_date_available, p.products_last_modified, p.manufacturers_id, p.products_gtin from TABLE_PRODUCTS p, TABLE_PRODUCTS_DESCRIPTION pd where p.products_status = '1' and p.products_id = '511' and pd.products_id = p.products_id and pd.language_id = '5'[TEP STOP] That could be due to the fact that you don't have a database.php with a definition for TABLE_PRODUCTS. 1 kep@ reacted to this Share this post Link to post Share on other sites
kep@ 1 Posted February 19 5 hours ago, Hotclutch said: That could be due to the fact that you don't have a database.php with a definition for TABLE_PRODUCTS. This is mine datebase.php database.php Share this post Link to post Share on other sites
Hotclutch 202 Posted February 19 8 minutes ago, kep@ said: This is mine datebase.php database.php Assuming the definition is in there, you then to check application_top.php to see if the project is including database.php You don't mention what version of osCommerce you're using but at some point the CE removed that from application_top.php 1 kep@ reacted to this Share this post Link to post Share on other sites
kep@ 1 Posted February 19 7 minutes ago, Hotclutch said: Assuming the definition is in there, you then to check application_top.php to see if the project is including database.php You don't mention what version of osCommerce you're using but at some point the CE removed that from application_top.php osCommerce Online Merchant v2.3.4.1 CE Share this post Link to post Share on other sites
Hotclutch 202 Posted February 19 2 minutes ago, kep@ said: osCommerce Online Merchant v2.3.4.1 CE All the CEs are labelled like that. You need to check application_top.php, or alternative to that you can edit the code, replace TABLE_PRODUCTS with products. You will have to do the same for the other definitions. 1 kep@ reacted to this Share this post Link to post Share on other sites
kep@ 1 Posted February 20 I found a CE version Thank you all Share this post Link to post Share on other sites