sampoyigi
sampoyigi
Hi Sam, sorry for the delay response as i was traveling.
- I did correct and Change the operator from is to greater than but unfortunately still same issue. i can’t see any commission.
-I’m logged as supper admin
and every thing checked on the roles:
-Regarding the payment i have it set as you suggest:
But Vendors can’t edit they can only Choose the payment type which is my stripe, but they can’t add they own payment.
-Can you please help me find the tabs i need to delete from the template as below what i can change :
A new vendor has registered.
@if ($vendor->requiresApproval())
Please click the button to view and approve.
@partial('button', ['url' => '{vendor_approval_link}', 'type' => 'primary'])
Approve Vendor
@endpartial
@else
Please click the button to view.
@partial('button', ['url' => admin_url('login'), 'type' => 'primary'])
View Vendor
@endpartial
@endif