Page 1 of 2 12 LastLast
Results 1 to 10 of 3052

Hybrid View

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

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by delia View Post
    the error is [12-Nov-2024 02:06:25 UTC] ERROR: Failed sending email to: "" <0> with subject: "[CREATE ACCOUNT] Welcome to xxxxxxxxxx (failed validation)

    Also have customers complaining of hitting a 404 when checking out with paypal. Restful is still installed but I'm getting the client reset up with paypal pro and express to see if those issues stop. So far I've not been able to tell when or how they are hitting bad links as I don't talk to them directly. So I figure if I ask you what could possibly be happening you won't have clue. (stop laughing - I can hear you now!)

    I did just turn on logging to see if that will give me any more info.
    First, that error is issued when a customer is creating an account. The PayPal/RESTful payment module only comes into play during the checkout process.

    If you're getting 404's using PayPal RESTful, it could be that the ppr_webhook_main.php isn't present in the root-directory of the site. You can tell more by inspecting the site's raw-access logs to see what page/file the 404's being issued for.

  2. #2
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,587
    Plugin Contributions
    29

    Default Re: One-Page Checkout [Support Thread]

    Zen Cart 2.0.1
    PHP 8.3.13

    I didn't see this in the thread nor the GitHub issues, so not sure where the issue lies.

    Orders placed via the Guest Checkout do not contain a Shipping Address (https://screenrec.com/share/pGTIfwv618)

    The settings are for the 'Shipping Address, Same as Billing' to be checked so they are technically not filling it in. But shouldn't it be pre-filled based upon that checkbox so it is populated on the order?

  3. #3
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,944
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by jeking View Post
    Zen Cart 2.0.1
    PHP 8.3.13

    I didn't see this in the thread nor the GitHub issues, so not sure where the issue lies.

    Orders placed via the Guest Checkout do not contain a Shipping Address (https://screenrec.com/share/pGTIfwv618)

    The settings are for the 'Shipping Address, Same as Billing' to be checked so they are technically not filling it in. But shouldn't it be pre-filled based upon that checkbox so it is populated on the order?
    What version of OPC? What shipping module was used for the order? Did the order contain only 'virtual' products?

  4. #4
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,587
    Plugin Contributions
    29

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    What version of OPC? What shipping module was used for the order? Did the order contain only 'virtual' products?
    OPC 2.5.3
    Not virtual products
    But I did select Local Pickup for my shipping forgetting that removes the shipping.

    However, the customer order without a Shipping address used UPS Ground from the current UPS oauth module.

    I did another test using UPS Ground and got a shipping address, so not sure what the issue was. We've written it off as a fluke for now. If it happens again, we'll dig in. For now, I know the answer to my original question "But shouldn't it be pre-filled based upon that checkbox so it is populated on the order?" is yes, it does.

  5. #5
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,371
    Plugin Contributions
    23

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    First, that error is issued when a customer is creating an account. The PayPal/RESTful payment module only comes into play during the checkout process.

    If you're getting 404's using PayPal RESTful, it could be that the ppr_webhook_main.php isn't present in the root-directory of the site. You can tell more by inspecting the site's raw-access logs to see what page/file the 404's being issued for.
    Duh, I know the error is from creating an account. This is a 2.0.1 with a minimal template and one page is the only mod.

    And duh, I bow to your wisdom. Was missing that dang file. Feeling stupid. Thanks!
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  6. #6
    Join Date
    Jul 2017
    Location
    West Midlands, UK
    Posts
    51
    Plugin Contributions
    1

    Default Re: One-Page Checkout [Support Thread]

    Hi Lat9
    I have been testing the latest version of OPC with Zen Cart 2.1.0 and have noticed a couple of minor issues with the CSS.

    1) On mobile devices the shipping method column is displaying approximately half the width it should be.

    2) The whole checkout is a bit too close to the left edge of the screen. Line 43 of the responsive classic stylesheet.css should apply padding:0.8em to .centerColumn – for some reason when OPC is turned on the padding is not applied.

    Please see the screenshots which show both issues.

    I’m unsure which version of OPC or Zen Cart introduced these minor bugs – they don’t seem to be present on an older version (2.3.9 running on ZC 1.5.7c).

    It would be much appreciated if you could advise best way to fix these issues.
    Many thanks
    Richard
    Click image for larger version. 

Name:	OPC issue 1.jpg 
Views:	51 
Size:	17.0 KB 
ID:	20807
    Click image for larger version. 

Name:	OPC issue 2.jpg 
Views:	50 
Size:	15.0 KB 
ID:	20808

  7. #7
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,944
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    Thanks for the report, I'll give that a look ... eventually.

    Note that the majority of my testing with OPC is with the Bootstrap template, so some of these visual wonky bits with responsive_classic have been overlooked.

  8. #8
    Join Date
    Apr 2011
    Posts
    586
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    hello all,

    How can make the "Confirm Order" button bigger?

    I look into the css stylesheet but for ZC2.0.1 , everything is completely different from what I am used too.

    I also find this in /templates/tpl_modules_opc_submit_block

    Code:
     <span id="opc-order-confirm"><?php echo zen_image_button(BUTTON_IMAGE_CHECKOUT_ONE_CONFIRM, BUTTON_CHECKOUT_ONE_CONFIRM_ALT); ?></span>
    but I have not idea how to inline css to it.

    Any help would be appreciated

    Thank you

  9. #9
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,944
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    While the actual CSS used will depend on the active template for the site, but there should be a checkout_one.css file present in includes/templates/royal_fleur/css.

    To the bottom of that stylesheet, you can add:
    Code:
    #opc-order-confirm btn {
        padding: .5rem 1rem;
        font-size: 1.25rem;
        line-height: 1.5;
        border-radius: .3rem;
    }
    That, essentially, emulates Bootstrap's btn-lg class. See the w3schools docs for additional information: https://www.w3schools.com/bootstrap4...ap_buttons.asp

  10. #10
    Join Date
    Apr 2011
    Posts
    586
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    While the actual CSS used will depend on the active template for the site, but there should be a checkout_one.css file present in includes/templates/royal_fleur/css.

    To the bottom of that stylesheet, you can add:
    Code:
    #opc-order-confirm btn {
        padding: .5rem 1rem;
        font-size: 1.25rem;
        line-height: 1.5;
        border-radius: .3rem;
    }
    That, essentially, emulates Bootstrap's btn-lg class. See the w3schools docs for additional information: https://www.w3schools.com/bootstrap4...ap_buttons.asp
    It didn't work for me. i am on bootstrap template as well.

    Somehow I am having issues with the site specific stylesheet.

    i ended up adding

    margin-bottom:20px;
    font-size:1.5rem;

    to line 457 of stylesheets_zca_color.php right after
    HTML Code:
    button.button_confirm_order {

 

 
Page 1 of 2 12 LastLast

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