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.
//ЭТО МЕНЯЕМ
$pricelist_elements = pricessCategories(1, 0);
//НА ЭТО:
$q=mysql_query("SELECT `categoryID`,`name` FROM ".CATEGORIES_TABLE." WHERE `parent`=1");
$pricelist_pages=mysql_num_rows($q);
if (!isset($_GET['page'])||$pricelist_pages<$_GET['page']||1>$_GET['page']){$page=1;}
$now_pages=0;
while ($pages=mysql_fetch_row($q)) {
$now_pages++;
if ($now_pages==$page)break;
}
$pages[2]=$now_pages;
$pricelist_elements = pricessCategories($pages[0], 1);
$smarty->assign("pricelist_now", $pages);
$smarty->assign("pricelist_pages", $pricelist_pages);
{/section}
</table>
</center>
{/section}
</table>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
{section name=i loop=$pricelist_pages+1 start=1}
<td width="20">{if $smarty.section.i.index!=$pricelist_now[2]}<a href="/index.php?show_price=yes&page={$smarty.section.i.index}">{$smarty.section.i.index}</a>{else}<b>{$smarty.section.i.index}</b>{/if}</td>
{/section}
</tr>
</table>
</center>
{$pricelist_now[1]}
Люди вы питаетесь настроить импорт товаров из CSV (Excel / 1С)?
Я крайне сомневаюсь, что он рабочий. Себе даже не пробую поставитьнеужели никому не пригодился мой вариант разбиения? даже ни одного спасибо прям обидно как то
ну а ты попробуйЯ крайне сомневаюсь, что он рабочий. Себе даже пробую поставить
Слуш...а ты не можешь сделать разбиение коментов на страницы??? к примеру по 20 коментов на каждую.Сабж, Народ может кому поможет!
pricelist.php
PHP://ЭТО МЕНЯЕМ $pricelist_elements = pricessCategories(1, 0); //НА ЭТО: $q=mysql_query("SELECT `categoryID`,`name` FROM ".CATEGORIES_TABLE." WHERE `parent`=1"); $pricelist_pages=mysql_num_rows($q); if (!isset($_GET['page'])||$pricelist_pages<$_GET['page']||1>$_GET['page']){$page=1;} $now_pages=0; while ($pages=mysql_fetch_row($q)) { $now_pages++; if ($now_pages==$page)break; } $pages[2]=$now_pages; $pricelist_elements = pricessCategories($pages[0], 1); $smarty->assign("pricelist_now", $pages); $smarty->assign("pricelist_pages", $pricelist_pages);
В шаблоне pricelist.tpl.html
Это
Меняем на этоHTML:{/section} </table> </center>
Да а заголовок текущей категории в переменной :HTML:{/section} </table> <table border="0" cellpadding="0" cellspacing="0"> <tr> {section name=i loop=$pricelist_pages+1 start=1} <td width="20">{if $smarty.section.i.index!=$pricelist_now[2]}<a href="/index.php?show_price=yes&page={$smarty.section.i.index}">{$smarty.section.i.index}</a>{else}<b>{$smarty.section.i.index}</b>{/if}</td> {/section} </tr> </table> </center>
HTML:{$pricelist_now[1]}