Forum Replies Created
-
AuthorPosts
-
March 4, 2016 at 3:23 am in reply to: Non Affiliated to default affiliate or selected in random #49348syukriMember
Hi again,
I deleted the Affiliates WooCommerce Advanced Integration plugin and then reinstall it. Somehow, my website has now working as I want. My website now shows affilate name, phone etc and also different product has different commision rate.
Thank you for your support. You are the best! Very recommended programmer and support!
March 4, 2016 at 12:14 am in reply to: Non Affiliated to default affiliate or selected in random #49346syukriMemberThanks. I have replied your email.
March 3, 2016 at 1:41 am in reply to: Non Affiliated to default affiliate or selected in random #49344syukriMemberI have modified
if (empty($ap_id)) {
return AFF_NONE;
to
if (empty($ap_id)) {
return xxxx;
Where xxxx is the default Affiliate ID, but still has no effect.
March 2, 2016 at 2:53 am in reply to: Non Affiliated to default affiliate or selected in random #49342syukriMemberThank you for your respond. I have cleared all cookies, but the default affiliate is still not set. If you have time, please visit [http://halalmartku.com/], see the text on the bottom page, still shown as ‘None’.
I have used:
Affiliate ID: [wp_affiliate_referrer_details info=”refid”]
to show the current affiliate ID.
Thank you.
BTW:
If you go to [http://halalmartku.com/?ap_id=test], the affiliate is set.
March 2, 2016 at 2:17 am in reply to: Non Affiliated to default affiliate or selected in random #49340syukriMemberHi,
I have been trying to set a default affiliate (when there is no supplied affiliate ID on the URL) without any success. I have followed all instructions at https://support.tipsandtricks-hq.com/forums/topic/non-affiliated-to-default-affiliate-or-selected-in-random without any success. What did I do wrong?
I have modified (at “wp_affiliate_platform1.php” file):
$referrer = AFF_NONE;
to
$referrer = ‘xxx’;
where xxx is the default affiliate.
Thank you for your respond.
-
AuthorPosts