3 / 3
Jul 2010

I'm attempting to pass a custom variable (a plain number) by adding it onto the end of a BuyNow button. The button works, and the thankyou page receives GET data, but not 'custom' I get payer_email, taxid, paymentstatus, hash, etc, but not the custom I'm passing. Amount also works during checkout.



My URL looks like:

https://www.e-junkie.com/ecom/gb.php?i=XXXXX&c=gc&cl=XXXXX&ejc=4&custom=619488&amount=134.1



Anyone know how I can fix this?

  • created

    Jul '10
  • last reply

    Jul '10
  • 2

    replies

  • 964

    views

  • 2

    users

  • 1

    link

Hm, that's exactly what &custom= is for and how it should be used, so it's not clear what the problem could be here. Is the &amount= parameter at least affecting your item's price correctly?



If you could email us to provide the URL of a page where you're using this button code and the Transaction ID of an order which should have passed the custom value but didn't, we can check your button code and investigate how that transaction was processed.

I just sat down about an hour ago and it's working now. Perhaps there was a short delay on GC in using the new callback url.



Thanks for your help!