• Hi, is it possible to place an additional css in your plugin to add a note about the payment deadline for custom payment methods.

    The note should be placed below the order table (after_order) and only appear for the corresponding payment method.

    The commands are needed for both payment methods “Bank deposit in advance” and “Purchase on account”.

    The text for prepayment: überweisung per Vorkasse an unsere Bankverbindung. Bitte überweisen Sie den Gesamtbetrag innerhalb von 7 Tagen auf unser Bankkonto.

    The text for purchase on account: Sie erhalten mit der Bestellbest?tigung eine QR-Rechnung von uns. Bitte überweisen Sie den Gesamtbetrag innerhalb von 7 Tagen auf unser Bankkonto nach dem Empfang Ihrer Bestellung.

    I have tried everything so far via css and code snippets, nothing works. Would like to check the feasibility, thanks for the advice.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Gilbert Hernandez

    (@ghernkadence)

    Hello @seron66

    Kadence WooCommerce Email Designer only lets you add HTML to the body content and additional content. To accomplish your goal, you’ll likely have to add PHP code to determine a payment method.

    You can navigate to WooCommerce > Settings > Emails and manage individual email types. You can view the current template and determine the appropriate location to place your custom template for overwriting. You can add PHP code and additional content areas if you create your own custom template.

    Thread Starter seron66

    (@seron66)

    Thanks for your advice, it’s probably much easier.
    In picture 1 you can see a text about the payment deadline. This text is implemented by a bank payment plugin and appears, as it should, in the prepayment order.

    My only concern is to move this text to another place, because this location at the top is very wrong.

    The text should not lose its reference to the prepayment order when it is moved.

    This should be possible with a css command in your plugin under the tab content/ additional css, do i see that right?

    Plugin Support karlalevelup

    (@karlalevelup)

    Hi there!

    I’m sorry for the delay in getting back to you.

    CSS codes will not be able to re-order the placement of email texts.

    Based on your screenshot, you’d want the text to show after the WooCommerce email’s order details table. I recommend asking the support team of the plugin you’re using to confirm whether there’s a code snippet they can provide to move the text to another part of the email.

    Let us know if we can help you further with this.

    Regards,
    Karla

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘User-defined note for payment deadline for different payment methods.’ is closed to new replies.