Uploaded product images not showing

  • Posts: 3
  • Thank you received: 0
11 years 4 months ago #83151

Hi,

I upload product image, but it does not show on website.

Image is in media upload directory and shows up in admin.

if(!empty($this->element->images)){ is not detecting any images in show.php. Is there some global parameter to enable/disable product image display?

<div id="hikashop_product_left_part" class="hikashop_product_left_part">
<div id="hikashop_product_image_main" >
<div id="hikashop_main_image_div">
<?php
if(!empty($this->element->images)){

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

  • Posts: 26029
  • Thank you received: 4006
  • MODERATOR
11 years 4 months ago #83273

Hi,

Could you provide a screenshot of your product page configuration (in the backend) ?
Where do you test to see the product image ?

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 3
  • Thank you received: 0
11 years 4 months ago #83300

Here is link to product

Last edit: 11 years 4 months ago by dtroy.

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

  • Posts: 26029
  • Thank you received: 4006
  • MODERATOR
11 years 4 months ago #83302

Hi,

You have a CSS rule which hide the "left part" where the image is displayed.

.hikashop_product_left_part {
text-align: center;
float: left;
width: 50%;
display: none;
}
Please remove the "display: none;".

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: dtroy

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

  • Posts: 3
  • Thank you received: 0
11 years 4 months ago #83786

Thanks. That fixed it.

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

Time to create page: 0.058 seconds
Powered by Kunena Forum