Default Contact Vendor

Hello,

The default communication between vendor and customer ask first to login. On the pop up is missing login with social buttons. How to add them please?

Please also add fix to the next upgrade.

Thank you.

login.png

Hello,

The default communication between vendor and customer ask first to login. On the pop up is missing login with social buttons. How to add them please?

Please also add fix to the next upgrade.

Thank you.

Hello!

Please try the following solution: open the design/themes/YOUR_THEME/templates/addons/vendor_communication/views/vendor_communication/components/login_form.tpl file and add this code

{if $addons.hybrid_auth.status == 'A'}
    {$providers_list = ''|fn_hybrid_auth_get_providers_list}
{/if}

before

{include file="views/auth/login_form.tpl" style="popup" id="new_thread_login_form_popup"}

and clear cache.

Hello!

Please try the following solution: open the design/themes/YOUR_THEME/templates/addons/vendor_communication/views/vendor_communication/components/login_form.tpl file and add this code

{if $addons.hybrid_auth.status == 'A'}
    {$providers_list = ''|fn_hybrid_auth_get_providers_list}
{/if}

before

{include file="views/auth/login_form.tpl" style="popup" id="new_thread_login_form_popup"}

and clear cache.

Thank you, Oleg. Solved.

Thank you, Oleg. Solved.

You are welcome! Thank you for informing us.