WooCommerce Meta Fields

WooCommerce Meta Fields

We store some data in meta fields on WooCommerce. This KB article will list out these meta fields which can be useful in importing/exporting data from Woo

Products

The custom fields for products are listed here. You can see where to find them in the WooCommerce admin in this article.

WooCommerce Meta Key
Type
Values
EposNow Field
sln_ignore_stock_update
boolean
0,1
0 = process stock updates

1 = ignore stock updates
sln_ignore_product_update
boolean
0,1
0 = process product updates

1 = ignore productupdates
sln_epn_title
text

Product name to be used on EposNow. If not set, defaults to woo product name.

Does not affect Woo product name.

Useful when abbreviated names need to be used on EposNow.

Has a 40 character limit.
sln_epn_description
text

Product description to be used on EposNow.

If not set, defaults to sln_epn_title.

Does not affect Woo product description.

Has a 127 character limit.
sln_product_type
text
standard, measured, weighted
Type of product on EposNow.

Cannot be changed once set.
sln_sale_price_measurement_scheme_item_id
integer
1 => “Centimetres”,
2 => “Metres”,
3 => “Grams”,
4 => “Kilograms”,
5 => “Millilitres”,
6 => “Centilitres”,
7 => “Litres”,
8 => “Square Centimeter”,
9 => “Square Meter”,
11 => “Square Feet”,
12 => “Square Yard”,
18 => “Yards”
only needs to be set for weighed and measured products

SalePriceMeasurementSchemeItemId
sln_sale_price_measurement_unit_volume
integer

EPN Measurement Unit Volume
sln_unit_multiplier
double

Slynk unit multiplier.

Useful with multipacks and measured/weighed products
sln_wc_measurement_unit
integer
1 => “Centimetres”,
2 => “Metres”,
3 => “Grams”,
4 => “Kilograms”,
5 => “Millilitres”,
6 => “Centilitres”,
7 => “Litres”,
8 => “Square Centimeter”,
9 => “Square Meter”,
11 => “Square Feet”,
12 => “Square Yard”,
18 => “Yards”
only needs to be set for weighed and measured products
sln_epn_cost_price
double

EposNow cost price

Recommend setting this field in Woo and adding to field mapping as EposNow creates stock batches using the cost price at the time the stock was added. When the stock is deducted, it deducts from the oldest stock batch and uses the cost price from the stock batch to determine the margin.
sln_epn_eat_out_price
double

Eat out price
sln_epn_rrp_price
double

Rrp price
sln_epn_barcode
text

Barcode
sln_epn_order_code
text

Order code
sln_epn_article_code
text

Article Code
sln_epn_brand_id
integer

EposNow brand ID
sln_epn_supplier_id
integer

EposNow supplier ID
sln_epn_tare_weight
integer

EposNow tare weight
sln_epn_size
text

EposNow Size attribute
sln_product_category_master
integer
WooCommerce category ID
Which category should be used when checking the category mapping.

Only required if category mapping is enabled on your Slynk account.
sln_epn_product_id
integer

The EposNow product ID.

Only used when importing products from EposNow to Woo for initial product linking.


    • Related Articles

    • Custom fields for EposNow data on WooCommerce

      When product sync is enabled, you will see additional fields for EposNow product data in your WooCommerce admin panel. For simple products, you can find it in the EposNow (Slynk) tab when editing a product as shown below: For variable products, you ...
    • Importing Epos Now products into WooCommerce

      Our product sync works by syncing products from WooCommerce > Epos Now. We do not sync products in the opposite direction. If you need to sync product data from Epos Now > WooCommerce, you can do this by exporting the products from Epos Now and then ...
    • How to generate barcodes in WooCommerce

      We can map the WooCommerce SKU field or any meta field to the Barcode field in EposNow. Our plugin also provides a custom field to enter the barcode. A popular plugin that our clients use to set barcodes and auto generate barcodes in WooCommerce is ...
    • How to enable stock management on WooCommerce

      In order for Slynk to be able to set the stock levels on WooCommerce, stock management has to be enabled on WooCommerce. If it is not enabled, when we try to update the stock level on WooCommerce, it will not accept the stock update. In this article, ...
    • Linking multiple WooCommerce products to a single Epos Now product

      In certain cases, it is useful to be able to link a single Epos Now product to multiple WooCommerce products. One example is with measured products. Let’s say you sell flour in-store per kilo. On your website, you will probably sell it in ...