Ajaxify kullanarak AJAX ile kategori listesi sayfasında ürün görünüm bloğunu yüklemeye çalışıyorum . Seçenek kutusunun (childhtml "container1") doğru yüklenmemesi tek sorun olarak her şey yolunda gider. Seçenekleri göstermez.
Herkes böyle bir deneyim var, belki böyle bir şey denedim? Aktif ürünü kontrol cihazında kullanarak
$productId = (int) $this->getRequest()->getParam('product_id');
Mage::helper('catalog/product')->initProduct($productId, $this);
düzeni oluşturmadan önce.
Bence seçenekler katalog.xml başka bir bölümü görünümüne eklenmesi ile ilgili bir şey var
[...]
<PRODUCT_TYPE_configurable translate="label" module="catalog">
<label>Catalog Product View (Configurable)</label>
<reference name="product.info">
<block type="catalog/product_view_type_configurable" name="product.info.configurable" as="product_type_data" template="catalog/product/view/type/default.phtml">
<block type="core/text_list" name="product.info.configurable.extra" as="product_type_data_extra" translate="label">
<label>Product Extra Info</label>
</block>
</block>
</reference>
<reference name="product.info.options.wrapper">
<block type="catalog/product_view_type_configurable" name="product.info.options.configurable" as="options_configurable" before="-" template="catalog/product/view/type/options/configurable.phtml"/>
</reference>
</PRODUCT_TYPE_configurable>
[...]
ama kesin sorunun ne olduğundan emin değilim.
Umarım birisi beni doğru yöne yönlendirebilir.
Saygılarımızla, Sander Mangel