The following is an example of HTML code you can enter (i.e., into a WYSIWYG Editor in Pulse Commerce) to create a button that puts an item directly in the Pulse Commerce Shopping Cart without directing the customer off of their current page. You will need to customize the example code to meet your needs.
Note: To see this example on a live site, see the first Buy Button on http://hotairballoons.com/PulseCommerce.asp.
<form id="form1" name="form1" action="http://parasailing.com/store/action.asp" method="post"><br/><input type="hidden" value="add" name="FormAction"/> <br/><input type="hidden" value="?CatalogVar=False&CID=5" name="Qstr"/> <br/><input type="hidden" value="72" name="ProdID"/> <br/><input type="hidden" name="ProdMfgName"/> <br/><input type="hidden" value="1" name="ProdQty"/> <br/><input type="hidden" value="Pacific Coast Rally RX8-3360 N5004S" name="ProdDesc"/> <br/><input type="hidden" value="30839.00" name="ProdPrice"/> <br/><input type="hidden" value="100" name="ProdWeight"/> <br/><input type="hidden" value="1" name="MinQty"/> <br/><br/><a href="http://parasailing.com/store/viewcart.asp?CatalogVar=False">shopping cart</a><br/><br/><b>Pacific Coast Rally</b><br/><br/>RX8-3360 N5004S <br/><br/>90,000 cubic ft. / Parachute Top <br/><br/>RWSW-AFX Gondola <br/><br/>Black Smooth Leather <br/><br/>Zone V Dual Burner w/glow <br/><br/>2-18 gallon tanks <br/><br/>Poly Skid Guards <br/><br/>$30,839.00 - sale price<br/><br/><br/><br/><input class="buttontext" type="submit" value="Buy" name="btnCart"/> <br/></form> |
Comments
0 comments
Article is closed for comments.