- πΉπ·Turkey cumhur
Dear miiimooo,
I installed version 10.2 and using commerce. I am importing products and variations from xml link via feeds module
When I import product variations for Color And size module create multiple images for same color attribute.
I want to import images for products colors and use same images for all product sizesI modify code above but not fixed the problem.How can I fix this issue
thank youDrupal::service('file_system')->prepareDirectory($dirname, FileSystem::CREATE_DIRECTORY && FileSystem::MODIFY_PERMISSIONS)
&& $new_file = \Drupal::service('file.repository')->move($file, $destination) - Status changed to Closed: duplicate
over 1 year ago 8:58am 31 May 2023 - πΊπΈUnited States mortona2k Seattle
This issue was fixed in #2923206
https://git.drupalcode.org/project/filefield_paths/-/commit/29fffb870dad...I had the reported problem, but setting the filefield paths temporary dir worked.
I think this patch is also needed: https://www.drupal.org/project/filefield_paths/issues/3045063 π Incorrect redirect hash generated Needs work