-- HikaShop version -- : 2.3.2.
-- Joomla version -- : 3.3.3
-- PHP version -- : 5.3.29
-- Browser(s) name and version -- : FF 31
-- Error-message(debug-mod must be tuned on) -- : How can I set height and with of the box of the image of a product listing(listing-table.php)?
I want to set the height and width of the containers in which the image for a product listing is contained in!
I know you can set this in menupad [confguration, main, image]
However that didn't change the size in the html
I have looked in the view of this product listing(tbale) and i look how this is controlled. I notice there are two settings you can controle this.
First $this->config->get('thumbnail_y') and $this->config->get('thumbnail_x') . These settings can be found in the aboved described menupath.
Secendly i saw these two variables:
this->params->get('image_height');
this->params->get('image_width);
In case these are set the variables $this->config->get('thumbnail_y') and $this->config->get('thumbnail_x') are overules.
Where can i set the values for :
this->params->get('image_height');
this->params->get('image_width);
How can I set height and with of the box of the image of a product listing(listing-table.php)?
I want to set the height and width of the containers in which the image for a product listing is contained in!
I know you can set this in menupad [confguration, main, image]
However that didn't change the size in the html
<div class="hikashop_product_image_subdiv" style="position:relative;text-align:center;clear:both;width:190px;margin: auto;"> <a title="Set van 7 3B BONElike ™ halswervels" href="/anatomie/index.php/3b-bonelike/product/1752-set-van-7-3b-bonelike-halswervels">
<img src="/anatomie/media/com_hikashop/upload/thumbnails/190x190f/1000021_base_anatomie.jpg" alt="" title=""lass="hikashop_product_listing_image"> </a></div>
I have looked in the view of this product listing(tbale) and i look how this is controlled. I notice there are two settings you can controle this.
First $this->config->get('thumbnail_y') and $this->config->get('thumbnail_x') . These settings can be found in the aboved described menupath.
Secendly i saw these two variables:
this->params->get('image_height');
this->params->get('image_width);
In case these are set the variables $this->config->get('thumbnail_y') and $this->config->get('thumbnail_x') are overules.
Where can i set the values for :
this->params->get('image_height');
this->params->get('image_width);