magento-module magento-selection
Magento module retrieving a collection based on a an attribute
canal-web/magento-selection
Magento module retrieving a collection based on a an attribute
- Friday, September 22, 2017
- by Canalweb
- Repository
- 5 Watchers
- 0 Stars
- 121 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 8 % Grown
Magento_Selection
RécupÚre une sélection de produits selon un attribut, (*1)
Exemple d'intégration du bloc (sur une page CMS en back-office, ou dans un layout XML) - le bloc affichera 4 produits ayant l'attribut (booléen) is_top_promo à "oui", ordonné par "position" :, (*2)
<block type="selection/list" name="selection" template="selection/selection-home.phtml">
<action method="setData">
<name>attribute</name><value>selection_is_selected</value>
</action>
<action method="setData">
<name>limit</name><value>4</value>
</action>
<action method="setData">
<name>order_attribute</name><value>selection_position</value>
</action>
</block>
NB: l'orderAttribute est facultatif (le tri se fera sur l'attribut weight si non spécifié), (*3)
TODO :
- Prévoir migration pour l'ajout à l'attribute set ?
- Traduire ce readme
- Pas de solution plus propre pour la query?
dev-master
9999999-dev
Magento module retrieving a collection based on a an attribute
Sources
Download
The Requires
by
Fabio Cerqueira