How to use Shopify metafields with Calcurates

How to use Shopify metafields with Calcurates

How to use Shopify metafields with Calcurates

What is Shopify metafield

Shopify metafields (also known as "Custom Data") help you add additional parameters to your Products and Variants such as Dimensions (Length, Width, Height), pre-calculated Volume or Volumetric Weight, Shipping Type, Package Type or other that you can then use in Calcurates for shipping methods and rates conditioniong. Metafields can be added on the Product and Variant levels from your Shopify admin settings: Settings > Custom data.
Learn more about Metafields from the official Shopify guide

Supported metafield types

Calcurates supports the most common metafield types:
  1. Text (String) - One value
  2. Text (String) - List of values
  3. Decimal
  4. Integer
Calcurates doesn't support "Dimensions" metafield type. Please use "Decimal" or "Integer" type for Product's and Variant's dimensions. Dimensional unit (cm or in) can be set in your Calcurates account > Website's settings.

How to set Product's and Variant's dimensions

Scenario 1: you don't have products with Variants or all product Variants have same dimensions

  1. You may proceed with Product dimension metafields only
  2. Use them for Smart Packaging or Volumetric Weight mapping settings in Calcurates

Scenario 2: you have products with Variants and they have their own dimensions 

  1. Proceed with Product dimension metafields and Variant dimension metafields
  2. Make sure you use the same namespace and key for both metafield definitions. Example: for "length" use custom.length for Product metafield and custom.length for Variant metafield. Metafield names can be different.
  3. Use any metafield (Variant or Product) for Smart Packaging or Volumetric Weight mapping settings in Calcurates. The app will give a higher priority to Variant dimension metafields.
How to add dimension metafields in Shopify? Check our Loom video

I don't see a certain metafield in my Calcurates account

If you don't see a certain Shopify metafield in SegmentSmart Packaging or Volumetric Weight mapping settings, then there are 2 possible reasons:
  1. You haven't sync your Shopify store with Calcurates after you have added a new metafield in Shopify. Sync can be done in your Calcurates account > Websites > Edit Website.
  2. Metafield type is not supported

How to update metafields in bulk

There are a few Shopify apps such as Matrixify that can help you update metafields in bulk across all your Shopify catalog.

    • Related Articles

    • How to set up the Simple Rates App for Shopify

      Simple Rates App for Shopify, an app by Calcurates that will help you to set up accurate shipping rates and calculations at checkout quick and easy. Third-party carrier-calculated shipping Once you installed Calcurates app to your Shopify store and ...
    • Going live with Calcurates for Shopify

      Ready to go Live with Calcurates for Shopify? Go through this check-list: 1) Make sure you have enabled Calcurates shipping methods for Shipping Zones in your Shopify admin: Settings > Shipping and delivery > Shipping > Manage > Shipping zones > ...
    • How to enable a third-party shipping in Shopify?

      In Shopify any app that provides calculated shipping rates is qualified as third-party carrier-calculated shipping. It doesn’t matter if there are rates provided by the carrier (FedEx, UPS, USPS, etc) or custom made rates that you can configure with ...
    • How to configure Calcurates Magento 2 module

      After a successful installation of Calcurates module to your Magento, the configuration settings will appear in Magento config here: Stores > Configuration > Shipping Methods > Calcurates by Amasty. Note, updates regarding the availability of a new ...
    • How to install Calcurates Magento 2 extension

      Manual installation Download the latest release Unpack archive to app/code/Calcurates/ModuleMagento Execute cd path_to_magento sudo -u magento_user php bin/magento setup:upgrade sudo -u magento_user php bin/magento cache:flush Composer installation ...