Product Page image Size

  • Posts: 65
  • Thank you received: 0
12 years 6 months ago #28079

I would like the image size on the product page to be bigger, I saw in another post how to have the full size image showing instead of the thumbnail, but what I need is a image that is bigger than the thumbnail but not as big as full size. And I cant change the thumbnail size because the rest of the thumbnails in other sections would be too big.
Is there a way to set the size of the image in product page to be bigger than the thumbnail?

Please Log in or Create an account to join the conversation.

  • Posts: 81515
  • Thank you received: 13069
  • MODERATOR
12 years 6 months ago #28103

Yes.
The images size on the product page can be changed in the Files tab of the configuration.

The images size on the products listing can be changed in the HikaShop options of your menus/modules that you can access via the menus Display->Content menus/modules.

Please Log in or Create an account to join the conversation.

  • Posts: 65
  • Thank you received: 0
12 years 5 months ago #28168

?¿ but in my question I said "I cant change the thumbnail size because the rest of the thumbnails in other sections would be too big" and you say "The images size on the product page can be changed in the Files tab of the configuration." but isn´t this changing the thumbnail size? because when I change the image size in the File tab in configuration nothing happens? it seems as if the product page is only displaying a thumbnail because this is the html code:

<div id="hikashop_product_image_main" >

<div id="hikashop_main_image_div" class="hikashop_main_image_div">
<div class="hikashop_product_main_image_thumb" id="hikashop_main_image_thumb_div" >
<a title="gonz" rel="{handler: 'image'}" target="_blank" href="/joomla/media/com_hikashop/upload/gon-001.jpg" onclick="SqueezeBox.fromElement(this,{parse: 'rel'});return false;" id="hikashop_main_image_link">
<img src="/joomla/media/com_hikashop/upload/thumbnail_100x81/gonz-001.jpg" alt="gonz" id="hikashop_main_image" style="margin-top:10px;margin-bottom:10px;display:inline-block;vertical-align:middle" height="100" width="81" />
</a>
</div>
</div>
<div id="hikashop_small_image_div" class="hikashop_small_image_div"> </div>
</div>

As you can see there is nothing in the hikashop_small_image_div ?? is this a bug?
Please help.

Please Log in or Create an account to join the conversation.

  • Posts: 81515
  • Thank you received: 13069
  • MODERATOR
12 years 5 months ago #28174

The thumbnails of the images can be changed with the thumbnails size options in the Files tab of the configuration.
If you set the image size options of that screen, you're changing the size of the big image which is displayed when you click on the thumbnail on the product page (that size is only applied when you upload the image).

It's not a bug

Please Log in or Create an account to join the conversation.

  • Posts: 65
  • Thank you received: 0
12 years 5 months ago #28182

Ok, so you are telling me that there is no way of changing the size of the image displayed in the product page without changing the thumbnail size?? that not good because if I change thumbnail size the product page looks good, but the product list page for categories looks bad because thumbnails are too big there.
How can I have for example 400px image width for single product page and 150px image width for thumbnails in product_list page?
there must be a way? do you understand what I am asking for? sorry if I am not explaining myself correctly.

Please Log in or Create an account to join the conversation.

  • Posts: 179
  • Thank you received: 17
12 years 5 months ago #28185

that is basically correct, its one a only a very few issues that have to be worked around, it would so make much more sense to control these seperately.

Please Log in or Create an account to join the conversation.

  • Posts: 81515
  • Thank you received: 13069
  • MODERATOR
12 years 5 months ago #28195

Yes, I understand what you want.

that not good because if I change thumbnail size the product page looks good, but the product list page for categories looks bad because thumbnails are too big there.
-> That's because you need to set the "image height" and "image width" options of your menus/modules so that the menus/modules have the images with their own size instead of using the size from the configuration. That's what you're missing here.

Please Log in or Create an account to join the conversation.

  • Posts: 65
  • Thank you received: 0
12 years 5 months ago #28202

YES, Thank you! that was it. Thank you so much for your help. ;)

Please Log in or Create an account to join the conversation.

  • Posts: 65
  • Thank you received: 0
12 years 5 months ago #28717

However, now I have a new problem.
the image in my product page is now big and nice, but the product images shown in cart in the chackout page is now too big. Its as big as the product page and I need them to be small thumbnails, since its just a cart showing the products.
How can I do this??

Please Log in or Create an account to join the conversation.

  • Posts: 81515
  • Thank you received: 13069
  • MODERATOR
12 years 5 months ago #28748

You will have to add some CSS to change that. Like that:

.hikashop_cart_product_image_value img{
width: 50px !important;
height: 50px !important;
}

Please Log in or Create an account to join the conversation.

Time to create page: 0.079 seconds
Powered by Kunena Forum