Arkadaşlar modül çok güzelde bu koydugumuz resmin boyutunu ürün resminin boyutu neyse onun üzerine gelecek şekilde kendisi ayarlamakta.
Kategori sayfasındaki ürün resminin boyutunda degilde örnek veriyorum 50*50 resim koymak istemekteyim.
sagdaki resim gibi küçük şekilde olması için
Bunun için aşagıdaki kodu nasıl degiştirmem lazım.
$this->config->get('config_image_product_width'), $this->config->get('config_image_product_height')
Kod:
<file name="catalog/controller/product/category.php">
<operation>
<search position="after" index="1"><![CDATA[
'thumb' => $image,
]]></search>
<add><![CDATA[
'thumb_soldout' => ($result['quantity'] <= 0)?$this->model_tool_image->resize('sold-out.png', $this->config->get('config_image_product_width'), $this->config->get('config_image_product_height')):null,
]]></add>
</operation>
</file>