E-Junkie Forum http://www.e-junkie.com/bb/ E-Junkie Forum RSS en-us Copyright 2009, 19.5 Degrees. All rights reserved. webmaster@e-junkie.com webmaster@e-junkie.com Thu, 16 Jul 2009 15:57:22 GMT Sat, 21 Nov 2009 10:10:15 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 #5 http://www.e-junkie.com/bb/topic/3541/pg/0#post10758 http://www.e-junkie.com/bb/topic/3541/pg/0#post10758 Thu, 16 Jul 2009 15:57:22 GMT
I will let you know if anything goes wrong. Thanks a lot for your quick help. You guys rock!!

Regards,
~Amit]]>
E-junkie Discussions; Amit
Post #4 http://www.e-junkie.com/bb/topic/3541/pg/0#post10758 http://www.e-junkie.com/bb/topic/3541/pg/0#post10758 Wed, 15 Jul 2009 01:42:38 GMT javascript:EJEJC_lc('https://www.e-junkie.com/ecom/gb.php?c=cart&cl=XXXXX&ejc=2')

The XXXXX part would be your client ID. I noticed the example you provided had ID 73425, but you're posting here in the forum from ID 76971, so I wasn't quite certain which one is for your seller's account.

You would also need to have this portion of the View Cart code somewhere in every page, as this calls the programming that generates the nice cart overlay:

<script language="javascript" type="text/javascript">
<!--
function EJEJC_lc(th) { return false; }
// -->
</script>
<script src='http://www.e-junkie.com/ecom/box.js' type='text/javascript'></script>

You may need to manually edit a template file in order to insert that code someplace where it would appear on every page, and where you wouldn't risk having it mangled by Joomla's CMS somehow. It might also be a good idea to search/ask on the Joomla forum for assistance from anyone else who's used E-junkie on a Joomla site:
http://forum.joomla.org/]]>
E-junkie Discussions; Tyson
Post #3 http://www.e-junkie.com/bb/topic/3541/pg/0#post10758 http://www.e-junkie.com/bb/topic/3541/pg/0#post10758 Tue, 14 Jul 2009 23:19:17 GMT
Here is my view code link:
https://www.e-junkie.com/ecom/gb.php?c=cart&cl=73425&ejc=2

And here is my website link where you can see the View Cart button. I need to get that button at the top after "Contact Us" above the search box.

I would like to have the same effect there too (the AJAX pop-up effect).

Please help.

Thanks,
~Amit]]>
E-junkie Discussions; Amit
Post #2 http://www.e-junkie.com/bb/topic/3541/pg/0#post10758 http://www.e-junkie.com/bb/topic/3541/pg/0#post10758 Tue, 14 Jul 2009 23:11:18 GMT
You can try to add just the URL portion of the code. For example here is an entire view cart code:

<a href="https://www.e-junkie.com/ecom/gb.php?c=cart&cl=XXXXX&ejc=2" target="ej_ejc" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this);"><img src="http://www.e-junkie.com/ej/ej_view_cart.gif" border="0" alt="View Cart"/></a>
<script language="javascript" type="text/javascript">
<!--
function EJEJC_lc(th) { return false; }
// -->
</script>
<script src='http://www.e-junkie.com/ecom/box.js' type='text/javascript'></script>

You will just want to take the URL, in the case of thus example it would be:
https://www.e-junkie.com/ecom/gb.php?c=cart&cl=XXXXX&ejc=2]]>
E-junkie Discussions; E-junkieNinja
Post #1 http://www.e-junkie.com/bb/topic/3541/pg/0#post10758 http://www.e-junkie.com/bb/topic/3541/pg/0#post10758 Tue, 14 Jul 2009 20:18:54 GMT
I want to add the view cart code snippet to a Joomla menu item. Currently, when I create a new menu item, I cannot add this snippet to it. It just gives me an option to add an external link but with no extra html tags. How do I do this?
Please help...

Thanks,
~Amit]]>
E-junkie Discussions; Amit