Hi everyone,



I have an inquiry about something that seems to me like it should be simple but I can't figure out how to do it. Basically, I sell most of my items on eBay, receive payments through PayPal and then e-junkie fulfills the order via the IPN option. This has worked great until now, but I need to add an extra wrinkle.



Basically, I want an option to come up before the buyer reaches the thank you page (alternatively, it could also be on the thank you page itself). E-junkie would then save the response in its database. Basically I just want to add in the option for the buyer to not receive a paper copy of the product.



Any input on this would be great, I can't seem to wrap my mind around it!



Thanks in advance,



RG

  • created

    Oct '15
  • last reply

    Oct '15
  • 1

    reply

  • 1.2k

    views

  • 2

    users

  • 2

    links

If you were selling directly from your own site, you'd simply set up two versions of your product, one with and one without Shipping enabled, and the Shipping-enabled one could even use the "Bundle other products" feature to issue a download link for the file already uploaded to the download-only version.



However, I gather eBay requires you to offer shipment of a physical hardcopy in order to sell downloads at all, and you want to give your eBay buyers the option to waive delivery of that hardcopy? Unfortunately, we don't have any built-in way to accomplish that with eBay sales. In this case, the IPN we receive from PayPal is our first indication of the order having been placed, at which point we process the order and log the order details immediately, so there's no chance for the buyer to state a hardcopy preference before or after that could get stored in your Transaction Log.



You might consider customizing your E-junkie-generated thank-you pages where we provide the buyer's download link, and/or the thank-you email message we send with a link to that page, to add instructions for buyers to specify whether they want a hardcopy mailed -- e.g., this could be as simple as providing your email address where they can contact you to state their preference.

http://www.e-junkie.com/ej/help.custom.thankyou-page.htm

http://www.e-junkie.com/ej/help.custom.thankyou-email.htm



I can think of some more sophisticated approaches, but setting these up would require some advanced Web development skills, such as setting up form handler scripts or programming other custom scripts; let me know if you're familiar with that sort of thing and want further pointers along these lines.