Results 1 to 10 of 3052

Hybrid View

  1. #1
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    458
    Plugin Contributions
    1

    Default Re: One-Page Checkout [Support Thread]

    Hi,Thanks for helping.
    No, the only thing that occurs is the (one_page_checkout error log gets bigger) and the bottom of it shows the error I included in last post, not sure if you need to see any other info from that log.
    First I disabled the Express Module, error still came up,
    Than I disabled Flat Module, error still came up again,
    After I disabled BOTH shipping modules and only left "Store Pick Up" as an option but that came up with a Different error now and the following debug log:

    Code:
    [26-Jul-2021 08:03:12 Australia/Sydney] PHP Notice:  Malformed value for session-based shipping module; customer will need to re-select: false in /home2/...../public_html/....com.au/includes/classes/order.php on line 323
    Error snapshot: https://i.imgur.com/313GGoE.png

    Weird all this seem to happen when the one_checkout is enabled.

    My flat rate file names are (flat.php and express.php), I've checked both files well and they are ok, and they both work fine in normal zen cart checkout process.

  2. #2
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    458
    Plugin Contributions
    1

    Default Re: One-Page Checkout [Support Thread]

    On another note, been trying to take out the brackets from the shipping module, I managed to do it in normal checkout, but can't seem to figure it out in (one checkout mode), as when I take out the ( checkout process goes blank?! All I did was just Remove the parens themselves from between the apostrophes from the codes below:

    This is the file I deleted just the parens from (includes/modules/pages/checkout_one/header_php.php) on two separate lines.
    Code:
    if ($_SESSION['shipping']['cost'] == $method['cost'] && $_SESSION['shipping']['title'] == ($val['module'] . ' (' . $method['title'] . ')')) {
    Code:
    'title' => $quotes[0]['title'] . ' (' . $quotes[0]['methods'][0]['title'] . ')',
    This is the file I deleted just the parens from (includes/modules/pages/checkout_one_confirmation/header_php.php) on one line.
    Code:
    'title' => ($free_shipping) ?  $quote[0]['methods'][0]['title'] : ($quote[0]['module'] . ' (' . $quote[0]['methods'][0]['title'] . ')'),

  3. #3
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    458
    Plugin Contributions
    1

    Default Re: One-Page Checkout [Support Thread]

    One more thing I just noticed..
    Ok, so when I have the one checkout enabled and have the two flat rate shipping options available..
    As per the usual error from previous post, if I click on the already chosen radio button on the standard flat rate shipping, I get that error where all shipping modules disappear, and if I refresh, they come back, than when I click again, the loading circle hovers over the radio button and they disappear again, then when I hit refresh again, they come back....
    NOW, if I click the express flat rate radio button, no error occurs, it chooses that button correctly, than if I click the regular standard flat rate radio button, it works fine and I can go to the checkout correctly.

    VERY weird that's for sure, but it might help someone understand the issue a bit more at least?!

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

    Default Re: One-Page Checkout [Support Thread]

    Agreed, it's pretty weird. Just checking; what version of OPC is in use?

  5. #5
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    458
    Plugin Contributions
    1

    Default Re: One-Page Checkout [Support Thread]

    I installed 2.3.8 but updated to 2.3.9 to see if it fixes the problem (I just merged/uploaded the 5 files that were changed) but the problem is still there?!

  6. #6
    Join Date
    Aug 2010
    Location
    Hartland, MI
    Posts
    303
    Plugin Contributions
    3

    Default Re: One-Page Checkout [Support Thread]

    An odd error occurred overnight where an error in OPC caused duplicate orders 22 seconds apart for the same customer and same items, but did not send out any order conformation emails. Only one of the orders was charged out (PayPal) with no payment confirmation visible in admin, but shows in PayPal.

    Same error posted to the log for both orders.

    Error Log:
    Code:
    [26-Jul-2021 21:31:26 America/Chicago] Request URI: /store/index.php?main_page=checkout_process, IP address: xx.38.xx.8
    #1 trigger_error() called at [/includes/classes/OnePageCheckout.php:1399]
    #2 OnePageCheckout->inputPreCheck() called at [/includes/classes/OnePageCheckout.php:898]
    #3 OnePageCheckout->formatAddress() called at [/includes/classes/observers/class.checkout_one_observer.php:532]
    #4 checkout_one_observer->update() called at [/includes/classes/class.base.php:118]
    #5 base->notify() called at [/includes/classes/order.php:1183]
    #6 order->send_order_email() called at [/includes/modules/checkout_process.php:103]
    #7 require(/includes/modules/checkout_process.php) called at [/includes/modules/pages/checkout_process/header_php.php:14]
    #8 require(/includes/modules/pages/checkout_process/header_php.php) called at [/index.php:35]
    --> PHP Fatal error: Invalid request, tempAddressValues not set. in /includes/classes/OnePageCheckout.php on line 1399.
    1.5.7 store
    OPC v2.3.8
    Bootstrap 4 template

    Going to update to OPC v2.3.9 today...

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

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by mikestaps View Post
    An odd error occurred overnight where an error in OPC caused duplicate orders 22 seconds apart for the same customer and same items, but did not send out any order conformation emails. Only one of the orders was charged out (PayPal) with no payment confirmation visible in admin, but shows in PayPal.

    Same error posted to the log for both orders.

    Error Log:
    Code:
    [26-Jul-2021 21:31:26 America/Chicago] Request URI: /store/index.php?main_page=checkout_process, IP address: xx.38.xx.8
    #1 trigger_error() called at [/includes/classes/OnePageCheckout.php:1399]
    #2 OnePageCheckout->inputPreCheck() called at [/includes/classes/OnePageCheckout.php:898]
    #3 OnePageCheckout->formatAddress() called at [/includes/classes/observers/class.checkout_one_observer.php:532]
    #4 checkout_one_observer->update() called at [/includes/classes/class.base.php:118]
    #5 base->notify() called at [/includes/classes/order.php:1183]
    #6 order->send_order_email() called at [/includes/modules/checkout_process.php:103]
    #7 require(/includes/modules/checkout_process.php) called at [/includes/modules/pages/checkout_process/header_php.php:14]
    #8 require(/includes/modules/pages/checkout_process/header_php.php) called at [/index.php:35]
    --> PHP Fatal error: Invalid request, tempAddressValues not set. in /includes/classes/OnePageCheckout.php on line 1399.
    1.5.7 store
    OPC v2.3.8
    Bootstrap 4 template

    Going to update to OPC v2.3.9 today...
    What other plugins are installed for the site? I'm also assuming that you're running zc157c ... or a fully-patched version of zc157.

    The site's "Raw Access Logs" can also be your friend here. Since you know the IP address and timeframe, you could search those raw-access-logs for that IP address to get a feel for how the customer navigated through the site.

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

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by rlexyd View Post
    I installed 2.3.8 but updated to 2.3.9 to see if it fixes the problem (I just merged/uploaded the 5 files that were changed) but the problem is still there?!
    If you'd post a zip of the two shipping modules, I can take a look to see if I can see something awry.

  9. #9
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    458
    Plugin Contributions
    1

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    If you'd post a zip of the two shipping modules, I can take a look to see if I can see something awry.
    Thanks again..
    Here are the 4 files in zip.

 

 

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