Re: Order Delivery Date Support Thread
Quote:
Originally Posted by
bettysue
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 :smile::
http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=976
Re: Order Delivery Date Support Thread
Quote:
Originally Posted by
henteaser
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:- Open: Includes/modules/pages/checkout_shipping/jscript_calendar_head.php
- Find the few lines of javascript (you can't miss it), and look for this part:
Code:
blocked: ['24-25,31 12 *', '0 * * 0']
- There are instructions near the top on how to disable specific days.
- 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) :smile:
Re: Order Delivery Date Support Thread
Quote:
Originally Posted by
mrmeech
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. :smile:
Great mod, was wondering if this issue was ever sorted????
Many thanks
Rob
Re: Order Delivery Date Support Thread
Quote:
Originally Posted by
robsnowden
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.
1 Attachment(s)
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
Re: Order Delivery Date Support Thread
Quote:
Originally Posted by
robsnowden
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:');
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