Jump to content

BO Product Image Upload button and pictures missing


Recommended Posts

Hello, is there someone who can help me?

 

I've upgrade my prestashop from 1.4.7 to 1.5.6.2 with the module 1-click upgrade.

Everything worked fine but when i go to products and try tot add a new product or change a product the button to add an image is disapear and also a view of the images.

 

post-13749-0-30391600-1390769654_thumb.png

 

post-13749-0-88391500-1390769666_thumb.png
 
post-13749-0-90264300-1390769677_thumb.png

 

post-13749-0-02387400-1390772406_thumb.png

 

 

I've tryed to upload the admin content but that makes no diverences.

 

Anyone an idee?

 

Image 1 Selection of Products

Image 2 Products global information

Image 3 Missing upload button and view of images

 

post-13749-0-31190400-1390772494_thumb.png

 

post-13749-0-30391600-1390769654_thumb.png

post-13749-0-88391500-1390769666_thumb.png

post-13749-0-90264300-1390769677_thumb.png

post-13749-0-02387400-1390772406_thumb.png

post-13749-0-31190400-1390772494_thumb.png

Edited by Willem (see edit history)
Link to comment
Share on other sites

  • 2 weeks later...
I too have this problem, but only with Chrome or Firefox.

 

I have a missing upload button for product images on my site when using Chrome or Firefox, but the button is there if I use IE-11.

At the Prestashop backoffice demo site Chrome and Firefox do show the button.

 

I tried Chrome on a different computer and had the same results.

 

It seems that java code is not executing properly in Chrome/Firefox on my site even with a new, unmodified install of PS 1.5.6.2.

There is no qq-uploader block for some reason.

 

Any ideas on why IE-11 works everywhere, but Chrome/Firefox only works on the Prestashop demo site?

 

Here is the resulting html code -

 

 

----------------------------------------------------------

using Chrome @ Prestashop demo site - this works

----------------------------------------------------------

<td style="padding-bottom:5px;"><div id="file-uploader">

    <div class="qq-uploader">

      <div class="qq-upload-button" style="position: relative; overflow: hidden; direction: ltr;">Upload an image

        <input multiple type="file" name="file" style="position: absolute; right: 0px; top: 0px; font-family: Arial; font-size: 18px; margin: 0px; padding: 0px; cursor: pointer; opacity: 0;">

      </div>

      <ul class="qq-upload-list" style="display:none;">

      </ul>

    </div>

  </div>

  <div id="progressBarImage" class="progressBarImage"></div>

  <div id="showCounter" style="display:none;"><span id="imageUpload">0</span><span id="imageTotal">0</span></div>

  <p class="preference_description" style="clear: both;"> Format JPG, GIF, PNG. Filesize 8.00 MB max. </p>

</td>

 

----------------------------------------------------------

using IE-11 @ my established site - this works  - version 1.5.6.1

----------------------------------------------------------

<td style="padding-bottom: 5px;"><div id="file-uploader">

    <div class="qq-uploader">

      <div class="qq-upload-button" style="overflow: hidden; position: relative; direction: ltr;">Upload an image

        <input name="file" style="margin: 0px; padding: 0px; top: 0px; right: 0px; font-family: Arial; font-size: 18px; position: absolute; cursor: pointer; opacity: 0;" type="file" multiple>

      </div>

      <ul class="qq-upload-list" style="display: none;">

      </ul>

    </div>

  </div>

  <div class="progressBarImage" id="progressBarImage"></div>

  <div id="showCounter" style="display: none;"><span id="imageUpload">0</span><span id="imageTotal">0</span></div>

  <p class="preference_description" style="clear: both;"> Format JPG, GIF, PNG. Filesize 8.00 MB max. </p>

</td>

 

----------------------------------------------------------

using Chrome @ my established site - no upload button - version 1.5.6.1

----------------------------------------------------------

<td style="padding-bottom:5px;"><div class="lang_1" style=" float: left;">

    <input class="updateCurrentText" size="43" type="text" id="legend_1" name="legend_1" value="French Roast Blend">

    <span class="hint" name="help_box">Invalid characters <>;=#{}<span class="hint-pointer"> </span></span> </div>

</td>

 

----------------------------------------------------------

using Chrome @ my virgin site - no upload button - version 1.5.6.2

----------------------------------------------------------

<td style="padding-bottom:5px;" class="translatable"><div class="lang_1" style=" float: left;">

    <input class="updateCurrentText" size="43" type="text" id="legend_1" name="legend_1" value="iPod Nano">

    <span class="hint" name="help_box">Invalid characters <>;=#{}<span class="hint-pointer"> </span></span> </div>

  <div class="displayed_flag"><img class="language_current pointer" src="../img/l/1.jpg" alt="English (English)"></div>

  <div class="language_flags">Choose language:<br>

    <br>

    <img class="pointer" src="../img/l/1.jpg" alt="English (English)" style="margin: 2px;"></div>

</td>

Edited by Fresh BeanZ (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...