Hello, We have a custom signup page and we want anyone signing up from this page to be directed to a custom Credit Card info page for entering in details. Does anyone know how to achieve this? I cant seem to see where the redirect is to the cc_info,html template.
You can modify cc_info.html template depending on product_id this should work in cc_info.html template: {if $payment.product_id == 1} Show special text {else} Show default text {/if}