itthinx
Forum Replies Created
-
Forum: Plugins
In reply to: [Affiliates] No confirmation email received and if deep link supportedHi, good questions, as this kind of issue often happens when mails are not working properly. In addition to our reply on the Reddit post replicated below, the reasons for mails not being sent (or received) can vary and are usually not related to the plugin sending them (as long as the plugin does it correctly). It is quite common with hosting packages to have limitations on emails, e.g. a cap on daily messages being sent, filters on incoming emails that wouldn’t even end up in your spam folder, IP blocks, issues with limited inboxes, …
No email received. I checked on the spam folder as well.
You should check that your outgoing emails are actually being sent by the server and that they are not rejected by the receiver. This is a common issue (*) with sites that do not use SMTP to send notification emails. You can use a plugin like the free https://ww.wp.xz.cn/plugins/wp-mail-smtp/ or our premium https://www.itthinx.com/shop/itthinx-mail-queue/ to do that.
(*) You can check your web server’s logs with WordPress debugging enabled https://ww.wp.xz.cn/documentation/article/debugging-in-wordpress/ and if you have access to the receiving email server, also check its logs to look for rejections.
My another query is that if deep link supported.
Yes, the URL you give as an example looks perfectly valid.
Forum: Reviews
In reply to: [Open Graph Protocol Framework] Superb!Thank you very much for your kind feedback! Much appreciated and great to hear!
Forum: Plugins
In reply to: [Affiliates WooCommerce Light] Payout as store creditThere are several other options, given that you can obtain the totals due easily as shown in the https://docs.itthinx.com/document/affiliates/totals/ section of the documentation, you can basically anything that you want.
One approach would be to issue coupons to affiliates periodically with the amount corresponding. The drawback would be that they would have to spend the coupons with an order, so that’s somehow limiting.
Another approach would be to use premium extensions like https://woo.com/products/store-credit/ or https://woo.com/products/woocommerce-points-and-rewards/
As you gather more affiliates over time, it would make sense to consider using the premium version https://www.itthinx.com/shop/affiliates-pro/ which has extended features and allows to export the totals to files, which can make handling things in bulk easier if the system you use (like the ones mentioned above) support bulk imports. Note however that it’s not to expect that you will be able to export and import data without having to process the exports first, but that can often be automated according to requirements.
Forum: Reviews
In reply to: [Affiliates] Fits the billThank you very much for the feedback and for supporting our work! Happy Holidays! 🙂
Forum: Reviews
In reply to: [Decent Comments] Great PluginThank you very much for your feedback! 🙂
Forum: Plugins
In reply to: [Affiliates WooCommerce Light] physical discount cards as referralsYou will find details related to coupons handled by the Affiliates Pro premium version on the Coupons documentation page and the Affiliates Coupons documentation page where additional related features for that premium extension are described.
If you have any questions related to those premium plugins, please make sure to post them on this and this plugin page, as questions related to commercial plugins are not allowed here on the community forums as per the guidelines.
Forum: Plugins
In reply to: [Decent Comments] Category text in articles on the home page wrapsThanks @gerardopisa – this is indeed not related to this plugin, you might want to reach out to the theme’s developers to get help with the issue.
Forum: Plugins
In reply to: [Decent Comments] Category text in articles on the home page wrapsHey there, it seems that your question is related to a particular theme and not to the Decent Comments plugin. You might be able to find help on this by posting in the support section for the theme you are using, or asking the theme creators for help if you are using a commercial theme.
In any case, if there is anything related to the Decent Comments plugin you need help with, please let us know.
Forum: Plugins
In reply to: [Groups] Capabilites only applies to posts created after being added to groupHi,
Please have a look at https://docs.itthinx.com/document/groups/access-control/posts-and-pages/ where the way posts are protected is described in detail.
What you describe does not sound like something that Groups would do, particularly this:
Any posts created before joining the group cannot be edited
… is not caused by Groups if those posts were not protected. Maybe those posts were protected before the membership of the user changed?
For example, one way to achieve what you describe would be:
- Assign user U to group G.
- User U creates post P and protects it using group G.
- Remove user U from group G.
- User U cannot access post P.
If that is the case, log in as an administrator who can access all posts, including the restricted ones, and either assign the user back to the group that is required to access the older posts, or reassign those posts to the group that the user belongs to.
If you need further help, please let us know.
Forum: Plugins
In reply to: [Affiliates] Forminator integrationFYI in case you’re interested in building a full integration, our recommendation would be to base it off one of the available ones, for example:
- https://github.com/itthinx/affiliates-contact-form-7
- https://github.com/itthinx/affiliates-ninja-forms
Both repositories provide a good framework for that and you could even share your integration with the community if you’re so inclined. Please feel free to let us know if you decide to do so!
FYI the update has just been released. Many thanks for reminding us of this much due update, great to see that this useful tool is being actively used 🙂
Forum: Reviews
In reply to: [Affiliates] very good plugingHi there! Thank you very much for your kind feedback. Indeed, having the right tool for your partners to help market your site is what we provide with the Affiliates plugin, we’re always glad to hear that it helps our users to promote their work and foster their growth.
Forum: Plugins
In reply to: [Affiliates] How to addf tracking to my “successfull_transaction” pageYou can easily use the system’s API to create your own integration for the particular booking system you use.
A call to the affiliates_suggest_referral() API function will allow the system to recognize a potential referral when your booking system receives a new booking that might have been referred.
You can see an example integration that uses this function here – similarly, you would hook into the appropriate action that your booking system provides when it records a new booking.
Forum: Plugins
In reply to: [Coupon Shortcodes for WooCommerce] Filter coupons by coupon categoryHi, thanks for your kind comment on the plugin!
As WooCommerce coupons do not have a standard coupon category taxonomy, you might be able to categorize coupons using an extension, or by extending WooCommerce adding your own.
However, this would not be supported by the extension’s shortcodes, as they don’t have a category parameter that you could use.
What you could do, is to use the shortcodes that the extension provides as the basis for customized versions that do understand a “category” parameter. You could implement that as an extended version for those shortcodes that you need.
For example, you could create a new class that extends WooCommerce_Coupon_Shortcodes_WC_Discounts and implements some of the methods with the added parameter and add new shortcodes that use those methods. For example, you could add a shortcode “coupon_is_active_by_category” which could use a new method added in your class based off the coupon_is_active() method of the parent.
Your implementation would have to accept the “category” shortcode parameter and handle it accordingly.
Forum: Plugins
In reply to: [Affiliates Formidable] appears to be abandonedThanks for pointing that out, we’ll schedule an update!
Good to know that there are users out there that find it useful, many thanks!