Настройка отправки заказа из корзины

[[!msGetOrder?id=`[[+id]]`]]

<h3>[[%ms2_email_subject_new_manager]]</h3>

<div id="msCart">
	<table class="table table-striped">
		<tr class="header">
			<th class="image span2 col-md-2"> </th>
			<th class="title span4 col-md-4">[[%ms2_cart_title]]</th>
			<th class="count span2 col-md-2">[[%ms2_cart_count]]</th>
			<th class="weight span1 col-md-1">[[%ms2_cart_product_currency]]</th>
			<th class="price span1 col-md-1">[[%ms2_cart_cost]]</th>
		</tr>
		[[+goods]]
		<tr class="footer">
			<th class="total" colspan="2">[[%ms2_cart_total]]:</th>
			<th class="total_count"><span class="ms2_total_count">[[+cart_count]]</span> [[%ms2_frontend_count_unit]]</th>
			<th class="total_weight"><span class="ms2_total_weight"></th>
			<th class="total_cost"><span class="ms2_total_cost">[[+cart_cost]]</span> [[%ms2_frontend_currency]]</th>
		</tr>
	</table>
	<h4>[[%ms2_frontend_order_cost]]: [[+cart_cost]] [[%ms2_frontend_currency]] + [[+delivery_cost]] [[%ms2_frontend_currency]] = <big>[[+cost]]</big> [[%ms2_frontend_currency]]</h4>
<hr>
<!-- info iz zakaza -->
<p>Email: [[+user.email]]</p>
<p>Получатель: [[+addr.receiver]]</p>
<p>Телефон: [[+user.phone]]</p>
<p>Комментарий: [[+user.comment]]</p>
<p>Почтовый индекс: [[+user.index]]</p>
<p>Область: [[+user.region]]</p>
<p>Город: [[+user.city]]</p>
<p>Улица: [[+user.street]]</p>
<p>Дом: [[+user.building]]</p>
<p>Комната: [[+user.room]]</p>
<!-- /info iz zakaza -->
		
</div>
Отправляется только
email и весь заказ над ним. А вот получатель, телефон..., дом и комната не приходит… Как настроить чтоб приходило?
Alexander Kirillov
24 марта 2016, 14:46
modx.pro
1 148
0

Комментарии: 2

Виктор
24 марта 2016, 17:51
1
+1
Попробуй везде, кроме Email, заменить +user на на +address
    Alexander Kirillov
    24 марта 2016, 17:56
    0
    Спасибо большое!)
    СРАБОТАЛО)))
    Авторизуйтесь или зарегистрируйтесь, чтобы оставлять комментарии.
    2