• Resolved rboe

    (@rboe)


    Hi,

    I have 2 questions/problems.

    1. When displaying the variable for a single element (payment field) in the PDF, only the item price appears in the generated PDF. The item name/label and the selected quantity are missing. If i use {field_id=“x”} instead of {field_html_id=“x”} the price and quantity are displayed, but the item name/label is still missing.
    2. is it possible for the single element (payment field) to display only the name and the selected quantity without the price? Perfect would be the generated table of {order_summary} only without the price column. Is that possible?

    Kind regards,
    Robin

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author add-ons.org

    (@addonsorg)

    Hello,

    1. You can use {field_id=’x’} or {field_html_id=’x’} ( Change to )
    2. You cannot change order_summary, but you can use a Table to create a similar one.

    Thank you

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.