Tuesday, March 26, 2013

How to Use PayPal With Frames


1. Log into your PayPal account. Click the 'Merchant Services' tab. Select the option to create a button. Enter all of the details for your button, such as the product price, taxes and shipping fees.
2. Select the option to 'View Code' for the button. Click the 'Website' tab. Highlight all the button code. Press 'Ctrl' + 'V' on your keyboard to copy the HTML code.
3. Log into your Web-hosting 'Control Panel.' Click the 'File Directory,' 'File Manager,' or 'Site Builder' to access your Web page files. The exact wording might vary.
4. Select the page you want to place PayPal on. Click 'Edit' to open the page's HTML editor.
5. Paste your copied code from Step 2 inside of the page's HTML editor. Below is an example of how the code should appear. Notice the added 'target='_parent' ' tag that has been inserted right before the second bracket. This tag must also be inserted into your own code.<form action='https://www.paypal.com/cgi-bin/webscr' method='post' target='_parent'><input type='hidden' name='cmd' value='_s-xclick'><input type='hidden' name='hosted_button_id' value='222ABCDEF3GH4I'><input type='image' src='https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif' border='0' name='submit' alt='PayPal - The safer, easier way to pay online!'><img alt='' border='0' src='https://www.paypal.com/en_US/i/scr/pixel.gif' width='1' height='1'></form>
6. Click the 'Save' and 'Publish' option to save and publish the changes to your page.

No comments:

Post a Comment