brigadiar Posted May 23, 2018 at 02:50 PM Share Posted May 23, 2018 at 02:50 PM Hi there, want to tell you about how to sort users with Paid Plans in AcyMailing 1. Download AcyMailing filter plugin 2. Create Smart-NewsLetter , choose Advanced Query , paste this code if you sort by: email SELECT User.email AS `email` FROM #__content AS Listing LEFT JOIN #__users AS User ON User.id = Listing.created_by WHERE (Listing.id IN (SELECT DISTINCT listing_id FROM #__jreviews_paid_orders WHERE order_active = 1 and plan_id IN (4,5,6))) 4,5,6 - it's your paidListing ID's or UserName SELECT User.name AS `name` FROM #__content AS Listing LEFT JOIN #__users AS User ON User.id = Listing.created_by WHERE (Listing.id IN (SELECT DISTINCT listing_id FROM #__jreviews_paid_orders WHERE order_active = 1 and plan_id IN (4,5,6))) 3. If you want to exclude these users from the rest of the mailing list you need: - create Mass action filter - paste code above - unsubscribe this users from "Global list" or sign to another list. - click Save 4. If you want to exclude these users automatically you need to set up CRON read this share your experience here 8) n00bster and Ant 1 1 Link to comment
JAN44 Posted June 4, 2018 at 10:33 AM Share Posted June 4, 2018 at 10:33 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
IvorJ Posted June 4, 2018 at 02:29 PM Share Posted June 4, 2018 at 02:29 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. JAN44 and Ant 2 Link to comment
.... Posted February 5, 2019 at 12:42 PM Share Posted February 5, 2019 at 12:42 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Ant Posted February 6, 2019 at 12:41 PM Share Posted February 6, 2019 at 12:41 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
.... Posted February 6, 2019 at 01:58 PM Share Posted February 6, 2019 at 01:58 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. n00bster 1 Link to comment
JAN44 Posted February 7, 2019 at 07:01 PM Share Posted February 7, 2019 at 07:01 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Alejandro Posted February 7, 2019 at 07:07 PM Share Posted February 7, 2019 at 07:07 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
.... Posted February 8, 2019 at 07:34 AM Share Posted February 8, 2019 at 07:34 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts