nnclyn, on Apr 12 2009, 03:06 PM, said:
Yes it can be done by editing index.php in much the same way....and the descriptions for how to do it is just below the one for product_info ...soo read the complete tread and you will find it
Posted 16 April 2009, 04:30
nnclyn, on Apr 12 2009, 03:06 PM, said:
Posted 07 May 2009, 20:47
Posted 08 May 2009, 01:47
Quote
Posted 08 May 2009, 15:59
Edited by diy, 08 May 2009, 15:59.
Posted 09 May 2009, 03:20
diy, on May 8 2009, 04:59 PM, said:
Posted 09 May 2009, 18:28
Posted 10 May 2009, 10:37
cvetyab, on May 9 2009, 07:28 PM, said:
Posted 10 May 2009, 21:50
cvetyab, on May 9 2009, 07:28 PM, said:
if ($title == '') {
//below are hardcoded to show meta info when no breadcrumb exists
$title = 'My standard shop title';
$meta_description = 'My standard shop description';
$meta_keywords = 'My standard shop keywords';
}
//Display <title> and meta info
echo '<title>' . $title . '</title>' . "\n";
echo '<meta name="description" content="' . $meta_description . '" />' . "\n";
echo '<meta name="keywords" content="' . $meta_keywords . '" />' . "\n";
?>
Edited by diy, 10 May 2009, 21:51.
Posted 11 May 2009, 02:28
Posted 02 June 2009, 11:49
Posted 02 June 2009, 12:10
Arron Brown, on Jun 2 2009, 11:49 AM, said:
Posted 02 June 2009, 12:37
Posted 05 June 2009, 06:39
Posted 05 June 2009, 12:19
Posted 05 June 2009, 12:56
Posted 06 June 2009, 04:07
garnet, on Jun 5 2009, 01:56 PM, said:
Posted 06 June 2009, 12:19
toyicebear, on Jun 6 2009, 05:07 AM, said:
INSERT INTO `configuration` VALUES ('', 'Store Description', 'STORE_DESCRIPT', 'The Next Level Of osCommerce', 'Place your sites meta description here, for use with dynamic meta-tags<br>Leave empty for no description<br>', 1, 40, NULL, '2003-12-05 05:01:41', NULL,'tep_cfg_textarea(');
INSERT INTO `configuration` VALUES ('', 'Store Index Description', 'STORE_METDEX', 'Productivity Sold Here', 'Place a seperate \r\nindex page meta description here, for use with dynamic meta-tags<br>Leave empty for no description<br>', 1, 41, NULL, '2003-12-05 05:01:41', NULL,'tep_cfg_textarea(');
INSERT INTO `configuration` VALUES ('', 'Store Key Words', 'STORE_KEYWORD', 'ecommerce, oscommerce, shopping cart', 'Place your sites meta key words here, for use with dynamic meta-tags<br>', 1, 42, NULL, '2003-12-05 05:01:41', NULL,'tep_cfg_textarea(');
Posted 06 June 2009, 16:40
Posted 28 June 2009, 01:46
Posted 05 August 2009, 13:45
garnet, on Jun 28 2009, 01:46 AM, said: