Hi, i'm trying to inbed the variable: <actinic:variable name="ShoppingCartSummary" /> into the right hand side of my header image
www.classixshop.com is our live site, but the picture should show you what i'm trying to accomplish.
this is the code my header uses:
any help on trying to sort this out?
Cheers FrAz
www.classixshop.com is our live site, but the picture should show you what i'm trying to accomplish.
this is the code my header uses:
HTML Code:
<!-- Header HTML begin --> <!-- This file is used to build the page headers including the title, logo, etc. --> <!-- If customer accounts are in operation following two lines allow displaying --> <!-- User name and customer account name on every page --> <Actinic:NOWSERVING/> <Actinic:CURRACCOUNT/><Actinic:LOGOUT_SIMPLE/> <!-- The following two lines can be uncommented and moved to include the section image --> <!-- and description in the section page headers --> <!-- NETQUOTEVAR:SECTIONIMAGE --> <!-- NETQUOTEVAR:SECTIONTEXT --> <table class="main" width="768" cellspacing="1" cellpadding="0" border="0" bgcolor="#757575"><tr><td bgcolor="#000000"> <table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td> <a class="nobg" href="http://www.classixshop.com"><img src="header.gif" width="658" height="80" border="0" alt=""></a></td><td align="left"></td></tr></table> </td></tr><tr><td bgcolor="#000000"> <table width="100%" cellspacing="0" cellpadding="0" border="0" style="background:url('side_bg.gif');background-position:top;"><tr ><td align="center"><ul><li><a class="menu" href="http://www.classixshop.com">HOME</a></li></ul> </td><td align="center"><ul><li><a class="menu" href="http://www.classixshop.com/cgi-bin/ca000004.pl?ACTION=SHOWCART">CART</a></li></ul></td> <td align="center"><ul><li><a class="menu" href="http://www.classixshop.com/cgi-bin/os000004.pl?ACTION=Start">CHECKOUT</a></ul></td><td align="center"><ul><li><a class="menu" href="http://www.classixshop.com/acatalog/faq.php">FAQ</a></ul></td><td align="center"> <ul><li><a class="menu" href="http://www.classixshop.com/acatalog/links.php">LINKS</a></ul></td><td align="center"><ul><li><a class="menu" href="http://www.classixshop.com/acatalog/feedback.php">FEEDBACK</a></ul></td><td align="center"><ul><li><a class="menu" href="http://www.classixshop.com/acatalog/contact.php">CONTACT</a></ul> </td></tr></table></td></tr></table> <!-- This file is used to build the page headers including the title, logo, Menu etc. --> <!-- Header HTML end -->
Cheers FrAz
Comment