Log In
Amount based shipping
E-junkie Discussions
shipping
items
code
quantity
show
billing
address
discount
amount
value
guest_user2
2008-06-26 14:14:36 UTC
#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
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.
I can not find the codes for the following:
Show Delivery Address
Show Billing Address
Payment Method
For address, I only see one, buyer's address. Is this their billing address?
shivani
2008-06-26 14:17:38 UTC
#2
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%]
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.
I can not find the codes for the following:
Show Delivery Address
[%address%]
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.
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.
SOLUTIONS
FEATURES
PRICING
DISCOVER PRODUCTS
CONTACT
HELP DOCS
DASHBOARD
Forum
E-junkie Community Forum
Share and learn in the E-junkie community.