How to put the add to cart form in page vew Front page

Discussion in 'HTML & Website Design' started by Laszlo, Jan 15, 2006.

  1. #1
    Hi I have created many pages with front page for the products that I will sell on my website and installed the shopping cart on my server. I got the codes (Bellow) from the company who sold me the shopping cart. But I am having trouble with pasting it in code view. I just never find the exact place in the htlm codes where I can paste the code for the form. It simply ends up somewhere else or doesn’t work. Can somebody explain how can I put the forms in the design view? Or any opinion or resource where I could read about the add to cart forms will be much appreciated.
    Thank you Laszlo.:)

    <form name="productForm" action="http://www.1printer-supply.com/store/cart.php" method="POST" style="margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: 0;">
    <input type="hidden" name="m" value="add">
    <input type="hidden" name="productID" value="1">
    <input class="Form2" type="text" name="quantity" size="3" value="1">
    <input type="image" src="images/en.add.cart.btn.gif" alt="Add To Cart" border="0">
     
    Laszlo, Jan 15, 2006 IP
  2. Corey Bryant

    Corey Bryant Texan at Heart

    Messages:
    1,126
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you are unable to read HTML, you might try in the WYSIWYG mode and go to Insert - Web Component - Advacned Control. And choose HTML. This will allow you to paste the HTML hopefully as needed
     
    Corey Bryant, Jan 15, 2006 IP