Hi, I just added some images to the first sign up page where the customer chooses a username, password, etc. and then they click next. Then, they land on the 2nd page where they actually enter in all of their credit card details. The 2nd page's URL looks like this: http://www.MYSITEXYZ.com/members/payment/paypal-pro/cc?id=283409840182038183 I need to add images to this 2nd page where they type in their credit card details. Where is this page located in cpanel file manager? Thanks.
amember/application/cc/views/cc/info.phtml if you are using custom theme (which is recommended!) you have to just copy that file to theme_folder/cc/info.phtml and then make any modifications.