Problem with signup page for negative price ID

Discussion in 'Templates customization' started by darina, May 13, 2008.

  1. darina

    darina New Member

    Joined:
    Mar 12, 2007
    Messages:
    15
    Hi there

    I've created a product and given it a negative price group id of -1 so that it doesn't appear on the main signup.php page. I try to link to it as per the instructions

    ww.mydomain.com/amember/signup.php?price_group=-1

    but it just brings up the main product signup page? not the second product?

    any ideas?

    sorry I think I posted in wrong board..should have been the customisation one, not the template customisation one !
  2. darina

    darina New Member

    Joined:
    Mar 12, 2007
    Messages:
    15
    ok I think I may have figured out what is causing my original problem, but that in itself creates another one !! I ammended the signup.html page to add in additional text for the main product and obviously it's using that for the -1 signup page ! hmm.. so how do I tell it to use signup2.html which would be a non-changed one?
  3. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    Copy your signup pages, signup.php and signup.html and call them begin.php and begin.html.

    then replace occurances of signup.html in begin.php with begin.html

    Now you have a new version of the signup form you can edit!

    David
  4. darina

    darina New Member

    Joined:
    Mar 12, 2007
    Messages:
    15
    great I'll give that a go thanks..
  5. darina

    darina New Member

    Joined:
    Mar 12, 2007
    Messages:
    15
    ok I've done that.. but how do I tie that into the negative id product?
  6. darina

    darina New Member

    Joined:
    Mar 12, 2007
    Messages:
    15
    ok sorry I realise now how to do that.. I just use begin.php with the negative id for the signup page instead ! (I think?)
  7. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    Yep!

    David
  8. darina

    darina New Member

    Joined:
    Mar 12, 2007
    Messages:
    15
    worked like a treat thanks :)

Share This Page