The following is an example of HTML/ASP code you can enter (i.e., into a WYSIWYG Editor in Pulse Commerce) to link a customer to product details page from a buy button. You will need to customize the example code below to meet your needs.
Note: To see an example of this on a live site, refer to the third Buy Button on http://hotairballoons.com/pulsecommerce.asp.
<form action="http://parasailing.com/store/item.asp?cID=5&PID=73" method="POST" id=form3 name=form3> <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="btnProdDetails" value="Buy" onclick="" class="buttontext"> |
Comments
0 comments
Article is closed for comments.