Vendor Seo Name

Hello,

How to disable and not allow vendors to change their SEO name?

Regards

vendor-seo.png

design/backend/templates/addons/seo/hooks/companies/detailed_content.post.tpl

try to replace

{if !"ULTIMATE"|fn_allowed_for} 

with

{if !"ULTIMATE"|fn_allowed_for && $smarty.const.ACCOUNT_TYPE != 'vendor'}

Then clear cache

(!) Not tested

design/backend/templates/addons/seo/hooks/companies/detailed_content.post.tpl

try to replace

{if !"ULTIMATE"|fn_allowed_for} 

with

{if !"ULTIMATE"|fn_allowed_for && $smarty.const.ACCOUNT_TYPE != 'vendor'}

Then clear cache

(!) Not tested

Thank you very much. It works. This is should be included in to multivendor.

All the best.

Sorry, one more thing.

Is it possible to keep show vendors company name but not allow to change in vendor's account?

Regards

vendor-name.png

Sorry, one more thing.

Is it possible to keep show vendors company name but not allow to change in vendor's account?

Regards

Hello!

In design/backend/templates/views/companies/update.tpl file replace this code

{__("vendor_name")}:

with this one:

{__("vendor_name")}:

Hello!

In design/backend/templates/views/companies/update.tpl file replace this code

{__("vendor_name")}:

with this one:

{__("vendor_name")}:

Yes,yes,yes. Exactly what I needed. Thank you very much guys. Very helpful.

Regards

Yes,yes,yes. Exactly what I needed. Thank you very much guys. Very helpful.

Regards

You are welcome :)

Oh my God, I was thinking how to do this and found the exactly answer.

Thanks eComLabs and Oleg.

We are glad to help you :)

Hello!

In design/backend/templates/views/companies/update.tpl file replace this code

{__("vendor_name")}:

with this one:

{__("vendor_name")}:

Hello Oleg,

After implement this had problem with simtech business hours addon. Vendor cannot save shop's opening and closing time. How can sort this out or maybe is other solution?

Regards

Hello Oleg,

After implement this had problem with simtech business hours addon. Vendor cannot save shop's opening and closing time. How can sort this out or maybe is other solution?

Regards

Hello!

There should not be any problem with saving unless the field is empty. Please provide me with temporary FTP access to your store in PM and I will check the issue.

Hello!

There should not be any problem with saving unless the field is empty. Please provide me with temporary FTP access to your store in PM and I will check the issue.

Any update on this?

Regards

Thank you for fix. Please check PM.

Regards

Thank you for fix. Please check PM.

Regards

Hello!

The correct code is:

{__("vendor_name")}:
{if $smarty.const.ACCOUNT_TYPE == 'vendor'} {/if}

Hello!

The correct code is:

{__("vendor_name")}:
{if $smarty.const.ACCOUNT_TYPE == 'vendor'} {/if}

Amazing. Thank you very much, Oleg!

Regards

Amazing. Thank you very much, Oleg!

Regards

You are welcome!

Hello!

The correct code is:

{__("vendor_name")}:
{if $smarty.const.ACCOUNT_TYPE == 'vendor'} {/if}

Hello,

It seems not working this code anymore with MV4.7.3.

Regards

Hello,

It seems not working this code anymore with MV4.7.3.

Regards

It should work. Do you receive any errors?

It should work. Do you receive any errors?

No error. Vendor able to type in field. And no more message at the bottom of input field that "SEO name will be changed" also. Same issue on localhost and website.

Regards

No error. Vendor able to type in field. And no more message at the bottom of input field that SEO name will be hanged also. Same issue on localhost and website.

Regards

Hello!

Did you apply the changes again after the upgrade and clear cache?

Hello!

Did you apply the changes again after the upgrade and clear cache?

Yes applied again changes and cleared cache.