Page 1 of 1

add to cart.

Posted: Tue Jan 04, 2005 12:48 am
by itsmani1
here is sample code for the shoping cart. now i want to all items to cart by clicking on addtocart link, i donot know how to do this because this is my 1st experience of a shoping cart.
can any one help me !

Regards!

Code: Select all

їphp]
<?PHP
echo " Buy From Here !"
?>
&#1111;/php]

<table width="100%" border="0">
  <tr> 
    <td width="33%">Name</td>
    <td width="32%">Picture</td>
    <td width="35%">&nbsp;</td>
  </tr>
  <tr bgcolor="#FFFFF5"> 
    <td bgcolor="#FFFFF5"><a href="details.php">Test</a></td>
    <td><img src="../../../Sienna%20Education%20Files/images/flag.gif" width="20" height="24"></td>
    <td bgcolor="#FFFFF5"><a href="addtocart.php">Add To Cart.</a></td>
  </tr>
</table>

Posted: Tue Jan 04, 2005 1:13 am
by feyd
I don't understand what you are saying.

Posted: Tue Jan 04, 2005 6:01 am
by n00b Saibot
i think he wants a sample implementation of shopping cart..

hey Abdul u can search the forum 4 shopping cart scripts. im sure u will find many of them here.:)

Posted: Tue Jan 04, 2005 11:05 pm
by itsmani1
oki thanx ppl.