Announcement

Collapse
No announcement yet.

Adding image to Cart Details Right bar box?

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

    Adding image to Cart Details Right bar box?

    Hi,
    I want to add a small cart image with a link to checkout in the right hand bar box that shows the cart details. Do I need to go into the html files to add this?

    Also I may have a top banner design, where do I add that to replace the bar design in the Smart theme?

    Thanks
    Sellerdeck Business Plus 12.0.1.NBLA

    #2
    You will need to edit the Act_Primary.html template - the code for displaying the cart will look something like:

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

    You can then add a cart image to the same table - making sure not to break the code.

    The top banner can be set up in DESIGN | OPTIONS |SHOP DEFAULTS - secify the new company logo file there


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      Thanks got the cart to display properly after a while
      Sellerdeck Business Plus 12.0.1.NBLA

      Comment


        #4
        Glad it worked ... eventually


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment

        Working...
        X