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> <b>Rocky Mountain Rally</b><br> RX8-3361 N5004Z<br>90,000 cubic ft. / Parachute Top<br> RWSW-AFX Gondola <br> Mt. Blue Smooth Leather<br> Zone V Dual Burner w/glow<br> 2-18 gallon tanks<br> Poly Skid Guards<br> $30,839.00 - sale price<br><br> <input type="submit" name="btnShoppingCart" value="Buy" onclick="" class="buttontext"> |
Comments
0 comments
Article is closed for comments.