In older versions of Amember using member.php?price_group=1 would yield a list of products to purchase from price group 1. Adding ?price_group=1 to member.php in 3.2.3PRO does not yield this result, but rather a tabbed interface. Does anyone know if it is still possible to list groups of products with member.php? thanks.
Think you now need to go to the add/renew page as part of the URL member.php?tab=add_renew&price_group=1 David
Yes, that worked, thanks. One caveat is if you click another tab and come back to the add/renew tab, the price group is lost. I think I'll try extricating that tab from member.php and display it separately. thanks for the feedback.