We have an eCommerce website at TYES.BY.TARA - Flirtatiously Feminine Jewelry, Accessories & Intimates running osCMax v 2.0. We have 12 product categories, and would like to customize the HTML <title>, meta title, meta keywords, and meta description for each category on a case by case basis.
We found this thread: http://wiki.oscdox.com/set_up_meta_tags and tried following the instructions for "Setting up Custom Text for separate pages".
We're unable to get the custom meta tags to appear, and believe we have the wrong CASE statement. We are using the following code to try and customize the meta tags on the Ankletyes category:
case CONTENT_INDEX_PRODUCT_ANKLETYES:
define('META_TAG_TITLE', 'Custom Title Here' HEADING_TITLE . PRIMARY_SECTION . TITLE . $web_site_tagline);
define('META_TAG_DESCRIPTION', 'Custom Meta Description Here' . TITLE . PRIMARY_SECTION . NAVBAR_TITLE_1 . SECONDARY_SECTION . WEB_SITE_KEYWORDS);
define('META_TAG_KEYWORDS', 'Custom Keywords Here' . NAVBAR_TITLE_1);
break;
Do we have the wrong case statement? We've tried PRODUCT_CATEGORY_ANKLETYES, CONTENT_PRODUCTS_ANKLETYES, and probably a dozen other variations.
Anyone have an idea?





LinkBack URL
About LinkBacks





Reply With Quote



Bookmarks