Home Forums Basel support forum Check Out Page

Check Out Page

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #82316

    MattiaGas
    Participant

    Hello I Have two issues regarding check out page (see attachments):

    1) as you see there are some spaces before “Credit Card”. How can I delete them?
    2) after selecting credit card and I click the “place order” button I’m redirected to another page (see attachment). What Kind of page is it? How can I modify it? It looks not so good. 🙁

    Thanks, Mattia

    Attachments:
    You must be logged in to view attached files.
    #82339

    Artem Temos
    Keymaster

    Hi,

    Please, disable maintenance mode so we can check your website first.

    Regards

    #82347

    MattiaGas
    Participant

    Hello, I’m running a campaign on the coming soon page.
    If you give me an email I can give a temporary access, thanks.

    #82350

    Artem Temos
    Keymaster

    In this case, please, provide us your admin access or create a new admin account for us.

    #82351

    MattiaGas
    Participant

    yes, can you give me an email to create a new account?

    #82376

    Hello,

    Please provide the access.

    Best Regards

    #82378

    MattiaGas
    Participant

    Just sent you an email, done.

    #82396

    Hello,

    1. The gap has been removed by adding the code to the Theme Settings > Custom CSS:

    .woocommerce-checkout #payment .payment_method_stripe label[for=payment_method_stripe] {
        display: block;
        padding-left: 22px;
    }

    2. When a user presses payment by credit card, first of all, he is redirected to a page with a summary where he can see the total sum and way of payment. User clicks “place order” and a popup with fields for credit card information appears http://prntscr.com/l58r6x

    There is nothing odd in the behavior, this is the way this plugin works. Our theme does not influence it.

    Best Regards

    #86763

    MattiaGas
    Participant

    Hello,I have another issue regarding “credit card” payment, it is not aligned with checkbox.

    Please see attachment.

    Thanks, Mattia

    Attachments:
    You must be logged in to view attached files.
    #86770

    Hello,

    Update your credentials I cannot log in with those you provided earlier.

    Best Regards

    #86772

    MattiaGas
    Participant

    Could you remind me your email? Thanks!

    #86781

    MattiaGas
    Participant

    I FUND YOUR PASSWORD. PLEASE CHECK PASSWORD ON PRIVATE CONTENT.

    #86822

    Hello,

    The issue has been fixed by adding this code:

    .woocommerce-checkout #payment .payment_method_stripe label[for=payment_method_stripe] {
        display: inline-block;
        min-width:250px;
    
    }

    Best Regards

Viewing 13 posts - 1 through 13 (of 13 total)