Your cart is currently empty!
Variations in commissions
—
by
Hello,
When a customer enters promo code discount10, is it possible to calculate a 6% commission on all products, and on selected products 10% for the partner, and 10% discount for the customer?
If possible what settings should be made?
Regards
Posted in Affiliates Enterprise
Comments
3 responses to “Variations in commissions”
Hi again and Thank you!
I have another question that I had asked a while ago.
I have several partners that we work with. A promo code is created for each and a specific affiliate profile through which they receive commissions. How can I give each affiliate account access to the admin panel to track the orders of customers using their promo code? Exporting the sales and commissions table doesn’t work for me. Affiliate partners want access to the site administration and monitor them themselves. Please guide me on how exactly I can do this. I tried different options but without success.
Best Regards
Hi Aleksandar,
Based on your description there are two parts in this question.
The first part has to do with giving access to your Dashboard. This level of access is given by design to administrator and shop manager roles. This is a WP and Woo feature and has nothing to do with Affiliates.
The second part is to view orders by a promo code, which is not supported by the core WooCommerce features as far as I know.
So basically you need to grant access to your Dashboard for non-privileged users and give them a report which might be supported by another third-party addon.
What you can do instead, is extend the Affiliates Dashboard templates, and specifically the referrals.php and referrals-entry.php templates. You can fetch additional information for each referral that relates to an order and therefore show the promo codes(if any) that are involved.
IMHO your affiliates don’t need to have access to your Dashboard.
Kind regards,
George
Hi Aleksandar,
Welcome back to our support forum.
What you’re trying to do is possible only via a custom implementation using a formula for calculating commissions. If you are familiar with PHP and WordPress API, I can provide you further instructions and hints on how to proceed.
Kind regards,
George