Last active
December 17, 2015 14:20
-
-
Save pitch-gist/5624138 to your computer and use it in GitHub Desktop.
PayPal Snippet Structure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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 & 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 & 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