hi there,
I can’t seem to get my paypal standard email message templates to work..
the email are sent, but somehow it’s not taking the order id…
here’s my “cart/_paypal_email” code:
{exp:channel:entries channel="orders" limit="1" status="not closed" entry_id="{order_id}"}
<h2>{title}</h2>
{order_items}
{if item:first_item}
<table class="orders_table">
<tbody>
{/if}
<tr>
<td>
{embed="cart/_img" emb_entry_id="{item:entry_id}" emb_width="70"}
</td>
<td class="no_wrap">{item:quantity} x </td>
<td class="no_wrap">{item:title} {warenkorb_groesse_{rc_language_code}}: {item:product_options_matrix}<br />
{warenkorb_preis_{rc_language_code}}: {item:price} / {warenkorb_item_{rc_language_code}}</td>
</tr>
{if item:last_item}
</tbody>
</table>
{/if}
{/order_items}
<p>
{warenkorb_sub_total_{rc_language_code}}: {order_subtotal}<br />
{warenkorb_versand_{rc_language_code}}: {order_shipping}<br />
<span class="price">Total: {order_total}</span><br />
{if order_coupons}Coupon: {order_coupons} <br />{/if}
<span class="small">{emails_transaction_id_{rc_language_code}}: {order_transaction_id}</span>
{if order_error_message} | <br /> <span class="small alert">{order_error_message}</span>{/if}
</p>
<h2>{email_your_address_{rc_language_code}}</h2>
<p>
Email: {order_customer_email}
{if order_customer_phone}<br />{gateway_telefon_{rc_language_code}}: {order_customer_phone}{/if}
</p>
{/exp:channel:entries}
I’ve tried entry_id=”{order_id}” AND entry_id=“ORDER_ID”
do you maybe have a sample email template?
or are there any docs on paypal standard email notifications?
cheers
stefan
