itthinx
Forum Replies Created
-
Forum: Plugins
In reply to: [Affiliates WooCommerce Light] 3 levels affiliate programHi, many thanks for that. Our team will be happy to help your further. Please make sure to use our Affiliates Enterprise support as we cannot provide support for premium products here in the free WordPress support forums.
Forum: Plugins
In reply to: [Affiliates] Show more referral fields from Ninja FormsWhen you go to Affiliates > Referrals check the Expand details and Expand data options and then hit the Apply button. You will find form data shown for the referrals. See also the Referrals section of the documentation for details.
Forum: Plugins
In reply to: [Affiliates] presale questionHi, thanks for asking. No, the Affiliates system does not support EDD and we have no plans to do so. We highly recommend to use WooCommerce instead along with our integration.
You can see our current integrations available here.
Forum: Plugins
In reply to: [Affiliates] Show lead name and status in affiliate areaYou can also customize the templates used in the plain Affiliates version, see https://docs.itthinx.com/document/affiliates/api/templates/ for which are included. For the particular case you describe, it might be useful to have one of the premium versions, as they provide additional templates specific to referrals – see https://docs.itthinx.com/document/affiliates-pro/api/templates/ – but you might also choose to implement your own customized way of showing referral data to your affiliates.
Forum: Plugins
In reply to: [Affiliates] Pre-Sale Question: Tracking Optin SuccessPS … if you can control the forms’ code, then you could simply add your own action and use that in the suggested separate integration plugin. Something like …
do_action( 'custom_form_submitted', $form_data );This would keep your form code clean and allow you to maintain the integration code separately outside of the actual form code.
Forum: Plugins
In reply to: [Affiliates] Pre-Sale Question: Tracking Optin SuccessIn lack of an action that could be hooked into upon form submission, yes, that could be possible.
If there is an action that you can hook into, then it would be preferable to create a separate little plugin. As a reference and example, have a look at how this is done in our free integration with WooCommerce: this line uses the function to have a referral recorded if appropriate.
Forum: Plugins
In reply to: [Affiliates] [affiliates_referrals] shortcode issueFor this you can use the
if_emptyattribute in the shortcode:[affiliates_referrals show="total" status="accepted" if_empty="$0"]By the way, thanks for asking! The information on this attribute was missing on the shortcode’s documentation page and has been added.
Forum: Plugins
In reply to: [Affiliates] Pre-Sale Question: Tracking Optin SuccessIn that case, you could use the system’s API to record a referral if those tools allow you to hook into actions fired after form submissions. You could use the affiliates_suggest_referral() function to have referrals recorded if someone was referred by an affiliate.
Forum: Plugins
In reply to: [Affiliates] Pre-Sale Question: Tracking Optin SuccessHi there!
For this you could use the free system with its built-in User Registration integration, or one of the free from integrations that support referred user registrations:
- User Registration
- Leads referred using Ninja Forms, see the section Example 1 – Commissions on Leads referred via a Contact Form on that page
- Leads referred using Formidable, see the section Example 1 – Commissions on Leads referred via a Contact Form on that page
Alternatively, you could have it track actual referred orders if you use the Affiliates WooCommerce Light integration. This could make more sense and would be easier to handle if you have lots of different products.
A note on your topic’s title – as you mention pre-sale, please note that the forum rules here prohibit posting about commercial products. If you consider or are already using one of our premium versions, please use the support forums on our site instead.
Anyhow, if your question is only related to the free version and you have more questions, please feel free to follow up here.
Forum: Plugins
In reply to: [Affiliates WooCommerce Light] affiliate wocommerce commisionHi!
For this you can use the built-in User Registration integration – on that linked documentation page, you will instructions on how to enable and use it.
Forum: Plugins
In reply to: [Affiliates] Opt in form errors and keeps info when inputHi there!
We generally advise against using generic optimization plugins and recommend to use targeted optimizations instead. For example, great caching plugins that work fine include those listed under Persistent Cache Plugins and we include directions for some of them in the Troubleshooting section of the documentation.
Anyhow, for your particular case which creates an error during the form submission, we would need to know about the error trace which is recorded in the site’s debug.log when you enable Debugging in WordPress. If you follow the instructions there and post the errors that appear in the debug.log, we can get a hint on what is causing the errors.
Forum: Plugins
In reply to: [Affiliates] Redirect to private page?Hi, it seems that this might be related to your previous question: https://ww.wp.xz.cn/support/topic/one-time-consult/
For products that are sold via a third-party platform, you won’t be able to track the referrals but for those that you handle on your own site, you might use one of the free integrations that we provide: https://docs.itthinx.com/document/affiliates/setup/settings/integrations/
Alternatively, you can also integrate with your own system or other plugins that we don’t cover, by using the API – please have a look at this post which goes into more detail: https://www.itthinx.com/2022/12/11/tracking-user-actions-with-affiliates/
Forum: Plugins
In reply to: [Decent Comments] comments live feed?We actually have a repository where this was implemented as a service using wp_ajax_… in https://github.com/itthinx/plugin-template
If someone wants to take on this task and port it over to https://github.com/itthinx/decent-comments … give it a go and issue a pull request with the suggested changes.
Forum: Plugins
In reply to: [Decent Comments] how to search comments for a keyword?Hi there!
Thanks for the question, we’ll take these both as a suggestion for feature enhancement for the plugin:
– ability to search comments
– view comments by search termThese sound like valuable additions that could be quite useful. Can’t give an ETA for those, but we’ll take those into account.
If someone wants to work on these features now, you’re welcome to fork https://github.com/itthinx/decent-comments and issue pull requests with those enhancements.
Forum: Plugins
In reply to: [Affiliates] One-time ConsultHi, thanks for the question. As you don’t control the third-party checkout, you won’t be able to use this plugin to manage your affiliate program. We would suggest to reach out to the third-party checkout provider to see if they have a system that you can use instead.