Vendor Create Gift Certificates

Can a vendor create gift certificates for customers? I get a 403 error when logged in as a vendor and attempt to create a gift certificate. But, I don't get that error when logged in as administrator.

Can a vendor create gift certificates for customers? I get a 403 error when logged in as a vendor and attempt to create a gift certificate. But, I don't get that error when logged in as administrator.

Looks like it is forbidden due to the reason that certificate is applied to the whole order and customer can receive discount on the products from another vendors

Looks like it is forbidden due to the reason that certificate is applied to the whole order and customer can receive discount on the products from another vendors

Thanks, so should only the administrator create gift certificates? If so, how can I remove this option from the vendor admin panel? See video for where I'm talking about. https://www.useloom.com/share/03762e7f566048a69ad38022fa1c43cd

Thanks, so should only the administrator create gift certificates? If so, how can I remove this option from the vendor admin panel? See video for where I'm talking about. https://www.useloom.com/share/03762e7f566048a69ad38022fa1c43cd

Hello!

You need to replace the code in the design/backend/templates/addons/gift_certificates/hooks/profiles/update_tools_list.post.tpl file with this one:

{if $user_data.user_type == "C" && !$runtime.company_id}
    
  • {__("create_gift_certificate_for_customer")}
  • {/if}

    I think you can post it to bug tracker.