How can I merge the registration page into a one-page payment?
Printable View
How can I merge the registration page into a one-page payment?
Yes,Can that be like that?
Registration page, shipping page, credit card page, confirmation order page are merged into one page.
I must have gotten up this morning with a case of dumbass because the install instructions are not making sense regardless of how many times I read them.
Vanilla install in sandbox. drop tables. import live db backup into sandbox. rerun zc_install?
Which set of 'includes' files are used for a 156b install.
Only the ones in the zc156b folder or both folders worth of includes files?
How bad am I over thinking this?
Nope, they're confusing (not intentionally), but for zc156b and later the only additional change that needs to be made is to your active template's tpl_header.php, as identified in these online instructions (https://lat9.github.io/one_page_chec..._or_later.html).
Other than that change, the only in-distribution changes for OPC v2.1.2 are those 3 language file's template overrides. All the other files in the plugin's zip-file are specific to OPC (no more core file overwrites!).
Sorry, I'm still confused.
There are 3 separate/different 'includes' folders in the distribution and I want to make sure that I use the correct folder for the specific edits required.
So since this is an initial install on 156b, I use the unlabeled 'includes' folder and ignore the zc155f and zc156b 'includes' folders because the specific labeled 'includes' folders are ONLY used for upgrading OPC from a previous version TO the specific labeled OPC 'includes' folder?
I don't mean to be a PIA but the zc156 upgrade process has been the most confusing in my past 10 years of use and I don't want to get 2 weeks into the upgrade to find out that on day 1 the wrong file was used and require a complete do-over.
Thank you Cindy
Looking in zc156b responsive_classic and my clone of responsive_classic
zc156b\includes\templates\responsive_classic\common\tpl_header.php
has already been changed in the distribution files toCode:if ($_SESSION['customer_id']) {
Code:if (zen_is_logged_in() && !zen_in_guest_checkout()) {