自定义字段不是平台数据库中的默认部分。它们是通过平台开发人员或其他插件提供商创建的插件或模块创建的。它们也可以通过直接修改数据库以创建。您可以使用自定义字段为产品或页面指定其他信息。在迁移过程中,LitExtension定义的自定义字段与通常情况略有不同,它们是:
1. 自定义字段在默认的源商店中,但不在目标商店的中。
2. 自定义字段不在默认的源商店与目标商店中。
3. 自定义字段在源商店中,但也现有在目标商店中。
LitExtension是世界领先的购物车移动提供商。 我们是一支对电子商务网站有深入了解的专家团队。 因此,我们信心地提供最优质的服务。 我们不仅可以准确地迁移产品、客户、订单等之类的基本数据,还可以迁移自定义数据字段。 LitExtension与其他提供商之间的最大区别是为客户服务。 我们被选择是因为我们提供专业和快速的支持。
Custom fields are the fields which originally do not exist in your platform core. They are created through a plugin or module built by the platform’s developers or other plugin providers. They can also be created by directly modifying your database. You use custom fields to specify additional information of your products or pages.
To check whether your store has custom fields, you can:
During the data migration to Shopify, all product sizes (length, width, height) and ean, as well as attributes, which are not included in variants creation, will be migrated in MetaFields by the default.
After migrating product attributes from your Source Store to Shopify, you’ll need to install a free Metafields Guru plugin to create, update and delete metafields for products (variants included), both smart and custom collections, customers, orders (draft orders included), blogs, pages and the shop directly from the admin panel of your Shopify store. Otherwise, metafields won’t be displayed and editable in the admin panel.
Follow the instructions below to understand how it works:
Unfortunately, due to Shopify Shopping Cart peculiarities, custom fields cannot be transferred to this platform.
However, if you are planning to migrate custom fields on your Source Cart to another powerful platform which is not a hosted platform, watch this video to see how you can perform it with LitExtension accurately and effortlessly!
LitExtension supports migration the custom fields to WooCommerce. However, WooCommerce doesn’t display Custom fields by default. To enable this option you have to:
echo ‘<table class=”shop_attributes”><tbody>’;
foreach(get_post_meta($post->ID, $key, true) as $key => $attr) {
if(strpos($key, “_”) !== 0) {
echo ‘<th>’.$key.'</th>’;
echo ‘<td>’.array_shift($attr).'</td>’;
echo ‘</tr>’;
}
}
echo ‘</tbody></table>’;
LitExtension gave us a fast way to migrate all data from Shopify to Magento. There were issues with product images and 301 redirects, however support solved our tickets in no time!
Highly recommend in order save time & money!
A great e-commerce platform migration service/tool with outstanding support. Assisted us with a migration from WooCommerce to Shopify and we highly recommend it.