Michael,
Any chance you might update this to the latest version of Zen?
-lindasdd
Printable View
Michael,
Any chance you might update this to the latest version of Zen?
-lindasdd
Hi, I am having the same problem as a previous poster. I have over 50 affiliates and when I try and click on a referrer on the second page it just takes me back to page 1 which means I can't manage any of the referrers on the second page.
Do you have any idea why this would be doing this and how I could fix it? I'm using Zen Cart 1.3.9d.
Regards,
Louis
A temporary (yet very long) fix would be to change the persons last name, I just usually put an a in front of their last name and they will skip to the first page so that I can change/pay/approve and once I am done, change their last name back.
It takes a long time to do this but its the only thing I have found to work.
It's a great module and worked great on my site.:clap:
But I have a question about the promotion, if I set a product for promotion, I hope the commision from this is different from other normal product, beacause of the lower promotion price.
Wish the function would be add in the next vision:smile:
Hi, I do not know if I'm in the right topic, if I'm wrong I apologize.
Searching unsuccessfully for module or an option to ZC affiliates.
I have bookstore and I have writers who publish eBooks in it.
I need a module or feature that writers can access to see their eBook sales statistics, earnings and send the request for payment.
Does such a thing exists for ZC?
Low and behold, this one didn't even take much though...
Make the following change in /admin/referrers.php
BEFORE:
AFTER:PHP Code:
($referrers[$selected] == $referrer) ? "" : zen_href_link(FILENAME_REFERRERS, "referrer=" . $referrer['customers_id'], 'NONSSL') );
Let me know how this does for ya.PHP Code:
($referrers[$selected] == $referrer) ? "" : zen_href_link(FILENAME_REFERRERS, "referrer=" . $referrer['customers_id'] . "&offset=" . $_GET['offset'] . "&limit=" . $_GET['limit'], 'NONSSL') );