Hello! I'm looking for a developer who is proficient with E-Junkie to set up some custom stuff with our shopping cart. The only one I've found is Easy E-Junkie but I've sent them multiple emails over the last few weeks without a response.

Does anyone know of a good developer they can recommend?

If you're curious, here are the four changes I'm looking for. I need all four.

  1. Have certain products be automatically added to the E-Junkie shopping cart when certain other products are added. Also, those products should be automatically removed if the first item is removed.

  2. Have certain discounts be applied automatically to certain products based on other items in the shopping cart (and of course, have those discounts vanish if those same products are then removed).

  3. Have a list of our other products displayed at the bottom (or the side?) of the shopping cart for easy adding.

  4. Have an upsell screen that pops up when they go to complete their order that offers a product they don't have in the shopping cart at a big discount.

Thanks!

  • created

    Jul '17
  • last reply

    Jul '17
  • 1

    reply

  • 1.3k

    views

  • 2

    users

  • 3

    links

Check our Developers & Resources page for a list of independent developers familiar with E-junkie and available for hire:

That said, I think only your items 1) and 3) would be possible, and the latter would require you to use our classic cart, as our new cart (currently concluding beta testing) does not yet support customizing its layout. A few tips for your custom developer:

The first part of 1) could use our multiAdd function explained here:

The second part of 1), removing an item when some other item is removed from the cart, sounds similar to what MuvEnum.com used to do; they had a Backup CD add-on item that buyers could add to a download purchase, which would get removed if they remove the download item from their cart. Their site doesn't do this anymore, but your custom developer might contact them for tips or code revealing how they did it.

Your item 3) could be achieved with our classic cart, which supports cart customization documented here:

The Example section on that page shows an Add to Cart button and other custom HTML being added to the bottom of the cart. Since cart customization is specific to each sales page, you could alter this depending on which page of your site the buyer is on.

Regarding item 2), there's no way to set up a discount in Seller Admin that depends on the presence of any item other than the item being discounted. I don't know whether custom javascript might be able to apply or remove a Discount Code depending on the presence or absence of an item in the buyer's cart, possibly related to the second half of your item 1) discussed above.

As for item 4), there is no way to "interrupt" the buyer's progress from the cart to checkout. Typically upsells are done with a succession of Add to Cart buttons, where the initial Add to Cart button isn't a real Add to Cart but, rather, a link that brings up an upsell offer where the "No thanks" choice would work as an Add to Cart button for the non-upsold option, while the "Yes please" choice would work as an Add to Cart for the upsold option.