Пропадает кол-во товара из miniCart

Добрый день!

При обновлении странички миникарта сбрасывается. Если добавить товар в нее, то он добавится, т.е. все подключено правильно. В чем может быть ошибка?
Roman Sirecky
19 июня 2015, 09:53
modx.pro
1 098
0

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

Владислав
19 июня 2015, 12:56
0
родной чанк не менял? А в корзину товар добавляется?
    Roman Sirecky
    19 июня 2015, 12:57
    0
    Нет, не менял.
    <div id="msMiniCart" [[+total_count:isnot=`0`:then=`class="full"`:else=``]]>
    	<div class="empty">
    		<h5><i class="glyphicon glyphicon-shopping-cart"></i> [[%ms2_minicart]]</h5>
    		[[%ms2_minicart_is_empty]]
    	</div>
    	<div class="not_empty">
    		<h5><i class="glyphicon glyphicon-shopping-cart"></i> [[%ms2_minicart]]</h5>
    		[[%ms2_minicart_goods]]: <strong class="ms2_total_count">[[+total_count]]</strong> [[%ms2_frontend_count_unit]],
    		[[%ms2_minicart_cost]]: <strong class="ms2_total_cost">[[+total_cost]]</strong> [[%ms2_frontend_currency]]
    	</div>
    </div>
      Roman Sirecky
      19 июня 2015, 12:58
      0
      Так вывел его в шапку сайта:
      [[$tpl.msMiniCart?]]
      Авторизуйтесь или зарегистрируйтесь, чтобы оставлять комментарии.
      5