BACS Payment Infos Checkout Order Status and E-Mail

This topic has 4 replies, 2 voices, and was last updated 1 weeks, 2 days ago ago by Luca Rossi

  • Avatar: Snapp
    Snapp
    Participant
    December 11, 2024 at 11:33

    Hi, we are using XStore und Woocommerce and have a little problem with the display of the “Bankverbindung” (Bank Information) on checkout order status page and in our email confirmation.

    On Order status page we would like to have this information directly under Payment Method and in the same way (font, size etc.)

    On email confirmation we need this information integrated near billing-address and delivery-address and also in the same way (font, size etc.) or simple way without bullet points

    Could you please be so kind to give us a narrow solution.

    Regards, snap

    Content is visible for topic creator and
    support staff only.
    3 Answers
    Avatar: Justin
    Luca Rossi
    Support staff
    December 13, 2024 at 08:59

    Dear @Snapp,

    Thank you for reaching out to us.

    We would like to inform you that, by default, the bank information is not displayed on the checkout page. Instead, it is shown on the “Thank You” page and in the order confirmation email.

    Implementing your request to display this information on the checkout page would require extensive customization, which falls outside the scope of the standard support services we provide.

    If you are interested in pursuing personalized customizations, we encourage you to submit a request through our Customization Panel, accessible via the following link: https://www.8theme.com/account/#etheme_customization_panel.

    Through this platform, you can collaborate directly with our technical team to assess the feasibility of your request. Please note that customization services may incur additional charges, which will be determined after a thorough review of your specific requirements.

    Should you have any further questions or require additional assistance, please do not hesitate to contact us. We are always here to help.

    Best regards,
    The 8Theme Team

    Avatar: Snapp
    Snapp
    Participant
    December 13, 2024 at 09:02

    Hi, thanks for your reply, we don’t want to display Bank information on Checkout page, we would like to design the section on the “Thank you” Page. Think we need only some CSS. For the confirmation email, i can life with the solution on board…

    Could you please be so kind to give us a nice design for the Thank you page?

    Ragards, snap

    Avatar: Justin
    Luca Rossi
    Support staff
    December 14, 2024 at 01:43

    Hi @Snapp,

    Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:

    
    section.woocommerce-bacs-bank-details {
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 2px solid #f0f0f0;
        padding: 30px;
        max-width: 500px;
        margin: 0 auto;
    }
    
    section.woocommerce-bacs-bank-details ul.wc-bacs-bank-details.order_details.bacs_details {
        margin-bottom: 0;
    }
    

    https://prnt.sc/tk7YQeFxK6WT

    Kind regards,
    The 8Theme Team

  • Viewing 4 results - 1 through 4 (of 4 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.