Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
y051313
Hi lat9
It turns out the issue is caused by the gzip setting in the zen cart admin page. If this option is set to off, then the plugin works.
ob_flush and gzip can't be used together.
Best
Davis
Nice detective work, Davis! That gives me something to (hopefully) reproduce ... and correct.
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
lat9
Nice detective work, Davis! That gives me something to (hopefully) reproduce ... and correct.
Beg to differ: ob_flush() and Gzip (in admin) are working fine together, no issues at all.
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
lat9
Nice detective work, Davis! That gives me something to (hopefully) reproduce ... and correct.
Quote:
Originally Posted by
frank18
Beg to differ: ob_flush() and Gzip (in admin) are working fine together, no issues at all.
Hmm, then something's different between the two installations. Would you both "remind" me of the Zen Cart and PHP versions and template that your stores are using?
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
lat9
Hmm, then something's different between the two installations. Would you both "remind" me of the Zen Cart and PHP versions and template that your stores are using?
Thanks Cindy, my store runs ZC 1.5.5e with PHP 5.6.x, template is a cloned Responsive Classic (just different colors), so pretty much standard.
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
frank18
Thanks Cindy, my store runs ZC 1.5.5e with PHP 5.6.x, template is a cloned Responsive Classic (just different colors), so pretty much standard.
Just swapped to PHP Version: 7.0.18 (Zend: 3.0.0), did a test order (direct bank deposit) and had no issues with Gzip switched on.
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
frank18
Just swapped to PHP Version: 7.0.18 (Zend: 3.0.0), did a test order (direct bank deposit) and had no issues with Gzip switched on.
I'm using
PHP Version: 5.6.9 (Zend: 2.6.0)
ZC v1.5.5e
http://stackoverflow.com/questions/1...hich-is-better
Re: One-Page Checkout [Support Thread]
Has anyone tested OPC with the popular Ozpost shipping module (found here https://www.zen-cart.com/downloads.php?do=file&id=899 ) ??
Any feedback is much appreciated. Thanks
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
frank18
Can answer my own question: The Ozpost shipping module works fine with OPC. I have it working on 2 local and 1 live installation. No issues, no code modifications needed.
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
frank18
Can answer my own question: The Ozpost shipping module works fine with OPC. I have it working on 2 local and 1 live installation. No issues, no code modifications needed.
Thanks, @frank18, for the follow-up. I'll update the OPC readme to reflect your interoperability report!
Re: One-Page Checkout [Support Thread]
This is a great add-on. The Best.
Anyway, I have been running OPC version 1.0.5, so I am trying to update to 1.2.0.
My problem comes when I try to modify the tpl_checkout_one_default.php for my template override to make it better match my template and preferred flow of checkout. If I move the shipping selection div at all it stops being able to update the total when you change the shipping method.
I'm pretty sure I'm missing something simple, so any help would be appreciated.