Get Variant Images to Display?

  • Posts: 73
  • Thank you received: 0
11 years 10 months ago #82592

For some reason my product variant's image is not displaying. I gone into Manage Variants, then edited the variant, added an image and saved.

When I choose this variant from the drop down, there is no image showing. Even though if I hover over the area, I can see that the file is there. If I right click, view image, I am shown the image.

Could someone tell me what I'm doing wrong please?

www.shamrockshirts.com.au/2013/index.php...588-rotary-vs-piston

Last edit: 11 years 10 months ago by shamrockshirts.

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

  • Posts: 13201
  • Thank you received: 2322
11 years 10 months ago #82631

You have a css property which add a "opacity:0;" this is hidding your picture, try to add this property in the CSS file: .hikashop_main_image_link img{opacity: 1 !important;}

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

  • Posts: 73
  • Thank you received: 0
11 years 10 months ago #82668

Thanks for your help.

Not sure that I've done the right thing, because it didn't work.

I added the code to the bottom of frontend_default.css like this:

}
.hikashop_main_image_link img{opacity: 1 !important;}

The image still doesn't show. Have I added it to the wrong document?

Last edit: 11 years 10 months ago by shamrockshirts.

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

  • Posts: 13201
  • Thank you received: 2322
11 years 10 months ago #82799

It seems that you template override our CSS properties, try to add this CSS rule in your "/2013/templates/corporate_response/css/template.css" file.

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

  • Posts: 73
  • Thank you received: 0
11 years 10 months ago #82840

I'm sorry, that didn't work either.

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

  • Posts: 73
  • Thank you received: 0
11 years 10 months ago #82842

Is there any way to set it up so that it DOESN'T change the image for the different variants? I would actually prefer if the main product image stayed when the different variants are selected. I have over 200 variations for each product and over 400 products, so creating an image for each of these is going to be extremely time consuming. I would rather just have the main image stay where it is, and I can show the colour and product range in an info tab at the bottom instead.

Could you tell me how I can achieve this? Then the variant image problem will be obsolete.

Thanks so much.

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

  • Posts: 82818
  • Thank you received: 13360
  • MODERATOR
11 years 10 months ago #82975

Simply edit the file "show_block_img" via the menu Display->Views and change the code:
$variant_main = $variant_name;

by:
$variant_main = $variant_name.rand();

and that should do it.

The following user(s) said Thank You: shamrockshirts

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

  • Posts: 73
  • Thank you received: 0
11 years 10 months ago #83048

That worked perfectly. Thanks so much for your help.

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

Time to create page: 0.075 seconds
Powered by Kunena Forum