catalog_controllers_common_column_left
variables d'entrées GET
| variable | contenu | |
|---|---|---|
| $route | String | route demandée |
| $path | String | path demandé (if $route == product/category) |
| $product_id | String | produit demandé (if $route == product/product) |
| $information | String | page information demandée (if $route == information/information) |
variables générales
| variable | type | contenu |
|---|---|---|
| $modules | Array | Liste des modules au format String et préformattés en html |
exemple
Exemple avec le module catégories.
Array
(
[0] => Array
(
[0] => <div class="box">
<div class="box-heading">Catégories</div>
<div class="box-content">
<ul class="box-category">
<li>
<a href="http://localhost/opencart/index.php?route=product/category&path=59">ready to wear (3)</a>
</li>
<li>
<a href="http://localhost/opencart/index.php?route=product/category&path=60">small leather goods (0)</a>
</li>
</ul>
</div>
</div>
)
)
catalog_controllers_common_column_left.txt · Last modified: 2015/03/10 11:30 by 78.250.209.232