Good day
How to i hide the customer email address and phone number from the vendor order page?
Thank you
Neha
Good day
How to i hide the customer email address and phone number from the vendor order page?
Thank you
Neha
Greetings, Neha!
There is no such functionality in default CS-Cart Multi-Vendor, this can only be reached via custom modification.
If interested, please copy your request to sales@cart-power.com and we will provide you with the quote.
Best regards,
Cart-Power
The template is located here and has hooks
design/backend/templates/views/order_management/components/profiles_info.tpl
You can use the following condition to display required information for admin accounts only
{if $smarty.const.ACCOUNT_TYPE != 'vendor'}
... code for admin only is here ....
{/if}