Announcement

Collapse
No announcement yet.

Adding shopping basket in header

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

    Adding shopping basket in header

    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

    #2
    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

    Code:
    <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


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      Thanks for that. It's looking better already.

      Comment


        #4
        No problem - glad you got it working first time


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment

        Working...
        X