E-junkie - We help you sell online
World Class Solution - Damon @ PayPal
Sell & promote your products Join affiliate programs offered by sellers Shop Community
  Google Custom Search

E-junkie Ecommerce Forums » E-junkie Discussions

Tag Cloud for this topic:

How to customize shopping cart window ?



basile
member
Posts: 1


How to customize shopping cart window ?
I would love to get a french shopping cart window ! How to do that ?
I know about buttons and Thank you page but how to modifiy the shopping cart window ?

Thanks


#
POSTED ON: May 4, 2009 @ 01:50 GMT -7




E-junkieGuru
E-Junkie Crew
Posts: 1847


At present, our cart is only available with text labels in English, and we are planning to add a language Localization option sometime later this year. Meanwhile, you can at least manually customize the text labels in the lower half of the cart (below the itemized order contents) however you wish. Just copy the code below, customize the text label at the end of each line (e.g. "Ship to Country" etc.) and paste that into your View Cart code on every page, just before the "// -->" line in the standard code we provide:

function EJEJC_config() {
EJEJC_POSTCALL=true;
}
function EJEJC_shown() {
jQuery("#country1").attr("innerHTML", "Ship to Country");
jQuery("#state1").attr("innerHTML", "Ship to Postal Code");
jQuery("#state2").attr("innerHTML", "(Update Cart after entering)");
jQuery("#dscnt_cd").attr("innerHTML", "Discount Code");
jQuery("#discount2").attr("innerHTML", "(Update Cart after entering)");
jQuery("#btnContShop").attr("value", "Continue Shopping");
jQuery("#btnUpdtCart").attr("value", "Update Cart");
jQuery("#tdPmnt").attr("innerHTML", "<b>Checkout:</b>");
jQuery("#EJEJC_closeWindowButton").attr("innerHTML", "<b>Close</b>");
}


#
POSTED ON: May 4, 2009 @ 16:28 GMT -7


You must be logged in to make a post. Please click here to login.

PayPal Certified Integration Google Checkout Certified Integrattion 30 Day Money Back Guarantee Slam the Online Scam
 Share this page!