2013-05-23 3 views
0

Как мне получить доступ к цене в одном из простых продуктов? Следующее - начало массива, к которому я хочу получить доступ из моего var_dump ($ _ product-> debug()); (stackoverflow не позволил мне опубликовать все это). Я работаю по проблеме, связанной с этой должности: Magento Retrieve simple product price for configurable productПеременная цены доступа Magento в объекте продукта

["_cache_instance_products"]=> 
    array(9) { 
    ["0 (Mage_Catalog_Model_Product)"]=> 
    array(33) { 
     ["entity_id"]=> 
     string(2) "69" 
     ["entity_type_id"]=> 
     string(1) "4" 
     ["attribute_set_id"]=> 
     string(2) "10" 
     ["type_id"]=> 
     string(6) "simple" 
     ["sku"]=> 
     string(13) "1001-blu-ven1" 
     ["has_options"]=> 
     string(1) "0" 
     ["required_options"]=> 
     string(1) "0" 
     ["created_at"]=> 
     string(19) "2013-04-02 22:12:27" 
     ["updated_at"]=> 
     string(19) "2013-04-02 23:54:41" 
     ["parent_id"]=> 
     string(2) "78" 
     ["color"]=> 
     string(1) "6" 
     ["vendor"]=> 
     string(1) "5" 
     ["name"]=> 
     string(14) "test_1 blue v1" 
     ["url_key"]=> 
     string(14) "test-1-blue-v1" 
     ["msrp_enabled"]=> 
     string(1) "2" 
     ["msrp_display_actual_price_type"]=> 
     string(1) "4" 
     ["image"]=> 
     string(12) "no_selection" 
     ["small_image"]=> 
     string(12) "no_selection" 
     ["thumbnail"]=> 
     string(12) "no_selection" 
     ["options_container"]=> 
     string(10) "container2" 
     ["url_path"]=> 
     string(19) "test-1-blue-v1.html" 
     ["weight"]=> 
     string(6) "0.0000" 
     ["price"]=> 
     string(6) "1.0000" 
     ["status"]=> 
     string(1) "1" 
     ["visibility"]=> 
     string(1) "1" 
     ["enable_googlecheckout"]=> 
     string(1) "1" 
     ["tax_class_id"]=> 
     string(1) "0" 
     ["is_recurring"]=> 
     string(1) "0" 
     ["description"]=> 
     string(19) "test_1 blue v1 desc" 
     ["short_description"]=> 
     string(19) "test_1 blue v1 desc" 
+0

вы попробуйте STH нравится $ _product-> GetData ('цена'); ? или вы имеете в виду цены на уровне? – Nasaralla

+0

Мне нужна цена связанного простого продукта. Это дает мне «0», что является ценой настраиваемого продукта. – CaitlinHavener

+0

Вы в шаблоне и уверены, что товар загружен? иначе вам нужно перезагрузить продукт, как $ product-> load(); – Nasaralla

ответ

Смежные вопросы