Paolo Cunti @codencode

Results 124 comments of Paolo Cunti @codencode

> This is weird, how come the translated string works for all other types? I tried in PS 8.1.2 where the strings are all single words, except 'Store contacts' which...

> When I try to import it a second time, I have the initial error : Hi @florine2623, when you import the file check if the URL in the "image"...

I uploaded a new edit to check if the store image to import actually exists. @florine2623 can you check if you still have the error?

> Hello @Codencode , > > Thanks for the update ^^ > > For the issue #35009 , it is fixed ✅ Tested with/without images. > > Screen.Recording.2024-02-27.at.16.18.04.mov > 2nd...

> Hello @Codencode > > Tests related to this piece of code are red. There is a test scenario that shows some troubles. Hi @kpodemski, in fact the change did...

If it's not a duplicate and hasn't been resolved, I can propose a PR.

The problem could depend on the fact that the product is recovered using the old ID in **src/Adapter/Product/Update/ProductDuplicator.php**, education could be replaced ``` $shopProduct = $this->productRepository->get($sourceProductId, $shopId); ```` with ```...

The solution I proposed has a problem with multishop. The pull request proposed by @webeshop #34823 should be considered.

The problem occurs when the system tries to clear the cache, more specifically when it tries to copy the file **var\cache\prod\appAppKernelProdContainer.php.cache_clear.lock**. In fact, when performing an installation with active debugging,...