Lincoln Gadea
Member
Is it possible to transfer products that have been added via alidropship woo to the original alidropship?
I know that Kingpin did that migrating from the original one to Woo, but this is too complicated for an ordinary user. You need to start from a scratch .Is it possible to transfer products that have been added via alidropship woo to the original alidropship?
it is not possible seems. Need to start from scratch.Is it possible to transfer products that have been added via alidropship woo to the original alidropship?
Why shouldn't it be possible? Both plugins are running on wordpress and using a wordpress database so it must be possible to export the database, setup the new store and import the database again. Or am I missing something?I know that Kingpin did that migrating from the original one to Woo, but this is too complicated for an ordinary user. You need to start from a scratch .
Woo uses woo_product table whereas Alidropship uses alid_product table.
They have different structure, fields, and indices. If you have access to phpmyadmin, go in and check it out.
And of course, both product tables are "custom" tables in WordPress. Custom taxonomy. They are not standard post types.
On top of that, the sku and skuattributes are stored in the database as a string converted from serializing a multi-dimensional array. So needless to say, it is not going to be an easy task to convert it to any format...