How can I hide product code from the front end?

Thank you @Onkel_Sid,

In my opinion is better remove product_code from product/s get data (not removed from database) than to override or modify some tpl

Your addon does not work fully with 4.2 because it does not prevent the rich snippet from being added to the html:



Therefore it results in a rich snippet error in webmaster tools.

For this to be solved quick you need to comment one line on the new SEO add-on template: (i will also add into the next add-on update)



#filedesign/theme/[THEME_NAME]/templates/addons/seo/hooks/products/view_main_info.pre.tpl

#replace

#with{**}

#clear cache
http://www.example.com/admin.php?cc&ctpl




I hope that helps,





Valentin

[color=#808080][size=2]part of hungryweb.net[/size][/color]

Great. I will await the addon update.