• Resolved Maddin

    (@maddinq)


    I just added the following code to “vor der Tabelle” (germanized -> Rechnungen & Lieferscheine)

    
    <strong>Kundennr.:?</strong> [order_data meta="user_id"]
    
    <strong>Telefon:</strong> [order_user_data meta="billing_phone"]<strong>
    E-Mail:?</strong>[order_data meta="billing_email"]
    <strong>Zahlungsmethode:</strong>?[order_data meta="payment_info"]

    but they are not shown on bills …any idea?

Viewing 1 replies (of 1 total)
  • Plugin Contributor Dennis

    (@vdwoocommercesupport)

    Hi,

    i guess you’ve already posted the same question within our support ticket area?
    The “user_id” Shortcode does only work for registered customers – not for guest checkouts. The phone number is not required during checkout, that’s why the data may be missing. If you want to output the payment method title, you may need to use the following shortcode:

    [order_data meta="payment_method_title"]

    Cheers

Viewing 1 replies (of 1 total)
  • The topic ‘payment_info and user_id not shown in bill’ is closed to new replies.