Jump to content

Product Customization


Recommended Posts

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

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

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

  • 1 month later...
  • 5 weeks later...
  • 1 month later...

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

  • Like 2
Link to comment
Share on other sites

  • 2 months later...
×
×
  • Create New...