itthinx
Forum Replies Created
-
Forum: Reviews
In reply to: [Documentation] Useful plugin!Thank you very much, that is great to hear!
Forum: Reviews
In reply to: [Affiliates] ยอดเยี่ยมขอบคุณมาก ๆ!
Thank you very much!
Forum: Plugins
In reply to: [Groups] Fatal PHP errors with class-groups-post-access.php on version 2.16.2Is this still an issue?
Forum: Plugins
In reply to: [Affiliates] Affiliates based on member’s conditions??Based on your question, some parts would require premium versions and a certain degree of customization:
1 – Can be done using Formula-based Rates and requires one of the premium versions
2 – Multi-level requires Affiliates Enterprise
3 – Currently not, you would have to use the plugin’s API and implement the endpoints yourself.
4 – You would have to use the plugin’s API to add users as affiliats once they meet your criteria.
5 – Yes, shortcodes and blocks are provided and the plugin uses templates which you can use to further customize things as needed, see e.g. the documentation section on Blocks for the free Affiliates plugin or these for the premium versions: Blocks (Pro) or Blocks (Enterprise)As you can see, some parts can be done with the free Affiliates plugin, for other parts we would recommend to base it on the premium versions as they already contain the platform that makes it easier to customize things.
If needed, your pre-sales questions are best directed at https://www.itthinx.com/plugins/affiliates-pro/ or https://www.itthinx.com/plugins/affiliates-enterprise/ unless you are already a customer and have access to the premium support forum which @gtsiokos points to.
FYI we do not integrate with MemberPress and have no plans to do so, we would recommend using our Groups plugin which is integrated with our premium solutions Affiliates Pro and Affiliates Enterprise.
Regarding the payment gateway you would use, it wouldn’t matter which one, as the integration with WooCommerce does not rely on a specific payment flow but synchronizes with the order status.
Forum: Plugins
In reply to: [Affiliates] CurrenciesPS – The filter is documented here: https://docs.itthinx.com/document/affiliates/api/filters/
Forum: Plugins
In reply to: [Affiliates] CurrenciesHi Tiffany,
Yes the Rand is supported OOTB using the currency symbol ZAR.
But if you ever need to add a currency that is not supported, you can use the
affiliates_currenciesfilter to add it, for example:function affiliates_like_bitcoin( $currencies ) { $currencies['BTC'] = 'Bitcoin'; return $currencies; } add_filter( 'affiliates_currencies', 'affiliates_like_bitcoin' );Cheers!
- This reply was modified 4 years, 1 month ago by itthinx.
Forum: Plugins
In reply to: [Decent Comments] Order comments randomlyThere is in fact a filter that can be used for this – although you should be aware of the performance implications of a randomized query on a large amount of comments.
The filter is
the_commentsand it receives two bits in an array passed to it, the $comments and the Decent_Comments object that retrieves the comments. You can replace the $comments with those that you want, e.g. randomized ones.This is where the filter is applied: https://github.com/itthinx/decent-comments/blob/master/class-decent-comment.php#L300
Hi, thanks for asking and we seem to have missed your question when you posted.
In case this is still useful, please have a look at this section of the documentation https://docs.itthinx.com/document/affiliates/totals/ – the Totals that the system produces are used as a basis to process affiliate payments. The system will not process them for you, so you can use any payment method that you prefer.
For example, if you want to pay your affiliates via Bitcoin, you could add a payment address to their registration profile – see https://docs.itthinx.com/document/affiliates/setup/settings/registration/ – and then send the corresponding amounts based on the Totals e.g. on a monthly basis.
Forum: Plugins
In reply to: [Affiliates] Affiliate referrals are not registeredAssuming resolved, don’t hesitate to follow up if further help is needed.
Forum: Reviews
In reply to: [Affiliates] Great jobThank you very much for the kind feedback on the system!
Happy New Year and much success!
Forum: Plugins
In reply to: [Affiliates] woocommerce + mercadopagoHi,
Thanks for asking! Yes you could use this to run your site’s affiliate program with WooCommerce and that payment gateway. The integration with WooCommerce is independent from the payment gateway used as it ties into the order process, so basically any proper WooCommerce gateway will fit the combination.
How you pay your affiliates is freely up to you, the system provides Totals due in the currency of the orders placed. So in your case, those commissions would be in Pesos as long as your orders are in Pesos. Note that the system will not process affiliate payments for you, it provides the means for you to arrange the payment yourself.
Forum: Plugins
In reply to: [Affiliates] Can I use this plugin for my requirements?Hi,
#1 goes without saying
#2 #3 and #5 would require a customized integration that captures a form submission via Gravity Forms and records a referral depending on your specific considerations
#4 depends on the extent that you would require; the system includes stats in the dashboard, see e.g. https://docs.itthinx.com/document/affiliates/shortcodes/dashboard/affiliates_dashboard_overview/
#6 every plugin you add to a site will consume a certain amount of resources; the system is well designed for that purpose but you should assure that you running it within an appropriate environmentIf you want to base your affiliate program on this system, with the appropriate development work that covers the parts as mentioned above, it can be suitable. You might also want to have a look at our premium versions, as they come with an integration for Gravity Forms https://docs.itthinx.com/document/affiliates-pro/setup/settings/integrations/gravity-forms/ that you could leverage along with Formula-based Rates https://docs.itthinx.com/document/affiliates-pro/rates/ which are not supported in the free version we’re looking at here.
Also, if you want to consider the form plugin alternatives to Gravity Forms that are supported with the free version, you can see them under https://docs.itthinx.com/document/affiliates/setup/settings/integrations/
Cheers
Forum: Reviews
In reply to: [Affiliates] Great work!Thank you very much for the feedback!
Forum: Reviews
In reply to: [Affiliates] What a good add-on , great function to haveMany thanks for your feedback, that’s really awesome to hear! Best of success with the affiliate program on your site!
Forum: Reviews
In reply to: [Affiliates] Great!Thank you very much for the feedback!