E-Junkie Forum http://www.e-junkie.com/bb/ E-Junkie Forum RSS en-us Copyright 2013, 19.5 Degrees. All rights reserved. webmaster@e-junkie.com webmaster@e-junkie.com Mon, 12 Jul 2010 22:17:51 GMT Thu, 20 Jun 2013 02:21:57 GMT 681 E-JUNKIE 5 E-Junkie Forum http://www.e-junkie.com/bb/ http://www.e-junkie.com/ej/logo.gif 290 104 Post #4 http://www.e-junkie.com/bb/topic/4497/pg/0#post14883 http://www.e-junkie.com/bb/topic/4497/pg/0#post14883 Mon, 12 Jul 2010 22:17:51 GMT http://www.e-junkie.com/ej/help.cross-promo.htm

You can also add custom HTML -- such as a link to another product page or even an Add to Cart button for a specific product -- inside the overlay-style cart itself, and this can even differ when the cart is displayed in one page vs. another. Just add these lines to your View Cart code on each page, just before the "// -->" line in the standard code you obtained from Seller Admin:

function EJEJC_config() {
EJEJC_POSTCALL=true;
}
function EJEJC_shown() {
jQuery("#tdPmnt").attr("innerHTML",
"Any <b>HTML</b> you want to add in the cart goes here on one long line");
}

Note that any custom HTML you add must be strung into one long line, any "double quotes" should be either changed into 'single quotes' or preceded with a \"backslash\", and any ampersands (&) should also be preceded with a backslash (\&).

If you are already using the functions EJEJC_config(){} or EJEJC_shown(){} for other cart customizations, just add in the proper places any lines above which are missing from your current customization code.

For a more sophisticated solution, you might investigate what MUVenum has done:
http://muvenum.com/buy-now/
There you will see they have devised a way that, when a download item is added to the cart, a "Backup CD" upgrade link is shown in the cart, and if that item is added to cart and then the original download item is removed, that also removes the CD upgrade. You would need to examine their page source or contact them for advice to find out how they accomplished that trick.]]>
E-junkie Discussions; E-junkieGuru
Post #3 http://www.e-junkie.com/bb/topic/4497/pg/0#post14883 http://www.e-junkie.com/bb/topic/4497/pg/0#post14883 Sat, 10 Jul 2010 11:59:29 GMT
When a product is added to the e-junkie cart and a upsell parameter and values are set

1) redirect to the upsell page (preferably either held on e-junkie or optionally on you own site) and allow them to add the upsell offer to the current sale.

2) when they add it to cart an upsell suggestion (that we add in) is shown above the 'cart' amount and payment so they can click on the upsell and it is added to the cart with the current purchase]]>
E-junkie Discussions; TrafficMystic
Post #2 http://www.e-junkie.com/bb/topic/4497/pg/0#post14883 http://www.e-junkie.com/bb/topic/4497/pg/0#post14883 Fri, 9 Jul 2010 22:34:58 GMT E-junkie Discussions; E-junkieNinja Post #1 http://www.e-junkie.com/bb/topic/4497/pg/0#post14883 http://www.e-junkie.com/bb/topic/4497/pg/0#post14883 Fri, 9 Jul 2010 09:52:21 GMT
Does e-junkie have any plans to introduce upsells and downsells within the sales funnels in the future?

I would love this feature and would pay extra if you made this available..

regards

Steve]]>
E-junkie Discussions; TrafficMystic