Re: One-Page Checkout [Support Thread]
I'm looking to use this on a rebuild from an old, old version that has been using FEC and COWOA. We use the Ceon Advanced Shipper module which is set up to use USPS, FedEx and UPS. I am assuming that it should work without any issues but has anyone tried AS with this mod yet?
Re: One-Page Checkout [Support Thread]
Just installed this addon for my 1.5.5a upgrade test install. My old installs used FEC, but now I attempting to use COWOA in conjunction with One-Page-Checkout.
Everything looks to be working fine except the shipping selection radio buttons do not trigger the shipping method to change in the shopping cart contents box below.
Am I missing a javascript file? Or more likely, is there perhaps an old file or file mod carried over from an old 1.3.9 installation (with FEC) that is interfering with this action (i thought i had taken care of all those)?
Any help or pointing in the right direction is appreciated.
(btw, this mod is exactly what I have been looking for! Thanks!)
Re: One-Page Checkout [Support Thread]
@lankeeyankee: I haven't encountered a site that uses Ceon Advanced Shipper, so I can't answer ... hoping that somebody out there has access to that plugin and can chime in.
@LightBrown: Is your installation on a publically-available site? If so, either PM the site link to me or post it here (if you don't want the site to be found by search engines, identify it as www.mysite(dot)com. What template are you using?
Re: One-Page Checkout [Support Thread]
@LightBrown, your template doesn't include the jscript_framework.php file in the template's /jscript folder, so the AJAX requests are not being issued.
Re: One-Page Checkout [Support Thread]
I tried adding the jscript_framework.php file to my template /jscript folder, and it is still not adding the shipping method to the total. Is there something else with my theme or another addon that could be blocking that AJAX request? Could there be another jscript file that is blocking or overriding the jscript_framework.php?
Thanks!
Re: One-Page Checkout [Support Thread]
My bad; your site is also not loading any form of jQuery.
Re: One-Page Checkout [Support Thread]
If I am reading the inspector correctly, it seems like jquery is loading on most other pages, but not loading on the checkout_one page.
Re: One-Page Checkout [Support Thread]
You're right, I see a version of jQuery loading ... but jQuery 1.2.2 isn't going to work. I've tested the plugin with jQuery 1.8.2 and 1.11.2; you'll need to update your version of jQuery as well.
Re: One-Page Checkout [Support Thread]
alright, so I updated jquery to the latest 1.x version (1.12.4), and the issue still persists. I know it just has to be something dumb that I am missing, and I am sorry for asking so many questions...
I just hardly understand javascript at all. And all the other js functions on the site and even the checkout_one page seem to work, like the shippingIsBilling checkbox (even though it is hidden by the css for whatever reason).
Re: One-Page Checkout [Support Thread]
I've just submitted v1.0.3 to the Plugins section for review. That version includes the following changes
- Disable plugin if jscript_framework.php isn't present in the active template.
- Update documentation to identify template-specific requirements.
- Some shipping methods require additional time; new configuration setting added.
- Correct interlock for shipping methods that require "extra" information
- Update readme/configuration to v1.0.3
- ZC1.5.5, correct "collectsCardDataOnsite" payment processing
- ZC1.5.4, correct jQuery error when the payment method "collectsCardDataOnsite"
- Update documentation to identify templates known to have compatibility issues.