- Автор темы
- #1
Данный код генерирует только продукты и категории на сайте:
if ($pricelist_elements[$i][4]==1)
$arr="http://".$_SERVER["SERVER_NAME"]."/index.php?productID=";
else
$arr="http://".$_SERVER["SERVER_NAME"]."/index.php?categoryID=";
$arr.=$pricelist_elements[$i][0];
Как правильно прописать дополнительный код для генерации, чтобы показывались все ссылки сайта: (возр | убыв), цене (возр | убыв), рейтингу (возр | убыв), | показать все
Т.Е.
index.php?categoryID=113&show_all=yes
index.php?categoryID=113&offset=0 (от 0 до 20 ссылок)
index.php?categoryID=113&offset=0&sort=customers_rating&direction=ASC
index.php?categoryID=113&offset=0&sort=customers_rating&direction=DESC
index.php?categoryID=113&offset=0&sort=name&direction=ASC
index.php?categoryID=113&offset=0&sort=name&direction=DESC
index.php?categoryID=113&offset=0&sort=Price&direction=ASC
index.php?categoryID=113&offset=0&sort=Price&direction=DESC
index.php?categoryID=113&offset=12&sort=customers_rating&direction=ASC
index.php?categoryID=113&offset=12&sort=customers_rating&direction=DESC
index.php?productID=356&discuss=yes
rss.php
if ($pricelist_elements[$i][4]==1)
$arr="http://".$_SERVER["SERVER_NAME"]."/index.php?productID=";
else
$arr="http://".$_SERVER["SERVER_NAME"]."/index.php?categoryID=";
$arr.=$pricelist_elements[$i][0];
Как правильно прописать дополнительный код для генерации, чтобы показывались все ссылки сайта: (возр | убыв), цене (возр | убыв), рейтингу (возр | убыв), | показать все
Т.Е.
index.php?categoryID=113&show_all=yes
index.php?categoryID=113&offset=0 (от 0 до 20 ссылок)
index.php?categoryID=113&offset=0&sort=customers_rating&direction=ASC
index.php?categoryID=113&offset=0&sort=customers_rating&direction=DESC
index.php?categoryID=113&offset=0&sort=name&direction=ASC
index.php?categoryID=113&offset=0&sort=name&direction=DESC
index.php?categoryID=113&offset=0&sort=Price&direction=ASC
index.php?categoryID=113&offset=0&sort=Price&direction=DESC
index.php?categoryID=113&offset=12&sort=customers_rating&direction=ASC
index.php?categoryID=113&offset=12&sort=customers_rating&direction=DESC
index.php?productID=356&discuss=yes
rss.php