Re: Can't Enter Order Delivery Date on Step 1 of 3 of Checkout
Quote:
Originally Posted by
nicksab
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??
Re: Can't Enter Order Delivery Date on Step 1 of 3 of Checkout
Quote:
Originally Posted by
nicksab
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.
Re: Can't Enter Order Delivery Date on Step 1 of 3 of Checkout
Quote:
Originally Posted by
mc12345678
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.
Re: Can't Enter Order Delivery Date on Step 1 of 3 of Checkout
Quote:
Originally Posted by
mc12345678
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.
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.
Quote:
(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.
Re: Can't Enter Order Delivery Date on Step 1 of 3 of Checkout
Quote:
Originally Posted by
lat9
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.
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
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.
Re: Can't Enter Order Delivery Date on Step 1 of 3 of Checkout
Quote:
Originally Posted by
nicksab
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.
Re: Can't Enter Order Delivery Date on Step 1 of 3 of Checkout
Quote:
Originally Posted by
mc12345678
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