How To Hide Or Remove Vendor Contact Information And Shipping Address?

After any upgrade , would it remain or will change have to be done again ?

can you confirm this one manipulation in my changes will apply to ALL vendors (not just one )

Yes for both questions if the file is changed through My changes addon


Thank you. It works but shows only country. I would like country and city to show.

The correct code is

                       
{$company_data.city nofilter}

I have corrected my initial post


I find it , it worked but only the country shows , and there still the email contact visible

replace

                    {if $company_data.email}
                        
{__("email")}: {$company_data.email}
{/if}
with
                    {*if $company_data.email}
                        
{__("email")}: {$company_data.email}
{/if*}
Then clear cache

Thank you eCOMLabs!

Thanks Ecomm,

Email is gone thats great

But now:

initially i had the country showing but now i have only the city that shows .

please could you send for both country and city ?

Memel has it worked out for you ?

because i have used the same line and cleared cache and it does not work

class="ty-company-detail__control-group">
{$company_data.city nofilter}

Thanks

Thanks Ecomm,

Email is gone thats great

But now:

initially i had the country showing but now i have only the city that shows .

please could you send for both country and city ?

Memel has it worked out for you ?

because i have used the same line and cleared cache and it does not work

class="ty-company-detail__control-group">
{$company_data.city nofilter}

Thanks

Sometimes not enough to clear cache. You need to delete cache folder.

Thanks Ecomm,

Email is gone thats great

But now:

initially i had the country showing but now i have only the city that shows .

please could you send for both country and city ?

Memel has it worked out for you ?

because i have used the same line and cleared cache and it does not work

class="ty-company-detail__control-group">
{$company_data.city nofilter}

Thanks

if the country is not displayed, looks like you deleted the following code.

                    
{$company_data.country|fn_get_country_name}

Just return it back

perfect Thank you very much Ecomm !

if the country is not displayed, looks like you deleted the following code.

                    
{$company_data.country|fn_get_country_name}

Just return it back


Sometimes not enough to clear cache. You need to delete cache folder.

thats a good tip for the future , thank you memel

While there are lot of ways to do this.

The most easiest way to use the addon which can handle everything separately, I am sharing marketplace link for the addon you can use that to solve this issue.

https://marketplace.cs-cart.com/hide-vendor-information.html

3.jpg

1.jpg