Page 1 of 2 12 LastLast
Results 1 to 10 of 3052

Hybrid View

  1. #1
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,940
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by jeking View Post
    @lat9 Wonderful plugin. Thank you for all your time on this.

    Question: with guest checkout the customer details require the 'Save Changes' button to be clicked. Might there be a way to avoid that? Maybe it's me, but it took me some time trouble shooting to figure out that was the cause for not being able to complete an order. It's just not a logical part of checkout, to have to save field entries like that, so I'd suspect shoppers will do the same thing.
    @jeking, I'll give your request some consideration. Just noting that the change will be fairly 'intrusive', changing the templates' structure and the AJAX processing as well as OPC's 'core' class.

    Issue created on the plugin's GitHub repository for tracking: https://github.com/lat9/one_page_checkout/issues/163
    Last edited by lat9; 20 Feb 2019 at 06:07 PM.

  2. #2
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: One-Page Checkout [Support Thread]

    At the moment I am having to use v1.5.5f

    In the instructions it says 'css_js_loader' has to be loaded first. However in those instruction it says 'Composer' has to be download and installed before 'css_js_loader' is. What does 'Composer' do?

  3. #3
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,940
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by adb34 View Post
    At the moment I am having to use v1.5.5f

    In the instructions it says 'css_js_loader' has to be loaded first. However in those instruction it says 'Composer' has to be download and installed before 'css_js_loader' is. What does 'Composer' do?
    Are you, perhaps, confusing One-Page Checkout with Fast and Easy Checkout? OPC has never had a requirement for the css_js_loader.

  4. #4
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    Are you, perhaps, confusing One-Page Checkout with Fast and Easy Checkout? OPC has never had a requirement for the css_js_loader.
    Oh??????? I will have to get back on that one. Sorry if I have got it wrong. My bad

  5. #5
    Join Date
    Sep 2013
    Location
    Texas
    Posts
    315
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    The order.php has issues, when you click "Checkout" from the Shopping Cart page or refresh the checkout page it throws errors.
    I have tested under several different conditions but my latest testing was a out-of-the-box install of 1.5.6a on PHP 7.2 with the default green classic template.
    Added a couple products.
    Payment module was Money Order
    location was the default Florida state.
    OPC debug set to FULL

    Note: OPC order.php needs updating for 1.5.6a or more explanation as there are major differences from OPC order.php.
    As far as I can tell all the files except order.php are very much the same as 1.5.6a

    I tested with the following:
    OPC order.php
    Original order.php
    MERGED order.php
    All three tests post very similar PHP warnings.
    Also note even though I've selected the green classic template in a couple cases it's looking in the responsive_classic template

    myDEBUG-20190226-180718-210765-log
    Code:
    [26-Feb-2019 18:07:18 UTC] Request URI: /156a/index.php?main_page=checkout_one, IP address: 76.182.229.147
    #1  require(/home/pc/public_html/156a/includes/modules/pages/checkout_one/header_php.php) called at [/home/pc/public_html/156a/index.php:36]
    --> PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/pc/public_html/156a/includes/modules/pages/checkout_one/header_php.php on line 321.
    
    [26-Feb-2019 18:07:18 UTC] Request URI: /156a/index.php?main_page=checkout_one, IP address: 76.182.229.147
    #1  require(/home/pc/public_html/156a/includes/templates/template_default/templates/tpl_modules_opc_credit_selections.php) called at [/home/pc/public_html/156a/includes/templates/template_default/templates/tpl_checkout_one_default.php:67]
    #2  require(/home/pc/public_html/156a/includes/templates/template_default/templates/tpl_checkout_one_default.php) called at [/home/pc/public_html/156a/includes/templates/responsive_classic/common/tpl_main_page.php:171]
    #3  require(/home/pc/public_html/156a/includes/templates/responsive_classic/common/tpl_main_page.php) called at [/home/pc/public_html/156a/index.php:97]
    --> PHP Warning: Invalid argument supplied for foreach() in /home/pc/public_html/156a/includes/templates/template_default/templates/tpl_modules_opc_credit_selections.php on line 44.

    pc_com.php.error-log
    Code:
    [26-Feb-2019 18:07:18 UTC] PHP Notice:  Undefined index:  in /home/pc/public_html/156a/includes/classes/order.php on line 354
    [26-Feb-2019 18:07:18 UTC] PHP Notice:  Trying to get property 'title' of non-object in /home/pc/public_html/156a/includes/classes/order.php on line 354
    [26-Feb-2019 18:07:18 UTC] PHP Notice:  Undefined index:  in /home/pc/public_html/156a/includes/classes/order.php on line 355
    [26-Feb-2019 18:07:18 UTC] PHP Notice:  Trying to get property 'code' of non-object in /home/pc/public_html/156a/includes/classes/order.php on line 355
    [26-Feb-2019 18:07:18 UTC] PHP Notice:  Undefined variable: coupon_code in /home/pc/public_html/156a/includes/classes/order.php on line 356
    [26-Feb-2019 18:07:18 UTC] PHP Notice:  Trying to get property 'fields' of non-object in /home/pc/public_html/156a/includes/classes/order.php on line 356
    [26-Feb-2019 18:07:18 UTC] PHP Notice:  Undefined index: shipping in /home/pc/public_html/156a/includes/classes/order.php on line 363
    [26-Feb-2019 18:07:18 UTC] PHP Notice:  Constant FREE_SHIPPING_TITLE already defined in /home/pc/public_html/156a/includes/languages/english/modules/order_total/ot_shipping.php on line 26
    [26-Feb-2019 18:07:18 UTC] PHP Notice:  Constant FREE_SHIPPING_DESCRIPTION already defined in /home/pc/public_html/156a/includes/languages/english/modules/order_total/ot_shipping.php on line 27
    [26-Feb-2019 18:07:18 UTC] PHP Notice:  Constant MODULE_ORDER_TOTAL_COUPON_HEADER already defined in /home/pc/public_html/156a/includes/languages/english/modules/order_total/ot_coupon.php on line 14
    [26-Feb-2019 18:07:18 UTC] PHP Notice:  Constant SHIPPING_NOT_INCLUDED already defined in /home/pc/public_html/156a/includes/languages/english/modules/order_total/ot_gv.php on line 13
    [26-Feb-2019 18:07:18 UTC] PHP Notice:  Constant TAX_NOT_INCLUDED already defined in /home/pc/public_html/156a/includes/languages/english/modules/order_total/ot_gv.php on line 14
    [26-Feb-2019 18:07:18 UTC] PHP Notice:  Undefined index: coupon_is_valid_for_sales in /home/pc/public_html/156a/includes/functions/functions_gvcoupons.php on line 113
    [26-Feb-2019 18:07:18 UTC] PHP Notice:  Undefined index: id in /home/pc/public_html/156a/includes/templates/template_default/templates/tpl_modules_opc_credit_selections.php on line 20
    [26-Feb-2019 18:07:18 UTC] PHP Notice:  Undefined index: id in /home/pc/public_html/156a/includes/templates/template_default/templates/tpl_modules_opc_credit_selections.php on line 43
    [26-Feb-2019 18:07:18 UTC] PHP Notice:  Undefined index: fields in /home/pc/public_html/156a/includes/templates/template_default/templates/tpl_modules_opc_credit_selections.php on line 44
    [26-Feb-2019 18:07:18 UTC] PHP Notice:  Undefined index: coupon_is_valid_for_sales in /home/pc/public_html/156a/includes/functions/functions_gvcoupons.php on line 113
    Thank You for you time

  6. #6
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,940
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    The single change in the as-distributed /includes/classes/order.php is already included in zc156+. Just restore that file to its Zen Cart "base" version.

    Is "Money Order" one of the payment methods allowed for guest-checkout?
    Last edited by lat9; 26 Feb 2019 at 09:12 PM. Reason: Money-order question.

  7. #7
    Join Date
    Sep 2013
    Location
    Texas
    Posts
    315
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    The single change in the as-distributed /includes/classes/order.php is already included in zc156+. Just restore that file to its Zen Cart "base" version.


    Is "Money Order" one of the payment methods allowed for guest-checkout?
    Guest checkout is disabled.
    On the "Confirm Order" page "Check/Money Order" and Free Order are listed under the Payment section. Those are the default in the admin modules payment selection page.
    I am not using any CC processing selections.

    On the Order Total Modules page everything is enabled except the ot_cod_fee

    Let me add that on my production build I will be using the PO_Number plugin.
    I will never be using the guest-checkout function.
    NOTE: I get these same errors on my production build where I am using the PO_Number mod and it's my only selection.

  8. #8
    Join Date
    Jan 2015
    Posts
    726
    Plugin Contributions
    1

    Default Re: One-Page Checkout [Support Thread]

    I installed this on a testing server just to see how it actually worked. I think its a great module.

    But as for the guest checkout The "save button" really hurts the whole aspect of making things easier.

    Has anyone figured out a way to remove the save button but still make the process guest checkout function.

  9. #9
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,673
    Plugin Contributions
    1

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by chadlly2003 View Post
    I installed this on a testing server just to see how it actually worked. I think its a great module.

    But as for the guest checkout The "save button" really hurts the whole aspect of making things easier.

    Has anyone figured out a way to remove the save button but still make the process guest checkout function.
    replace the save button image (text) with one that says 'proceed' or 'next' or similar ?????????? just a thought.

  10. #10
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,940
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    @chadlly2003, There's an open issue that requests that change: https://github.com/lat9/one_page_checkout/issues/163

 

 
Page 1 of 2 12 LastLast

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

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