Получение значения аттрибута в Magento
Вот таким образом можно получить значение аттрибута продукта..
1 2 3 4 5 |
$_storeId = $_product->getStoreId(); $_id = $_product->getId(); $_minimalPriceValue = Mage::getResourceModel('catalog/product')->getAttributeRawValue($_id, 'minimal_price_attr', $_storeId); |
Author: | Tags: /
| Rating:
Leave a Reply