Hello,
Unfortunately, I am unable to get the extension to work. Despite purchasing it, I haven’t received any support so far. I would greatly appreciate any assistance or information you can provide.
I have purchased both extensions, tested them individually, and together, and here’s the current situation:
Situation 1:
- Installed and set up the Multi Vendor Plugin.
- Set up commission without any conditions or restrictions.
- Tried debugging by adding the following in the Manager.php class within the boot function:
\Log::info('Payment manager loaded commission');
This is not executed. Even the following event is not triggered:
protected function bindCreateCommissionEvent()
{
Event::listen('admin.order.paymentProcessed', function (Orders_model $order) {
\Log::info('Payment processed for order ID: ' . $order->id); // Debugging log
});
}
Situation 2:
- When I activate the Multi Stripe Connect extension, the boot function runs, but the event listener for paymentProcessed is still not triggered.
- The commissions do not appear in the admin area nor are they written into the database.
Thank you for your help.