Announcement

Collapse
No announcement yet.

Can I move my shopping basket?

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

    Can I move my shopping basket?

    I currently have my shopping basket info set up in layout 13, clean layouts, which means my shopping basket appears right of my products.

    I want to move it towards the top of the page. It seems to work in the preview, but I haven't tested this online. If I only move...

    Netquotedel:capturecoupon

    and leave the rest of the script below where it is, will this still work?
    If I move all of it, it messes up my header design.



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




    NETQUOTEDEL:CAPTURECOUPON


    NETQUOTEVAR:COUPONTITLE

    NETQUOTEVAR:COUPONMESSAGE







    NETQUOTEDEL:CAPTURECOUPON






    NETQUOTEDEL:CAPTURECOUPON

    Regards

    #2
    Hi there

    The following code is the one you simply need to move for the shopping basket:

    Code:
                <table width="100" border="0" cellspacing="0" cellpadding="0" align="center">
                  <tr>
                    <td bgcolor="NETQUOTEVAR:FGCOLORCSS">
                      <div align="center"> <span class="actxxsmall"> <font color="NETQUOTEVAR:BGCOLORCSS">
                        <script language="JavaScript">
    					<!--
    					document.write("NETQUOTEVAR:CARTCOOKIEITEMS&nbsp;" + getCartItem(3)+"&nbsp;<BR>");
    					document.write("NETQUOTEVAR:CARTCOOKIEVALUE&nbsp;" + getCartItem(1));
    					// -->
    					</script>
                        </font></span> </div>
                    </td>
                  </tr>
                </table>

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment

    Working...
    X