E-Junkie Forum http://www.e-junkie.com/bb/ E-Junkie Forum RSS en-us Copyright 2008, 19.5 Degrees. All rights reserved. webmaster@e-junkie.com webmaster@e-junkie.com Thu, 26 Jun 2008 07:19:03 GMT Fri, 29 Aug 2008 01:05:14 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 #6 http://www.e-junkie.com/bb/topic/2678/pg/0#post6977 http://www.e-junkie.com/bb/topic/2678/pg/0#post6977 Thu, 26 Jun 2008 07:19:03 GMT
I didn't read the customisation page very well the first time.

It seems to add the function EJEJC_shown() you also need the function EJEJC_config() with al least {EJEJC_POSTCALL=true;}

I got the logo replacement working beautifully with this code which I insert at the bottom of the page:

<script language="javascript" type="text/javascript">
<!--
function EJEJC_lc(th) { return false; }

function EJEJC_config() {
EJEJC_INITCSS = false; EJEJC_POSTCALL=true;
}

function EJEJC_shown() {
jQuery("#imgHeader").attr("src", "http://www.domain.com/images/mix/ejunkie-Cart-Img.gif");
}
//
</script>
<script type="text/javascript" src="https://www.e-junkie.com/ecom/box.js"></script>

And lemonbar, the spacing is better with EJEJC_INITCSS = false; in the above script statement.

Hope this is helpful.

Thanks and all the best.]]>
E-junkie Discussions; babybunches
Post #5 http://www.e-junkie.com/bb/topic/2678/pg/0#post6977 http://www.e-junkie.com/bb/topic/2678/pg/0#post6977 Thu, 26 Jun 2008 04:48:58 GMT
"If you want to explore the things you can change, you can pick the URL from the ADD TO CART and open it in a browser window. You can view source to see various elements of the cart and some of them will have IDs, you can modify them by placing jQuery statements inside the EJEJC_shown function as shown above."

The header graphic has an id of imgHeader - this doesn't seem to work so perhaps list only those that can be changed:

<script language="javascript" type="text/javascript">
<!--
function EJEJC_shown() { jQuery("#imgHeader").attr("src", "http://www.removed for privacy.com.au/images/mix/ejunkie-Cart-Img.gif"); }
// -->
</script>

I'd like to have a crack at cracking the layout for the header graphic but how can I do that without the source code - given that sits on your server?

Sounds a bit too hard for my programming skills.

Anyway, thanks and all the best.

p.s. Lemonbar, please advise if you ever get it happening as I'd love to know how to do it.]]>
E-junkie Discussions; babybunches
Post #4 http://www.e-junkie.com/bb/topic/2678/pg/0#post6977 http://www.e-junkie.com/bb/topic/2678/pg/0#post6977 Wed, 25 Jun 2008 23:37:15 GMT
Thanks]]>
E-junkie Discussions; lemonbar
Post #3 http://www.e-junkie.com/bb/topic/2678/pg/0#post6977 http://www.e-junkie.com/bb/topic/2678/pg/0#post6977 Wed, 25 Jun 2008 21:28:32 GMT http://www.e-junkie.com/ej/help.custom-cart.php

If you wish to accomplish other customizations beyond what we support and document, you're welcome to hack at it until you figure out something that works. We don't recommend and cannot provide any support for that, and if we ever happen to change our backend code in a way that breaks your custom hack, then that's also up to you to troubleshoot and fix that. Not that we would ever do that intentionally, but it could happen, since only those customizations we know about and support are deliberately accounted for when maintaining our codebase.

Good luck and happy hacking! :^)]]>
E-junkie Discussions; Tyson_N
Post #2 http://www.e-junkie.com/bb/topic/2678/pg/0#post6977 http://www.e-junkie.com/bb/topic/2678/pg/0#post6977 Wed, 25 Jun 2008 21:21:29 GMT
Can we also move the e-junkie graphics over and down a bit from teh top let-hand corner. It rides so close to the edge it does not look very good.

Can you guys adjust this or is there a way for us to adjust it.

Thanks]]>
E-junkie Discussions; lemonbar
Post #1 http://www.e-junkie.com/bb/topic/2678/pg/0#post6977 http://www.e-junkie.com/bb/topic/2678/pg/0#post6977 Wed, 25 Jun 2008 04:31:37 GMT
Is it possible to change the upper LHS shopping cart image?

I am using this code but its not working.

<script language="javascript" type="text/javascript">
<!--
function EJEJC_shown() { jQuery("#imgHeader").attr("src", "http://www.removed for privacy.com.au/images/mix/ejunkie-Cart-Img.gif"); }
// -->
</script>

Any ideas?

Thanks and all the best.]]>
E-junkie Discussions; babybunches