We updated our site to Magento 2.3 and our product attachment system is now obsolete. We need to be able to update current products as well as new added product attachments.
We can add an extension but that will just work for products going forward and not current products since they have a separate data table.
Anyone else run into this issue?
What product attachment system you have? Did you migrate from M1?
Thanks for responding.
Upgraded from M1 to M2. The issue is if I use a new extension for product attachments it won't work for current products because they are on a different data table.
@michael_scorciaShould not be a problem. Find a new extension and if new extension fulfill your requirement then you can migrate the data from old tables to the tables of new extension. You just need to figure out how the data is stored in old table and how the new extension is having it. Write a SQL or simple PHP script and migrate the data.
Problem solved? Please give 'Kudos' and accept 'Answer as Solution'.
Thanks! Is this something you would be available for hire to help with?
@Tarandeep Singh wrote:@michael_scorciaShould not be a problem. Find a new extension and if new extension fulfill your requirement then you can migrate the data from old tables to the tables of new extension. You just need to figure out how the data is stored in old table and how the new extension is having it. Write a SQL or simple PHP script and migrate the data.
Problem solved? Please give 'Kudos' and accept 'Answer as Solution'.