E-junkie Ecommerce Forums » E-junkie Discussions
Tag Cloud for this topic: | |
| |
|
guest_user member Posts: 1302 |
I would like to set the background of the Cart (and change font colors if necessary) to a different color or background image. Couldn't find clear info (code) for doing this. # POSTED ON: December 13, 2007 @ 12:41 GMT -7 |
|
Shivani member Posts: 1358 |
Unfortunately, there is no straight forward method to do that. You can look at http://www.e-junkie.com/ej/help.custom-cart.php and it explains at the bottom to "hack" the cart. However, you will need web development experience and we will be unable to provide any support for this. # POSTED ON: December 13, 2007 @ 12:41 GMT -7 |
|
bunkbedking member Posts: 134 |
Where in the code do you insert the instructions ie EJEJC_OPACITY = 60; # POSTED ON: December 13, 2007 @ 18:10 GMT -7 |
|
E-junkieChef E-Junkie Crew Posts: 936 |
in EJEJC_config function in the VIEW CART code. like: function EJEJC_config() { EJEJC_OPACITY = 60; } If this function does not exit in the VIEW CART code, just add it there. # POSTED ON: December 14, 2007 @ 01:42 GMT -7 |
|
CleanBoxEntertainment.com member Posts: 12 |
<script language="javascript" type="text/javascript"> <!-- function EJEJC_lc(th) { return false; } function EJEJC_config() { EJEJC_WIDTH=80;EJEJC_HEIGHT=400; } // --> </script> <script type="text/javascript" src="https://www.e-junkie.com/ecom/box.js"></script> # POSTED ON: January 20, 2008 @ 18:10 GMT -7 |
You must be logged in to make a post. Please click here to login. | |






