Page 230 of 283 FirstFirst ... 130180220228229230231232240280 ... LastLast
Results 2,291 to 2,300 of 2823
  1. #2291
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,227
    Plugin Contributions
    6

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    Well, there's something else going on in the site. Perhaps check the .htaccess files. If that class-file is present, there's something specific to those sites that is resulting in that 404 ... which is ultimately preventing OPC's AJAX calls from working.
    Ok I will have a look and try to work it out. I haven't had a chance to dig in really today. They are my own sites anyway, so kind of on the back burner. It's just weird that the others I have are the same set up and they work perfectly.
    Nick Smith - Venture Design and Print
    https://venturedesignandprint.co.uk

  2. #2292
    Join Date
    May 2022
    Location
    Canada
    Posts
    19
    Plugin Contributions
    0

    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!


    Zen cart v1.5.7c
    PHP Version 7.4.29
    Responsive Classic Template

    Module : One Page Checkout 2.4.0

    The module for guest checkout works great for Desktop, it interacts properly, but when I use a mobile (for example my own cell phone) to do checkout as a guest, it takes the initial information such as email/BD/Name and address and when I click save, it saves information except the BD and stays in the same page without giving any option to be able to confirm and check out.
    So basically it does not work on Mobile.
    I realized many customers like to check out as a guest and we lose lots of them.

    Please help in this matter. thank you.

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

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by TitanOwl View Post
    Zen cart v1.5.7c
    PHP Version 7.4.29
    Responsive Classic Template

    Module : One Page Checkout 2.4.0

    The module for guest checkout works great for Desktop, it interacts properly, but when I use a mobile (for example my own cell phone) to do checkout as a guest, it takes the initial information such as email/BD/Name and address and when I click save, it saves information except the BD and stays in the same page without giving any option to be able to confirm and check out.
    So basically it does not work on Mobile.
    I realized many customers like to check out as a guest and we lose lots of them.

    Please help in this matter. thank you.
    As others have said, welcome to the Zen Cart forums.

    When you say it "doesn't work for mobile", what device type is in use? Are we talking about an `iSomething` or an Android-based mobile device?

    When you enter the DOB, what format are you using? For example, for the US, a value of 01-31-2000 works find when I view a site using an Android mobile.

  4. #2294
    Join Date
    May 2022
    Location
    Canada
    Posts
    19
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    As others have said, welcome to the Zen Cart forums.

    When you say it "doesn't work for mobile", what device type is in use? Are we talking about an `iSomething` or an Android-based mobile device?

    When you enter the DOB, what format are you using? For example, for the US, a value of 01-31-2000 works find when I view a site using an Android mobile.
    Tested on Android and IOS, does not proceed to finish the check out.
    In terms of DOB, if you hoover on mobile browser you can see that the format is entered by the module since it pops up to choose the DOB, it is not the same as Desktop to be able to enter manually. So we assume it collects it properly, otherwise either it has to give an error ( about the format which it does if you dont enter it at all) or the OPC has issue of accepting it, however the initial entry is accepted and the address is saved , so we assume it has accepted the DOB and it must give the same options which are available on Desktop ( Save and Cancel options) but it gives one option to Save, after clicking that, the page goes back to the same loop and does not proceed to next level of choosing the shipping option or payment option, the rest of the page grays out !

  5. #2295
    Join Date
    Nov 2009
    Location
    Chennai, India
    Posts
    47
    Plugin Contributions
    3

    Default Re: One-Page Checkout [Support Thread]

    Hi
    I have been working to integrate the square webpay with opc.
    I have a fresh installation of a zencart 1.5.7d with OPC 2.4 in php 7.4
    On chooosing shipping option the credit card fields goes offline. Only a text called credit card is displayed there.
    Can you please advise if there is a solution to this?
    Thanks
    Balaji

  6. #2296
    Join Date
    Nov 2009
    Location
    Chennai, India
    Posts
    47
    Plugin Contributions
    3

    Default Re: One-Page Checkout [Support Thread]

    My test site link which has the above said problem is here.

    https://test.mysourcebest.com/zencart/

    No other plugins were installed.

    Kindly help / advise to over come this issue

    Thanks

  7. #2297
    Join Date
    May 2022
    Location
    Canada
    Posts
    19
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by Balaji View Post
    My test site link which has the above said problem is here.

    https://test.mysourcebest.com/zencart/

    No other plugins were installed.

    Kindly help / advise to over come this issue

    Thanks
    Please go to Admin->Configuration-> One Page Checkout Setting and let me know what you set for "Payment-Block Action on Shipping Change", and you may need to change it to update or refresh.

    I see the issue, however let me know how you were able to remove the DOB entry! mine requires DOB entry. Also I checked it on Mobile and yours works well except the above issue, it will help me to figure out why mine does not work on Mobile, thank you.

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

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by TitanOwl View Post
    Tested on Android and IOS, does not proceed to finish the check out.
    In terms of DOB, if you hoover on mobile browser you can see that the format is entered by the module since it pops up to choose the DOB, it is not the same as Desktop to be able to enter manually. So we assume it collects it properly, otherwise either it has to give an error ( about the format which it does if you dont enter it at all) or the OPC has issue of accepting it, however the initial entry is accepted and the address is saved , so we assume it has accepted the DOB and it must give the same options which are available on Desktop ( Save and Cancel options) but it gives one option to Save, after clicking that, the page goes back to the same loop and does not proceed to next level of choosing the shipping option or payment option, the rest of the page grays out !
    If you disable OPC and attempt to create an account, does the same issue occur with the date-of-birth? I ask because OPC uses the same method to check that entry as the 'base' Zen Cart create-account process.

  9. #2299
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,699
    Plugin Contributions
    11

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by Balaji View Post
    My test site link which has the above said problem is here.

    https://test.mysourcebest.com/zencart/

    No other plugins were installed.

    Kindly help / advise to over come this issue

    Thanks
    Quote Originally Posted by TitanOwl View Post
    Please go to Admin->Configuration-> One Page Checkout Setting and let me know what you set for "Payment-Block Action on Shipping Change", and you may need to change it to update or refresh.
    this is now a confirmed bug.

    the solution provided by TitanOwl is not a solution for this problem.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

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

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by carlwhat View Post
    this is now a confirmed bug.

    the solution provided by TitanOwl is not a solution for this problem.
    @carlwhat, which device(s) are in use when the issue occurs?

 

 

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