Posted - 05/01/2018 : 03:10:24
The code for the buy button would be like this <form method="post" action="cart.php"> <input type="hidden" name="id" value="XXXXXX"> <input type="hidden" name="mode" value="add"> <input type="image" src="images/buy.gif" border="0"> </form> ...where XXXXX is the product id The image code would be something like this <img src="/prodimages/myproduct.jpg" alt ="My Product"> Andy Please feel free to review / rate our software
|