Page 47 of 54 FirstFirst ... 374546474849 ... LastLast
Results 461 to 470 of 535
  1. #461
    Join Date
    Apr 2011
    Posts
    381
    Plugin Contributions
    0

    Default Re: Can't Enter Order Delivery Date on Step 1 of 3 of Checkout

    Quote Originally Posted by nicksab View Post
    By "all files", I mean I copied from the plug-in to the checkout_one and nopt from the store:

    jscript_calendar_head.php
    jscript_b-calendar.js
    jscript_a-mootools.js

    This was suggested here because the calendar was not displaying.


    The plug in file I downloaded do not include any header_php.php file. The plug in works great with OPC off. It just won t register the date into the order when OPC is on.
    Anybody please??

  2. #462
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: Can't Enter Order Delivery Date on Step 1 of 3 of Checkout

    Quote Originally Posted by nicksab View Post
    Anybody please??
    I'll be trying to implement the combination again soon... Have some other things I need to do, if there is anyone else that steps up then good, also.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #463
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: Can't Enter Order Delivery Date on Step 1 of 3 of Checkout

    Quote Originally Posted by mc12345678 View Post
    I'll be trying to implement the combination again soon... Have some other things I need to do, if there is anyone else that steps up then good, also.
    Yeah, not feeling the love with trying to integrate... I thought that for sure it would still notify as if there had been no changes; however, its an entirely different set of operations and therefore things done to offer more of a plugin nature to ZC are basically useless and have to figure out how to integrate this module into that one.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #464
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,478
    Plugin Contributions
    88

    Default Re: Can't Enter Order Delivery Date on Step 1 of 3 of Checkout

    Quote Originally Posted by mc12345678 View Post
    Yeah, not feeling the love with trying to integrate... I thought that for sure it would still notify as if there had been no changes; however, its an entirely different set of operations and therefore things done to offer more of a plugin nature to ZC are basically useless and have to figure out how to integrate this module into that one.
    If you need notifiers added, just let me know via post to the One-Page Checkout's support thread.

  5. #465
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: Can't Enter Order Delivery Date on Step 1 of 3 of Checkout

    Submitted version 2.6.1 of the plugin to incorporate operation with One Page Checkout and a few other minor updates/modifications.

    (v2.6.1) as identified by a few people, the new checkout plugin that offers a single page check (One Page Checkout) was found not to be compatible with this plugin. This version incorporates use of notifiers in that software and the way it has reworked core Zen Cart operation to maintain operation. Also more work has been done to move operations further away from the core code and to make use of common characteristics in the Zen Cart software.
    - Modified the template files to expand the ability to offer modified content.
    - Modified usage of global variables to reference $GLOBALS[''] instead of using the global construct.
    - Updated the jscript_a-mootools.js file to version 1.2.5.


    When it is available, it should be downloadable from the plugin page: https://www.zen-cart.com/downloads.php?do=file&id=683

    It is also available on GitHub at the following location: ​https://github.com/mc12345678/order-delivery-date
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #466
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: Can't Enter Order Delivery Date on Step 1 of 3 of Checkout

    Quote Originally Posted by lat9 View Post
    If you need notifiers added, just let me know via post to the One-Page Checkout's support thread.
    For operation with this plugin its not necessary, I just expected more integration of existing code into the plugin.

    Added observation of more notifiers to integrate and had to add some code because of not posting the action=process parameter when submitting the payment/address/shipping page. Just worked around it.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  7. #467
    Join Date
    Apr 2011
    Posts
    381
    Plugin Contributions
    0

    Default Re: Can't Enter Order Delivery Date on Step 1 of 3 of Checkout

    Thank you. I really appreciate the hard work. Hopefully it will fix my issue

  8. #468
    Join Date
    Apr 2011
    Posts
    381
    Plugin Contributions
    0

    Default Re: Can't Enter Order Delivery Date on Step 1 of 3 of Checkout

    umm ok. This is still not working for me.

    I got the version 2.6.1 from GitHub.

    I installed all the files on a fresh version of zc 1.5.5f with OPC 2.0.4.

    If OPC is set to false, everything works like a charm.

    If OPC is set to true, Order delivery date is not being displayed on the checkout_one page.

    What am I missing?

    I feel really stupid right now and I think I need someone to walk me thru it. Please

    Thank you.

  9. #469
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: Can't Enter Order Delivery Date on Step 1 of 3 of Checkout

    Quote Originally Posted by nicksab View Post
    umm ok. This is still not working for me.

    I got the version 2.6.1 from GitHub.

    I installed all the files on a fresh version of zc 1.5.5f with OPC 2.0.4.

    If OPC is set to false, everything works like a charm.

    If OPC is set to true, Order delivery date is not being displayed on the checkout_one page.

    What am I missing?

    I feel really stupid right now and I think I need someone to walk me thru it. Please

    Thank you.
    So, I didn't include the modified template file I think called tpl_checkout_one.php. Do still need to modify that file to include the display of the date "box". Plus there were some other modifications to be made/incorporated as discused above. (I used a post from the previous page I believe it was where it described the css that needed to be copied over, etc...)

    The biggest fix made in 2.6.1 is that the data once captured on the store front now carries over into the admin (and not just the email) and I went ahead and incorporated the jquery.noConflict() command which was sadly necessary to even use this most recent file version of the mootools software.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  10. #470
    Join Date
    Apr 2011
    Posts
    381
    Plugin Contributions
    0

    Default Re: Can't Enter Order Delivery Date on Step 1 of 3 of Checkout

    Quote Originally Posted by mc12345678 View Post
    So, I didn't include the modified template file I think called tpl_checkout_one.php. Do still need to modify that file to include the display of the date "box". Plus there were some other modifications to be made/incorporated as discused above. (I used a post from the previous page I believe it was where it described the css that needed to be copied over, etc...)

    The biggest fix made in 2.6.1 is that the data once captured on the store front now carries over into the admin (and not just the email) and I went ahead and incorporated the jquery.noConflict() command which was sadly necessary to even use this most recent file version of the mootools software.
    Sounds really nice. If this could work with OPC, it will be a great combo.

    Thank you for the hard work. Can t wait to give it a try

 

 
Page 47 of 54 FirstFirst ... 374546474849 ... 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