I'm trying to get the Products name to appear in the Title and description tags of a single product's Popup image window. For some reason, they are not showing up.
My code in meta-tags.php is below:
Should this work as is or is there a bug in the code? I'm guessing maybe the $products['products_name'] is incorrect or not defined here. Can anyone offer any help for a solution?Code:// Content Popup Image case CONTENT_POPUP_IMAGE: define('META_TAG_TITLE', $products['products_name'] . PRIMARY_SECTION . TITLE . $web_site_tagline); define('META_TAG_DESCRIPTION', TITLE . PRIMARY_SECTION . $products['products_name'] . SECONDARY_SECTION . WEB_SITE_KEYWORDS); define('META_TAG_KEYWORDS', WEB_SITE_KEYWORDS . $products['products_name']); break;




LinkBack URL
About LinkBacks








so endith the lesson
Bookmarks