Vendor Contact Information

Hi everyone, I would like to remove the vendor contact information from the vendor extra information page, how do I go about it?

Hi everyone, I would like to remove the vendor contact information from the vendor extra information page, how do I go about it?

Do you mean vendor details page or vendor microstore?

I would also like to know how to do this.

In the vendor's microstore, the vendor's title is clickable, and when you click on the title it shows the vendor's contact details, e.g. company name, which vendor plan they are on, and their email.

Neither we nor the vendor want the customers to see this information:

Example vendor's microstore: https://www.moebel-basel.ch/milans-polster-atelier/

Example (unwanted) contact data: https://www.moebel-basel.ch/index.php?dispatch=companies.view&company_id=22

I tried hiding the 'seller information' block in the layout, but it took the description away, and all I want to change is that the name of the vendor isn't clickable within this block.

just edit or override the following template

design/themes/responsive/templates/blocks/vendors/vendor_information.tpl

remove link on the line #4 and clear cache

just edit of override the following template

design/themes/responsive/templates/blocks/vendors/vendor_information.tpl

remove link on the line #4 and clear cache

Hi I tried to do this but its still showing the email address of the vendor

{$vendor_info.company}

This was line 4 which I removed

Try to delete the var/cache directory manually

Try to delete the var/cache directory manually

Thanks eCom, this worked for me.

I left this in line 4 {$vendor_info.company} because I still wanted the vendor name to appear, just not the link to their details.