PDA

View Full Version : Adding shopping basket in header


Turtle37
16-Sep-2005, 01:31 PM
HI,
Im new to actinic and im trying to get my head around designing my own website. So any help would be gratefully appreciated.

I've got my company logo set up in the top left of the website. I was wandering how i can get the shopping basket or some other info in the top right of that header. At the moment it looks bland so i need something to fill the right hand side up.

Many thanks

jont
16-Sep-2005, 01:37 PM
Hi Rob,

moving it depends on the theme you are using. You will need to open the Act_Primary.html template and look for and move


<script language="JavaScript">
<!--
document.write("NETQUOTEVAR:CARTCOOKIEITEMS&nbsp;" + getCartItem(3)+"&nbsp;<BR>");
document.write("NETQUOTEVAR:CARTCOOKIEVALUE&nbsp;" + getCartItem(1));
// -->
</script>


into the relevent position. You may need to split the cell where the corporate logo is being housed or even insert a new <table> or <div> to house the above script

Turtle37
16-Sep-2005, 02:28 PM
Thanks for that. It's looking better already.

jont
16-Sep-2005, 02:39 PM
No problem - glad you got it working first time