Page 9 of 55 FirstFirst ... 789101119 ... LastLast
Results 81 to 90 of 543
  1. #81
    Join Date
    Nov 2006
    Location
    New York City
    Posts
    248
    Plugin Contributions
    1

    Default Re: Order Delivery Date Support Thread

    Quote Originally Posted by bettysue View Post
    Where can I find version 2.2? I've looked through the files in the thread and the download section. Am I just missing it along the way?

    thank you,

    betty
    If you go to the downloads section and use the search function on the main page and look for "Order Delivery Date" you will find it.

    BUT!!! To save you 15 seconds of time, here's a link :

    http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=976

  2. #82
    Join Date
    Nov 2006
    Location
    New York City
    Posts
    248
    Plugin Contributions
    1

    Default Re: Order Delivery Date Support Thread

    Quote Originally Posted by henteaser View Post
    Hi,

    Thanks for this great contribution, much respect!

    Is there some way of making certain dates in the future "unavailble"?

    Would there be a way of doing this through the admin panel?

    (apologies if this has already been discussed, I couldnt find it if it has!)
    To edit blackout dates:
    1. Open: Includes/modules/pages/checkout_shipping/jscript_calendar_head.php
    2. Find the few lines of javascript (you can't miss it), and look for this part:
      Code:
      blocked: ['24-25,31 12 *', '0 * * 0']
    3. There are instructions near the top on how to disable specific days.
    4. By default, the 24th thru the 25th of december of each year is disabled (24-25,31 12 *) and every sunday (sunday is day zero of the week) of every week of every month of every year is disabled. You can add as many blackout parameters as you'd like by separating them with commas.
    Unfortunately there is no way of doing this through the admin panel right now. I will put it onto the Features Wish List.

    Let me know if you get it figured out. I will also add instructions to the readme file on how to block out dates (which i should have done in the first place)

  3. #83
    Join Date
    Jul 2008
    Posts
    2
    Plugin Contributions
    0

    Default Does not work for me

    Hello, I installed this addon 2 weeks ago on my zen cart and it worked perfectly, but days later my server got hacked and everything was erased. Now I'm reinstalling but it does not work, I can't see the calendar on the cart

    I tried reinstalling on 138 and 138a, but I get the same, I'm pretty sure it's a detail missing from my part. The only doubt I have at the moment is
    "Make sure to change any folders labeled YOUR_TEMPLATE to the template you are using."
    I uploaded the YOUR_TEMPLATE files on all of the templates (classic, template default, your_template) just to make sure, but found another your_template file under languages.

    Can anybody help? and another question what are the .DS_Store files?

  4. #84
    Join Date
    Nov 2006
    Location
    New York City
    Posts
    248
    Plugin Contributions
    1

    Default Re: Does not work for me

    Quote Originally Posted by elesgar View Post
    Hello, I installed this addon 2 weeks ago on my zen cart and it worked perfectly, but days later my server got hacked and everything was erased. Now I'm reinstalling but it does not work, I can't see the calendar on the cart

    I tried reinstalling on 138 and 138a, but I get the same, I'm pretty sure it's a detail missing from my part. The only doubt I have at the moment is
    I uploaded the YOUR_TEMPLATE files on all of the templates (classic, template default, your_template) just to make sure, but found another your_template file under languages.

    Can anybody help? and another question what are the .DS_Store files?

    1. The YOUR_TEMPLATE file is just that, it's whatever template (theme) you have selected (Admin -> Tools -> Template Selection). You SHOULD NOT have any folders on your server actually labeled as "YOUR_TEMPLATE" unless that is what you happened to name your template.
    2. The .DS_Store files are hidden files created by the MAC Operating System whenever it accesses a folder or drive. It holds pretty useless mac-pertinent info, such as icon preferences, folder placements, etc...Just delete them.

    If your store got hacked, you should really take a look at this to properly secure it this time around: https://www.zen-cart.com/tutorials/index.php?article=73

  5. #85
    Join Date
    Jul 2008
    Posts
    2
    Plugin Contributions
    0

    Default Does not work for me

    it works!! what a great addon, now I have to check with my client if this is what she wants

    thanks a lot for your help

  6. #86
    Join Date
    Apr 2004
    Location
    Up t'north, UK
    Posts
    305
    Plugin Contributions
    0

    Default Re: Order Delivery Date Support Thread

    Quote Originally Posted by mrmeech View Post
    Alright!! So, i've found a bug with Order Delivery Date that happens when a customer checks out with the Paypal Integrated Checkout method.

    Basically, when the order email is generated upon successfully completing the paypal payment, the email define "EMAIL_TEXT_DELIVERY_DATE" is not translating to the value set in the language file. The delivery date still makes it to the email OK, but the email prints out as above: EMAIL_TEXT_DELIVERY_DATE

    I just started looking into the issue, but if anyone has any idea what could be causing this, please let me know. I would venture to bet that this has to do with a paypal data array somewhere. As I don't have a comprehensive understanding of the data flow with PayPal, i might need someone else to point me in the right direction with this one...

    It's gotta be something simple - 9 out of 10 times it is.
    Great mod, was wondering if this issue was ever sorted????

    Many thanks

    Rob
    if elephants could fly, I'd be a little more optimistic....

  7. #87
    Join Date
    Nov 2006
    Location
    New York City
    Posts
    248
    Plugin Contributions
    1

    Default Re: Order Delivery Date Support Thread

    Quote Originally Posted by robsnowden View Post
    Great mod, was wondering if this issue was ever sorted????

    Many thanks

    Rob
    As of the most recent version, i have not had this problem. So, it *shouldn't* be a bug anymore, but, as always, you should run a test and let me know if there are any issues still hanging around.

  8. #88
    Join Date
    Apr 2004
    Location
    Up t'north, UK
    Posts
    305
    Plugin Contributions
    0

    Default Re: Order Delivery Date Support Thread

    Hi and thanks for the reply.

    I am using version 2.2 on a zen installation 1.3.8a if this helps.

    I attach a screen shot of the email:

    Many thanks

    Rob
    Attached Images Attached Images  
    if elephants could fly, I'd be a little more optimistic....

  9. #89
    Join Date
    Nov 2006
    Location
    New York City
    Posts
    248
    Plugin Contributions
    1

    Default Re: Order Delivery Date Support Thread

    Quote Originally Posted by robsnowden View Post
    Hi and thanks for the reply.

    I am using version 2.2 on a zen installation 1.3.8a if this helps.

    I attach a screen shot of the email:

    Many thanks

    Rob
    The problem that was originally raised had to do specifically with the date not registering. The error you are seeing appears to be from an undefined language definition.

    You should find the following line near the bottom of:

    • ADMIN/INCLUDES/LANGUAGES/orders.php
    • INCLUDES/LANGUAGES/YOUR_TEMPLATE/checkout_process.php


    PHP Code:
    define('EMAIL_TEXT_DELIVERY_DATE''Desired Delivery Date:'); 

  10. #90
    Join Date
    Apr 2004
    Location
    Up t'north, UK
    Posts
    305
    Plugin Contributions
    0

    Default Re: Order Delivery Date Support Thread

    Yeo - these are all in place.

    ADMIN/INCLUDES/LANGUAGES/orders.php is actually ADMIN/INCLUDES/LANGUAGES/ENGLISH/orders.php according to the structure of the mod. Is this correct??

    Cheers again for your assistance.

    Rob
    if elephants could fly, I'd be a little more optimistic....

 

 
Page 9 of 55 FirstFirst ... 789101119 ... LastLast

Similar Threads

  1. order delivery date addon - date not showing in checkout
    By jagall in forum Addon Shipping Modules
    Replies: 4
    Last Post: 19 Oct 2017, 09:09 PM
  2. JK Order Exporter - Support Thread
    By eVelt in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 26 Sep 2015, 07:06 AM
  3. v151 Order Delivery date on Product Info Page
    By nicksab in forum General Questions
    Replies: 0
    Last Post: 30 Dec 2013, 03:23 AM
  4. 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
  5. Order Delivery Date Mod
    By fagriffin in forum Addon Shipping Modules
    Replies: 1
    Last Post: 11 Oct 2008, 04:50 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