Disallow Tags For Vendors

Hello,

I want to use some(!)= tags for my products. But al lot of vendors put far too many tags into their products (they think they are keywords): Can I disallow tags for vendors?

,

Best

Bernhard

design/backend/templates/addons/tags/hooks/products/tabs_content.post.tpl

try to replace

{if $runtime.company_id && "ULTIMATE"|fn_allowed_for || "MULTIVENDOR"|fn_allowed_for}

with

{if $runtime.company_id && "ULTIMATE"|fn_allowed_for || "MULTIVENDOR"|fn_allowed_for && !$runtime.company_id}

Then clear cache

(!) Not tested

Works! thank You!

You are welcome :)