I have 2 products one goes through paypal one through clickbank. How can i ensure that the paypal guys don't see the clickbank statement on the bottom of the thanks you page??
Use smarty tags to include that statement only for your clickbank product: {if $payment.product_id == CLICKBANK_PRODUCT_ID} this will be displayed only if user purchased CLICKBANK_PRODUCT_ID product {/if}