E-junkie Ecommerce Forums » E-junkie Discussions
Tag Cloud for this topic: | |
| |
|
guest_user member Posts: 1302 |
I need to sell packaged products but with hardgoods, NOT download files. It appears your "packaged product" feature is only for downloaded files. Is there a way (workaround) to add multiple items (hardgoods) to the Cart in a single URL? # POSTED ON: March 28, 2008 @ 12:12 GMT -7 |
|
Shivani member Posts: 1358 |
The code you'll need is: <a href="javascript:EJEJC_multiAdd(Array( 'https://www.e-junkie.com/ecom/gb.php?c=cart&i=YYYYYY&cl=XXXXXX&ejc=2', 'https://www.e-junkie.com/ecom/gb.php?c=cart&i=ZZZZZZ&cl=XXXXXX&ejc=2' ));"><img src="http://www.e-junkie.com/ej/ej_add_to_cart.gif" alt="Add to Cart" border="0"/></a> You'll have to replace the URLs with the href= URLs from your add to cart button code for each item. You can add as many URLs as you want in the array. # POSTED ON: March 28, 2008 @ 12:12 GMT -7 MODIFIED ON: July 26, 2011 @ 15:29 GMT -7 |
|
TrainerMatt member Posts: 8 |
What I would like to have is when one product of a related series is clicked, the shoping cart adds all the other products with a "0" in the quantity. Is this possible? That way people could manually add or remove products if they wanted rather than having to go back and forth to add. # POSTED ON: June 17, 2009 @ 09:49 GMT -7 |
|
E-junkieGuru E-Junkie Crew Posts: 3483 |
Sorry, we have no method to support what you describe, since having quantity=0 effectively means "remove this item from my order", so that deletes the item from the buyer's cart. # POSTED ON: June 18, 2009 @ 17:18 GMT -7 |
|
untitledtv member Posts: 30 |
Can this approach have one item be the downloaded item and the other be fulfilled by SwiftCD...? Is there a way you can repost the code...it's not that legible, it looks like it is cut off, and perhaps explain what it entails so I can replicate it? # POSTED ON: August 8, 2009 @ 12:31 GMT -7 |
|
E-junkieGuru E-Junkie Crew Posts: 3483 |
I think I explained in another thread here that you can configure a single product as a download that also integrates with SwiftCD, so that may solve your problem. The multi-add code example above is complete and accurate; if you wish to use that, you'd just need to string it all onto one long line and replace the URLs with real Add to Cart URLs from your button codes for the products you want added to the cart together from a single link/button. # POSTED ON: August 9, 2009 @ 14:10 GMT -7 |
You must be logged in to make a post. Please click here to login. | |






