Что бы добавить на главной странице контактные данные магазина в Vamshop, а что бы было еще круче и вывести индикатор статуса ICQ и Skype в боксе контент, необходимо добавить в
корень сайта/templates/ваш шаблон/boxes/box_content.html после
{config_load file="$language/lang_$language.conf" section="boxes"}
{config_load file="$language/lang_$language.conf" section="index"}
<div class="title"><h2>{#heading_content#}</h2></div>
<div class="box general">
такой код
{if $smarty.const.STORE_TELEPHONE}
<p>
{#text_phone#} {$smarty.const.STORE_TELEPHONE}
</p>
{/if}
{if $smarty.const.STORE_ICQ}
<p>
{#text_icq#} {$smarty.const.STORE_ICQ}
</p>
{/if}
{if $smarty.const.STORE_SKYPE}
<p>
{#text_skype#} {$smarty.const.STORE_SKYPE}
</p>
{/if}
{if $smarty.const.STORE_ICQ}
<p>
<img src="http://status.icq.com/online.gif?icq={$smarty.const.STORE_ICQ}&img=5">
{$smarty.const.STORE_ICQ}
</p>
{/if}
{if $smarty.const.STORE_SKYPE}
<p><a href="skype:{$smarty.const.STORE_SKYPE}?call">
<img src="http://mystatus.skype.com/smallicon/
{$smarty.const.STORE_SKYPE}" style="border: none;" width="16"
height="16" alt="Мой статус" /></a>
{$smarty.const.STORE_SKYPE}</p>{/if}
По умолчанию там ничего нет. При этом не забудьте в
Настройки/Мой магазин заполнить все необходимые данные (телефон, скайп и т. д.), иначе на нет и ответ нет