Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
You should be able to do that by adjusting the query provided above. Example as follows.1. to have a list showing the users with a specific plan order e.g. first users ASC by Plan1, then users ASC by Plan2, etc
( SELECT sub.`plan_id` FROM `#__cbsubs_subscriptions` AS sub WHERE sub.`user_id` = u.`id` AND sub.`status` = 'A' ) DESC, u.`name` ASC
Please Log in or Create an account to join the conversation.
( SELECT sub.`plan_id` FROM `#__cbsubs_subscriptions` AS sub WHERE sub.`user_id` = u.`id` AND sub.`status` = 'A' ) DESC, u.`name` ASC
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.