Page 122 of 281 FirstFirst ... 2272112120121122123124132172222 ... LastLast
Results 1,211 to 1,220 of 2809
  1. #1211
    Join Date
    Apr 2018
    Posts
    121
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    How can I merge the registration page into a one-page payment?

  2. #1212
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,493
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by jiji2018 View Post
    How can I merge the registration page into a one-page payment?
    I don't understand the question. Are you asking to merge the "registered-customer" version of the Create Account page?

  3. #1213
    Join Date
    Apr 2018
    Posts
    121
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Yes,Can that be like that?
    Registration page, shipping page, credit card page, confirmation order page are merged into one page.

  4. #1214
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,493
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by jiji2018 View Post
    Yes,Can that be like that?
    Registration page, shipping page, credit card page, confirmation order page are merged into one page.
    Not without some major rework.

  5. #1215
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: One-Page Checkout [Support Thread]

    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?
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  6. #1216
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,493
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by RixStix View Post
    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!).

  7. #1217
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: One-Page Checkout [Support Thread]

    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.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  8. #1218
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,493
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by RixStix View Post
    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.
    @RixStix, you've got it (other than that required edit to your template's /common/tpl_header.php).

  9. #1219
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: One-Page Checkout [Support Thread]

    Thank you Cindy
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  10. #1220
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: One-Page Checkout [Support Thread]

    Looking in zc156b responsive_classic and my clone of responsive_classic

    zc156b\includes\templates\responsive_classic\common\tpl_header.php

    Code:
    if ($_SESSION['customer_id']) {
    has already been changed in the distribution files to
    Code:
    if (zen_is_logged_in() && !zen_in_guest_checkout()) {
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

 

 

Similar Threads

  1. Set number of products displayed per page (support thread)
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 146
    Last Post: 2 Nov 2023, 12:50 AM
  2. v151 Banners In Main Page - Support Thread
    By stevesh in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Sep 2021, 03:36 PM
  3. v151 Site Map/Page Not Found: Combined [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 4 Jan 2016, 02:19 PM
  4. v151 PayPal Express Checkout Using NVP 84.0 [Support Thread]
    By lat9 in forum Addon Payment Modules
    Replies: 32
    Last Post: 28 Dec 2015, 04:54 PM
  5. Checkout Amazon Style -- Support Thread
    By CJPinder in forum All Other Contributions/Addons
    Replies: 72
    Last Post: 13 Apr 2011, 08:18 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR