This topic has 4 replies, 2 voices, and was last updated 1 weeks, 2 days ago ago by Luca Rossi
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
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
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
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;
}
Kind regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up