Remove Or Hide Pricing / Inventory Section On Vendor Add Product Page

Hi

I'm trying to remove the entire Pricing / Inventory section in the vendor admin page (vendor.php?dispatch=products.add)

I've edited the update.tml file however this also makes changes in the Admin section. How can I make this conditional change only to the vendor part ?

Thanks

Hi

I'm trying to remove the entire Pricing / Inventory section in the vendor admin page (vendor.php?dispatch=products.add)

I've edited the update.tml file however this also makes changes in the Admin section. How can I make this conditional change only to the vendor part ?

Thanks

Hello!

Try to add this condition:

{if $auth.user_type == 'V'}
{/if}