13 / 13
Jun 2008

I used these and they are not working. What am I supposed to use. It was an ebay purchase.



[%address_street%]

[%address_city%]

[%address_state%]

[%address_zip%]

I was using [%city%] [%state%] and changed to what was posted on the site as shown above but those do not work.



I need someone to list the actual address codes real fast please?

And while we are on the subject please provide the street_1 and street_2 type codes as well so I can get the full address.

I pointed out these errors a very long time ago and they never got fixed.



Your site still, and even after Tyson and I had a discussion regarding this stuff, shows it wrong.



It is supposed to be:



[%city%]

[%state%]

[%zip%]



Now I need to street codes and if there are 2 codes then tell me both.



Amazing how your site still has those errors after telling you guys about them months ago and just recently again.

For your eBay sale, can you please check in your PayPal account if buyer even provided an address?

lemonbarI need the codes to access the shipping information.





If you are not selling using E-junkie buttons (like on eBay), then we don't have any control over what information is asked from buyer. That will depend on your eBay/PayPal settings.

What are you talking about?



Do you even understand what is being asked?



What is the [% XXX %] for the street information ?



I figured out the rest even though your site has wrong information.



It does not matter if it comes from paypal or ebay or mars. If the info isnt there it will be blank. That has no meaning to what I am asking for.



Can you get someone to respond that actually knows e-junkie.



I've done all the work for you waiting for responses and even pointed this problem out a very long time again, and then again a bit ago with Tyson.





--------------------------------------------------------------------------

Integrating e-junkie with 3rd party and custom services

All the order data for each product in the order can be sent to script on your server in the background. To enable this behavior, check "Send payment data to my server" while adding or editing your product. Press NEXT/SUBMIT and enter the URL in Payment Variable Information URL field. All the order data will be sent to the URL you have specified for each product in the order individually.





E-junkie will send all the order data using POST to your URL only for successful completed payments. Currently, if E-junkie server is unable to reach your server, it will not retry.



Order Specific





payer_email

txn_id - transaction id of the payment. in some cases we add prefix to it (gc- for google checkout, au- for authorize.net, 2co- for 2checkout, cb- for clickbank and tp- for trialpay payments)

first_name

last_name

mc_gross - total amount of payment

custom - if you added &custom=someValue to the url in the shopping buttons you got from e-junkie

shipping

tax

invoice - unique invoice id that we generate

for_auction

auction_buyer_id

address_city

address_state

address_zip

address_country_code - 2 letter ISO country code





Item Specific





item_namex

item_numberx - item number you have set in product configuration

quantityx - quantity sold

mc_gross_x - sale price for this product * quantity sold

option_name1_x - (if applicable) if you are using any options with your products, then this will contain first option's name

option_selection1_x - (if applicable) if you are using any options with your products, then this will contain first option's value that buyer selected

option_name2_x

option_selection2_x

option_name3_x

option_selection3_x

item_cart_position - this will be posted once per notification and will provide the position of the item for which this post is being done. essentially, this will provide you the value of x (see above) so you can pick the item name, number etc. for this particular item

sku - SKU of the item sold, only applicable if you configured price affecting variants in Admin

It looks like e-junkie could care less about this problem as well.



Anyone else besides e-junkie people know what the street code is?



Maybe [%street1%] ??? wish i could test this but they have no such method.



I just love the support we get here now that they hired more people.

You are reading the "integration" page and are confusing "parameters" with "template variables".



You should read "customization" page and use "template variables".



The missing template variable there is [%address%]

Amazing! Does everyone see this reply?



Blame the customer and slide in the mistake.



That missing variable is just that. Missing. It doesn't matter what page I look at.

I believe it is



[%address%]



This is passed when you ship a physical product. I display it on my Thank You page.

lemonbarAmazing! Does everyone see this reply?Blame the customer and slide in the mistake.That missing variable is just that. Missing. It doesn't matter what page I look at.





I agree there was a missing template vairable. However, the documentation you copied-pasted on this thread was a list of "parameters" from the integration page and not "template variables" from customization page. Two separate things all together