Page 66 of 296 FirstFirst ... 1656646566676876116166 ... LastLast
Results 651 to 660 of 2956
  1. #651
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,342
    Plugin Contributions
    94

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by GerriM View Post
    In case others have experienced similar issues...following on from Post #637, lat9 kindly worked with me off-line and we found a resolution using Firefox's F12 and Control-U functions. Thanks very much to lat9 for her assistance!

    First, lat9 found a coding error where I accidentally omitted a "-" in "-->" in my amended html_header.php file (commenting out the zcJS function). When that didn't resolve the error, using the same debug methods, I found a bracket error in line 82 of the \includes\templates\My_TEMPLATE\jscript\jscript_framework file. I corrected that and got OPC working .

    This issue may not be relevant to everyone since once OPC started operating correctly, reverting back to the original uncorrected file didn't duplicate the error . lat9 then provided me with a replacement file.

    Thanks again! Very grateful for all assistance!
    No problem, GerriM! Thanks for the update that with validated HTML and the correct version of the jscript_framework.php file corrected your issue.

  2. #652
    Join Date
    Mar 2010
    Posts
    21
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    I installed the latest version of OPC

    When submit the confirm button it goes in a loop and the checkout one page shows the message "Your order's details have changed. Please review the current values and re-submit". I read several messages about the same problems, but with no result. I really want to use OPC, so any help is welcome.

  3. #653
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,342
    Plugin Contributions
    94

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by jolion View Post
    I installed the latest version of OPC

    When submit the confirm button it goes in a loop and the checkout one page shows the message "Your order's details have changed. Please review the current values and re-submit". I read several messages about the same problems, but with no result. I really want to use OPC, so any help is welcome.
    What Zen Cart version? What template are you using? What shipping, payment and order-total modules?

    If possible (i.e. you're not testing on a local computer) could/would you post a link to the site? If you don't want it public, you can send me the link via PM.

    Please note that the message you identified can result from a bunch of different underlying issues.

  4. #654
    Join Date
    Mar 2010
    Posts
    21
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    I have ZC1.5.5d

    My shop is www.jolion.nl, although the site is in development.

    I learned in here that is can have several causes, but I can't put my finger on the right one.

    Thank you in advance for helping me!

  5. #655
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,342
    Plugin Contributions
    94

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by jolion View Post
    I have ZC1.5.5d

    My shop is www.jolion.nl, although the site is in development.

    I learned in here that is can have several causes, but I can't put my finger on the right one.

    Thank you in advance for helping me!
    Do you have a test user account that I could use? You can send me the test email address and password via Private Message.

  6. #656
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,342
    Plugin Contributions
    94

    Default Re: One-Page Checkout [Support Thread]

    Test account credentials received! The cause of the message, I believe, is that the modifications made to the tpl_checkout_one_default.php file have rendered the page's HTML invalid.

    Since much of the OPC's processing involves jQuery processing of the page, invalid HTML can confuse the data-gathering performed when that "Confirm" (or "Review") button is pressed.

    I'd suggest updating the changes you've made to the template to restore its valid HTML; I'm pretty sure that with valid HTML you'll have the OPC working.

  7. #657
    Join Date
    Mar 2010
    Posts
    21
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Hi Lat9, thanks for your help so far! I have installed again the original tpl_chechout_one_default and figth my way through WS3 validator. Most of the errors comes from the main page, but I was able to tackle them all! The page is error free for now, but still no confirmation page and still have the error message "Your order's details have changed. Please review the current values and re-submit.".

    In IE10 F12 console I see a error. See the attached image.

    Name:  jolionf12.JPG
Views: 417
Size:  34.0 KB

    Do you have any clue how to fix this?

  8. #658
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,342
    Plugin Contributions
    94

    Default Re: One-Page Checkout [Support Thread]

    @jolion, please follow these instructions to create a OPC log; I'll send you my direct email via PM and you can email the log to me once you've created it.

    1. Make sure that your admin's Configuration->One Page Checkout->Debug is set to true.
    2. Log into your site, place an item in your cart and click the "Checkout" button.
    3. Using your webhost's cPanel's File Explorer or via FTP, delete any existing /logs/myDEBUG-one-page-checkout*.log files.
    4. Click the "Confirm Order" button.
    5. Navigate to your site's /logs directory, copy that most recent one-page-checkout log and email it to me.

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

    Default Re: One-Page Checkout [Support Thread]

    Okay, here we go. haredoDOTcom 1.5.5a with latest Square and OPC. MySQL 5.6.37 PHP 5.6.3 Apache linux 3.10.0
    Nothing else in the payment/checkout area that would effect checkout.




    • User is not logged in NOR is user in customer database.
    • User selects item for shopping cart. (https://haredoDOTcom/index.php?main_...&products_id=6)
    • User adds to cart
    • User clicks on checkout and is shown split checkout page.
    • User selects PayPal Checkout
    • User taken to PayPal for payment
    • User selects Payment Type and continues
    • PayPal returns user to haredoDOTcom for confirmation
    • Confirmation button does not work.




    Read me and troubleshot with F12 to discover hidden errors in Squre which led us to find that a file was not included in the newest release of Square Payment Module. CreateOrderRequestOrder.php is the file and changing it to .xxx vs .php cured a small problem with Square that was NOT throwing an error. Will post that part in Square Payment thread. Found another Square file that was not properly updated and fixed that.

    Those repairs got us to the point that using the confirm order button would at least fire something in the F12 Console.

    The system is crashing when I try to add the F12 Log so I'll have try in next thread

  10. #660
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,448
    Plugin Contributions
    11

    Default Re: One-Page Checkout [Support Thread]

    here's the F12 log
    Code:
    index.php?main_page=checkout_one:25 A parser-blocking, cross site (i.e. different eTLD+1) script, https://code.jquery.com/jquery-1.12.0.min.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message. See https://www.chromestatus.com/feature/5718547946799104 for more details.(anonymous) @ index.php?main_page=checkout_one:25
    index.php?main_page=checkout_one:25 A parser-blocking, cross site (i.e. different eTLD+1) script, https://code.jquery.com/jquery-1.12.0.min.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message. See https://www.chromestatus.com/feature/5718547946799104 for more details.
    (anonymous) @ index.php?main_page=checkout_one:25
    index.php?main_page=checkout_one:247 setFormSubmitButton, payment-module: paypalwpp
    index.php?main_page=checkout_one:247 Showing "confirm"
    index.php?main_page=checkout_one:247 Setting orderConfirmed (0), submitter (null)
    index.php?main_page=checkout_one:247 jQuery version: 1.12.0
    paymentform:1 Uncaught Error: SqPaymentForm element with id `square_cc-number` not found. Has the DOM finished loading?
    See: https://docs.connect.squareup.com/articles/adding-payment-form/#generatingpaymentform
        at s.buildIframeController (paymentform:1)
        at s.buildIframeControllers (paymentform:1)
        at s.build (paymentform:1)
        at s.build (paymentform:1)
    s.buildIframeController @ paymentform:1
    s.buildIframeControllers @ paymentform:1
    s.build @ paymentform:1
    s.build @ paymentform:1
    mycontentscript.js:13 KGen:Page => Ready !
    index.php?main_page=checkout_one:247 submitFunction, 2 arguments: 0, 0, 
    index.php?main_page=checkout_one:247 Current order total: 11.31, text: $11.31
    index.php?main_page=checkout_one:247 submitFunction, on exit submitter=null
    index.php?main_page=checkout_one:247 Setting orderConfirmed (1), submitter (null)
    index.php?main_page=checkout_one:247 Submitting order-creating form
    index.php?main_page=checkout_one:247 Updating shipping method to usps_First-ClassTM Package Service, processing type: submit
    index.php?main_page=checkout_one:50 {cache: false, type: "POST", traditional: true, dataType: "json", timeout: 5000, …}
    index.php?main_page=checkout_one:247 Shipping method updated, error: false
    index.php?main_page=checkout_one:247 Form submitted, type (submit), orderConfirmed (1)
    index.php?main_page=checkout_one:247 Form checked, passed (true)
    index.php?main_page=checkout_one:675 Uncaught TypeError: Cannot read property 'checked' of null
        at HTMLFormElement.<anonymous> (https://haredo.com/index.php?main_page=checkout_one:675:125)
        at HTMLFormElement.dispatch (https://code.jquery.com/jquery-1.12.0.min.js:3:12344)
        at HTMLFormElement.r.handle (https://code.jquery.com/jquery-1.12.0.min.js:3:9071)
        at Object.trigger (https://code.jquery.com/jquery-1.12.0.min.js:3:11471)
        at HTMLFormElement.<anonymous> (https://code.jquery.com/jquery-1.12.0.min.js:3:18895)
        at Function.each (https://code.jquery.com/jquery-1.12.0.min.js:2:2881)
        at n.fn.init.each (https://code.jquery.com/jquery-1.12.0.min.js:2:846)
        at n.fn.init.trigger (https://code.jquery.com/jquery-1.12.0.min.js:3:18871)
        at n.fn.init.n.fn.(anonymous function) [as submit] (https://code.jquery.com/jquery-1.12.0.min.js:4:16189)
        at Object.<anonymous> (https://haredo.com/index.php?main_page=checkout_one:554:75)
    (anonymous) @ index.php?main_page=checkout_one:675
    dispatch @ jquery-1.12.0.min.js:3
    r.handle @ jquery-1.12.0.min.js:3
    trigger @ jquery-1.12.0.min.js:3
    (anonymous) @ jquery-1.12.0.min.js:3
    each @ jquery-1.12.0.min.js:2
    each @ jquery-1.12.0.min.js:2
    trigger @ jquery-1.12.0.min.js:3
    n.fn.(anonymous function) @ jquery-1.12.0.min.js:4
    (anonymous) @ index.php?main_page=checkout_one:554
    i @ jquery-1.12.0.min.js:2
    fireWith @ jquery-1.12.0.min.js:2
    e.(anonymous function) @ jquery-1.12.0.min.js:2
    success @ index.php?main_page=checkout_one:58
    i @ jquery-1.12.0.min.js:2
    fireWith @ jquery-1.12.0.min.js:2
    y @ jquery-1.12.0.min.js:4
    c @ jquery-1.12.0.min.js:4
    XMLHttpRequest.send (async)
    send @ jquery-1.12.0.min.js:4
    ajax @ jquery-1.12.0.min.js:4
    (anonymous) @ index.php?main_page=checkout_one:70
    Deferred @ jquery-1.12.0.min.js:2
    zcJS.ajax @ index.php?main_page=checkout_one:36
    changeShippingSubmitForm @ index.php?main_page=checkout_one:488
    (anonymous) @ index.php?main_page=checkout_one:588
    dispatch @ jquery-1.12.0.min.js:3
    r.handle @ jquery-1.12.0.min.js:3

 

 

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