VirtueMart Forum

VirtueMart 2 + 3 + 4 => Installation, Migration & Upgrade => Topic started by: maxxer on October 31, 2012, 18:22:18 PM

Title: Migrate from 1.1.9 to latest 2: lost shipping methods, payments and other stuff
Post by: maxxer on October 31, 2012, 18:22:18 PM
hi.

I'm performing a migration from a 1.1.9 install to 2.0.12f.
Steps:
As a result I get most of my customers, most of the orders, but:
Products and categories looks fine, but I wish I'd keep all my order history with details...

Did I do something wrong? The only thing I omitted from some posts I saw elsewhere is to install sample data, since it's a fully running shop I believe I don't need them.

Any hint?
thanks in advance
Title: Re: Migrate from 1.1.9 to latest 2: lost shipping methods, payments and other stuff
Post by: jenkinhill on November 01, 2012, 15:49:10 PM
You may have needed to "Start migration" again to migrate all the orders. (Step 14 on the FAQ, http://forum.virtuemart.net/index.php?topic=95236.0 )

You cannot transfer the shipment and payment methods, or the tax setup to VM2 as these are handled in a very different way in this version. Once you have images associated with products etc you can start to set up Payment and Shipping plugins and your Tax/calculation rule(s).
Title: Re: Migrate from 1.1.9 to latest 2: lost shipping methods, payments and other stuff
Post by: maxxer on November 02, 2012, 10:44:44 AM
Quote from: jenkinhill on November 01, 2012, 15:49:10 PM
You may have needed to "Start migration" again to migrate all the orders. (Step 14 on the FAQ, http://forum.virtuemart.net/index.php?topic=95236.0 )
Thanks for the link.
Still orders don't contain line totals...

Quote from: jenkinhill on November 01, 2012, 15:49:10 PMYou cannot transfer the shipment and payment methods, or the tax setup to VM2 as these are handled in a very different way in this version. Once you have images associated with products etc you can start to set up Payment and Shipping plugins and your Tax/calculation rule(s).
Anyway, if I manually enter payment and shipping methods BEFORE the migration, is it possible to mantain this information into the imported orders?
thanks
Title: Re: Migrate from 1.1.9 to latest 2: lost shipping methods, payments and other stuff
Post by: karaoke on January 02, 2013, 09:46:35 AM
I migrated from VM 1.1.9 to VM 2 but I lost tax in final prices of the products.

Is there any way to apply tax to all products instead of applying one by one. I have around 5000 products in my store and it's not possible to edit the products one by one.
Title: Re: Migrate from 1.1.9 to latest 2: lost shipping methods, payments and other stuff
Post by: jenkinhill on January 02, 2013, 13:42:48 PM
Make one tax rule - under Products/Taxes & Calculation Rules  - do not assign it to a category, shopper group or vendor and then it will apply to all products.
Title: Re: Migrate from 1.1.9 to latest 2: lost shipping methods, payments and other stuff
Post by: karaoke on January 02, 2013, 14:32:38 PM
Thank you for your response. I have created one tax rule and didn't assign it to any category or group but the rule has not applied to any of the products. I have attached the screenshots.

[attachment cleanup by admin]
Title: Re: Migrate from 1.1.9 to latest 2: lost shipping methods, payments and other stuff
Post by: karaoke on January 02, 2013, 15:18:06 PM
I just ran the following query and the problem resolved

UPDATE PREFIX_virtuemart_product_prices
SET product_tax_id='1'