E-junkie Ecommerce Forums » E-junkie Discussions
Tag Cloud for this topic: | |
| |
|
Kim member Posts: 13 |
Hi! Maybe you can direct me to the correct place for this info. Is there a way to have 1 product with 2 variants and 2 different downloads? For example, the customer can choose if they want the Photoshop Version or the Photoshop Elements version. Then they will be directed to the correct secure link-- hosted through my site depending on what version they need? When I do this, I only get a spot for 1 download link. Thanks! # POSTED ON: May 29, 2008 @ 14:50 GMT -7 MODIFIED ON: May 29, 2008 @ 14:51 GMT -7 |
|
EasyE-Junkie member Posts: 7 |
Hi Kim, Unfortunately, I am fairly certain that E-Junkie can not handle variants for digital products. At least it couldn't several months ago when I was developing a website that could have really used this feature. I created a work-around by using radio-style buttons to give the customer a choice of which format they want the specific digital product (including in my case, an option to buy it on CD). Then, by using a javascript function to reference the customer's choice, when the add to cart button is clicked, the correct product is added to the cart. You can see an example of this integration by visiting one of the pages that uses it: http://www.pediasleep.com/sounds/white_noise_babies.html If you would like help setting this style of integration up on your own site, please just drop me an email or give me a call using the contact information on my website. It would be very easy to modify the code so that it would give your customers a choice between two versions of your downloads. I hope this helps. Take care, Andrew Easy E-Junkie htttp://www.EasyE-Junkie.com # POSTED ON: May 30, 2008 @ 07:35 GMT -7 MODIFIED ON: May 30, 2008 @ 07:36 GMT -7 |
|
E-junkieChef E-Junkie Crew Posts: 936 |
You can redirect them to your URL and we'll pass the SKU and the options selected by them based on which you can serve them the file you want. To make it more secure, you should log the transaction id so that they can manually change the SKU to get another file. Also, you should use our integration feature in the background to make sure that the transaction ID being sent to your redirection URL is a valid transaction ID # POSTED ON: May 30, 2008 @ 10:21 GMT -7 |
|
EasyE-Junkie member Posts: 7 |
Ah ha! Robin is right (as usual). :-) Redirection is also a very good way to do what you're wanting to do, Kim. I had forgotten that this was an option - although I considered it for the Pediasleep project. So thanks to Robin for clarifying that there is, in fact, another way to use E-Junkie to set-up a digital product with variants. It may be a bit more complicated than their super-slick tangible variant set-up, but using redirection as described is a good option. Take care, Andrew Easy E-Junkie http://www.EasyE-Junkie.com # POSTED ON: May 30, 2008 @ 12:19 GMT -7 |
|
JAHW member Posts: 17 |
Hi! I would love to have the code you used. I am having the same problem. Same 'file' 2 different formats. Thanks so much, Laura # POSTED ON: June 2, 2011 @ 13:41 GMT -7 |
|
E-junkieGuru E-Junkie Crew Posts: 4354 |
If you set up each version of the file as a separate product but don't want to show separate Add to Cart buttons for each version, you could offer a selection of formats with a single Add to Cart button by using button code like this (where XXXXXX and YYYYYY would be the Item Numbers for each file's product): <form action="https://www.e-junkie.com/ecom/gb.php?c=cart&cl=84573&ejc=2" target="ej_ejc" method="POST" accept-charset="UTF-8"> <select name="i"> <option disabled="disabled" selected="selected">↓Choose a format↓</option> <option value="XXXXXX">Windows</option> <option value="YYYYYY">Macintosh</option> </select><br> <input src="http://www.e-junkie.com/ej/ej_add_to_cart.gif" alt="Add to Cart" class="ec_ejc_thkbx" onclick="javascript:return EJEJC_lc(this.parentNode);" type="image" border="0"> # POSTED ON: June 2, 2011 @ 16:19 GMT -7 |
|
TheAlbumCafe member Posts: 1 |
AHHHH!! Thank you for this code!!! Works perfectly! E-junkieGuruIf you set up each version of the file as a separate product but don't want to show separate Add to Cart buttons for each version, you could offer a selection of formats with a single Add to Cart button by using button code like this (where XXXXXX and YYYYYY would be the Item Numbers for each file's product): # POSTED ON: December 4, 2011 @ 10:27 GMT -7 |
|
ChrisB member Posts: 1 |
Hi there, I've discovered you can do this with a 'buy now' button, too. See http://www.e-junkie.com/ej/tips.custom.buttons.item-menu.htm E-junkieGuruIf you set up each version of the file as a separate product but don't want to show separate Add to Cart buttons for each version, you could offer a selection of formats with a single Add to Cart button by using button code like this (where XXXXXX and YYYYYY would be the Item Numbers for each file's product): # POSTED ON: April 7, 2012 @ 04:37 GMT -7 MODIFIED ON: April 7, 2012 @ 05:03 GMT -7 |
You must be logged in to make a post. Please click here to login. | |






