![]() |
Email class and displaying multiple ordered item in one email using loop..How could it be done? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Email class and displaying multiple ordered item in one email using loop..How could it be done? (/showthread.php?tid=11151) |
Email class and displaying multiple ordered item in one email using loop..How could it be done? - El Forum - 08-28-2008 [eluser]sheru[/eluser] Dear All, Greetings! I have used email class for online order. It is working fine but I want to send multiple item name, price quantity as per the selection of user in one email. For eg In one email address I want to send like Itme name price quantity Item name 2 price2 quantity2 and so on... as user selects the item to order.. How could I achieve this? as i use for loop it starts sending as many items selected. thank you Sheru Kathamandu, Nepal |