itthinx
Forum Replies Created
-
FYI extended info on the use along with links to reference implementations and pointing to advanced APIs available with the premium versions are in this article https://www.itthinx.com/2022/12/11/tracking-user-actions-with-affiliates/
Forum: Plugins
In reply to: [Decent Comments] Error after plugin updateFYI version 1.12.0 has just been released with this fixed
Forum: Plugins
In reply to: [Decent Comments] Error after plugin updateHi @nickvernitsky thank you very much for reporting the issue, we’re looking into it and will release an update with this fixed.
Forum: Reviews
In reply to: [Affiliates] Great plugin. Easy to use.That’s great to hear! Thank you very much for using it and for your feedback!
Forum: Reviews
In reply to: [Affiliates] Thanks for this great plugin!Great, many thanks for using it and for the feedback!
Forum: Reviews
In reply to: [Affiliates] Great pluginMany thanks for your feedback!
Forum: Plugins
In reply to: [Affiliates] Urgently needed integration with WALLET FOR WOOCOMMERCEHi,
Please note that offering to pay for help or to offer work for hire is against the forum guidelines:
– https://ww.wp.xz.cn/support/guidelines/#do-not-offer-to-pay-for-help
– https://ww.wp.xz.cn/support/guidelines/#do-not-offer-to-work-for-hireYour request is better directed at https://partners.woocommerce.com/English/marketplace/ where you can find a WooCommerce Expert to hire.
Forum: Plugins
In reply to: [Affiliates] Affiliate Qns and if I need pro version?Hi,
Thanks for asking, regarding your questions what can be covered with the free Affiliates plugin vs what would require one of the premium versions:
1 – An affiliate can link to any page on a site, including the product pages, by appending their affiliate as a parameter. With the free Affiliates plugin see e.g. this section about the affiliate dashboard where you can see an example.
To have distinct rates (or some products that have commissions while others do not), you would need to use Affiliates Pro or Affiliates Enterprise.
2 – See the section on Totals on how affiliate payments are handled.
3 – That requires Affiliates Pro or Affiliates Enterprise.
4 – Yes, obviously all versions as that is inherent to the system.
5 – For any questions you might have related to Affiliates Pro, please post them here.
We’ll mark this thread as resolved, but if you need any clarification on the free Affiliates plugin, you’re welcome to follow up here.
Forum: Reviews
In reply to: [Documentation] Documentation is OKGreat to hear, thanks for the feedback!
Forum: Plugins
In reply to: [Affiliates] Can I use affiliation only on one Woocommerce product?Great, thanks for asking!
Forum: Plugins
In reply to: [Affiliates] Can I use affiliation only on one Woocommerce product?Hi there!
For this particular case you would have to use Affiliates Pro or Enterprise because the plain Affiliates version with its Affiliates WooCommerce Light integration only supports a general commission rate (as explained here).
If you would like to have a look at how you could approach this using Affiliates Pro, you would be able to do this using its Rates system (link points to docs).
In case you have any questions related to the premium version(s) later on, please post them here (just mentioning this explicitly as support or questions related to commercial products should be avoided here on the forums as per the guidelines). Of course any questions related to the plain Affiliates system are welcome here.
Forum: Reviews
In reply to: [Widgets Control] It is amazing .Thank you very much, great to hear!
Forum: Plugins
In reply to: [Affiliates] Your website is downHi, thanks for asking, please try again now as we don’t see any problems currently.
Forum: Reviews
In reply to: [Coupon Shortcodes for WooCommerce] Simply Brilliant!Thank you very much! It’s really great to hear such feedback, and it adds a lot of motivation to continue the work on these tools.
Forum: Plugins
In reply to: [Affiliates] Send affiliate data with form submissionThanks for using the system!
To clarify this: The details of the referring affiliate are not included when the forms are submitted, because they are not part of the form submission itself.
When the system recognizes that a form submission has been referred, it makes an internal note and relates that form submission to a referral. That referral is related to the referring affiliate.
If you wanted to include the affiliate information in the email that is submitted to notify an administrator, then you would have to hook into the appropriate action after the form has been submitted, check if there was a referral recorded, retrieve the affiliate data and include it in the same email that the form plugin sends.
An easier way to get the notification to the administrator is to use the affiliates_referral action which is documented in the Actions section of the documentation. You could hook on that action to send out an extra email whenever a referral is recorded.
Another option as @eugenbleck has mentioned is to use one of the premium versions which provide advanced notifications. But keep in mind that in all except the first case, there will be a separate email sent out to the admin, the affiliate info will not be included in the form submission email unless you customize that.