Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PrestaShop Images

I have Prestashop 1.4.9.0 installed with my PHP project. When I add a new product, I upload an image in PNG format, but when it is shown on the client side, the image is in JPG format.

How can you keep the image extension?

like image 369
Vivek Avatar asked Oct 09 '14 13:10

Vivek


People also ask

Where does PrestaShop store images?

As told by Floarian images are stored in {DB_PREFIX}image table and located in img/p folder based on id of the image. If you have moved images as per new system, your images are located as told by Floarian but url of image will be like.. e.g.

How do I upload images to PrestaShop?

Store Manager for PrestaShop is empowered with the useful ability to add images using drag&drop. Basically, all you need to do is to press “Add image” button, browse through the folders of your local computer, click on the necessary image(s) and move them to the place where product images can be previewed.

How do I change my image in PrestaShop?

To change the image, click the Browse button under the Image field. Select your new image from your local computer. Once you have selected the new image, click on the Save button to activate it.

Can I customize PrestaShop?

With these modules, you can easily manage all your product versions with PrestaShop and go even further by proposing products on your store that can be completely customized or made-to-measure! Ideal for fashion, jewelry, gift and furniture e-commerce sites.

How to add images to PrestaShop products?

With Store Manager for PrestaShop, there is no need to download pictures to your PC before the upload. You can click on “Add image” button and instead of selecting one from the folder, simply paste the link to an image. All the PrestaShop images you are appending to products at your PrestaShop store is getting to FTP tasks queue.

What are the most important features of a PrestaShop website?

The most important image on your website is your logo. The size of this image can vary slightly due to different logo designs. The maximum width allowed by the PrestaShop default theme is 200 pixels. The suggested height for this area is 40 pixels. The homepage slider is probably the second thing you noticed about your shop.

What is the maximum size of a PrestaShop image?

The size of this image can vary slightly due to different logo designs. The maximum width allowed by the PrestaShop default theme is 200 pixels. The suggested height for this area is 40 pixels. The homepage slider is probably the second thing you noticed about your shop.

How big should your PrestaShop homepage be?

The maximum width allowed by the PrestaShop default theme is 200 pixels. The suggested height for this area is 40 pixels. The homepage slider is probably the second thing you noticed about your shop. The large, gorgeous images are not only attractive but move, which catches a visitor’s attention.


1 Answers

At Back Office > Preferences > Images you have 3 options for "Image quality":

  • Use JPEG
  • Use PNG only if the base image is in PNG format
  • Use PNG for all images

By default all the images are in JPEG (PNG are converted), so you can either choose to use the 2nd option (to not convert images) or the 3rd option - to convert the JPEG images to PNG.

like image 50
PrestaShopDeveloper Avatar answered Dec 03 '22 12:12

PrestaShopDeveloper