Right now I am testing 2 different funnels and they both have different images, videos, and text in them etc. The funnels look like this: Signup Page > Credit Card Payment Page > Thank You Page So far I have been able to make 2 completely different Signup Pages by using the form editor, but I have no way of creating different credit card payment pages or thank you pages. How can I do this? Thanks for the help.
What exaclty must be different on credit card payment pages? You may copy file application/cc/views/cc/info.phtml to application/default/themes/YOUR_THEME/thanks.phtml and customize it. If there are different products for sale, I will give you a sample of code to check it.