affmngr
Forum Replies Created
-
Forum: Plugins
In reply to: [Affiliates Manager] Tracking Affiliate Links Across Domains and Social MediaHi, Our plugin can only track referrals as long as the visits and purchases occur on the same WordPress install.
Forum: Plugins
In reply to: [Affiliates Manager] Patch to support translations on messageshelperWe have released an update for it.
Forum: Plugins
In reply to: [Affiliates Manager] Patch to support translations on messageshelperHi, Thanks for the code. You can actually edit the messages in the plugin settings (Affiliates > Settings > Messaging).
Forum: Plugins
In reply to: [Affiliates Manager] One country onlyHi, Thanks for the feedback. You can add the following code after updating the plugin:
function custom_wpam_aff_countries( $countries ) {
return array ( "DE" => __("GERMANY", "affiliates-manager") );
}
add_filter( 'wpam_aff_countries', 'custom_wpam_aff_countries' );Forum: Plugins
In reply to: [Affiliates Manager] qrHi, This is not possible at the moment.
Forum: Plugins
In reply to: [Affiliates Manager] Send email after paymentHi, Thanks for the code.
Hi, Thanks for the feedback. It’s been updated.
Hi, We have released an update to fix the issue.
Forum: Plugins
In reply to: [Affiliates Manager] Slow Page Loading with Affiliate IDThanks for the feedback. We have no idea why these queries are taking so long on your site.
Forum: Plugins
In reply to: [Affiliates Manager] WooCommerce order not register the affiliate commissionsGlad to hear that the fix is working
Forum: Plugins
In reply to: [Affiliates Manager] WooCommerce order not register the affiliate commissionsWhat version of the extension are you using?
Forum: Plugins
In reply to: [Affiliates Manager] WooCommerce order not register the affiliate commissionsThere could be a fatal error. Can you please check the error log on the server?
Do you have the official “WooCommerce Subscriptions” extension installed?
Forum: Plugins
In reply to: [Affiliates Manager] WooCommerce order not register the affiliate commissionsHi, Do you have the debug option enabled in the Affiliates Manager plugin settings? If not, please enable it and make a test purchase afterwards. The log file should show backend activities in the plugin.
It tries to find a click record linked to the purchase
You can disable it if you only want cookie based tracking.