At first you need to disable Tinymce editor in Joomla so that it does not strip out your HTML code.then go to site and click user manager and necessary user and choose no editor and then save. now in order to integrate Paypal button click article manager and then select necessary article and paste Paypal button related code and then save. WE can also use Menu item to act as Paypal button. As Paypal simply sends as part of URL using an HTML form. so like the same way we can also create Joomla menu item to perform same function.
In the Menu Item Manager create a new External Link menu item. in detail enter url in link field.
https://www.paypal.com/us/cgi-bin/webscr&business=myusername@mysite.com&cmd=_cart&display=1
In paypal sanbox mode(testing mode)
https://www.sandbox.paypal.com/us/cgi-bin/webscr&business=myusername@mysite.com&cmd=_cart&display=1
0 Comment(s)