eShop emails: modify {CART} details
-
Dear everybody,
I use eShop for an educational website where no products are sold, but where schools can arrange a cultural program (sorry: English is not my native language so I hope this makes sense).
I do have a very large shop-extras.php file with more than 60 added fields.
I have all prices and quantity related items hidden in the front-end, but they are displayed in the emails if I use the {CART} tag.
I did find out I can add modified “default” items in my shop-extras.php file: for instance:
$this_email = str_replace('{ITEM}', $array['transid'], $this_email);gives me *only* the transaction ID (that is a part of the {CART}).But I could not find how to display *only* the products.
I would appreciate help: I am quite desperate 🙂
The topic ‘eShop emails: modify {CART} details’ is closed to new replies.