Search:

Type: Posts; User: mrmeech

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    In the top right corner of each reply you will find a number.
  2. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    Please read my response just before your post (#236) regarding conflicting JS libraries and hopefully that will point you in the right direction.
  3. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    As you've already discovered, this is a simple case of javascript libraries conflicting with one another. I'm guessing you're only using slimbox elsewhere on your site (product pages, catalog, etc..)...
  4. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    And a note to everyone else:

    There is a LOT happening on the real right life front, but I'm going to do my best to come full circle and help you guys out. I know how frustrating this stuff can...
  5. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    NINIJJ,

    I just went to your site as per the link in the private message, and it seems you have a PHP error when anything is added to the shopping cart. I only get a white screen, so currently i ...
  6. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    I have another unreleased version that i've had 95% ready to go but have been having a hell of a time figuring out an email bug that happened along the way somewhere. That new, unreleased version...
  7. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    Instructions for (AND where you make code changes for) altering blocked dates are in:

    Includes/modules/pages/checkout_shipping/jscript_calendar_head.php
  8. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    Start with everything on the public facing side (ie: anything NOT in the admin folder structure). If your calendar is now showing up and appears to be functioning OK in the browser on the checkout...
  9. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    Kyli,

    Well, first thing is to check that the date is actually making it into the delivery date table. I would suggest making an order with a delivery date, then looking in the database to make...
  10. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    KyLi,

    You're loading Mootools twice -- the first time in the head tag that it loads is where it's supposed to be for the delivery date mod to function. This is all good:



    <script...
  11. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    If it works when you move jscript_calendar_head.php to your template folder, then i'm wondering if you might have (or had?) a permissions issue on the normal folder somewhere, either on the folder...
  12. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    What version of IE are you using? What is your OS platform? Windows? Mac? Linux?..
  13. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    Hey djrutsch,

    To have this functionality based off of the calendar, where if a user selects a Saturday delivery date they are charged more, is a bit of a task. This may become much easier to do...
  14. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    Hey folks -

    I need a little help from you guys!

    I've been working on the delivery date contribution for the last day and a half and have made some significant improvements to the code....
  15. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    Hey - I looked into seeing if this could be done easily, and the short answer is No.

    In general - Javascript (which is what the calendar is created with) is a client-side technology. NOT a...
  16. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    Hi people -- i wound up being out of the country until next week and have super poor access to the internet. Will be in touch then and i apologize for the delay.. i realize some of you are working on...
  17. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    Which date are you referring to? The date that shows up on the shipping page in the popup calendar? The date on the orders page in the admin?..
  18. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    George,

    If you do not see the delivery date field on the first checkout page, then it sounds like you don't have your files in the right place.

    There are instructions in the readme file. Read...
  19. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    Let me look into this in the next day or so when i'll be working on the delivery date code. I'll get back to you on it. :smile:
  20. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    Hey Steve,

    I have been aware of this issue where when no date is selected, it reflects as being entered from 1999 or something weird, but i have been lax on updating this, and i apologize.
    ...
  21. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    Ahhh - i hadn't thought about this and it has not been brought up before now. I will test this fix in the next day or so and update the official contribution package. Thanks!!
  22. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    Hi guys -- there is something wrong with my email notification of this thread because i was JUST notified that there was another thread posting since the last time i posted, and there have been a...
  23. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    The date with time version uses different database row names than the date-only version. These steps should provide you a rather easy roadmap for moving from version w/o date to the version WITH the...
  24. Replies
    134
    Views
    46,218

    Re: Newsletter Center V. 0.8 BETA

    I can't answer for other people, but i have put work on this onto hold for a bit because as ZC moves completely to OOP programming in 2.0, most everything would need to be re-built.

    For the 2.0...
  25. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    Ok - i took a look.

    I think your approach with editing the English.php file is not the best of ideas (partially because it's a core file).

    The date on the checkout_shipping page where the...
  26. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    Amatkins,

    If you can supply the website address i will be glad to take a look at your checkout page. If you're not comfortable or don't want to post it on the forum here, PM it to me and i'll...
  27. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    Assuming that you don't have any other order modules installed, it sounds like you might have a file or two in the wrong directory. I would suggest doing a preliminary super close check that your...
  28. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    I would suggest that you first search the forums for an answer. This thread is only for order delivery date support and while the module is in the checkout area, your question pertains to the bigger...
  29. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    Also, you edit the number of advance days in includes/modules/pages/checkout_shipping/jscript_calendar_head.php.

    Directions are included within the file.
  30. Replies
    534
    Views
    119,370

    Re: How can i change the avaliability day

    Click on page 1 and read post #7 ... or here's a link to it:
    http://www.zen-cart.com/forum/showpost.php?p=537518&postcount=7
  31. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    ...continued from my last post

    ...apparently in addition to the 48kb limit you can only add 4 files at a time - what a pain in the ##########_. Talk about file limits from the 1990's.

    Here are the...
  32. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    Friends!! A whole page and a half of responses happened and i didn't receive a notification of a new post until today!!! How that happend, i have no clue. But it's the truth!

    Anyway, i DO have a...
  33. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    Hey there - I'm a bit confused as to whether or not you got this worked out, because you say there is a conflict, but then say that it works great. There may be a slight chance that you're...
  34. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    I just took a look at your site, but could only go so far in the checkout process before requiring money. On the first checkout page where the popup calendar is seems to be ok. All the html and...
  35. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    Unfortunately i do not have the time right now to actually merge the contributions together, BUT - I can give you a roadmap to follow based on peeking at the FEC contribution files, so here it goes:...
  36. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    Unfortunately i do not have the time right now to actually merge the contributions together, BUT - I can give you a roadmap to follow based on peeking at the FEC contribution files, so here it goes:...
  37. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    Duffy,

    The configuration of of the checkout form (using graphical submit button) as well as the read-only field, has provided a challenge that has defeated me in my couple of hours i just tried to...
  38. Replies
    1,221
    Views
    301,195

    Re: My Checkout Without Account Mod

    Laurie,

    I have actually never installed this mod -- i've only had a distant interest and sometimes read this thread... BUT, one thing that might get you to the correct location for editing the...
  39. Replies
    134
    Views
    46,218

    Re: Newsletter Center V. 0.8 BETA

    Hello thread -

    To those of you wondering why my development of this fell off the face of the face of the earth, there are two simple reasons:

    1) I must make money to pay rent and eat, and as...
  40. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    Hey Claire,

    Are you still having problems with this? Sorry for the delay in responding.
  41. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    Hey Claire,

    Are you on a pc/windows computer by any chance?
  42. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    That would take me a while to figure out how to do and i'm ridiculously busy right now, but i can point you in the direction that might lead you to an answer... which is to look over the CREATE...
  43. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    Hey there - Unfortunately i am not familiar with Shipworks. Additionally, this module is configured to allow a person to request the DELIVERY date, not the SHIP date.

    As for having the imputed...
  44. Replies
    1,221
    Views
    301,195

    Re: My Checkout Without Account Mod

    That's an unfortunate shame...

    Well, if i am allowed to have my two cents on this thread, i would encourage you to attempt to submit it another time. That mod area is definitely the first place...
  45. Replies
    1,221
    Views
    301,195

    Re: My Checkout Without Account Mod

    Hey guys -

    So i've searched through the thread to research why this is not in the download section, but the responses were from 2007. So, a simple question: Is there actually a download page yet...
  46. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    Do you get a blank screen? Or is it literally just the date not working?




    That's a bummer and i will look into it within the next day or so.. It's most likely just an incompatible or bad tag...
  47. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    Well, once there are any other modules in the mix, there are quite a lot of variables of things that could be wrong.

    One thing you could do, however, is compare the file structure of your PO...
  48. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    What version of FF are you using? and Mac or PC?
  49. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    What are the file extensions on those "ghost" files? And have you tried another unzipping program yet to see if it happens there too?
  50. Replies
    534
    Views
    119,370

    Re: Order Delivery Date Support Thread

    Have your tried comparing the contribution files to a brand new / fresh copy of the zen cart code, or just your own cart?

    There is a great chance the purchase order mod is messing with getting...
Results 1 to 50 of 245
Page 1 of 5 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR