How To Remove Vendor Phone Number?

How To Remove Vendor Phone Number from Vendor Page ?

remove.png

Hello meetshamee,



Thank you for your message.



You can hide it by editing the file view.tpl which located in the skins/[CUSTOMER_ACTIVE_SKIN]/customer/views/companies directory of your CS-Cart installation, where [CUSTOMER_ACTIVE_SKIN] is an active skin of your storefront. Please check it.



Also, we would be happy to assist you in this matter within our technical support service if you experience difficulties with this. Please contact us via Customer Help Desk if you have support credits or an active support period.



Thank you.





Pavel Zyukin

CS-Cart Support team

Thanks Cs-cart Support Team, its Done with Remove " {$lang.phone}:

{$company_data.phone} "

You are welcome.





Pavel Zyukin

CS-Cart Support team

i also want remove vendor contact information and shipping address from vendor page.

please help me. my cs cart version [font=“Tahoma”][color=“#0575be”][size=5]v4.2.3[/size][/color][/font]



Please reply me.

problem.PNG

For the responsive theme, please open the following file:



design\themes\responsive\templates\views\companies\view.tpl



and delete the following code:


```php



{assign var="capture_name" value="logo_`$obj_id`"}
{$smarty.capture.$capture_name nofilter}


{__("contact_information")}

{if $company_data.email}

{__("email")}:
{$company_data.email}

{/if}
{if $company_data.phone}

{__("phone")}:
{$company_data.phone}

{/if}
{if $company_data.fax}

{__("fax")}:
{$company_data.fax}

{/if}
{if $company_data.url}

{__("website")}:
{$company_data.url}

{/if}


{__("shipping_address")}


{$company_data.address}


{$company_data.city}
, {$company_data.state|fn_get_state_name:$company_data.country} {$company_data.zipcode}



{$company_data.country|fn_get_country_name}



```

I want to remove Company vendor DATA INFORMATIONS : for Phone number only . how fix this ? please help me … my cs cart version 4.2.4 multivendor . thanks

[quote name='eComLabs' timestamp='1425653831' post='207311']

For the responsive theme, please open the following file:



design\themes\responsive\templates\views\companies\view.tpl



and delete the following code:


```php



{assign var="capture_name" value="logo_`$obj_id`"}
{$smarty.capture.$capture_name nofilter}


{__("contact_information")}

{if $company_data.email}

{__("email")}:
{$company_data.email}

{/if}
{if $company_data.phone}

{__("phone")}:
{$company_data.phone}

{/if}
{if $company_data.fax}

{__("fax")}:
{$company_data.fax}

{/if}
{if $company_data.url}

{__("website")}:
{$company_data.url}

{/if}


{__("shipping_address")}


{$company_data.address}


{$company_data.city}
, {$company_data.state|fn_get_state_name:$company_data.country} {$company_data.zipcode}



{$company_data.country|fn_get_country_name}



```
[/quote]

In the same file, delete the following code only:



{if $company_data.phone}



{$company_data.phone}

{/if}

[quote name='eComLabs' timestamp='1425980285' post='207541']

In the same file, delete the following code only:



{if $company_data.phone}



{$company_data.phone}

{/if}


[/quote]





does not seem to work. I have removed the code in multiple files in a folder view.tpl company

[quote name='Masgan' timestamp='1428730695' post='211012']

does not seem to work. I have removed the code in multiple files in a folder view.tpl company

[/quote]

Try clearing your cache.

[quote name='Masgan' timestamp='1428730695' post='211012']

does not seem to work. I have removed the code in multiple files in a folder view.tpl company

[/quote]



Sometimes it is required to remove the var/cache directory manually