Hi Does anyone know why, when aMember is in a frame and a user signs up, the redirect to paypal does not show up in the frame ? Any help would be appreciated Thanks in advance
Hi, Do you mean that paypal is opened in new window? If so this is ok. Paypal do not allow to show their payments pages within frame.
Hello Thanks for your answer. In fact no, the frame goes blank and paypal does not open a new window.
Try to edit signup.html template and change signup form target to target='_blank' then try signup again.
You can use target="_top" if you want to load the paypal payment page over your frameset rather than opening a new window. You also need to make the same edit to the forms in member_add_renew.html and, I think, profile.html. (Ignore the rel="nofollow" bit - this forum is pre-pending it to the link attribute) If you use javascript to create the frameset, this has to be left out of layout.html, agreement.html, thanks.html etc.