Testing recurring vs non-recurring - feasible?

Discussion in 'Installation' started by kenmarep, Nov 4, 2009.

  1. kenmarep

    kenmarep New Member

    Joined:
    Jun 27, 2008
    Messages:
    12
    I have a new amember installation. Everything is working but I don't know how to do the following:

    Members can purchase 1 week, 1 month or 1 year access. I want 50% of my visitors to see the three durations non-recurring, 50% will see the three durations recurring. I can set up the six products and the split testing. However I do not know how to ensure that the sign-up and member.php pages only ever show one set (recurring / non-recurring) or the other.

    I'm guessing there must be some kind of grouping option to ensure that one set of visitors of my choice only see one set of products and never the other.

    Thanks in advance.
  2. kenmarep

    kenmarep New Member

    Joined:
    Jun 27, 2008
    Messages:
    12
    Just to add that I tried to group the products using group "1" and "2" however this exposed all products to members on the member.php page.

    I also tried to group products using group "-1" and "-2" which hid all products from member.php.
  3. miso

    miso aMember Pro Customer

    Joined:
    Aug 22, 2006
    Messages:
    543
    Grouping them in groups 1 and 2 will work... you'd just have to customize your member.html to show only the products from the group which your users have a product from... or if they don't have one, then do some split testing as well? Or not?
  4. kenmarep

    kenmarep New Member

    Joined:
    Jun 27, 2008
    Messages:
    12
    That makes sense. Thanks.
  5. kenmarep

    kenmarep New Member

    Joined:
    Jun 27, 2008
    Messages:
    12
    One final question ... how do I do access the price group of the user's product?

    I've figured out how to cycle through all products and get each product's price group but I need to know the user's product price group to compare values.

    This takes place on member.html

    Thanks!
  6. kenmarep

    kenmarep New Member

    Joined:
    Jun 27, 2008
    Messages:
    12
    I got the answer from support. In case other people are interested, it's:

    $smarty.session._amember_products.0.price_group

Share This Page