1. I am using "amount based shipping" and would like to itemize the following:



    a. Sub-total (amount of all items



    b. Shipping cost (amount of shipping)



    c. Discount (amount discounted - I see the code for the price after discount but that inconsistent with the shopping experience and would be confusing to the user)



    d. Total


  2. I would like to list the items purchased but it looks like there is only one value. How can I iterate through the items in the order and display the following:



    Item: %item_name%

    Quantity: [%quantity%]



    Additionally, [%item_name%] does not convert to a value, instead the code is displayed to the page.


  3. I can not find the codes for the following:


  4. Show Delivery Address


  5. Show Billing Address


  6. Payment Method



    For address, I only see one, buyer's address. Is this their billing address?
  • created

    Jun '08
  • last reply

    Jun '08
  • 1

    reply

  • 811

    views

  • 2

    users

  1. I am using "amount based shipping" and would like to itemize the following:



    a. Sub-total (amount of all items



    That will be [%total%]



    b. Shipping cost (amount of shipping)



    That will be [%shipping%]



    c. Discount (amount discounted - I see the code for the price after discount but that inconsistent with the shopping experience and would be confusing to the user)



    There is no way to display this.



    d. Total



    This is [%gross%]


  2. I would like to list the items purchased but it looks like there is only one value. How can I iterate through the items in the order and display the following:



    Item: %item_name%

    Quantity: [%quantity%]



    Additionally, [%item_name%] does not convert to a value, instead the code is displayed to the page.



    There is no way to access item information in the common thank you page. You need to place:



    Item: %item_name%

    Quantity: [%quantity%]



    is each product's thank you page.




  3. I can not find the codes for the following:


  4. Show Delivery Address



    [%address%]


  5. Show Billing Address



    We don't get billing address in case of PayPal Standard and Google Checkout. We only get it in case of PayPal Pro and Authorize.Net and even then we only pass it on the payment processor.


  6. Payment Method



    We don't pass it as a template variable, but if you want you can use JavaScript to analyze the transaction Id to see if it was PayPal or Google (starts with gc-) or Authorize.Net (starts with au-)



    For address, I only see one, buyer's address. Is this their billing address?



    No, it's the shipping address and is only available in the case when the order contains at least one item with "shipping" checkbox checked in its product configuration.