I found another thread a little while back that said adding this code to the messages.tpl page would add PayPal to the page once an order was submitted so that people pay directly with it.
<!-- BEGIN ORDER_PAYPAL --> <div id="message"> <div id="ok"> <form target="paypal" name="_$iOrder" action="https://www.paypal.com/cgi-bin/webscr"; method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="$paypal@templeworkoutgear.com"> <input type="hidden" name="item_name" value="Order ID $iOrder"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="amount" value="$aList[fSummary]"> <input type="hidden" name="shipping" value="$aData[fCourierPrice]"> <input type="hidden" name="no_note" value="1"> <input type="image" src="http://www.bcwprints.com/temple/other/images/pay-with-paypal.jpg"; name="submit" alt="Pay quickly through PayPal with either your PayPal account or your credit card!"> </form><br /> $lang[Order_finished]<br /> <a href="javascript:windowNew( '?p=ordersWindowPrint&iOrder=$iOrder' );">» $lang[Order_print]</a><br /> <a href="?p=">$lang[Homepage]</a> </div> </div> <!-- END ORDER_PAYPAL -->
This worked previously but now it is not. Any suggestions why it may not be? Also does anyone have any ideas what plugin or thread it was that I found this so I can read the documentation again?