Page 201 of 279 FirstFirst ... 101151191199200201202203211251 ... LastLast
Results 2,001 to 2,010 of 2784
  1. #2001
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,399
    Plugin Contributions
    87

    Default Re: One-Page Checkout [Support Thread]

    A link to the site would help. If you don't want to 'publish' it, you can send it to me via the Private Message feature on the Zen Cart forums (refer to that link in the top menu-bar).

  2. #2002
    Join Date
    May 2021
    Location
    UK
    Posts
    5
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Sorry... of course - pollardscoffee.co.uk

    Thank you

  3. #2003
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,399
    Plugin Contributions
    87

    Default Re: One-Page Checkout [Support Thread]

    The site, when viewed with FireFox shows an insecure connection for the main page (it shows 'secure' for the Contact Us page, as it should).

    Are you really, really sure that both the HTTP_SERVER and HTTPS_SERVER definitions indicate https://http://pollardscoffee.co.uk?

  4. #2004
    Join Date
    May 2021
    Location
    UK
    Posts
    5
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Thank you. Here are my setting - includes = * Enter the domain for your store
    * If you have SSL, enter the correct https address in BOTH the HTTP_SERVER and HTTPS_SERVER settings, instead of just an http address.
    */
    define('HTTP_SERVER', 'https://pollardscoffee.co.uk');
    define('HTTPS_SERVER', 'https://pollardscoffee.co.uk');

    /**
    * If you have https enabled on your website, set this to 'true'
    */
    define('ENABLE_SSL', 'true');

    and the admin folder =

    define('HTTP_SERVER', 'https://pollardscoffee.co.uk');
    /**
    * Note about HTTPS_SERVER:
    * There is no longer an HTTPS_SERVER setting for the Admin. Instead, put your SSL URL in the HTTP_SERVER setting above.
    */

    /**
    * Note about DIR_WS_ADMIN
    * The DIR_WS_ADMIN value is now auto-detected.
    * In the rare case where it cannot be detected properly, you can add your own DIR_WS_ADMIN definition below.
    */

    /**
    * Enter the domain for your storefront URL.
    * Enter a separate SSL URL in HTTPS_CATALOG_SERVER if your store supports SSL.
    */
    define('HTTP_CATALOG_SERVER', 'https://pollardscoffee.co.uk');
    define('HTTPS_CATALOG_SERVER', 'https://pollardscoffee.co.uk');

    /**
    * Do you use SSL for your customers login/checkout on the storefront? If so, enter 'true'. Else 'false'.
    */
    define('ENABLE_SSL_CATALOG', 'true');

    Could it be an issue with the certificate?

  5. #2005
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,399
    Plugin Contributions
    87

    Default Re: One-Page Checkout [Support Thread]

    What happens if you temporarily change your template to the built-in responsive_classic? Does it display the same behavior?

    Just trying to see if it could be a template-related issue.

  6. #2006
    Join Date
    May 2021
    Location
    UK
    Posts
    5
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    I get the same Whoops timeout message

  7. #2007
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,399
    Plugin Contributions
    87

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by Lintong View Post
    I get the same Whoops timeout message
    OK, that weeds out the possibility of the template. What other plugins or changes have been installed/made to the site?

    The issue that you're having has to do with the site's session creation/maintenance. Who's your webhost and what version of PHP is in use?

  8. #2008
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,549
    Plugin Contributions
    28

    Default Re: One-Page Checkout [Support Thread]

    I'm following up on a post from several weeks ago. Client just approved installing the current version. I have 2.3.8 installed and getting the same error I was before when clicking update for the address section in guest checkout:

    setFormSubmitButton, payment-module: null
    jquery.checkout_one.js?1618668915:54 Showing "confirm"
    jquery.checkout_one.js?1618668915:54 Setting orderConfirmed (0), submitter (null)
    jquery.checkout_one.js?1618668915:54 jQuery version: 1.7.1
    jquery.checkout_one.js?1618668915:54 saveCustomerInfo, starts ...
    index.php?main_page=checkout_one:58 {cache: false, type: "POST", traditional: true, dataType: "json", timeout: 5000,##…}
    jquery.checkout_one.js?1618668915:998 Uncaught TypeError: Cannot read property 'length' of null
    at Object.<anonymous> (jquery.checkout_one.js?1618668915:998)
    at n (jscript__jquery.min.js:2)
    at Object.fireWith (jscript__jquery.min.js:2)
    at Object.fire [as resolve] (jscript__jquery.min.js:2)
    at Object.success (index.php?main_page=checkout_one:66)
    at n (jscript__jquery.min.js:2)
    at Object.fireWith [as resolveWith] (jscript__jquery.min.js:2)
    at w (jscript__jquery.min.js:4)
    at XMLHttpRequest.d (jscript__jquery.min.js:4)

    Zen Cart 1.5.7a
    PHP 7.2

    I did copy the one extra file in /includes/modules/pages/checkout_payment to /includes/modules/pages/checkout_one. It was: jscript_double_submit.php

  9. #2009
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,399
    Plugin Contributions
    87

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by jeking View Post
    I'm following up on a post from several weeks ago. Client just approved installing the current version. I have 2.3.8 installed and getting the same error I was before when clicking update for the address section in guest checkout:

    setFormSubmitButton, payment-module: null
    jquery.checkout_one.js?1618668915:54 Showing "confirm"
    jquery.checkout_one.js?1618668915:54 Setting orderConfirmed (0), submitter (null)
    jquery.checkout_one.js?1618668915:54 jQuery version: 1.7.1
    jquery.checkout_one.js?1618668915:54 saveCustomerInfo, starts ...
    index.php?main_page=checkout_one:58 {cache: false, type: "POST", traditional: true, dataType: "json", timeout: 5000,##…}
    jquery.checkout_one.js?1618668915:998 Uncaught TypeError: Cannot read property 'length' of null
    at Object.<anonymous> (jquery.checkout_one.js?1618668915:998)
    at n (jscript__jquery.min.js:2)
    at Object.fireWith (jscript__jquery.min.js:2)
    at Object.fire [as resolve] (jscript__jquery.min.js:2)
    at Object.success (index.php?main_page=checkout_one:66)
    at n (jscript__jquery.min.js:2)
    at Object.fireWith [as resolveWith] (jscript__jquery.min.js:2)
    at w (jscript__jquery.min.js:4)
    at XMLHttpRequest.d (jscript__jquery.min.js:4)

    Zen Cart 1.5.7a
    PHP 7.2

    I did copy the one extra file in /includes/modules/pages/checkout_payment to /includes/modules/pages/checkout_one. It was: jscript_double_submit.php
    You need to upgrade to a now-extant version of jQuery. Current version is 3.6.0; zc157c ships with 3.5.1.

  10. #2010
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,549
    Plugin Contributions
    28

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    You need to upgrade to a now-extant version of jQuery. Current version is 3.6.0; zc157c ships with 3.5.1.
    We had tried that when OPC was 2.3.4 and still got this error. I've updated the site to 3.5.1 and get the same error:

    jquery.checkout_one.js?1618668915:54 setFormSubmitButton, payment-module: null
    jquery.checkout_one.js?1618668915:54 Showing "confirm"
    jquery.checkout_one.js?1618668915:54 Setting orderConfirmed (0), submitter (null)
    jquery.checkout_one.js?1618668915:54 jQuery version: 3.5.1
    jquery.checkout_one.js?1618668915:54 saveCustomerInfo, starts ...
    index.php?main_page=checkout_one:56 {cache: false, type: "POST", traditional: true, dataType: "json", timeout: 5000,##…}
    jquery.checkout_one.js?1618668915:998 Uncaught TypeError: Cannot read property 'length' of null
    at jquery.checkout_one.js?1618668915:998
    at c (jscript_jquery.min.js:2)
    at Object.fireWith [as resolveWith] (jscript_jquery.min.js:2)
    at Object.s.<computed> [as resolve] (jscript_jquery.min.js:2)
    at Object.success (index.php?main_page=checkout_one:64)
    at c (jscript_jquery.min.js:2)
    at Object.fireWith [as resolveWith] (jscript_jquery.min.js:2)
    at l (jscript_jquery.min.js:2)
    at XMLHttpRequest.<anonymous> (jscript_jquery.min.js:2)

    Just noticed I'm using the minified. Do you need the unminified to get the right line numbers?

 

 

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