Отображение цены товара только для залогинившихся
Находим и меняем следующим образом
1 файл: \published\SC\html\scripts\templates\frontend\product_brief.html
{if $log ne "" && !$CPT_CONSTRUCTOR_MODE} <span style="font-family: monospace;">{if $currencies_count ne 0 && $product_info.Price > 0} <div class="prdbrief_price"> <span class="totalPrice">{$product_info.PriceWithUnit}</span> </div> {/if}</span> {/if}