managing products with group numbers

Discussion in 'Troubleshooting' started by jcary, Feb 7, 2013.

  1. jcary

    jcary Member

    Joined:
    Aug 29, 2006
    Messages:
    87
    Hello,

    I understand how to properly use negative group numbers to prevent the product from appearing on the default sign up list.

    But how can I keep a product from appearing on the default sign up list (with a negative product number) but still have the product appear in the logged in users "Add/Renew Subscription" section?

    Possible?

    Thanks -Josh.
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Josh,
    Yes possible with simple customization.
    Edit member.php and remove this block:
    PHP:
        } elseif ($v['price_group'] < 0){
            unset(
    $products_to_renew[$k]);

  3. jcary

    jcary Member

    Joined:
    Aug 29, 2006
    Messages:
    87
    Hey Alex,

    Thanks for that. Did it perfectly.

    -Josh

Share This Page