Mark-UK Posted May 31, 2005 Share Posted May 31, 2005 Whats the contribution please that puts the products description and adds a title tag, metatags and keyword and description tags to the page of that product please. :( Link to comment Share on other sites More sharing options...
crash3903 Posted May 31, 2005 Share Posted May 31, 2005 this one? dynamic meta tags regards Regards Mark A Reynolds Link to comment Share on other sites More sharing options...
Mark-UK Posted May 31, 2005 Author Share Posted May 31, 2005 ye sthats it cheers BUT I cant find the catalog/product_info.php file, can someone please tell me the route when finding it via cute ftp. Link to comment Share on other sites More sharing options...
crash3903 Posted May 31, 2005 Share Posted May 31, 2005 ye sthats it cheers BUT I cant find the catalog/product_info.php file, can someone please tell me the route when finding it via cute ftp. <{POST_SNAPBACK}> look at your other thread re this regards Regards Mark A Reynolds Link to comment Share on other sites More sharing options...
Mark-UK Posted May 31, 2005 Author Share Posted May 31, 2005 Found it but theres no head tag to do step 2 in tha contribution, please help. Link to comment Share on other sites More sharing options...
crash3903 Posted May 31, 2005 Share Posted May 31, 2005 Found it but theres no head tag to do step 2 in tha contribution, please help. <{POST_SNAPBACK}> look for this <head> it is below this code <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"><html <?php echo HTML_PARAMS; ?>> regards Regards Mark A Reynolds Link to comment Share on other sites More sharing options...
Mark-UK Posted May 31, 2005 Author Share Posted May 31, 2005 I just got this below, this is all the stuff when i open product_info.php page in dreamweaver. <?php /* $Id: product_info.php,v 1.1.1.1 2004/03/04 23:38:02 ccwjr Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright ? 2003 osCommerce Released under the GNU General Public License */ require('includes/application_top.php'); require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_PRODUCT_INFO); $product_check_query = tep_db_query("select count(*) as total from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd where p.products_status = '1' and p.products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and pd.products_id = p.products_id and pd.language_id = '" . (int)$languages_id . "'"); $product_check = tep_db_fetch_array($product_check_query); $content = CONTENT_PRODUCT_INFO; $javascript = 'popup_window.js'; require(DIR_WS_TEMPLATES . TEMPLATE_NAME . '/' . TEMPLATENAME_MAIN_PAGE); require(DIR_WS_INCLUDES . 'application_bottom.php'); Link to comment Share on other sites More sharing options...
crash3903 Posted May 31, 2005 Share Posted May 31, 2005 you using a non standard loaded version?? Regards Mark A Reynolds Link to comment Share on other sites More sharing options...
Mark-UK Posted May 31, 2005 Author Share Posted May 31, 2005 Er yes I think so. Link to comment Share on other sites More sharing options...
crash3903 Posted May 31, 2005 Share Posted May 31, 2005 where did you get it from - cre? regards Regards Mark A Reynolds Link to comment Share on other sites More sharing options...
Mark-UK Posted May 31, 2005 Author Share Posted May 31, 2005 Hi yes think so, i bought a whole shop site package. What are my options if any please. :'( Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.