saynernz Posted September 20, 2012 Share Posted September 20, 2012 Hi there, hoping someone can help. My client had noticed a problem with the Product Customization options in pre-1.5 Prestashop - the option to upload an image. No matter where we looked, we couldn't figure out what the system was doing to the image and had no visible way of retrieving it. I posted on the forum but no response. So it was one of the first things I looked at in 1.5. It's going a little better - I can see the image now as a little thumbnail in the Order details. But when I click it to try to download it, nothing happens - it redirects me to the log in screen. So, to see what happens, I log in.. and it takes me to the dashboard and I still can't view the full sized image. Just wondering what's going on? What am I missing? How can I get this feature to do what it logically should? I'm expecting the purchaser to include an image so that my client can customize the product, but my client can't see or download the full-sized image. Is anyone else having this problem? Link to comment Share on other sites More sharing options...
Benew Posted September 23, 2012 Share Posted September 23, 2012 Yes i'm also struggeling with this feature. A customer can upload (add) a picture but it is NOT showing on the front-end. Wen adding a text you'll find that text on the order but it does not show on the front end where the customer has to type or upload his picture/text. Maybe I misunderstood this feature but for me I was looking for a way that a customer can add his own text on e.g. a shirt (which is showing on the page) and he/she can take a look how it will look if he/she orders this shirt. Same for the picture. Link to comment Share on other sites More sharing options...
saynernz Posted September 23, 2012 Author Share Posted September 23, 2012 Yay, I'm not the only one with this problem. That makes me feel a little better. Yes, the Text field is working just fine for me too, it's just the Upload Image feature. My client needs it so that their clients can customize their rubber stamps with logos etc. Can anyone help?? Link to comment Share on other sites More sharing options...
wakaka Posted October 28, 2012 Share Posted October 28, 2012 Hi, is this bug is fixed? It`s same in my backoffice when click the thumbnail it redirect to login screen. Where is the file? Link to comment Share on other sites More sharing options...
Benew Posted October 29, 2012 Share Posted October 29, 2012 @Wakaka, no it is not :-( on 1.5.0.17 AND 1.5.1 I have the same problem. For some reason the uploaded picture is not visible in the shoppingcart and not in the invoice. Link to comment Share on other sites More sharing options...
marcadagua Posted November 27, 2012 Share Posted November 27, 2012 Hi, I'm having the same problem... Have anyone fixed this bug? Thanks in advance... Link to comment Share on other sites More sharing options...
lupillus Posted January 17, 2013 Share Posted January 17, 2013 I found a little workaround, i know it is not a problem sloved solution but until someone smarter comes up with better solution i'm using this (i am using 1.5.2) in admin folder yourAdminFolder\themes\default\template\controllers\orders in file _customized_data.tpl i changed this <a href="displayImage.php?img={$data['value']}&name={$order->id}-file{$data@iteration}" target="_blank"><img src="{$smarty.const._THEME_PROD_PIC_DIR_}{$data['value']}_small" alt="" /></a> into this <a href="{$smarty.const._THEME_PROD_PIC_DIR_}{$data['value']}" target="_blank"><img src="{$smarty.const._THEME_PROD_PIC_DIR_}{$data['value']}_small" alt="" /></a> In opera and Chrome it shows me jpg file, and if i save it it saves with extension jpeg, but in ff it is offering me to download a file and i have to add extension jpg to save it as image file 2 Link to comment Share on other sites More sharing options...
Nebur Posted April 4, 2013 Share Posted April 4, 2013 I try (PS 1.5.3) and work OK, is a good solution. Thanks Link to comment Share on other sites More sharing options...
Recommended Posts