Skip to content

Instantly share code, notes, and snippets.

@pitch-gist
Last active December 17, 2015 14:20
Show Gist options
  • Save pitch-gist/5624138 to your computer and use it in GitHub Desktop.
Save pitch-gist/5624138 to your computer and use it in GitHub Desktop.
PayPal Snippet Structure
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" class="paypal">
<span class="heading">
<input type="hidden" name="cmd" value="_s-xclick" />
Fast delivery &amp; great customer service
</span> <!-- close heading -->
<div class="paypal-left">
<input type="hidden" name="hosted_button_id" value="H5M2APXDL2N4Y" /><span class="price">$483.30 NZD ex GST &amp; freight.</span>
<span class="details">SAM0523X Light Head - Double Arm LED Task light with base.</span>
</div> <!-- close paypal left -->
<div class="paypal-right">
<input type="image" alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" />
<img alt="" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1" border="0" />
</div> <!-- cose paypal right -->
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment