Search:

Type: Posts; User: Steven300

Page 1 of 10 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    229
    Views
    37,932

    Re: Autoresponder+ [support thread]

    When Autoresponder+ changes the order status it doesn't email the customer about it.

    This would be the best solution. No customers would get repeat emails.
  2. Replies
    229
    Views
    37,932

    Re: Autoresponder+ [support thread]

    I can't think of any reason why the mod would cause that. If it just suddenly stopped working then maybe your host has changed something. Or maybe someone is reloading it in their browser. You could...
  3. Replies
    229
    Views
    37,932

    Re: Autoresponder+ [support thread]

    Read these posts to see if they help:
    http://www.zen-cart.com/forum/showthread.php?p=774982#post774982
  4. Replies
    49
    Views
    14,726

    Re: Empty Cart Manager [support thread]

    Sure, in the following file, find the block of code starting with <!-- BEGIN Empty Cart Manager 1/1 -->

    includes/templates/your_template/templates/tpl_shopping_cart_default.php

    Change the 5 in...
  5. Replies
    95
    Views
    26,254

    Re: Shipping Rates in Cart [support thread]

    Have you tried Zen Cart's built-in feature for this?

    Admin -> Configuration -> Shipping/Packaging -> Shipping Estimator Display Settings for Shopping Cart

    Set to 2
  6. Replies
    3
    Views
    1,250

    Re: Changing Zen Cart directory

    This FAQ should help:
    https://www.zen-cart.com/tutorials/index.php?article=122
  7. Replies
    95
    Views
    26,254

    Re: Shipping Rates in Cart [support thread]

    Hi,

    It only works with simple shipping setups that don't require specifying an address first. For example it will work with Flat Rate, Per Unit and Table Rate, but it won't work with USPS.
  8. Replies
    313
    Views
    71,895

    Re: 138 mods tested on 139

    Desktop Data is incompatible with PHP 5.3 as it uses ereg(). That's on my to-do list.
  9. Replies
    2
    Views
    578

    Re: Anymore Templates?

    Also, you can see them in action here:
    http://(sorry, site offline)/
  10. Replies
    95
    Views
    26,254

    Re: Shipping Rates in Cart [support thread]

    You're welcome!
  11. Replies
    95
    Views
    26,254

    Re: Shipping Rates in Cart [support thread]

    The only files you *shouldn't* upload are:
    includes/templates/YOUR_TEMPLATE/sideboxes/tpl_shopping_cart.php
    includes/modules/sideboxes/YOUR_TEMPLATE/shopping_cart.php
  12. Replies
    95
    Views
    26,254

    Re: Shipping Rates in Cart [support thread]

    Did you upload the stylesheet too?
  13. Replies
    95
    Views
    26,254

    Re: Shipping Rates in Cart [support thread]

    You need to upload this file from the mod:
    includes/modules/shipping_rates_in_cart.php
  14. Replies
    95
    Views
    26,254

    Re: Shipping Rates in Cart [support thread]

    Hi, I suggest trying step 2a:
    https://www.zen-cart.com/tutorials/index.php?article=82
  15. Replies
    229
    Views
    37,932

    Re: Autoresponder+ [support thread]

    It probably won't fix the problem but I just thought it would make more sense.

    Could the problem be to do with this:
    http://www.zen-cart.com/forum/showthread.php?p=852240#post852240
  16. Replies
    229
    Views
    37,932

    Re: Autoresponder+ [support thread]

    Dee,

    I'm afraid I don't fully understand how Zen Cart sends out plain vs html emails.

    I think it's one of the few things that Autoresponder+ is missing - full control over the email type.
    ...
  17. Replies
    229
    Views
    37,932

    Re: Autoresponder+ [support thread]

    I think you mean "21 days after dispatched"?

    Okay so you need to set up 2 emails:

    FIRST EMAIL:
    Order Status ID = 7
    Post Order Status ID = 6
    Days After = 21

    SECOND EMAIL:
  18. Replies
    4
    Views
    2,100

    Re: Difficult sql - MAX(CASE)

    If you want to compare something, shouldn't it be == instead of = ?
  19. Replies
    229
    Views
    37,932

    Re: Autoresponder+ [support thread]

    Sure, just follow the uninstall instructions in the read_me.

    Also, if you try the mod's logging feature, it will provide some insight into what's happening.
  20. Re: Developers Tool Kit search does not work..

    Are you picking something from the dropdown (such as Catalog or Admin), or are you leaving it as 'none'?
  21. Re: I am using xampp to run zen cart in windows XP and found this error???

    Best to continue the discussion in your original thread:
    http://www.zen-cart.com/forum/showthread.php?t=149993
  22. Replies
    229
    Views
    37,932

    Re: Autoresponder+ [support thread]

    What about this?


    $sql_insert_new_status="insert into " . AUTO_TABLE_ORDERS_STATUS_HISTORY . " (orders_id, orders_status_id, date_added) values ('".$result->fields['orders_id']."',...
  23. Replies
    229
    Views
    37,932

    Re: Autoresponder+ [support thread]

    In autoresponder.php, if you were to replace the following code (lines 693, 1366 and 2037):



    $sql_insert_new_status="insert into " . AUTO_TABLE_ORDERS_STATUS_HISTORY . " values ( '',...
  24. Replies
    229
    Views
    37,932

    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...
  25. Replies
    229
    Views
    37,932

    Re: Autoresponder+ [support thread]

    Glad it's working for you :smile:
  26. Replies
    229
    Views
    37,932

    Re: Autoresponder+ [support thread]

    Hi,

    Did you upload the following file?

    includes/extra_datafiles/autoresponder.php
  27. Replies
    2
    Views
    666

    Re: Changing E-mail Details

    That's your store name.

    Change it in Admin -> Configuration -> My Store
  28. Replies
    10
    Views
    3,391

    Re: Compare Products

    <input name="compare type="submit"

    Should probably be ..


    <input name="compare" type="submit"
  29. Replies
    11
    Views
    1,243

    Re: Company Name Check Filter?

    Strange .. it works totally fine on my test site.

    I'll see if I can take a further look tomorrow.
  30. Replies
    11
    Views
    1,243

    Re: Company Name Check Filter?

    That's okay. Try this (untested) code:

    Find the following file:
    includes/modules/create_account.php

    Copy the file into your override system, so you have this:...
  31. Replies
    11
    Views
    1,243

    Re: Company Name Check Filter?

    Like I said, adapt it. Look at the code and change it to filter the company field instead of the street address.
  32. Replies
    11
    Views
    1,243

    Re: Company Name Check Filter?

    .. or easily adapt the PO Box Ban mod.
  33. Replies
    3
    Views
    752

    Re: Discount Coupon as Product

    Autoresponder+ can do exactly this.
  34. Replies
    229
    Views
    37,932

    Re: Autoresponder+ [support thread]

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



    That's right.

    As Glamorousshoe suggests, I think this could be an issue with setting the Days After correctly. To...
  35. Replies
    95
    Views
    26,254

    Re: Shipping Rates in Cart [support thread]

    Again, sorry for the late replies, I have been in hospital for the last 5 weeks!

    I still believe this to be an issue with replacing <? with <?php.

    One of the reasons for this is because you...
  36. Replies
    95
    Views
    26,254

    Re: Shipping Rates in Cart [support thread]

    Sure, that's what open source is all about :smile:
  37. Replies
    95
    Views
    26,254

    Re: Shipping Rates in Cart [support thread]

    Sorry for the late replies.



    In includes/templates/your_template/templates/tpl_shopping_cart_default.php ...

    Try changing all occurances of <? with <?php
  38. Replies
    229
    Views
    37,932

    Re: Autoresponder+ [support thread]

    Hi,

    Unfortunately I don't provide custom work.

    These are the steps that you need to take:

    First, download the latest version of Autoresponder+ (v2.3).

    In autoresponder.php (v2.3), replace...
  39. Replies
    229
    Views
    37,932

    Re: Autoresponder+ [support thread]

    Okay so I just tried this on my test site and it works. To hard code your URL with the latest version of Autoresponder+:

    Find this code:


    /* Build first part of URL */
    //If hyperlink is to...
  40. Replies
    229
    Views
    37,932

    Re: Autoresponder+ [support thread]

    Actually would you mind upgrading to the latest version because then I can work with the latest code? :smile:
  41. Replies
    229
    Views
    37,932

    Re: Autoresponder+ [support thread]

    It looks like you have v2.1, whereas the code I quoted is from v2.1a onwards.

    However, the changes between these two versions are minimal. v2.1a simply adds the ability to link directly to the...
  42. Replies
    229
    Views
    37,932

    Re: Autoresponder+ [support thread]

    Hi,

    I've had a look at the code that generates the product links and I can't see anything which would cause the issues that you're reporting. What I find really strange is that the code is meant...
  43. Replies
    2
    Views
    675

    Re: mage File Name In a Variable

    $picture = "printer.jpg";
    echo "<img src='" . $picture . "'/>";
  44. Re: How to manually tell ZenCart that an order has been paid with PayPal IPN WebStand

    Paypal Sessions Viewer + pushorder:
    http://www.zen-cart.com/forum/showthread.php?t=98343
  45. Replies
    6
    Views
    972

    Re: Shopping Cart Woes

    It can also be caused by double line spacing, which seems to be (part of) the issue here.

    As Stevesh suggests, make sure to edit your files with an appropriate editor.

    Related FAQs:...
  46. Replies
    13
    Views
    2,563

    Re: Lots of "Deprecated" Error messages appearing after Sever Upgraded PHP version

    It's really easy to move. In fact, a lot of the Certified Hosts can move your site themselves for free.

    Related Tutorial/FAQ: https://www.zen-cart.com/tutorials/index.php?article=100
    ...
  47. Replies
    13
    Views
    2,563

    Re: Lots of "Deprecated" Error messages appearing after Sever Upgraded PHP version

    This is a good example of why to choose a Certified Host who focus on Zen Cart.

    Have you considered moving to one of them?
  48. Replies
    13
    Views
    2,563

    Re: Lots of "Deprecated" Error messages appearing after Sever Upgraded PHP version

    It looks like you're using PHP 5.3, in which case even Zen Cart 1.3.8a is incompatible.
  49. Replies
    2
    Views
    1,395

    Re: Checkout without creating account?

    That's actually intentional, since the welcome email which is traditionally sent out is heavily associated with new accounts.

    @tiz

    If you (or anyone else) just want guest checkout and not...
  50. Replies
    34
    Views
    34,548

    Re: PO Box Ban [support thread]

    What does cURL have to do with the PO Box Ban mod?

    Are you in the right thread?
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR