Results 1 to 10 of 10
  1. #1
    Join Date
    Aug 2008
    Posts
    18
    Plugin Contributions
    0

    Default RE:Metatags,can't erase the comma

    Hi,

    I have managed to edit metatag description but I am looking where or how to delete the comma after Zencart,---description----.Anyone of you guys know.Cheers.

  2. #2
    Join Date
    Mar 2006
    Location
    Fresno, California
    Posts
    620
    Plugin Contributions
    0

    Default Re: Metatags,can't erase the comma

    Well, one way is to leave the HEADER_SALES_TEXT blank, or the SITE_TAGLINE blank and the comma disappears.

    define('HEADER_ALT_TEXT', 'My Site Title Here');
    define('HEADER_SALES_TEXT', '');

    // page title
    define('TITLE', 'My Site Title Here');

    // Site Tagline
    define('SITE_TAGLINE', '');

    Experiment with both of them, I just did it a week ago on a new site--can't remember which one but it is one of the above in red.

  3. #3
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Metatags,can't erase the comma

    Actually it's easier to just remove the comma than to go editing other places ...
    Code:
    // Define Tertiary Section Output
      define('TERTIARY_SECTION', ', ');
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  4. #4
    Join Date
    Aug 2008
    Posts
    18
    Plugin Contributions
    0

    Default Re: Metatags,can't erase the comma

    Hi,

    Thanks DrByte and bobdog , I have done this already but still the same.I have change from a default template and to a custom template and still the same.I know this is not a but since I seen some sites using zen-cart script and working propely.Thanks again.Hope any of you guys have some idea.

  5. #5
    Join Date
    Aug 2008
    Posts
    18
    Plugin Contributions
    0

    Default RE: Comma-Need Your Assistance

    Hi,

    I have a thread regarding the comma : here's the thread , http://www.zen-cart.com/forum/showthread.php?t=107811 . I been thankful for the responses but I have tried to follow what they have advised still the same, comma still present.Any genuises know how aside from those mentioned on the previous thread.Cheers


    Moderator's note: The thread mentioned above has been merged with the second thread started by the OP
    Last edited by Kim; 23 Sep 2008 at 06:51 AM.

  6. #6
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Comma-Need Your Assistance

    .Any genuises know how aside from those mentioned on the previous thread.
    Answers given in previous thread are correct for your query.

  7. #7
    Join Date
    Aug 2008
    Posts
    18
    Plugin Contributions
    0

    Default Re: Comma-Need Your Assistance

    Hi,

    Thanks, I believe so....those answers are correct but in my case it didn't work.I also don't believe there's a bug on the script.I have tried this on the original file - template and also to custom template, but still the same.Don't know what had happened?

  8. #8
    Join Date
    Aug 2008
    Posts
    18
    Plugin Contributions
    0

    Default Re: Comma-Need Your Assistance

    Hi,

    Prtoblem solved thanks to all, I have found it in includes/languages/english/meta_tags.php and edit there:

    // Define Primary Section Output
    define('PRIMARY_SECTION', ' : ');

    // Define Secondary Section Output
    define('SECONDARY_SECTION', ' - ');

    // Define Tertiary Section Output
    define('TERTIARY_SECTION', ' ');

    Thanks again to ALL.

  9. #9
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Comma-Need Your Assistance

    Pleased to hear problem sorted..
    Well done!!

  10. #10
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Metatags,can't erase the comma

    http://www.zen-cart.com/forum/showpo...66&postcount=4
    Mission accomplished as per above
    Well done!!

 

 

Similar Threads

  1. Getting sitewide metatags not to get added to product metatags?
    By HelpMeSell in forum General Questions
    Replies: 4
    Last Post: 15 Feb 2011, 06:13 AM
  2. How can upgrade without erase my setting?
    By hara in forum Upgrading from 1.3.x to 1.3.9
    Replies: 1
    Last Post: 19 Oct 2010, 01:25 PM
  3. Taking out the comma in the total
    By jpaul80 in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 4 Feb 2008, 09:31 PM
  4. Erase the right blog
    By deux k in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 18 Jul 2006, 08:35 PM

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