New Zenner
- Join Date:
- Sep 2010
- Posts:
- 60
- Plugin Contributions:
- 0
meta tags for "new_products" & "all_products"
zen cart 1.51, mods installed: FEC 1.10.0, add customers from admin, css-js loader, google merchant 1.13, ceon manual card sitemap xml 3.2.6, antiseptic template. ceon uri mapping 4.4.1, MySQL 5.1.72-cll, PHP Version: 5.3.17 (Zend: 2.3.0), Server OS: Linux 2.6.18-448.16.1.el5.lve0.8.70, HTTP Server: Apache
ok, so, I am trying to config all meta tags across the site for better SEO etc. cannot seem to find the location for the meta_tags for "New-Products" or "All-Products" (these are a sub heading under categories, and can be enabled / disabled via: admin>config>layout settings>
Categories Box - Show Products New Link (set to false)
Categories Box - Show Featured Products Link (set to false)
I have looked in all the usual places like:
/includes/languages/english/meta_tags.php (i was able to change all other supplementary pages there , info, conditions, site map etc... btw, no problem)
I have used the dev tool to try & find the pages, using every combination of the page titles. I have searched online, I have trawled through this forum. I am stumped. I do not want to simply disable them, I want to be able to let my customers use these links & coincidentally search engines too.
I have the meta tags in the meta-tags.php listed as such:
define('META_TAG_DESCRIPTION_ALL_PRODUCTS','the description goes here');
define('META_TAG_KEYWORDS_ALL_PRODUCTS','the keywords go here');
define('META_TAG_TITLE_ALL_PRODUCTS', 'the title goes here');
&
define('META_TAG_DESCRIPTION_NEW_PRODUCTS','the description goes here');
define('META_TAG_KEYWORDS_NEW_PRODUCTS','the keywords go here');
define('META_TAG_TITLE_NEW_PRODUCTS', 'the title goes here');
i have tried variations of the above, ALL_PRODUCTS, PRODUCTS_ALL, Products_All, All_Products, etc same applies to NEW_PRODUCTS.
am I simply looking in the wrong places? is it somewhere in categories? seeing as there is were it is listed?
any help would be great :smile:
thanks in advance,
VO
ps: I have purged the browser, I have cleared the cache, etc.