{$title = $product->meta_title|default:$product->model scope=global} {include file="breadcrumbs.htm" last="{$product->model}"} {$rate = ($currency->rate_from|default:1) / ($currency->rate_to|default:1)}

{$product->model}

{if count($product->files) > 0} {/if}
{foreach $product->files as $file} {/foreach}
Файл/описание
{$file@iteration} {if $product->files_alts[$file@index] != ""}
{$product->files_alts[$file@index]}
{else}
{$file}
{/if} {if $product->files_texts[$file@index != ""]}

{$product->files_texts[$file@index]}

{/if}

{if intval($product->variants[0]->old_price) != 0}{($product->variants[0]->old_price * $rate)|string_format:'%1.2f'|replace:',':'.'} {sign}{/if} {($product->variants[0]->discount_price * $rate)|string_format:'%1.2f'|replace:',':'.'} {sign}

{if !empty($mores) && empty($settings->productpage_no_mores)}

Аксессуары

Список аксессуаров, связанных с товаром "{$product->model}"

{foreach $mores as $more} {include 'common/mini-card-big.htm' item=$more} {/foreach}
{/if} {if count($product->related_products) > 0}

Связанные товары

Список товаров, связанных с товаром "{$product->model}"

{foreach $product->related_products as $related} {include 'common/mini-card-micro.htm' item=$related} {/foreach}
{/if}

Отзывы

{if !empty($message)} {include file="common/message.htm" msgTitle="Сообщение." msgText=$message msgClass="info"} {/if}
{function name="show_comments"} {foreach $items as $comment}
{$comment->name}

{$comment->name}

{$comment->number} | {$comment->date}

{$comment->comment}

{if !empty($comment->discussion)} {show_comments items=$comment->discussion} {/if} {/foreach} {/function} {show_comments items=$comments}
{if !empty($error)} {include file="common/message.htm" msgTitle="Ошибка!" msgText=$error msgClass="danger"} {/if}

Оставьте свой отзыв

{capture name="CUSTOMJS"} {$smarty.capture.CUSTOMJS|default:""} {/capture}