Complete package. Corrected SQL as it was missing colon and gave error.
Thanks to suhy and 20uk.net for pointing this out.
More...
This is a discussion on Meta Tags On The Fly within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; Complete package. Corrected SQL as it was missing colon and gave error. Thanks to suhy and 20uk.net for pointing this ...
Complete package. Corrected SQL as it was missing colon and gave error.
Thanks to suhy and 20uk.net for pointing this out.
More...
Michael Sasek
osCMax Developer
osCmax installation service - Have our professionals install osCmax on your server - same day service!
osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0
Stay Up To Date with everything osCMax:
Free osCMax Newsletters - Security notices, New Releases, osCMax News
osCMax on Twitter - Up to the minute info as it happens. Know it first.
osCmax Documentation
Still a slight error (type-o) in the SQL file
Code:INSERT INTO `configuration` ( `configuration_title` , `configuration_key` , `configuration_value` , `configuration_description` , `configuration_group_id` , `sort_order` , `date_added` ) VALUES ( '' 'Default Keyword ', 'KEYWORD_TAG', 'Add your Keywords', 'These keywords will display in the meta tag on your main index page and all non-product pages. Seperate words with commas.', '41', '1', now() ;) The end of the second command has ;) Should be );
Last edited by Asgoroth; 04-16-2007 at 10:58 AM. Reason: Added [code] tag
Bookmarks