Search the Community
Showing results for tags 'productimage'.
-
Hello Guys! Please can someone assist me, PrestaShop Logo is showing on some of my product image. how can i remove it. Please check attached picture. Thanks.
- 2 replies
-
- productimage
- prestashoplogo
-
(and 1 more)
Tagged with:
-
I recently created a module to add a new attribute to product images It works perfectly with the field added by the module, however the native field "cover" has stopped working (the value is not saved while the module is active). In addition to the module files and overrides (Image.php and AdminProductsController.php), i changed some files from the "src" folder. src/PrestaShopBundle/Controller/Admin/ProductImageController.php ->add('infografico', 'Symfony\Component\Form\Extension\Core\Type\CheckboxType', array( 'label' => $translator->trans('Infográfico', array(), 'Admin.Catalog.Feature'), 'required' => false, )) src/Adapter/Product/AdminProductWrapper.php (ajaxProcessUpdateImage) $img->infografico = $data['infografico']; src/Adapter/Product/ProductDataProvider.php (getImage) 'infografico' => $imageData->infografico ? true : false, src/PrestaShopBundle/Resources/views/Admin/ProductImage/form.html.twig [spam-filter] form_widget(form.infografico) [spam-filter] Am I forgetting something or doing something wrong? Thank you in advance for any help you can give me. My Prestashop version - 1.7.2.1
- 2 replies
-
- new attribute
- twig
-
(and 6 more)
Tagged with:
-
Hello all, I am trying to upload image in new product but its not uploading images in admin. I am using prestashop 1.6.1.2, while my older products are showing uploaded images. I have also uploaded fresh installation of js library, but still its not working. As you can see in attachment after selecting image still it shows "add file" rather than upload option. Kindly help, is this prestashop bug or is there something I am missing. I have also not customized anything in prestashop core files. Now you lads are my only hope for solving this issue. weird thing is, I can upload images under CMS and categories but under product its not working..... Please help and check attachment...
- 6 replies
-
- productimage
- adminproductimage
- (and 4 more)
-
Hi I'm having a problem in Prestashop. I have a product with different colors attached to it. When adding the entered product to the cart, the image is just fine - but when changing the product to a different color, the image on the product page is switching, but when adding it to the cart, the image is just the same as the first color choosen. When moving from the product page to another page on the website, the images will be showed correctly. See the attachments for showing the error.