-- HikaShop version -- : 5.0.3
-- Joomla version -- : 4.4.3
-- PHP version -- : 8.1.27
Hi,
I need to send a email to some customers who have bought a specific product.
So far, what I do in the Order page is:
- I filter by "product" and "confirmed"
- I select all the orders selected and export as csv
- I open the csv in a spreadsheet
- I copy the email columns (or export it as csv)
- I paste in a text editor (or open the new csv in a text editor)
- I search and replace all the line breaks by a comma
- I copy and paste in the cci field of an email client
Well, it works but it's time consuming and I can't reasonably teach that to a non-technical minded customer!
Is there a better way to do this?
Thanks