The following is an example of HTML code you can enter (i.e., into a WYSIWYG Editor in Pulse Commerce) to create a buy button that puts an item directly in the customer's shopping cart and then redirects them to the shopping cart. You will need to customize the example code below to meet your needs.
Note: To see this example on a live site, refer to the second Buy Button on http://hotairballoons.com/pulsecommerce.asp.
|
<form action="pulsecommerce.asp?sess=y" method="post" id=form2 name=form2> <input type="submit" name="btnShoppingCart" value="Buy" onclick="" class="buttontext"> |