The salutation Ms. is not saved properly when you create a new guest account.
Reproduced by create a new guest account, select Ms. and when pressed save the value is set back to Mr.
The salutation Ms. is not saved properly when you create a new guest account.
Reproduced by create a new guest account, select Ms. and when pressed save the value is set back to Mr.
On a test store using:
- Zen Cart 1.5.6
- zca Bootstrap template, with some layout improvements
- OPC 2.0.5-beta2 (201809-20)
- php 7.1.23
When trying to checkout a virtual product, that requires no shipping address, and no method, I can not finalize the order.
The error obviously is the missing shipping method.
What would be the solution?
![]()
Last edited by Design75; 5 Nov 2018 at 12:16 PM.
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
To save me some setup, @Design75, does this issue also occur with the built-in 'responsive_classic' template?
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
In this case (a virtual order), OPC has determined that the order is "virtual" and has set the shipping to free_free.
Would you create a single-shot OPC debug for my review and send the file (they're pretty large) to my direct email address?
To create that debug-file for just this issue, logout then log back in and navigate to the initial checkout_one page. Then, delete the associated customer's OPC debug file, click the Confirm/Review button and send me the copy of the debug-file that contains only that transition's processing.
I've send you a mail via your site's contact form
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
After a lot of guessing and searching, I decided to look up "net::ERR_CONTENT_DECODING_FAILED 200", as that was the javascript error generated.
That brought me to this page on stack overflow. There too solution was to add some code to fix gzip compression. That made me remember, I had the switch GZIP_LEVEL set to 1 (on). After switching it to 0 (off). the order continues as it should,without errors
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
While free shipping is seen at the bottom of the screen shot, is that because OPC has determined that there is free shipping or is that because the free shipping module is installed. The bolded text above leads to the potential thought that the free shipping module may not be installed. I suspect that it is because of who is posting, but can't tell by the post.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
I've got this updated on OPC's GitHub repository (https://github.com/lat9/one_page_checkout/issues/152); the update will be included in OPC's next release.