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 Wed, 13 Feb 2013 04:13:34 GMT Tue, 18 Jun 2013 04:53:16 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 #8 http://www.e-junkie.com/bb/topic/5100/pg/0#post22776 http://www.e-junkie.com/bb/topic/5100/pg/0#post22776 Wed, 13 Feb 2013 04:13:34 GMT E-junkie Discussions; bunkbedking Post #7 http://www.e-junkie.com/bb/topic/5100/pg/0#post22776 http://www.e-junkie.com/bb/topic/5100/pg/0#post22776 Wed, 13 Feb 2013 02:08:48 GMT
If you only ship to one country, you can hide the Country section of your cart by adding this line to your site's CSS:

div#country1, select#countryDD {display:none; !important}

...or add these lines to the function EJEJC_shown(){} section in your cart customization code:

jQuery("#country1").css("display", "none");
jQuery("#countryDD").css("display", "none");

Also make sure that you select the one country you ship to in your Seller Admin > Cart Shipping Settings > Shipping Destinations list, then click Next to apply the change, then click Back to Admin.]]>
E-junkie Discussions; E-junkieGuru
Post #6 http://www.e-junkie.com/bb/topic/5100/pg/0#post22776 http://www.e-junkie.com/bb/topic/5100/pg/0#post22776 Tue, 12 Feb 2013 18:14:39 GMT E-junkie Discussions; bunkbedking Post #5 http://www.e-junkie.com/bb/topic/5100/pg/0#post22776 http://www.e-junkie.com/bb/topic/5100/pg/0#post22776 Tue, 12 Feb 2013 18:10:29 GMT E-junkie Discussions; bunkbedking Post #4 http://www.e-junkie.com/bb/topic/5100/pg/0#post22776 http://www.e-junkie.com/bb/topic/5100/pg/0#post22776 Mon, 4 Feb 2013 21:49:44 GMT http://www.e-junkie.com/ej/trouble.buttons.cart-css.htm]]> E-junkie Discussions; E-junkieGuru Post #3 http://www.e-junkie.com/bb/topic/5100/pg/0#post22776 http://www.e-junkie.com/bb/topic/5100/pg/0#post22776 Mon, 4 Feb 2013 06:00:08 GMT
I have tried to isolate the viewcart through CSS through countless attempts and are not able to do this.

My site is www.bnatyam.com in case you want to see the implementation.

thanks for your help.

Amish]]>
E-junkie Discussions; bnatyam
Post #2 http://www.e-junkie.com/bb/topic/5100/pg/0#post22776 http://www.e-junkie.com/bb/topic/5100/pg/0#post22776 Mon, 21 Mar 2011 02:32:59 GMT http://www.e-junkie.com/ej/help.custom-cart.htm

This should do the trick; just add these lines to your View Cart code on every 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("style","font-family:Verdana;font-weight:bold;color:#9c1416;");
jQuery("#tdPmnt").attr("innerHTML","Checkout:");
}]]>
E-junkie Discussions; E-junkieGuru
Post #1 http://www.e-junkie.com/bb/topic/5100/pg/0#post22776 http://www.e-junkie.com/bb/topic/5100/pg/0#post22776 Fri, 18 Mar 2011 15:05:56 GMT
#tdPmnt {
color:#9c1416;
}

But this doesn't have any affect on the "Checkout:" line. So, I suspect that's not the right id. Any ideas what I should be changing to do this?

Thanks.]]>
E-junkie Discussions; supera