I need help re-sizing my e-junkie shopping cart. I have a web app that has a small browser window. When someone clicks an add to cart, or view cart button - I need the e-junkie cart to come up and fit in that window - which is about 500 pixels x 205.
On the help page - modifying the look and feel of E-junkie shopping cart - it states: " In the VIEW CART button code, add the following code:
// change the width of the cart window
EJEJC_WIDTH = 700;
// change the height of the cart window
EJEJC_HEIGHT = 415;
Where do you add this code in the "view cart" button code ? (sorry to be such an html neophyte)
I have tried adding it in various places in the code and could not get it to re-size. Do I add it to the code in e-junkie ? or in my webpage where the button code is once it's pasted in? Where in the code ?
I am assuming that once the code is added in the right place in the view cart button code, you simply change the height and width values and the window will pop up and re-size, correct?
and, when someone clicks on add to cart of view cart the cart window / box will come up 500 x 210, correct?
Anyone who can help me find a way to accomplish this - I am hugely grateful
Thanks
J