Hi guys,
thanks for your all replies!
You are both right, seb and nhproj, the problem is that ( I apologize that I forgot to mention it ) the customer is not mine.
The all sources sit on a Remote server and there are more ( much more... can't hestimate how much!! ) then 1Gb of files up there!!
So, for me it's really crazy thing to download all sources on my local machine, and follow the 3 steps procedure suggested by nhproject....
This is the first problem.
Second problem is that the previous installation is a terrible horrifying mess.... There are tons of duplicated rows in several tables ( ie. ps_category_product ) and the previous project is full with bugs, probably caused by some custom plugins written by different internal developers.... The main problem is to make a data migration trying to remove these errors and trying to clean a little bit the dataset so it's not possible, in this specific case, to commend to a single standard plugin/module.. unfortunately
@njproject
Yes! I noticed the new columns and the new relations as well, infact I had to edit manually all of them. I have imported the all dataset ( categories, products, images, attributes, specific prices ) and worked around pure sql statements to align as much as possible datas to a standard configuration ( considering that the new installation has a multistore configuration while the old one was a single store.... another problem!!! ) removing as much as possible mistakes, errors, misprints. Blieve me! It was a crazy job! Now seems working but I noticed different new tables as well and it would be nice to understand if the tables I have already properly aligned are enough or not:
ps_attribute
ps_attribute_group
ps_attribute_group_lang
ps_attribute_lang
ps_attribute_impact
ps_category
ps_category_group
ps_category_lang
ps_category_product
ps_product
ps_product_attachment
ps_product_attribute
ps_product_attribute_combination
ps_product_attribute_image
ps_product_country_tax
ps_product_download
ps_product_group_reduction_cache
ps_product_lang
ps_product_sale
ps_product_tag
ps_specific_price
ps_specific_price_priority
ps_image
ps_image_lang
ps_image_type
and, finally
ps_product_shop
Thank you!!!