add to cart.
Posted: Tue Jan 04, 2005 12:48 am
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!
can any one help me !
Regards!
Code: Select all
їphp]
<?PHP
echo " Buy From Here !"
?>
ї/php]
<table width="100%" border="0">
<tr>
<td width="33%">Name</td>
<td width="32%">Picture</td>
<td width="35%"> </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>