two different problems;
1) when having a menu link to only a single group, there is a link to remove the single group filter, this link has the current menu items ItemId instead of the id back to the list of all plans as expected.
2) for guest/public users, when selecting a subscription from the emlist, I was sure the selected plan_id ( $this->default->[plan_id] ) was passed to the selector and only the selected plan was now shown in the selector on the registration page. but since upgrading to the latest Emerald and latest Joomla! 3.2 the selector only ever shows all the groups/plans again and the default plan is empty in $this forcing the user to select again.
two different problems;
1) when having a menu link to only a single group, there is a link to remove the single group filter, this link has the current menu items ItemId instead of the id back to the list of all plans as expected.
2) for guest/public users, when selecting a subscription from the emlist, I was sure the selected plan_id ( $this->default->[plan_id] ) was passed to the selector and only the selected plan was now shown in the selector on the registration page. but since upgrading to the latest Emerald and latest Joomla! 3.2 the selector only ever shows all the groups/plans again and the default plan is empty in $this forcing the user to select again.