Page 211 of 279 FirstFirst ... 111161201209210211212213221261 ... LastLast
Results 2,101 to 2,110 of 2784
  1. #2101
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    312
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    The opc_debug_redirection_error tool's output, when an issue is found, highlights the difference in a different color.
    I have used 2 different browsers... this is the screen shot. only black and white

    Name:  Screen Shot 2021-11-14 at 8.21.24 AM.jpg
Views: 888
Size:  62.8 KB
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

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

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by Carbonless View Post
    I have used 2 different browsers... this is the screen shot. only black and white

    Name:  Screen Shot 2021-11-14 at 8.21.24 AM.jpg
Views: 888
Size:  62.8 KB
    My bad, but I knew there was associated styling. If you look, the order_current_total has strikeout styling associated, indicating that the value's changed from '0' to '9.50'. That indicates (to me) that the site's OPC configuration setting (Order Total: jQuery Selector) doesn't match the layout provided by your site's template.

    What's that current setting and what template is in use?

  3. #2103
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    312
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    My bad, but I knew there was associated styling. If you look, the order_current_total has strikeout styling associated, indicating that the value's changed from '0' to '9.50'. That indicates (to me) that the site's OPC configuration setting (Order Total: jQuery Selector) doesn't match the layout provided by your site's template.

    What's that current setting and what template is in use?
    here is the configuration setting: #ottotal > div:first-child
    Tempate is ZCA Bootstrap 3.0
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

  4. #2104
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    312
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by Carbonless View Post
    here is the configuration setting: #ottotal > div:first-child
    Tempate is ZCA Bootstrap 3.0
    the "Payment Methods Requiring Confirmation" was blank. That was issue.

    resolved now.
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

  5. #2105
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    312
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by Carbonless View Post
    Attachment 19806This is the pop up when the SHOPPING CART link is clicked on

    Trying to identify whats causing this splash screen? If its clicked thru the OPC allows the user to continue to checkout...
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

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

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by Carbonless View Post
    Trying to identify whats causing this splash screen? If its clicked thru the OPC allows the user to continue to checkout...
    I dunno, but if you view the browser's "Console Logs" (using the browser's developers' tools), you'll be told what was missing.

  7. #2107
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    312
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    This is the console display when the pop up shows up
    Shipping method updated, error: false jquery.checkout_one.js:54:21
    GEThttps://psdinnersready.com/includes/templates/template_default/images/icons/success.png[HTTP/1.1 500 Internal Server Error 84ms]

    GEThttps://psdinnersready.com/includes/templates/template_default/images/icons/success.png[HTTP/1.1 500 Internal Server Error 72ms]

    Missing #ottotal > div:first-child jquery.checkout_one.js:54:21

    Missing #otshipping jquery.checkout_one.js:54:21
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

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

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by Carbonless View Post
    This is the console display when the pop up shows up
    Shipping method updated, error: false jquery.checkout_one.js:54:21
    GEThttps://psdinnersready.com/includes/templates/template_default/images/icons/success.png[HTTP/1.1 500 Internal Server Error 84ms]

    GEThttps://psdinnersready.com/includes/templates/template_default/images/icons/success.png[HTTP/1.1 500 Internal Server Error 72ms]

    Missing #ottotal > div:first-child jquery.checkout_one.js:54:21

    Missing #otshipping jquery.checkout_one.js:54:21
    If you're running the Bootstrap template, the OPC setting for "Order Total, jQuery Selector" should be #ottotal .ot-text. That's what the first message is complaining about.

    The missing #otshipping could be due (if it is the same/similar site) to using only the storepickup shipping method without making the change identified in post #77 of this support-thread.

  9. #2109
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    312
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    If you're running the Bootstrap template, the OPC setting for "Order Total, jQuery Selector" should be #ottotal .ot-text. That's what the first message is complaining about.

    The missing #otshipping could be due (if it is the same/similar site) to using only the storepickup shipping method without making the change identified in post #77 of this support-thread.
    im not sure why I’m making this more difficult than it probably is… feel like I have writers block.

    I don’t recognize a connection with the otshipping from post 77. You were spot on regarding the order total!
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

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

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by Carbonless View Post
    im not sure why I’m making this more difficult than it probably is… feel like I have writers block.

    I don’t recognize a connection with the otshipping from post 77. You were spot on regarding the order total!
    For the missing #otshipping, there was a previous issue (change in post 77) in the base Zen Cart shipping class whereby the cheapest selection wasn't being set if the only shipping method was storepickup.

 

 

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