Alain3012 Posted September 1, 2012 Share Posted September 1, 2012 Hi, Is there a way to add a custom text above or under the PayPal button displayed on viewinvoice.tpl ? This text need to be shown only if the PayPal gateway is selected on dropdown. Thanks. 0 Quote Link to comment Share on other sites More sharing options...
jclarke Posted September 7, 2012 Share Posted September 7, 2012 Yes, just add the text under the {$paymentbutton} tag in the viewinvoice.tpl and you can put an if statement around it to only show if PayPal is selected. e.g. {if $paymentmethod eq "PayPal"} Custom Text {/if} 0 Quote Link to comment Share on other sites More sharing options...
Alain3012 Posted September 8, 2012 Author Share Posted September 8, 2012 Hi, That's it !!! Thanks for your reply. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.