E-Junkie Forum http://www.e-junkie.com/bb/ E-Junkie Forum RSS en-us Copyright 2008, 19.5 Degrees. All rights reserved. webmaster@e-junkie.com webmaster@e-junkie.com Thu, 26 Jun 2008 21:17:38 GMT Mon, 8 Sep 2008 12:09:51 GMT 681 E-JUNKIE 5 E-Junkie Forum http://www.e-junkie.com/bb/ http://www.e-junkie.com/ej/logo.gif 290 104 Post #2 http://www.e-junkie.com/bb/topic/2686/pg/0#post6985 http://www.e-junkie.com/bb/topic/2686/pg/0#post6985 Thu, 26 Jun 2008 21:17:38 GMT
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%] ([%custom%])
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%] ([%custom%])
Quantity: [%quantity%]

is each product's thank you page.


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

1. Show Delivery Address

[%address%]

2. 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.

3. 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.]]>
E-junkie Discussions; NatashaSen
Post #1 http://www.e-junkie.com/bb/topic/2686/pg/0#post6985 http://www.e-junkie.com/bb/topic/2686/pg/0#post6985 Thu, 26 Jun 2008 21:14:36 GMT
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%] ([%custom%])
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:

1. Show Delivery Address

2. Show Billing Address

3. Payment Method

For address, I only see one, buyer's address. Is this their billing address?]]>
E-junkie Discussions; Guest_user2