Paolo Cunti @codencode
Paolo Cunti @codencode
From what I understand, the issue is that the system cannot find the PrestaShop\PrestaShop\Core\Hook\HookModuleFilter service, so I tried setting public: true in the service definition like this: ```yml PrestaShop\PrestaShop\Core\Hook\HookModuleFilter: public:...
> [matthieu-rolland](/matthieu-rolland) Great @matthieu-rolland, thanks to you!
Hi @florine2623, I think I understand your issue, so let me explain how the PR works. When you upload a new image, the system saves the "relative" path in the...
> Thanks for the explanation, it was helpful ! > It is QA ✅ Perfect, I'm glad the explanation was helpful! Thank you!
Hi, I've opened a PR to solve this issue differently – by directly updating the image domain to avoid the CORS problem: https://github.com/PrestaShop/PrestaShop/pull/38622 What are your thoughts? Could you provide...
Hello @paulnoelcholot, PR #38622 solves the same problem but in a different way. I did this because this PR (#35947) doesn't seem to solve the issue in all cases, at...
Hello @patrocle, When setting the crossOrigin attribute: ```js this.dropzone?.displayExistingFile(image, image.image_url, undefined, 'anonymous'); ``` the browser fails to display the image. This is what appears: ...
@matks So, is it normal that 1.0.0 is not in config\theme.yml? Okay, it's not very clear to me, but I trust you 😄! Thank you 🙏