Page 28 of 46 FirstFirst ... 18262728293038 ... LastLast
Results 271 to 280 of 460
  1. #271
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,498
    Plugin Contributions
    88

    Default Re: Snap Affiliates v2.0 for v1.5.0 and later

    Quote Originally Posted by kumi View Post
    Is there anyway to give people a choice of either X dollars in cash or Y dollars in credit for our site?
    Not currently, but I'll add your request to the plugin's feature-request list!

  2. #272
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,498
    Plugin Contributions
    88

    Default Re: Snap Affiliates v2.0 for v1.5.0 and later

    v2.7.3 is now available for download.

  3. #273
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,498
    Plugin Contributions
    88

    Default Re: Snap Affiliates v2.0 for v1.5.0 and later

    v2.8.0 is now available from the Plugins area. The update provides downwardly-compatible changes required for Zen Cart v1.5.4.

  4. #274
    Join Date
    Aug 2012
    Posts
    331
    Plugin Contributions
    0

    Default Re: Snap Affiliates v2.0 for v1.5.0 and later

    Hi was wondering if someone could help me (no idea how it is built might be impossible) limit certain coupon codes should not work if the order is an affiliate order?
    TIA

  5. #275
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,498
    Plugin Contributions
    88

    Default Re: Snap Affiliates v2.0 for v1.5.0 and later

    Quote Originally Posted by ShopVille View Post
    Hi was wondering if someone could help me (no idea how it is built might be impossible) limit certain coupon codes should not work if the order is an affiliate order?
    TIA
    There's a session variable set if the current customer has entered your store using an affiliate link, so you'd bracket your custom coupon-limiting code with:
    Code:
        if (isset($_SESSION['referrer_key']) && zen_not_null($_SESSION['referrer_key'])) {
          <your custom code here>
        }

  6. #276
    Join Date
    Aug 2009
    Location
    Waltham, Massachusetts, United States
    Posts
    22
    Plugin Contributions
    0

    Default Re: Snap Affiliates v2.0 for v1.5.0 and later

    I have an odd issue. We installed v2.7.1 in a new store running Zen 1.5.3. We imported a number of affiliates from a different system, synced affiliate codes, and launched and all seemed well.

    We just had our first new affiliate sign-up. We got their info, they were assigned a number, but when we go to approve them the screen refreshes and the first affiliate in our list is toggled to unapproved.

    To trace the flow:
    List affiliates, find an unapproved one. Click the row to bring up the record: ( I am wrapping urls in code to avoid munging, I hope...)

    Code:
    https://www.naturalpetrx.com/XXXXXX/referrers.php?page=2&referrer=938&mode=details
    Correct referrer record displays. Click the Approve button. Code tags have post info from request:

    Code:
    commission	35
    mode	
    mode	Approve
    referrer	938
    securityToken	a4812229a2be4e95f4d661686bdc1b36
    Screen refreshes to details of first referrer in list, and they are now marked Not approved. They are not referrer 938, that was the original referrer.

    Has anybody seen something similar, or can anyone point me in the right direction?

  7. #277
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,498
    Plugin Contributions
    88

    Default Re: Snap Affiliates v2.0 for v1.5.0 and later

    Hmm, two mode variables?
    Code:
    commission	35
    mode	
    mode	Approve
    referrer	938
    securityToken	a4812229a2be4e95f4d661686bdc1b36
    I'll need to investigate further.

  8. #278
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,498
    Plugin Contributions
    88

    Default Re: Snap Affiliates v2.0 for v1.5.0 and later

    I'm not seeing this behavior on SNAP v2.7.3 on Zen Cart v1.5.1.

    What method did you use to import/sync those affiliate codes?

  9. #279
    Join Date
    Jan 2007
    Location
    Netherlands
    Posts
    8
    Plugin Contributions
    0

    Default Re: Snap Affiliates v2.0 for v1.5.0 and later

    hi Cindy,

    Maybe a stupid question but i'm struggling with the sign_up procedure. Am I correct in understanding that the only way to sign up as an affiliate is by entering the URL for wich the customer already has to be registered and signed in?

    Unless I didn't set up the plugin correctly this means, the affiliate-to-be creates an account (regular ZC account) then has to click on "Our Partner Programm" in the informationbox again to get to the sign_up form (the URL that is). This seems a complicated way to sign up. And rather hard to explain to a wannabee Affiliate. Isn't there some kind of shortcut? In my case just simply filling out a form and getting a notice that a Affiliates needs approval would be sufficient.

    many thanks in advance. Sander

  10. #280
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,498
    Plugin Contributions
    88

    Default Re: Snap Affiliates v2.0 for v1.5.0 and later

    As the code/process sits today, an affiliate to your store needs to have an account with your store -- that's how the admin side of the processing maps the affiliates's "code" to a person.

    That said, you could look at also installing the "Encrypted Master Password" plugin. That would allow you (the Zen Cart admin) to create the account for the customer/affiliate and go through the "difficult" steps of requesting an affiliate link.

 

 
Page 28 of 46 FirstFirst ... 18262728293038 ... LastLast

Similar Threads

  1. snap-affiliates?
    By JohnBoyCR in forum All Other Contributions/Addons
    Replies: 222
    Last Post: 16 Oct 2016, 08:10 PM
  2. v139h Seperate login for sales affiliates and distributors ?
    By respawnedelectronics in forum General Questions
    Replies: 4
    Last Post: 5 Jul 2014, 04:40 PM
  3. v151 snap affiliates bitcoins
    By unckle fester in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 6 Jun 2014, 07:44 AM
  4. Snap Affiliates Module?
    By asauterChicago in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 12 Apr 2013, 09:45 AM
  5. snap affiliates not emailing
    By mindcraft in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 9 Apr 2012, 11:19 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR