variables générales
variable | type | contenu |
$informations | Array | liste des différentes pages informations définies dans Catalogue→Informations |
variables d'élément de langue
variable | type | contenu |
$text_information | String | void |
$text_service | String | void |
$text_extra | String | void |
$text_contact | String | void |
$text_return | String | void |
$text_sitemap | String | void |
$text_manufacturer | String | void |
$text_voucher | String | void |
$text_affiliate | String | void |
$text_special | String | void |
$text_account | String | void |
$text_order | String | void |
$text_wishlist | String | void |
$text_newsletter | String | void |
$powered | String | void |
variables de liens
variable | type | contenu |
$contact | String | lien vers la page de contact |
$sitemap | String | lien vers la carte du site |
$manufacturer | String | lien vers la page fabricants |
$voucher | String | lien vers la page chèques-cadeau |
$affiliate | String | lien vers la page affiliation |
$special | String | lien vers la page promotions |
$account | String | lien vers la page compte |
$order | String | lien vers la historique de commande |
$wishlist | String | lien vers la page liste de souhaits |
$newsletter | String | lien vers la page newsletter |
Précisions sur certains Arrays
$informations | | |
clé | type | contenu |
title | String | titre de la page d'info |
href | Array | lien |
Array
(
[0] => Array
(
[title] => A propos de nous
[href] => http://localhost/opencart/index.php?route=information/information&information_id=4
)
[1] => Array
(
[title] => Informations sur la livraison
[href] => http://localhost/opencart/index.php?route=information/information&information_id=6
)
[2] => Array
(
[title] => Politique de confidentialité
[href] => http://localhost/opencart/index.php?route=information/information&information_id=3
)
[3] => Array
(
[title] => Conditions Générales de Vente
[href] => http://localhost/opencart/index.php?route=information/information&information_id=5
)
)