Is there a way to detect whether people came through Clickbank checkout instead of paypal on the Thank you page? Since clickbank requires you to have a little note about how the credit card is charged by clickbank, I want to show this only for Clickbank processors not paypal. How can I do this in the smarty template?
Use this code: Code: {if $payment.paysys_id =='clickbank'} This will be included for clickbank payment only. {/if}