Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Здравствуйте.
Заказчик требует:
1. отключить регистрацию
При оформлении заказа:
2. отключить купон на скидку
3. При оформлении заказа, часть полей из "Ваш адрес" перенести в поле "Адрес доставки заказа", а именно: ФИО, мэйл, телефон и адрес. (Функционала он похоже не понимает, ему надо что бы я сделал так как он нарисовал)
Защиту от спама по его требованию я уже отключил. Город, область и почтовый индекс тоже отключил.
в чем проблема ввести номер лицензии? На нуллах вводится любой числовой набор и вуаляПри оформлении заказа, к админу приходит письмо с данными о заказе, в том числе и с временем заказа, но время указывается не правильное, в админке магазина часовой пояс указан правильно. В инсталлере часовой пояс указан не верно, при попытке сохранить не дает сохраниться, так как поле Номер лицензии: * отмеченное галочкой пустое. У самого установлена зануленная версия, может через MySQL можно отредактировать этот параметр? Кто бы подсказал только где менять и на что.
Читайте мануалы по CSS, так вам будет очень трудно...используйте Для просмотра ссылки ВойдиПодскажите, может вопрос и плевый, но не нашел решения:
1)Как изменить шрифт подкатегорий на странице категорий?
2)Как выравнять название подкатегории под фотографией?
для наглядности: Для просмотра ссылки Войдиили Зарегистрируйся
Спасибо за за совет, использовал Для просмотра ссылки ВойдиЧитайте мануалы по CSS, так вам будет очень трудно...используйте Для просмотра ссылки Войдиили Зарегистрируйся для Для просмотра ссылки Войдиили Зарегистрируйся, стили для вашего сайта находятся в файле стилей Для просмотра ссылки Войдиили Зарегистрируйся - для закешированного шаблона
или
Для просмотра ссылки Войдиили Зарегистрируйся
ссылки с классами .cptovst_vg6a7y , .cptovst_vg6a7y
#subcotegoriy {
float: left;
width: 210px;
padding: 5px;
border: 1px solid #DEB887;
margin: 1px;
border-radius: 5px;
}
.subcotegoriy_img {
text-align:center;
padding: 5px;
border: 1px solid #F5F5F5;
margin: 1px;
}
.subcotegoriy_a {
text-align: center;
}
.vibor {
margin-left: auto;
width: 85%;
margin-right: auto;
}
<script type="text/javascript" src="{$smarty.const.URL_JS}/category.js"></script>
{* category view *}
<div class="clearfix" id="cat_path">
<table cellpadding="0" border="0" class="cat_path_in_productpage">
<tr>
<td><a href="{"?"|set_query}">{"lnk_homepage"|translate}</a> {$BREADCRUMB_DELIMITER}
{section name=i loop=$product_category_path}
{if $product_category_path[i].categoryID != 1}
<a href='{"?categoryID=`$product_category_path[i].categoryID`&category_slug=`$product_category_path[i].slug`"|set_query_html}'>{$product_category_path[i].name|escape:'html'|default:"(no name)"}</a>{if !$smarty.section.i.last} {$BREADCRUMB_DELIMITER}{/if}
{/if}
{/section}
</td>
</tr>
</table>
</div>
<div class="clearfix" id="cat_top_tree">
{*
@features "Search products by params"
*}
{if $allow_products_search}
{include file="advanced_search_in_category.tpl.html"}
{/if}
{*
@features
*}
<div id="cat_info_left_block">
{* description *}
{$selected_category.description}
{if $subcategories_to_be_shown}
{* show subcategories *}
<div class="vibor">
{section name=i loop=$subcategories_to_be_shown}
{if $subcategories_to_be_shown[i][3]}
<div id="subcotegoriy">
{assign var=_sub_category_url value="?categoryID=`$subcategories_to_be_shown[i][0]`&category_slug=`$subcategories_to_be_shown[i][3]`"|set_query_html}
{else}
{assign var=_sub_category_url value="?categoryID=`$subcategories_to_be_shown[i][0]`"|set_query_html}
{/if}
<table align="center" border="0" cellspacing="0" cellpadding="0" >
<tr>
<td class="subcotegoriy_img">
{if $subcategories_to_be_shown[i].picture ne ""}<a href="{$_sub_category_url}"><img src="{$smarty.const.URL_PRODUCTS_PICTURES}/{$subcategories_to_be_shown[i].picture}"></a><br>{/if}
</td>
</tr>
<tr>
<td class="subcotegoriy_a">
<a href="{$_sub_category_url}">{$subcategories_to_be_shown[i][1]}</a>
</td>
</tr>
</table>
</div>
{/section}
{/if}
</div>
</div>
</div>
<center>
{if $products_to_show}
{*
* @features "Products comparison"
*}
{include file="comparison_products_button.html"}
{*
* @features
*}
{if $string_product_sort}<p id="cat_product_sort">{$string_product_sort}</p>{/if}
{if $catalog_navigator}<p>{$catalog_navigator}</p>{/if}
<table cellpadding="6" border="0" width="95%">
{foreach from=$products_to_show item=product_item name=product_brief}
{if $smarty.foreach.product_brief.index is div by $smarty.const.CONF_COLUMNS_PER_PAGE}<tr>{/if}
<td valign="top" width="{math equation="100 / x" x=$smarty.const.CONF_COLUMNS_PER_PAGE format="%d%%"}">
{include file="product_brief.html" product_info=$product_item}
</td>
{if ($smarty.foreach.product_brief.index+1) is div by $smarty.const.CONF_COLUMNS_PER_PAGE}</tr>{elseif $smarty.foreach.product_brief.last}</tr>{/if}
{/foreach}
</table>
{if $catalog_navigator}<p>{$catalog_navigator}</p>{/if}
{*
* @features "Products comparison"
*}
{include file="comparison_products_button.html"}
{*
* @features
*}
{else}
<p>
{if $search_with_change_category_ability && !$advanced_search_in_category}
{else}
{if $advanced_search_in_category}
< {"srch_no_matches_found"|translate} >
{else}
{/if}
{/if}
</p>
{/if}
</center>