Настройка темы "Удобная покупка"
Флажки
В index.html
после <div class="bg-top-line"> добавить {if $wa->mylang} <div style="margin-top:5x; float:right;"> {$wa->mylang->selector(0)} </div> {/if}
Для Shop-script 7 и ниже
В теме Сайт:
horizontal.tree.html и vertical.tree.html
После {$tree = $wa->shop->categories(0, null, true)}
Добавить {if $wa->mylang}{$tree = $wa->mylang->categories($tree)}{/if}
В теме Магазин:
compare.html.
В начало файла добавьте строки
{if $wa->mylang}{$features = $wa->mylang->features($features)}{/if} {if $wa->mylang}{$products = $wa->mylang->products($products)}{/if}
sidebar.html
После {if $cloud = $wa->shop->tags()}
Добавить {if $wa->mylang}{$cloud = $wa->mylang->tags($cloud)}{/if}
product.html
В самом начале добавить
{if $wa->mylang}{$stocks = $wa->mylang->stocks($stocks)}{/if}
После {$upselling = $product->upSelling()}
добавить {if $wa->mylang}{$upselling = $wa->mylang->products($upselling)}{/if}
После {$crossselling = $product->crossSelling()}
Добавить {if $wa->mylang}{$crossselling = $wa->mylang->products($crossselling)}{/if}
Чтобы добавить комментарий, зарегистрируйтесь или войдите
0 комментариев