Page 217 of 282 FirstFirst ... 117167207215216217218219227267 ... LastLast
Results 2,161 to 2,170 of 2812
  1. #2161
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,703
    Plugin Contributions
    123

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    Is that single payment auto-selected when using the 3-page checkout?
    Yes it is.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  2. #2162
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,500
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by swguy View Post
    Yes it is.
    Turns out that it's an unwanted interaction with the Bootstrap-4 classes; update forthcoming to the https://github.com/lat9/bs4_opc repository.

    Edit: Correcting repo link.

  3. #2163
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,500
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    Turns out that it's an unwanted interaction with the Bootstrap-4 classes; update forthcoming to the https://github.com/lat9/bs4_opc repository.

    Edit: Correcting repo link.
    Updated OPC/BS4 integration submitted; see https://www.zen-cart.com/showthread....read&p=1387118

  4. #2164
    Join Date
    Mar 2005
    Posts
    58
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Database Engine: MySQL 5.7.30
    HP Version: 7.3.32 (Zend: 3.3.32)
    Zen Cart 1.5.7d

    Database Patch Level: 1.5.7b
    OPC 2.3.11 (2022-02-09)

    I installed OPC a few months back and have found it helpful for most customers. Thanks for this plugin.

    I have an issue that seems to be giving customers a problem when they leave the checkout/cart page and add another item or make changes. When returning to the checkout page it displays a message "Your available shipping options have changed. Please re-select your desired shipping method." but we only have one shipping option available (table) and it is already selected with no way to re-select it. If doing a refresh the message disappears.

  5. #2165
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,500
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by gtgeorge View Post
    Database Engine: MySQL 5.7.30
    HP Version: 7.3.32 (Zend: 3.3.32)
    Zen Cart 1.5.7d

    Database Patch Level: 1.5.7b
    OPC 2.3.11 (2022-02-09)

    I installed OPC a few months back and have found it helpful for most customers. Thanks for this plugin.

    I have an issue that seems to be giving customers a problem when they leave the checkout/cart page and add another item or make changes. When returning to the checkout page it displays a message "Your available shipping options have changed. Please re-select your desired shipping method." but we only have one shipping option available (table) and it is already selected with no way to re-select it. If doing a refresh the message disappears.
    What is the site's table-rate shipping configuration? I'll try to reproduce the issue locally.

  6. #2166
    Join Date
    Mar 2005
    Posts
    58
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Screenshot of the table rate is attached. No other shipping modules are installed except for freeshipper but freeshipper is set to false.
    Name:  Screenshot 2022-03-12 at 10-27-05 Admin Modules.jpg
Views: 397
Size:  23.6 KB

  7. #2167
    Join Date
    Apr 2008
    Posts
    446
    Plugin Contributions
    1

    Default Re: One-Page Checkout [Support Thread]

    Hello.
    I'm having a weird issue on mobile with this module.
    New install ZC1.5.7d and OPC 2.3.11
    In trying to checkout as a guest, after entering the contact/billing/shipping info and pressing the SAVE CHANGES button I'm getting a blank page and the following error
    in the logs

    #1 trigger_error() called at [/includes/classes/OnePageCheckout.php:1310]
    #2 OnePageCheckout->validateAndSaveAjaxCustomerInfo() called at [/includes/classes/ajax/zcAjaxOnePageCheckout.php:401]
    #3 zcAjaxOnePageCheckout->validateCustomerInfo() called at [/ajax.php:85]
    --> PHP Fatal error: validateAndSaveAjaxCustomerInfo, invalid POST: array (
    'email_address_conf' => '[email protected]',
    'telephone' => '',
    ) in /includes/classes/OnePageCheckout.php on line 1310.

    It's only happening on mobile, but not on desktop.

    Any idea what could be causing this?

    Thank you!

  8. #2168
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,500
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by mvstudio View Post
    Hello.
    I'm having a weird issue on mobile with this module.
    New install ZC1.5.7d and OPC 2.3.11
    In trying to checkout as a guest, after entering the contact/billing/shipping info and pressing the SAVE CHANGES button I'm getting a blank page and the following error
    in the logs

    #1 trigger_error() called at [/includes/classes/OnePageCheckout.php:1310]
    #2 OnePageCheckout->validateAndSaveAjaxCustomerInfo() called at [/includes/classes/ajax/zcAjaxOnePageCheckout.php:401]
    #3 zcAjaxOnePageCheckout->validateCustomerInfo() called at [/ajax.php:85]
    --> PHP Fatal error: validateAndSaveAjaxCustomerInfo, invalid POST: array (
    'email_address_conf' => '[email protected]',
    'telephone' => '',
    ) in /includes/classes/OnePageCheckout.php on line 1310.

    It's only happening on mobile, but not on desktop.

    Any idea what could be causing this?

    Thank you!
    What template is in use? Is this for a specific type of mobile device or using a browser's mobile simulator; if it's a browser simulator, which browser?

  9. #2169
    Join Date
    Apr 2008
    Posts
    446
    Plugin Contributions
    1

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    What template is in use? Is this for a specific type of mobile device or using a browser's mobile simulator; if it's a browser simulator, which browser?
    The template is the native responsive classic with fewer CSS modifications for cosmetics changes.
    The issue came up on Firefox Mozilla browser's mobile simulator for iPhone 11, 12/13 iOS 14.6, which I was able to confirm on my own iPhone 11 Pro with the latest iOS 15.4. Haven't checked on other devises.

    Thank you for looking into it.

  10. #2170
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,500
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    I'm unable to reproduce using an (albeit) updated zc157d (from zc157c) and the built-in responsive classic. I've tried both with and without the guest confirmation required configuration setting.

    Have you made template overrides into the responsive_classic/templates directory of any of the OPC template files? They're installed by default into (er) template_default.

 

 

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