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]

    I've just submitted v2.4.3 for the Zen Cart moderators' review and will post back here when it's available for download.

    This release contains changes associated with the following GitHub issues:

    #351: Date-of-birth redisplay doesn't work on some mobile devices.
    #353: No shipping quotes returned during guest-checkout if 'Enable shipping=billing' is set to false.

  2. #2
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,531
    Plugin Contributions
    127

    Default Re: One-Page Checkout [Support Thread]

    Haven't seen this one before:

    #1 checkout_one_observer->__construct() called at [/home/account/domains/mystore/public_html/includes/autoload_func.php:44]
    #2 require(/home/account/domains/mystore/public_html/includes/autoload_func.php) called at [/home/account/domains/mystore/public_html/includes/application_top.php:222]
    #3 require(/home/account/domains/mystore/public_html/includes/application_top.php) called at [/home/account/domains/mystore/public_html/index.php:25]
    --> PHP Warning: Use of undefined constant WARNING_GUEST_NO_GCS - assumed 'WARNING_GUEST_NO_GCS' (this will throw an Error in a future version of PHP) in /home/account/domains/mystore/public_html/includes/classes/observers/class.checkout_one_observer.php on line 118.

    Is the observer loaded before the language defs in extra_definitions are?
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  3. #3
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,700
    Plugin Contributions
    11

    Default Re: One-Page Checkout [Support Thread]

    Should be defined in includes/languages/english/extra_definitions/lang.checkout_one_extra_definitions.php of the latest version. No problems with any of our sites but, not all use GCs.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

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

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by swguy View Post
    Haven't seen this one before:

    #1 checkout_one_observer->__construct() called at [/home/account/domains/mystore/public_html/includes/autoload_func.php:44]
    #2 require(/home/account/domains/mystore/public_html/includes/autoload_func.php) called at [/home/account/domains/mystore/public_html/includes/application_top.php:222]
    #3 require(/home/account/domains/mystore/public_html/includes/application_top.php) called at [/home/account/domains/mystore/public_html/index.php:25]
    --> PHP Warning: Use of undefined constant WARNING_GUEST_NO_GCS - assumed 'WARNING_GUEST_NO_GCS' (this will throw an Error in a future version of PHP) in /home/account/domains/mystore/public_html/includes/classes/observers/class.checkout_one_observer.php on line 118.

    Is the observer loaded before the language defs in extra_definitions are?
    That was corrected in OPC v2.4.0.

  5. #5
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,531
    Plugin Contributions
    127

    Default Re: One-Page Checkout [Support Thread]

    Thanks Cindy.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  6. #6
    Join Date
    Apr 2019
    Posts
    345
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Hi @lat9, I just received a call from one of our customers, saying that he cannot enter the CVV number during the checkout. He used Edge browser. I asked him to copy the CVV number to the CVV textbox. He said it was not allowed to do that.

    From my end, I just tried to checkout using Chrome and also Edge. I could enter CVV number on both browsers. I'm using the 2.4.3 OPC version now.

    I emailed his log file to your email. If you get a chance, please take a look at it.

    Thanks in advance.

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

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by njcyx View Post
    Hi @lat9, I just received a call from one of our customers, saying that he cannot enter the CVV number during the checkout. He used Edge browser. I asked him to copy the CVV number to the CVV textbox. He said it was not allowed to do that.

    From my end, I just tried to checkout using Chrome and also Edge. I could enter CVV number on both browsers. I'm using the 2.4.3 OPC version now.

    I emailed his log file to your email. If you get a chance, please take a look at it.

    Thanks in advance.
    FWIW, I'm also unable to reproduce this issue.

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

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    I've just submitted v2.4.3 for the Zen Cart moderators' review and will post back here when it's available for download.

    This release contains changes associated with the following GitHub issues:

    #351: Date-of-birth redisplay doesn't work on some mobile devices.
    #353: No shipping quotes returned during guest-checkout if 'Enable shipping=billing' is set to false.
    Now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2095

  9. #9
    Join Date
    May 2022
    Location
    Canada
    Posts
    19
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Hi everyone,

    It is important to have the guest customer agreed to rules before checking out, Terms and Conditions , and Privacy Notice.

    Admin->Configuration -> Regulations

    When I set the Regulations to True, then in OPC , the guest customer cannot check out and it falls in a loop of asking to confirm again and again.
    I have to set them to false in order to have OPC working at checkout, while we need to make sure customer has agreed to the terms.


    Please advise how to fix the issue. thank you.

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

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by TitanOwl View Post
    Hi everyone,

    It is important to have the guest customer agreed to rules before checking out, Terms and Conditions , and Privacy Notice.

    Admin->Configuration -> Regulations

    When I set the Regulations to True, then in OPC , the guest customer cannot check out and it falls in a loop of asking to confirm again and again.
    I have to set them to false in order to have OPC working at checkout, while we need to make sure customer has agreed to the terms.


    Please advise how to fix the issue. thank you.
    Update to the current version? I'm guessing that you're running a version prior to 2.4.3.

 

 
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