Hi,
I have read the posts about editing metatags.php so that the model number doesn't show. I have edited my metatags.php file to this:
As specified in the posts I've read and when you go to a page such as http://vapenow.com/index.php/Volcano...+Helens-p-114/ the model number still shows. What am I doing wrong?PHP Code:if (META_TAG_INCLUDE_MODEL == '1' && zen_not_null($product_info_metatags->fields['products_model'])) {
$meta_products_name = $product_info_metatags->fields['products_name'];
//$meta_products_name = $product_info_metatags->fields['products_name'] . ' [' . $product_info_metatags->fields['products_model'] . ']';
} else {
$meta_products_name = $product_info_metatags->fields['products_name'];
}
$meta_products_name = zen_clean_html($meta_products_name);
Thanks in advance for any assistance!
Nate



