You are Here: FAQ ->Applications->WebsiteCreator->Article #18


How to integrate Paypal button in WSC?


It is not possible to insert HTML code into pages created by WSC. All changes will
be over written by WSC. So if you want to include PayPal code, you will have to
disable WSC and use another tool to create your website, like FrontPage or Dreamweaver.

Another option is:

1. Open Notepad and insert the PayPal form as follows:
<html>
<head><title>Paypal Form</title>
</head>
<body>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but22.gif" 
border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<input type="hidden" name="add" value="1">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="support@yourdomain.com">
<input type="hidden" name="item_name" value="Test">
<input type="hidden" name="item_number" value="123">
<input type="hidden" name="amount" value="1.00">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="lc" value="US">
</form>
</body>
</html>
Name the file as "paypal.html"

2. Make an FTP connection and upload "paypal.html" into wscxxxxxxxx directory.
Follow the instructions in FAQ: How to create links to my files using WSC? (pdf or doc or html)

3. Then create a link to the PayPal page as http://domainname/paypal.html
by following the instructions in FAQ: How to insert an external link?

Note: Will only work with packages that have FTP Access.

SA1B2111


Print Article
How useful was this article?
(From 5 = Very Useful to 1 = Not useful at all):
1 2 3 4 5