Procut URL not shown after first SIGNUP

Discussion in 'Troubleshooting' started by hjvanessen, Aug 30, 2010.

  1. hjvanessen

    hjvanessen New Member

    Joined:
    Aug 30, 2010
    Messages:
    3
    Product-URL not shown after first SIGNUP

    Hi Guys,
    For the last two days I am living on this forum. I have read almost all the threads about the product-url one has to setup in the product-admin to have a redirect to that page after login (.php).
    With me THAT works ok. Once someone is a registered member and logs in (login.php) one is redirected to the the product-url
    But the product-url does not work when some one signs up for the firts time.

    Some one fills in the signup.php form.
    An e-mail is send for verification.
    The verification-link in this e-mail is clicked on to verify.
    The payment module starts and handles the payment correctly
    Member.php appears.

    BUT, what I want is that the new member is redirected to the product-url mentioned in the product-admin.
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    this should work for first signup as well. What url you redirected after payment? What payment system you use? Please also attach screenshot of product settings.
    Also, after signup check in aMember CP, was your payment completed or not.
  3. hjvanessen

    hjvanessen New Member

    Joined:
    Aug 30, 2010
    Messages:
    3
    Hi Alexander,
    We are based in The Netherlands, have an integration with Joomla and we use the Mollie_iDeal plugin. So the product-url is linking to a http://.... joomla-V1.5-article as where my 'product' is stated.
    As far as I can see the payment-plugin works fine, because both in test-mode or in real-live-mode the payment is 'confirmed'.
    The product-url is not in the same directory as aMember, so just a '/' or skipping the http:// does not work. We tried that one already.
    But. Since I have read all the threads about the redirect-product-url and I had done what the manual and the threads had told me, I had hoped I was forgotten something.
    We now are thinking about copying member.php to member2.php and member.php having one line: go to the product-url.
    Since we use Joomla, we have a wrapper to call member2.php then.
    Thanx for picking your brain. ;-)
  4. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    It will help a lot if you submit a ticket to helpdesk with login info.
    There is really no magic!

    login.php in aMember reads all active products for the member, and collects all its "main" URLs.
    Then if there is only one URL to go - it redirects to this URL.
    If there are several URLs - it is unclear where to send user, so it redirects to member.php where customer can choose where to go.
    If there are no URLs - it again redirects to member.php
  5. hjvanessen

    hjvanessen New Member

    Joined:
    Aug 30, 2010
    Messages:
    3
    That's what I thought. Only one URL is active. I will submit a ticket later 2day.
    thnx. shall I close this thread?

Share This Page