{% if transaction.GIFTMESSAGE %}
{{ text_gift_msg }} |
{{ transaction.GIFTMESSAGE }} |
{% endif %}
{% if transaction.GIFTRECEIPTENABLE %}
{{ text_gift_receipt }} |
{{ transaction.GIFTRECEIPTENABLE }} |
{% endif %}
{% if transaction.GIFTWRAPNAME %}
{{ text_gift_wrap_name }} |
{{ transaction.GIFTWRAPNAME }} |
{% endif %}
{% if transaction.GIFTWRAPAMOUNT %}
{{ text_gift_wrap_amt }} |
{{ transaction.GIFTWRAPAMOUNT }} |
{% endif %}
{% if transaction.BUYERMARKETINGEMAIL %}
{{ text_buyer_email_market }} |
{{ transaction.BUYERMARKETINGEMAIL }} |
{% endif %}
{% if transaction.SURVEYQUESTION %}
{{ text_survey_question }} |
{{ transaction.SURVEYQUESTION }} |
{% endif %}
{% if transaction.SURVEYCHOICESELECTED %}
{{ text_survey_chosen }} |
{{ transaction.SURVEYCHOICESELECTED }} |
{% endif %}
{% if transaction.RECEIVERBUSINESS %}
{{ text_receiver_business }} |
{{ transaction.RECEIVERBUSINESS }} |
{% endif %}
{% if transaction.RECEIVEREMAIL %}
{{ text_receiver_email }} |
{{ transaction.RECEIVEREMAIL }} |
{% endif %}
{% if transaction.RECEIVERID %}
{{ text_receiver_id }} |
{{ transaction.RECEIVERID }} |
{% endif %}
{% if transaction.EMAIL %}
{{ text_buyer_email }} |
{{ transaction.EMAIL }} |
{% endif %}
{% if transaction.PAYERID %}
{{ text_payer_id }} |
{{ transaction.PAYERID }} |
{% endif %}
{% if transaction.PAYERSTATUS %}
{{ text_payer_status }} |
{{ transaction.PAYERSTATUS }} |
{% endif %}
{% if transaction.COUNTRYCODE %}
{{ text_country_code }} |
{{ transaction.COUNTRYCODE }} |
{% endif %}
{% if transaction.PAYERBUSINESS %}
{{ text_payer_business }} |
{{ transaction.PAYERBUSINESS }} |
{% endif %}
{% if transaction.SALUTATION %}
{{ text_payer_salute }} |
{{ transaction.SALUTATION }} |
{% endif %}
{% if transaction.FIRSTNAME %}
{{ text_payer_firstname }} |
{{ transaction.FIRSTNAME }} |
{% endif %}
{% if transaction.MIDDLENAME %}
{{ text_payer_middlename }} |
{{ transaction.MIDDLENAME }} |
{% endif %}
{% if transaction.LASTNAME %}
{{ text_payer_lastname }} |
{{ transaction.LASTNAME }} |
{% endif %}
{% if transaction.SUFFIX %}
{{ text_payer_suffix }} |
{{ transaction.SUFFIX }} |
{% endif %}
{% if transaction.ADDRESSOWNER %}
{{ text_address_owner }} |
{{ transaction.ADDRESSOWNER }} |
{% endif %}
{% if transaction.ADDRESSSTATUS %}
{{ text_address_status }} |
{{ transaction.ADDRESSSTATUS }} |
{% endif %}
{% if transaction.SHIPTOSECONDARYNAME %}
{{ text_ship_sec_name }} |
{{ transaction.SHIPTOSECONDARYNAME }} |
{% endif %}
{% if transaction.SHIPTONAME %}
{{ text_ship_name }} |
{{ transaction.SHIPTONAME }} |
{% endif %}
{% if transaction.SHIPTOSTREET %}
{{ text_ship_street1 }} |
{{ transaction.SHIPTOSTREET }} |
{% endif %}
{% if transaction.SHIPTOSECONDARYADDRESSLINE1 %}
{{ text_ship_sec_add1 }} |
{{ transaction.SHIPTOSECONDARYADDRESSLINE1 }} |
{% endif %}
{% if transaction.SHIPTOSTREET2 %}
{{ text_ship_street2 }} |
{{ transaction.SHIPTOSTREET2 }} |
{% endif %}
{% if transaction.SHIPTOSECONDARYADDRESSLINE2 %}
{{ text_ship_sec_add2 }} |
{{ transaction.SHIPTOSECONDARYADDRESSLINE2 }} |
{% endif %}
{% if transaction.SHIPTOCITY %}
{{ text_ship_city }} |
{{ transaction.SHIPTOCITY }} |
{% endif %}
{% if transaction.SHIPTOSECONDARYCITY %}
{{ text_ship_sec_city }} |
{{ transaction.SHIPTOSECONDARYCITY }} |
{% endif %}
{% if transaction.SHIPTOSTATE %}
{{ text_ship_state }} |
{{ transaction.SHIPTOSTATE }} |
{% endif %}
{% if transaction.SHIPTOSECONDARYSTATE %}
{{ text_ship_sec_state }} |
{{ transaction.SHIPTOSECONDARYSTATE }} |
{% endif %}
{% if transaction.SHIPTOZIP %}
{{ text_ship_zip }} |
{{ transaction.SHIPTOZIP }} |
{% endif %}
{% if transaction.SHIPTOSECONDARYZIP %}
{{ text_ship_sec_zip }} |
{{ transaction.SHIPTOSECONDARYZIP }} |
{% endif %}
{% if transaction.SHIPTOCOUNTRYCODE %}
{{ text_ship_country }} |
{{ transaction.SHIPTOCOUNTRYCODE }} |
{% endif %}
{% if transaction.SHIPTOSECONDARYCOUNTRYCODE %}
{{ text_ship_sec_country }} |
{{ transaction.SHIPTOSECONDARYCOUNTRYCODE }} |
{% endif %}
{% if transaction.SHIPTOPHONENUM %}
{{ text_ship_phone }} |
{{ transaction.SHIPTOPHONENUM }} |
{% endif %}
{% if transaction.SHIPTOSECONDARYPHONENUM %}
{{ text_ship_sec_phone }} |
{{ transaction.SHIPTOSECONDARYPHONENUM }} |
{% endif %}
{% if transaction.TRANSACTIONID %}
{{ text_trans_id }} |
{{ transaction.TRANSACTIONID }} |
{% endif %}
{% if transaction.PARENTTRANSACTIONID %}
{{ text_parent_trans_id }} |
{{ transaction.PARENTTRANSACTIONID }} |
{% endif %}
{% if transaction.RECEIPTID %}
{{ text_receipt_id }} |
{{ transaction.RECEIPTID }} |
{% endif %}
{% if transaction.TRANSACTIONTYPE %}
{{ text_trans_type }} |
{{ transaction.TRANSACTIONTYPE }} |
{% endif %}
{% if transaction.PAYMENTTYPE %}
{{ text_payment_type }} |
{{ transaction.PAYMENTTYPE }} |
{% endif %}
{% if transaction.ORDERTIME %}
{{ text_order_time }} |
{{ transaction.ORDERTIME }} |
{% endif %}
{% if transaction.AMT %}
{{ text_amount }} |
{{ transaction.AMT }} |
{% endif %}
{% if transaction.CURRENCYCODE %}
{{ text_currency_code }} |
{{ transaction.CURRENCYCODE }} |
{% endif %}
{% if transaction.FEEAMT %}
{{ text_fee_amount }} |
{{ transaction.FEEAMT }} |
{% endif %}
{% if transaction.SETTLEAMT %}
{{ text_settle_amount }} |
{{ transaction.SETTLEAMT }} |
{% endif %}
{% if transaction.TAXAMT %}
{{ text_tax_amount }} |
{{ transaction.TAXAMT }} |
{% endif %}
{% if transaction.EXCHANGERATE %}
{{ text_exchange }} |
{{ transaction.EXCHANGERATE }} |
{% endif %}
{% if transaction.PAYMENTSTATUS %}
{{ text_payment_status }} |
{{ transaction.PAYMENTSTATUS }} |
{% endif %}
{% if transaction.PENDINGREASON %}
{{ text_pending_reason }} |
{{ transaction.PENDINGREASON }} |
{% endif %}
{% if transaction.REASONCODE %}
{{ text_reason_code }} |
{{ transaction.REASONCODE }} |
{% endif %}
{% if transaction.PROTECTIONELIGIBILITY %}
{{ text_protect_elig }} |
{{ transaction.PROTECTIONELIGIBILITY }} |
{% endif %}
{% if transaction.PROTECTIONELIGIBILITYTYPE %}
{{ text_protect_elig_type }} |
{{ transaction.PROTECTIONELIGIBILITYTYPE }} |
{% endif %}
{% if transaction.STOREID %}
{{ text_store_id }} |
{{ transaction.STOREID }} |
{% endif %}
{% if transaction.TERMINALID %}
{{ text_terminal_id }} |
{{ transaction.TERMINALID }} |
{% endif %}
{% if transaction.INVNUM %}
{{ text_invoice_number }} |
{{ transaction.INVNUM }} |
{% endif %}
{% if transaction.CUSTOM %}
{{ text_custom }} |
{{ transaction.CUSTOM }} |
{% endif %}
{% if transaction.NOTE %}
{{ text_note }} |
{{ transaction.NOTE }} |
{% endif %}
{% if transaction.SALESTAX %}
{{ text_sales_tax }} |
{{ transaction.SALESTAX }} |
{% endif %}
{% if transaction.BUYERID %}
{{ text_buyer_id }} |
{{ transaction.BUYERID }} |
{% endif %}
{% if transaction.CLOSINGDATE %}
{{ text_close_date }} |
{{ transaction.CLOSINGDATE }} |
{% endif %}
{% if transaction.MULTIITEM %}
{{ text_multi_item }} |
{{ transaction.MULTIITEM }} |
{% endif %}
{% if transaction.AMOUNT %}
{{ text_sub_amt }} |
{{ transaction.AMOUNT }} |
{% endif %}
{% if transaction.PERIOD %}
{{ text_sub_period }} |
{{ transaction.PERIOD }} |
{% endif %}