Не выводит параметры товара

[[!mSearchForm?
    &element=`msProducts`
    &includeTVs=`img_product`
    &fields=`price`
]]

[[!pdoPage?
	&element=`mSearch2`
	&limit=`999`
]]

чанк оформления результата

<div class="col-md-4 col-sm-6 col-xs-12 ms2_product">
	<a href="[[~[[+id]]]]" class="product-img">
	    <img src="[[+img_product]]" />
    </a>
	<form method="post" class="ms2_form">
		<a href="[[~[[+id]]]]" class="product-title">[[+pagetitle]]</a>
		[[!starRating? &starId=`[[+id]]`]]
		[[+old_price]]
		<div class="clearfix">
    		<div class="pull-left price">
        		[[+price]] [[%ms2_frontend_currency]]
    		</div>
    		<div class="pull-right add-to-cart">
    		    <button class="btn btn-default btn-danger" type="submit" name="ms2_action" value="cart/add">[[%ms2_frontend_add_to_cart]]</button>
    		</div>
		</div>
		[[!AddComparison?list_id=`18`&id=`[[+id]]`]]
		<input type="hidden" name="id" value="[[+id]]">
		<input type="hidden" name="count" value="1">
		<input type="hidden" name="options" value="[]">
	</form>
</div>
Максим
04 ноября 2017, 14:13
modx.pro
519
0

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

Авторизуйтесь или зарегистрируйтесь, чтобы оставлять комментарии.
0