Problem in checkout with Disclamer checkboxes

This topic has 10 replies, 3 voices, and was last updated 4 years ago ago by Rose Tyler

  • Avatar: maccandy
    maccandy
    Participant
    April 23, 2020 at 11:07

    Hello,

    in the checkout, I have a problem with the 2 disclaimer checkboxes. They are positioned in the text blocks. See attached image.
    Second problem is, the back “zurück” button is too large.

    Thx and kind regards
    maccandy

    Please, contact administrator
    for this information.
    9 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 23, 2020 at 11:54

    Hello,

    What should I do to see the mentioned content on this page http://prntscr.com/s4l1dk ?

    Regards

    Avatar: maccandy
    maccandy
    Participant
    April 23, 2020 at 12:14

    Hi,

    it looks like the checkout is blocked by your adress because we are only selling in germany.

    Find german adress data to test on privat area.

    Kind regards
    maccandy

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 23, 2020 at 12:30

    Hello,

    Provide username and password of an account that has the required parameters, so we can log in and see the mentioned problems.

    Regards

    Avatar: maccandy
    maccandy
    Participant
    April 23, 2020 at 14:16

    Hi,

    where do you want to log in? In the backend as admin? Customers don’t have any user account.
    The checkout is visible for everybody, you only need to insert an german post adresse as I posted in private area, so you find in the end of the checkout process the last stept before you press the final checkout button. There are the 2 checkboxes for legal disclaimer as shown in the screenshot.

    Kind regards
    maccandy

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 23, 2020 at 20:24

    Hello,

    Got it. Add the following code to Theme Options > Custom CSS

    .place-order.wgm-place-order .input-checkbox {
        position: relative;
    }

    Regards

    Avatar: maccandy
    maccandy
    Participant
    April 24, 2020 at 07:36

    Hello Olga,

    the fix for the 2 checkboxes works perfekt, thanks.
    Could you please also provide a solution for the to large back-button “zurück” as described in my ticket above on the same locatione (below the 2 checkboxes). It should be exactly as wide as the oder button “Zahlungspflichtig bestellen”.

    Thx and kind regards
    maccandy

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 24, 2020 at 11:33

    Hello,

    Oh, sorry, I missed that question.
    Add

    .place-order.wgm-place-order input[type="button"] {
        max-width: 285px;
        height: 39px;
    }
    .wgm-second-checkout .form-row.place-order input[type="submit"] {
        float: none;
    }

    Regards

    Avatar: maccandy
    maccandy
    Participant
    April 24, 2020 at 16:35

    Hi,

    also works perfekt! Thanks a lot.

    Kind regards
    maccandy

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 25, 2020 at 07:19

    Hello,

    You’re welcome!

    Regards

  • Viewing 10 results - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.