Good morning, I have been looking at the "Prestashop Customer Files Upload" module. I have been testing the live demo and I could see that the module is placed below the description, is there a possibility to change its position? On the other hand I have tried to upload several PNG and the thumbnail of the file is broken, could I change it? Finally when I upload the files, I add the product to the cart and when I go to the cart I notice that the images are not related to the product........
Upload form below the description - how to change it ?
#2
Posted 13 September 2021 - 10:47 AM
Module on product page uses hooks named :
-
displayProductAdditionalInfo
-
displayProductExtraContent (tabs feature on product page)
-
displayProductFooter (currently used position)
you can assign module to one of these default hooks.
the displayProductAdditionalInfo button appears below the "add to cart" button.
optionally you can use custom module hook displayProductPageUploadFormSmall to place module on product page in exact position, but this will require theme's file modification (it is required to add code to run hook).
so, the answer for this question is: YES
you can change position and use one from the default hooks OR use custom hook (thanks to this you can display upload form on exact position on product page).
Finally when I upload the files, I add the product to the cart and when I go to the cart I notice that the images are not related to the product........
i am not sure what happened exactly.
do you associated uploaded files with product(s) ?
On the other hand I have tried to upload several PNG and the thumbnail of the file is broken
I am not sure what you exactly mean by "broken", can you show an example, please ?
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users