variables d'entrées GET
variable | contenu | |
$sort | String | tri |
$order | String | tri |
$page | String | page |
$limit | String | nombre d'items par page |
variables générales
variable | type | contenu |
$breadcrumbs | Array | breadcrumbs |
$products | Array | liste des produits |
$sorts | Array | liste des modes de tri |
$limits | Array | liste des nombres possibles de produit par page |
$pagination | String | pagination formatée en html |
$sort | String | tri |
$order | String | ordre |
$limit | String | nombre de produits par page |
variables d'élément de langue
variable | type | contenu |
$heading_title | String | titre de la page promotions |
$text_empty | String | void |
$text_quantity | String | void |
$text_manufacturer | String | void |
$text_model | String | void |
$text_price | String | void |
$text_tax | String | void |
$text_points | String | void |
$text_compare | String | void |
$text_display | String | void |
$text_list | String | void |
$text_grid | String | void |
$text_sort | String | void |
$text_limit | String | void |
$button_cart | String | void |
$button_wishlist | String | void |
$button_compare | String | void |
variables de liens
variable | type | contenu |
$compare | String | lien vers la page comparaison |
Précisions sur certains Arrays
$breadcrumbs | | |
clé | type | contenu |
text | String | breadcrumbs |
href | String | lien |
separator | String | séparateur défini dans le fichier langue |
$products | |
clé | contenu |
product_id | id du produit |
thumb | image du produit |
name | nom du produit |
description | description raccourcie du produit (100 premiers caractères) |
price | prix du produit |
special | prix promotionnel le cas échéant |
tax | taxes |
rating | note du produit |
reviews | avis sur le produit |
href | lien vers la page produit |
exemples
Array
(
[0] => <div class="links"> <b>1</b> <a href="http://localhost/opencart/index.php?route=product/category&path=59&page=2">2</a> <a href="http://localhost/opencart/index.php?route=product/category&path=59&page=2">></a> <a href="http://localhost/opencart/index.php?route=product/category&path=59&page=2">>|</a> </div><div class="results">1 à 2 sur 3 (2 Pages)</div>
)
notes