Announcement

Collapse
No announcement yet.

Shopping basket?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Shopping basket?

    Hi

    I'm trying to format the shopping basket that is on all product pages showing the nimber of items. I'd like to add an image and format the text but I'm not sure where I can change this.

    Any help would be appreciated.

    Thanks Stu

    #2
    Hi Stu,

    Usually the cart summary is located within the Act_Primary or Act_Header, depending on the theme selected.

    For Example:

    <table width="100" border="0" cellspacing="0" cellpadding="0" align="center">
    <tr>
    <td background="pxl_red.gif">
    <div align="center"> <span class="actxxsmall">
    <script language="JavaScript">
    document.write("NETQUOTEVAR:CARTCOOKIEITEMS&nbsp;" + getCartItem(3)+"&nbsp;<BR>");
    document.write("NETQUOTEVAR:CARTCOOKIEVALUE&nbsp;" + getCartItem(1));
    </script>
    </span> </div>
    </td>
    </tr>
    </table>

    to change the font size/color you can either edit your css or hard code the HTML. For example you could remove the span tags and replace them with font tags. To change the background replace "pxl_red.gif" with you own image name (located within Site1)

    Any help?
    Regards,

    Toby Blanchard

    Comment


      #3
      Hi

      Thanks very much for that I'll give it a go.

      Stu

      Comment

      Working...
      X