Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Buyer email body › Reply To: Buyer email body
January 9, 2010 at 2:23 am
#17093
amin007
Participant
@jtribe, the tag {product_name} displays a list of prices (comma separated) of the purchased products. If you want to take out the comma then you can modify the “paypal.php” file and search for the following line and modify as you like:
$constructed_products_price .= “, “;
Please note that the buyer will receive a proper receipt for the purchase from PayPal immediately after the transaction.