| variable | contenu | |
|---|---|---|
| $path | String | chemin |
| $sort | String | tri |
| $order | String | ordre |
| $page | String | page |
| $limit | String | nombre d'items par page |
| $manufacturer id | String | id fabricant |
| $search | String | recherche |
| $tag | String | tag |
| $description | String | description |
| $category_id | String | id catégorie |
| $sub_category | String | sous-catégorie |
| $filter | String | filtre |
| $product_id | String | id produit |
| variable | type | contenu |
|---|---|---|
| $breadcrumbs | Array | breadcrumbs |
| $heading_title | String | nom du produit ou message d'erreur |
| $manufacturer | String | fabricant |
| $product_id | String | id_produit |
| $model | String | modèle |
| $reward | String | ? |
| $points | String | points de fidélité |
| $stock | String | stock |
| $popup | String | url de l'image du produit (grand format) |
| $thumb | String | url de l'image du produit (petit format) |
| $thumb | Array | images secondaires du produit |
| $price | Float | prix du produit |
| $special | Float | promotion |
| $tax | Float | taxes |
| $discount | Array | prix de gros ? |
| $options | Array | options |
| $minimum | Array | minimum d'achat |
| $review_status | Array | statut des avis sur le produit |
| $reviews | Array | avis sur le produit |
| $rating | Float | note |
| $description | String | description |
| $attribute_groups | Array | groupes d'attributs |
| $products | Array | produits |
| $tags | Array | tags |
| $profiles | ? | profils ? |
| $reviews | Array | avis |
| $pagination | Array | pagination préformatée en html |
| variable | type | contenu |
|---|---|---|
| $text_select | String | void |
| $text_manufacturer | String | void |
| $text_model | String | void |
| $text_reward | String | void |
| $text_points | String | void |
| $text_discount | String | void |
| $text_stock | String | void |
| $text_price | String | void |
| $text_tax | String | void |
| $text_discount | String | void |
| $text_option | String | void |
| $text_qty | String | void |
| $text_minimum | String | void |
| $text_or | String | void |
| $text_write | String | void |
| $text_note | String | void |
| $text_share | String | void |
| $text_wait | String | void |
| $text_tags | String | void |
| $entry_name | String | void |
| $entry_review | String | void |
| $entry_rating | String | void |
| $entry_good | String | void |
| $entry_bad | String | void |
| $entry_captcha | String | void |
| $button_cart | String | void |
| $button_wishlist | String | void |
| $button_compare | String | void |
| $button_upload | String | void |
| $button_continue | String | void |
| $tab_description | String | void |
| $tab_attribute | String | void |
| $tab_review | String | void |
| $tab_related | String | void |
| $text_payment_profile | String | void |
| $text_error | String | void |
| $text_on | String | void |
| $text_no_reviews | String | void |
| variable | type | contenu |
|---|---|---|
| $manufacturers | String | lien vers la page du fabricant du produit |
| $continue | String | lien vers la page d'accueil |
| $breadcrumbs | ||
|---|---|---|
| clé | type | contenu |
| text | String | breadcrumbs |
| href | String | lien |
| separator | String | séparateur défini dans le fichier langue |
| $discounts | ||
|---|---|---|
| clé | type | contenu |
| quantity | String | breadcrumbs |
| price | String | lien |
| $options | ||
|---|---|---|
| clé | type | contenu |
| product_option_id | String | id option produit |
| option_id | String | id option |
| name | String | nom |
| type | String | type |
| option_value | String ou Array | valeur ou $option_value_data |
| required | String | nom |
| $option_value_data | ||
|---|---|---|
| clé | type | contenu |
| product_option_value_id | String | id option produit |
| option_value_id | String | id valeur option |
| name | String | nom |
| image | String | image option |
| price | Float | prix |
| price_prefix | String | préfixe prix |
| $products | |
|---|---|
| clé | contenu |
| product_id | id du produit |
| thumb | image du produit |
| name | nom du produit |
| price | prix du produit |
| special | prix promotionnel le cas échéant |
| rating | note du produit |
| reviews | avis sur le produit |
| href | lien vers la page produit |
| $tags | |
|---|---|
| clé | contenu |
| tag | tag |
| href | lien vers la page recherche avec ledit tag |
| $reviews | |
|---|---|
| clé | contenu |
| author | auteur |
| text | texte |
| rating | note |
| reviews | concaténation de l'élément langue 'text_reviews' et du nombre total d'avis |
| date_added | élément langue + date d'ajout |