AMember in a Frame and Paypal

Discussion in 'Payments processing' started by hnorris, Sep 11, 2011.

  1. hnorris

    hnorris New Member

    Joined:
    Sep 1, 2011
    Messages:
    21
    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
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    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.
  3. hnorris

    hnorris New Member

    Joined:
    Sep 1, 2011
    Messages:
    21
    Hello

    Thanks for your answer. In fact no, the frame goes blank and paypal does not open a new window.
  4. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Try to edit signup.html template and change signup form target to target='_blank' then try signup again.
  5. agentx

    agentx New Member

    Joined:
    Sep 6, 2011
    Messages:
    6
    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.

Share This Page