Page 18 of 23 FirstFirst ... 81617181920 ... LastLast
Results 171 to 180 of 230
  1. #171

    Default Re: Autoresponder+ [support thread]



    So, any input? delete it? start over yet again? Im lost, i figured installing this may be a little difficult so i wanted it to be one of the last mods i did....and yea, still not working.

    Oh well, guess its manual emails for me.
    http://www.fusionspiritualemporium.com
    Contrib: Events Calender v1.02 update

  2. #172
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: Autoresponder+ [support thread]

    What exactly are you testing? They are different options. I have tested it for product review and it worked fine. It sends the customer an email and the admin at the same time. You must set the days after which you want the mod to work correctly and then run the autoresponder. I had problems with it in the early stages because I had set the day incorrectly but after that it is working.

    Now time to start on customizing the message.

  3. #173

    Default Re: Autoresponder+ [support thread]

    Quote Originally Posted by Glamorousshoe View Post
    What exactly are you testing? They are different options. I have tested it for product review and it worked fine. It sends the customer an email and the admin at the same time. You must set the days after which you want the mod to work correctly and then run the autoresponder. I had problems with it in the early stages because I had set the day incorrectly but after that it is working.

    Now time to start on customizing the message.
    weird, I never got a notification email that someone replied to this thread? Oh well...

    I was doing the sample test. I checked the date my last order was set to delivered status and set the internal date accordingly. I tried every date around that date before and after and still nothing came to the admin email. I didnt want to set it as live until I knew that it was working and not sending like tons of spam.

    Now from the instructions, you are supposed to set it to the date your last order is "delivered" status correct??

    If someone could suggest anything it would be much appreciated.
    http://www.fusionspiritualemporium.com
    Contrib: Events Calender v1.02 update

  4. #174
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: Autoresponder+ [support thread]

    Sorry for the late reply, I have been in hospital for the last 5 weeks!

    Quote Originally Posted by fusionsp View Post
    Now from the instructions, you are supposed to set it to the date your last order is "delivered" status correct??
    That's right.

    As Glamorousshoe suggests, I think this could be an issue with setting the Days After correctly. To eliminate this possibility, one thing you could try is to create a test order, change the order's status to delivered(3), and then set the Days After to 0.

    With regard to some of the other settings, make sure:

    • Autoresponder+ is enabled.
    • The correct preset is enabled.
    • Query is set to Order.
    • Order Status ID is set to 3.
    • Subscribed is set to False.
    • There are no location restrictions.
    • There are no product restrictions.
    • There is no time validation.
    • A valid admin email address is entered (or left blank).


    Check all other store emails are working.

    Try turning on the logging feature to see what output Autoresponder+ provides (if any).

    Hope that helps.

  5. #175
    Join Date
    Sep 2009
    Posts
    10
    Plugin Contributions
    0

    Default Re: Autoresponder+ [support thread]

    Hello,

    Have done a first time install of the Auto Responder using the latest version (2.3) on zencart 1.38a with all patches applied.

    On running, I get this error:

    1146 Table 'database1.AUTO_TABLE_ORDERS_STATUS_HISTORY' doesn't exist
    in:
    [SELECT DISTINCT OSH.orders_id, O.customers_email_address, O.customers_name FROM AUTO_TABLE_ORDERS_STATUS_HISTORY OSH, AUTO_TABLE_ORDERS O WHERE OSH.date_added like '2010-03-04%' AND OSH.orders_status_id IN (3) AND OSH.orders_id=O.orders_id AND OSH.orders_status_id=O.orders_status]


    I'm using a test account (in my name) in test mode, with the order updated to "dispatched" (order status 3) today and the AutoResponder set to 0 days.

    I realise this error is similar to the one reported at the start of the thread, but the problem and fix are for version 1 and not 2.3.

    Any help much appreciated as it looks a fab contribution if I can get it to work!

  6. #176
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: Autoresponder+ [support thread]

    Hi,

    Did you upload the following file?

    includes/extra_datafiles/autoresponder.php

  7. #177
    Join Date
    Sep 2009
    Posts
    10
    Plugin Contributions
    0

    Default Re: Autoresponder+ [support thread]

    Quote Originally Posted by Steven300 View Post
    Hi,

    Did you upload the following file?

    includes/extra_datafiles/autoresponder.php
    I have now! Thanks....I missed it in the install and it works perfectly now.

    Very grateful for the quick response and a really useful contribution.

  8. #178
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: Autoresponder+ [support thread]

    Glad it's working for you

  9. #179
    Join Date
    Sep 2009
    Posts
    10
    Plugin Contributions
    0

    Default Re: Autoresponder+ [support thread]

    Quote Originally Posted by Steven300 View Post
    Glad it's working for you
    Actually, do seem to have found a bug.

    On the function to process orders of one order status (e.g. Dispatched) and change them to another order status (e.g. Followed Up), I'm getting the following error when running:

    1136 Column count doesn't match value count at row 1
    in:
    [insert into orders_status_history values ( '', '212649', '3', now(), 0, '' )]

    212649 is the order number
    3 is the status of the order it should be changed to (the original order status was 10)

    If I don't try and automatically change the order status, then it works fine.

    Any ideas on how to fix?

  10. #180
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: Autoresponder+ [support thread]

    My first thought is that your database table, orders_status_history, might have additional columns added to it (perhaps by another mod).

    Can you check the table using phpMyAdmin. There should be 6 fields:

    orders_status_history_id
    orders_id
    orders_status_id
    date_added
    customer_notified
    comments

 

 
Page 18 of 23 FirstFirst ... 81617181920 ... LastLast

Similar Threads

  1. v150 Super Orders v4.0 Support Thread for ZC v1.5.x
    By DivaVocals in forum Addon Admin Tools
    Replies: 797
    Last Post: 23 Mar 2024, 06:51 AM
  2. v150 Testimonial Manager Support Thread (for ZC v1.5.x)
    By countrycharm in forum All Other Contributions/Addons
    Replies: 257
    Last Post: 7 Mar 2023, 03:40 PM
  3. v151 Autoresponder+ for ZCv1.5.x [Support Thread]
    By countrycharm in forum All Other Contributions/Addons
    Replies: 23
    Last Post: 19 May 2019, 04:39 PM
  4. v139h Super Orders v3.0 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1018
    Last Post: 28 Apr 2014, 11:38 PM
  5. Support Thread for JS Date Picker for options
    By eVelt in forum All Other Contributions/Addons
    Replies: 17
    Last Post: 5 Dec 2013, 05:44 AM

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