Results 1 to 10 of 3052

Hybrid View

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

    Default Re: One-Page Checkout [Support Thread]

    I've just submitted v2.3.9 of One-Page Checkout for the Zen Cart moderators' review; I'll post back here when it's available for download.

    This release contains changes associated with the following GitHub issues:

    #295: Correct ambiguous coupon_id on account registration (MySQL error)
    #296: Correcting greedy CSS change in v2.3.6, resulting in items showing that should be blocked.
    #297: Add address-fields' 'specificity' to correct browser address-autofills.

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,949
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    I've just submitted v2.3.9 of One-Page Checkout for the Zen Cart moderators' review; I'll post back here when it's available for download.

    This release contains changes associated with the following GitHub issues:

    #295: Correct ambiguous coupon_id on account registration (MySQL error)
    #296: Correcting greedy CSS change in v2.3.6, resulting in items showing that should be blocked.
    #297: Add address-fields' 'specificity' to correct browser address-autofills.
    Available for download: https://www.zen-cart.com/downloads.php?do=file&id=2095

  3. #3
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    629
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    I was totally up to date with the last release. As I read in the installation procedure, this is just a drop in/overwrite of the previous version for 1.5.7c, correct?

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

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by g2ktcf View Post
    I was totally up to date with the last release. As I read in the installation procedure, this is just a drop in/overwrite of the previous version for 1.5.7c, correct?
    Correct, it's a drop-in update. Just check the change history, I'm pretty good about identifying the files that have changed.

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

    Default Re: One-Page Checkout [Support Thread]

    First thank you for the plugin, it's a great idea :)
    I am however having a problem with it.
    I have a new install of Zen Cart v1.5.7c running responsive template on PHP 7.4.21 and only a handful of plugins installed.
    I have two flat rate shipping modules installed (Regular & Express) after cloning the Flat rate module.
    Whenever I go to checkout, I click on the radio dot of the "Standard Flat Rate" under shipping method but the screen quickly refreshes and the shipping method options disappear (view below snapshots) and can't confirm order as it will come up with error when I click on the confirm order button?!
    I checked the error log and the below code is at the bottom of the log, can't really figure out the issue, I've had to turn off the one checkout module for now, the checkout process works fine in normal checkout mode, no such issues?!

    (Please view snapshots below):
    BEFORE pressing the radio button: https://i.imgur.com/D5tYjwq.png
    AFTER (error) clicking on the radio button: https://i.imgur.com/Ogd7nIW.png
    AFTER (error) clicking on the Confirm Order Button: https://i.imgur.com/htIzRAG.png

    Wonder why it's doing this? I hope I can get some assistance.
    Thank you.

    Code:
    2021-07-25 15:41:34 index: updateShipping, returning:{"status":"invalid","errorMessage":"Your available shipping options have changed. Please re-select your desired shipping method.","orderTotalHtml":"<div id=\"otsubtotal\">\r\n    <div class=\"totalBox larger forward\">$7.00<\/div>\r\n    <div class=\"lineTitle larger forward\">Sub-Total:<\/div>\r\n<\/div>\r\n<br class=\"clearBoth\" \/>\r\n<div id=\"ottotal\">\r\n    <div class=\"totalBox larger forward\">$7.00<\/div>\r\n    <div class=\"lineTitle larger forward\">Total:<\/div>\r\n<\/div>\r\n<br class=\"clearBoth\" \/>\r\n","shippingHtml":"","shippingMessage":"","paymentHtml":"<!--bof payment-method choices -->\n  <div id=\"checkoutPaymentMethod\" class=\"floatingBox forward clearRight\">\n    <fieldset>\n      <legend>Payment Method<\/legend>\n<div class=\"custom-control custom-radio\"><input type=\"hidden\" name=\"payment\" value=\"dirbankaus\" id=\"pmt-dirbankaus\" \/>      <label for=\"pmt-dirbankaus\" class=\"custom-control-label radioButtonLabel\">Bank Deposit\/Internet Transfer<div id=\"bankpayment\"><img src=\"images\/bankpayment.jpg\" alt=\"\" \/><\/a><\/div><\/label>\n      <\/div>\n      <br class=\"clearBoth\" \/>\n\n    <\/fieldset>\n  <\/div>\n  <div class=\"clearBoth\"><\/div>\n<!--eof payment-method choices -->\n","paymentHtmlAction":"update"}
    Shipping not set
    Last edited by rlexyd; 25 Jul 2021 at 09:17 AM.

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

    Default Re: One-Page Checkout [Support Thread]

    @rlexyd, are there any debug-logs generated during that checkout?

    What is the file-name of your flat-rate clone shipping method? If you (temporarily) disable that shipping-method clone and enable one of the other built-in shipping modules for testing, does the issue 'disappear'.

    I am, as you can derive, trying to see if it's that clone that is giving you grief.

  7. #7
    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.

 

 

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