itthinx
Forum Replies Created
-
Forum: Reviews
In reply to: [Affiliates] Works well with my WooCommerce installation.Thank you very much for the your kind review!
Forum: Reviews
In reply to: [Affiliates] InstalledGreat, thank you very much for the feedback and for using it!
Forum: Plugins
In reply to: [Affiliates] Bug when closing referalsThis has been addressed in the latest version 5.0.0 which has just been released.
Many thanks for your feedback and suggestions!
Forum: Plugins
In reply to: [Affiliates] Referral not workingHi, if you are using Formidable for the registration you can use the integration https://ww.wp.xz.cn/plugins/affiliates-formidable/ as documented https://docs.itthinx.com/document/affiliates/setup/settings/integrations/formidable/creating-affiliate-registration-forms/
Forum: Reviews
In reply to: [Affiliates] One Of the BestThank you very much for your feedback!
Forum: Plugins
In reply to: [Affiliates BuddyPress] Is there anybplans to update this plugin?There should be an update, no exact ETA right now but in due course after updates to the base plugin have been made.
Forum: Reviews
In reply to: [Documentation] PerfectThank you very much for your feedback!
Forum: Plugins
In reply to: [Affiliates] Is Affiliates plugin still supported?@rentosite We will issue a compatibility update according to schedule. But this does not affect the functionality with the latest WordPress. Our tests show that the plugin works fine with the latest WordPress 6.5.3. If you have any particular issue please describe exactly what the issue is so we can help you further.
Forum: Plugins
In reply to: [Affiliates] Is Affiliates plugin still supported?Hi, the plugin is maintained and works fine with the latest version of WordPress. A compatibility update is already scheduled. If you have any particular issue you would like to address, please let us know.
Forum: Plugins
In reply to: [Affiliates] How to override the templateHi, product links can have the affiliate parameter added just as any other link to any page on a site – see https://docs.itthinx.com/document/affiliates/shortcodes/dashboard/affiliates_dashboard_overview/ – e.g. example.com/product/test -> example.com/product/test?affiliates=123 – affiliates are made aware of that as shown on the documentation page.
Forum: Plugins
In reply to: [Affiliates] Ecwid orders no longer get recognized by AffiliatesHi, the integration with Ecwid has been discontinued several years ago, if you want to update it to make it work you might want to consider https://jobs.wordpress.net
Forum: Reviews
In reply to: [Affiliates] Working Really GoodHi there, thank you very much, great to hear that it works well for you!
Forum: Reviews
In reply to: [Affiliates] I really like it!Thank you very much for your kind feedback, great to hear that you find it suitable!
Forum: Plugins
In reply to: [Affiliates] Ajax RegisterationHi,
The filter
affiliates_user_registration_on_admincan be used with your callback to returntruewhen needed. This should be made conditional to make sure it only returnstruewhen you recognize a valid form submission. If you get multiple referrals for the same submission, that would mean that in the process of the form submission, theuser_registeraction is being triggered twice. This might be a bug in your form plugin and should be looked into separately as it is not caused by the Affiliates plugin. However, a workaround for that would be to count how many times youraffiliates_user_registration_on_adminfilter has been processed and only returntrueone time during the same request.Please note that you should avoid modifying the code of the Affiliates plugin itself, but use actions and filters instead as indicated above. If you are not familiar with how these work, you can learn how filters are used in the Filters section of the WordPress documentation.
Forum: Plugins
In reply to: [Groups] Simple licensing query for staging and live sites