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.![]()
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.![]()
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.
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.
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.
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.
Answers given in previous thread are correct for your query..Any genuises know how aside from those mentioned on the previous thread.
![]()
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?
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.![]()
Pleased to hear problem sorted..
Well done!!
http://www.zen-cart.com/forum/showpo...66&postcount=4
Mission accomplished as per above
Well done!!
![]()