This topic has 10 replies, 3 voices, and was last updated 4 years, 6 months ago ago by Rose Tyler
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
Hello,
What should I do to see the mentioned content on this page http://prntscr.com/s4l1dk ?
Regards
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
Hello,
Provide username and password of an account that has the required parameters, so we can log in and see the mentioned problems.
Regards
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
Hello,
Got it. Add the following code to Theme Options > Custom CSS
.place-order.wgm-place-order .input-checkbox {
position: relative;
}
Regards
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
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
Hi,
also works perfekt! Thanks a lot.
Kind regards
maccandy
Hello,
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up