• Hello,

    I have following problem.

    When the user comes to the checkout page for the first time and is not logged in checkout gets an additional blank space on the bottom.

    When we investigated the problem in the code we found this https://prnt.sc/morJxZpq05A4

    In this case div with id payment-form-postfinancecheckout_ gets following style
    element.style?{

    position: absolute;

    left: -100000px;

    }

    And this breaks, create additional white space on the page.

    On the other hand, if the user is logged in and the fields are auto-populated when the user comes to the checkout page everything is ok.

Viewing 1 replies (of 1 total)
  • Can confirm this. Have to add, that even chosen payment methods have the element style and therefore are not visible (=not usable) for not logged in customers.

Viewing 1 replies (of 1 total)
  • The topic ‘Checkout layout brake down’ is closed to new replies.