Page 3 of 12 FirstFirst 12345 ... LastLast
Results 21 to 30 of 120
  1. #21
    Join Date
    Sep 2008
    Posts
    101
    Plugin Contributions
    0

    Default Re: Newsletter Subscriber Discount

    I just installed Mailchimp's Ecommerce 360 plugin into my Zen Cart install and I suspect that there might be a conflict with the Newsletter Discount plugin.

    After I installed the Mailchimp plugin, I didn't get any errors reported when I started up my store. What did happen, though, was that the Checkout page failed to completed load when I tried to Checkout. It stopped loading right when it was computing the price (and I assume the discounts). As soon as I removed the Mailchimp 360 plugin files all was well again.

    I have sent in a report of this to the MailChimp customer service, but I thought you might like to know that this was my experience.

    (And if I had to choose, I'd choose your Newsletter Discount -- thank you for the lovely plugin. )

    Here is the link to their plugin:

    http://www.mailchimp.com/plugins/ecomm360.phtml

    Cheers,

    Alex

  2. #22
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,622
    Plugin Contributions
    123

    Default Re: Newsletter Subscriber Discount

    Investigating. Will respond ASAP.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  3. #23
    Join Date
    Sep 2008
    Posts
    101
    Plugin Contributions
    0

    Default Re: Newsletter Subscriber Discount

    I'm also right now in email exchange with Mailchimp's API department. I'll let you know if anything comes of that. But part of the issue might be the MCAPI.class.php file -- they place it directly in the /includes folder (not in /includes/classes like Newsletter Discount does), thus leaving two MCAPI.class.php files...

  4. #24
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,622
    Plugin Contributions
    123

    Default Re: Newsletter Subscriber Discount

    That's the problem. I thought they fixed that.

    The MailChimp guys have their own support thread for MailChimp 360 here:

    http://www.zen-cart.com/forum/showthread.php?t=112837

    I have posted some remarks in that thread.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  5. #25
    Join Date
    Sep 2008
    Posts
    101
    Plugin Contributions
    0

    Default Re: Newsletter Subscriber Discount

    Their new version seems to work -- or at least no longer conflicts with Newsletter Discount -- I installed it and am no longer getting the crashes. So, thank you for getting them on the right track.

    But in testing it, I found something that I had not noticed before. Right now, I am using Newsletter Discount to make certain of my downloadable comics free to my Mailchimp subscribers, thus I have set up one category of products (category "4") to give 100% discount to subscribers.

    When I log in as with a subscriber email, everything works great. If I checkout with something from category 4, the plugin subtracts 100% of the product price -- I can see the discount during checkout -- and I can download the comic for free (it skips my one payment solution altogether -- PayPal --and just takes me to Checkout Success for download.)

    But I just now tested a product from category 4 with a non-subscriber email. If I checkout with a product that's in category 4, it doesn't show me the discount during checkout -- which is good -- but it still skips my PayPal screen and let's me download the comic without paying! And the order shows up as "cc free" in my orders list -- the same code Newsletter Discount uses for my discounted subscribers! (Both use "cc free", even though I don't have credit card as an activated module, only PayPal. When I uninstalled the credit card module, it now shows "moneyorder free" for those transactions.)

    When I change the Newsletter Discount to 50%, this no longer happens. Non-subscribers who checkout with downloadable comics from category 4 are taken to the PayPal screen for payment before they can download comics from this category.

    So there seems to be some kind of problem with using a discount of 100%. Did I set things up wrong? Is there a way for this to be fixed?

    Please let me know - and thank very much you for the great plug-in!

    Alex

    P.S. In case it helps, this is the code I used to tell Newsletter Discount to only apply to category 4:
    Code:
      function exclude_category($category) {
            switch($category) {
               case 4:
                    return false;
            }
            return true;
        }

  6. #26
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,622
    Plugin Contributions
    123

    Default Re: Newsletter Subscriber Discount

    Have not heard of this problem.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  7. #27
    Join Date
    Sep 2008
    Posts
    101
    Plugin Contributions
    0

    Default Re: Newsletter Subscriber Discount

    swguy,

    Thank you for your reply. I'm a little unclear as to how to proceed, however.

    Should your plugin work in the manner I need it to? That is, should I be able to use a 100% discount with a specific category and have that 100% discount only be applied to newsletter subscribers and not everyone?

    If so, are you going to investigate this further?

    This is obviously important to me as the discount needs to only apply to newsletter subscribers. Your help in fixing this problem would be greatly appreciated.

    Thank you for your excellent work on this plugin and for your support in helping me troubleshoot this.

    Alex

  8. #28
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,622
    Plugin Contributions
    123

    Default Re: Newsletter Subscriber Discount

    Quote Originally Posted by alexwoolfson View Post

    Should your plugin work in the manner I need it to? That is, should I be able to use a 100% discount with a specific category and have that 100% discount only be applied to newsletter subscribers and not everyone?
    Yes. Please double check your settings under admin->modules->order totals->newsletter discount to be sure you're using mailchimp. Then double check the email address that you think is not subscribed and make sure it's not.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  9. #29
    Join Date
    Sep 2008
    Posts
    101
    Plugin Contributions
    0

    Default Re: Newsletter Subscriber Discount

    OK. I double-checked those things.

    Under admin->modules->order totals->newsletter discount, my newsletter type is listed as "mailchimp" and I can see that my mailchimp userid and password are filled in correctly.

    When I log in with an email address that is on my list and I checkout with one of my downloadable products from category "4", I see the Newsletter Discount line item in the order total subtracting the exact dollar amount from the order total. As the order total then becomes "$0.00", I proceed to Checkout Success without going to PayPal and without having to pay and can download the comic.



    When I log in using an email that I have confirmed is NOT on my list, and I checkout with the same downloadable product from category "4", I do NOT see any Newsletter Discount from the order total. I see the full charge for my product.



    However, if I proceed through Checkout, I am again taken to the Checkout Success page WITHOUT being sent to PayPal and WITHOUT having to pay.


    In both cases, the orders show up as "moneyorder free" in my orders screen.



    (They were showing up as "cc free" but I uninstalled the credit card module in trying to troubleshoot this.)

    Interestingly, if I change my Discount Amount from "100" to "50", then I am sent to PayPal for payment regardless of which email I use (in the case of the Subscriber Email, I receive the expected 50% discount and in the case of the Non-Subscriber Email, I receive no discount.) Thus, it seems that somehow it is the entering of "100" that is causing the problem.

  10. #30
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,622
    Plugin Contributions
    123

    Default Re: Newsletter Subscriber Discount

    What flavor of PayPal are you using?
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

 

 
Page 3 of 12 FirstFirst 12345 ... LastLast

Similar Threads

  1. How to download Newsletter Subscriber Info?
    By goldnuggetsales.com in forum General Questions
    Replies: 1
    Last Post: 12 Aug 2011, 07:19 AM
  2. Error 1267 - Newsletter Subscriber add-on
    By Mana in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 3 Jul 2010, 11:28 PM
  3. Notify on new newsletter subscriber
    By BassFace in forum General Questions
    Replies: 4
    Last Post: 14 Aug 2009, 06:26 AM
  4. newsletter subscriber
    By cla74 in forum General Questions
    Replies: 0
    Last Post: 10 May 2009, 02:54 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