Start a conversation

How to put PayPal Buy Now buttons in your DotNetNuke Portal

You can do this with a simple javascript trick.

  1. Remove the tags from your PayPal “Buy Now” code.
  2. Add onClick=”this.form.action=’https://www.paypal.com/cgi-bin/webscr’;; this.form.submit();” to the buy now input button.
  3. Paste what is left into the html module

What it does is change the action for the Form that is already embedded into the DotNetNuke default.aspx page.

Example:
 etc…

Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Senior Engineer Jessie

  2. Posted
  3. Updated

Comments