Настройка темы "Купить просто"
В теме Сайт:
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}
home.html
после {$promos = $wa->shop->promos()}
{if $wa->mylang}{$promos = $wa->mylang->promos($promos)}{/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 комментариев