Results 1 to 10 of 55

Hybrid View

  1. #1
    Join Date
    Nov 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: manufacturers meta-tags(keywords and title and description)

    Execute Install parche sql

    CREATE TABLE IF NOT EXISTS `zen_meta_tags_manufacturers_description` (
    `manufacturers_id` int(11) NOT NULL,
    `language_id` int(11) NOT NULL default '1',
    `metatags_title` varchar(255) NOT NULL default '',
    `metatags_keywords` text,
    `metatags_description` text,
    PRIMARY KEY (`manufacturers_id`,`language_id`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;


    you've DB_PREFIX="zen"


    Quote Originally Posted by jlcaudio View Post
    yes i just look i did install the newer version and i checked the html in that file and it does say that could it be something else did i install it wrong or something

    <?php
    /**
    * @package Pages
    * @copyright Copyright 2003-2006 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    */
    ///Bof --->Julian cortes anton Meta-tags
    define('TABLE_MANUFACTURERS_META', DB_PREFIX . 'meta_tags_manufacturers_description');
    ///EOF-->Julian cortes anton

  2. #2
    Join Date
    Jul 2009
    Posts
    53
    Plugin Contributions
    0

    Default Re: manufacturers meta-tags(keywords and title and description)

    are you saying put that code in that you put and if so where

  3. #3
    Join Date
    Nov 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: manufacturers meta-tags(keywords and title and description)

    tools-->Install sql patches..


    CREATE TABLE IF NOT EXISTS `zen_meta_tags_manufacturers_description` (
    `manufacturers_id` int(11) NOT NULL,
    `language_id` int(11) NOT NULL default '1',
    `metatags_title` varchar(255) NOT NULL default '',
    `metatags_keywords` text,
    `metatags_description` text,
    PRIMARY KEY (`manufacturers_id`,`language_id`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;


    Quote Originally Posted by jlcaudio View Post
    are you saying put that code in that you put and if so where

  4. #4
    Join Date
    Jul 2009
    Posts
    53
    Plugin Contributions
    0

    Default Re: manufacturers meta-tags(keywords and title and description)

    it came up already installed

  5. #5
    Join Date
    Jul 2009
    Posts
    53
    Plugin Contributions
    0

    Default Re: manufacturers meta-tags(keywords and title and description)

    Failed: 1
    ERROR: Cannot create table zen_meta_tags_manufacturers_description because it already exists
    Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.

  6. #6
    Join Date
    Jul 2009
    Posts
    53
    Plugin Contributions
    0

    Default Re: manufacturers meta-tags(keywords and title and description)

    i got it i had to upload it thanks for your help can you go to my other post please and see if you can tell me what is wrong

  7. #7
    Join Date
    Nov 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: manufacturers meta-tags(keywords and title and description)

    you upload this file??

    /admin/includes/extra_datafiles/meta_tags_manufacturers.php

    define('TABLE_MANUFACTURERS_META', DB_PREFIX . 'meta_tags_manufacturers_description');



    Quote Originally Posted by jlcaudio View Post
    i got it i had to upload it thanks for your help can you go to my other post please and see if you can tell me what is wrong

  8. #8
    Join Date
    Nov 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: manufacturers meta-tags(keywords and title and description)

    i don't undestant,,,you bbdd is jlcaudio_IC_20090717_220127, and you install the query ,,,and before it says "ERROR: Cannot create table zen_meta_tags_manufacturers_description because it already exists", and it says not find the table "zen_meta_tags_manufacturers_description""


    Quote Originally Posted by jlcaudio View Post
    Failed: 1
    ERROR: Cannot create table zen_meta_tags_manufacturers_description because it already exists
    Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.

  9. #9
    Join Date
    Aug 2009
    Posts
    34
    Plugin Contributions
    0

    Default Re: manufacturers meta-tags(keywords and title and description)

    there is an error in

    \pro\includes\languages\english\extra_definitions\manufacturers_metatags.php

    you have "TEXT_INFO_HEADING_EDIT_CATEGORY_META_TAGS" and "TEXT_INFO_HEADING_EDIT_CATEGORY_META_TAGS"

    where category is mentioned it should be manufacturer

    when it should be
    Code:
    //Metatags
      define('TEXT_INFO_HEADING_EDIT_CATEGORY_META_TAGS', 'Manufacturers Meta Tags Definitions');
      define('TEXT_INFO_HEADING_EDIT_MANUFACTURER_META_TAGS', 'Manufacturers Meta Tags Definitions');
      define('TEXT_INFO_HEADING_EDIT_CATEGORY_META_TAGS', 'Define Custom Meta Tags');
      define('TEXT_EDIT_MANUFACTURER_META_TAGS_INTRO', 'Define Custom Meta Tags');
      define('TEXT_EDIT_MANUFACTURER_META_TAGS_TITLE', 'Title:');
      define('TEXT_EDIT_MANUFACTURER_META_TAGS_KEYWORDS', 'Keywords:');
      define('TEXT_EDIT_MANUFACTURERS_META_TAGS_DESCRIPTION', 'Description:');
    the spanish defines are ok

    also the where the meta title goes then the field is only 4 characters wide, this should be much wider than thisn and/or auto adjust to the size of the currently define meta title
    Last edited by netgirlz; 7 Mar 2011 at 03:07 AM.

 

 

Similar Threads

  1. v139h How do I change basic meta tags such as page title and description and meta keywords
    By robertwebsite in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 7 Aug 2012, 08:38 AM
  2. Keywords/meta tags, and title of page change..
    By in4sit in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 1 Oct 2010, 03:41 PM
  3. manufacturers meta-tags(keywords and title and description)
    By jlcaudio in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 7 Aug 2009, 07:04 PM
  4. Custom Meta Tags Title, Description and Keywords.
    By CoolCarPartsOnline in forum General Questions
    Replies: 4
    Last Post: 30 Jun 2009, 12:09 PM
  5. Manufacturers description, meta tags & keywords
    By higherselfgifts in forum General Questions
    Replies: 2
    Last Post: 26 Aug 2008, 07:15 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg