Skip to content

Product Fields

The module adds a “Heureka XML” tab to the product detail with custom fields for the feed.

  1. Open the product detail in WooCommerce
  2. Go to the “Product data” section
  3. Select the “Heureka XML” tab

The “Heureka Product name” field allows you to set a different product name for Heureka.

Usage: If you want to display a different name on Heureka than in your e-shop.

The “Heureka Product” field corresponds to the <PRODUCT> tag in the Heureka specification.

According to Heureka specification: PRODUCT should contain PRODUCTNAME + any additional information (e.g., about distribution or personal pickup).

Example: Whirlpool WBA 43983 NFC IX - personal pickup in Prague

Default value: If you do not fill in the PRODUCT field, the value from the PRODUCTNAME field is automatically used.

Length restrictions:

  • Fulltext search: max. 255 characters
  • Catalog placement (PPC): max. 200 characters

The “Heureka Category” field allows you to set the category directly on the product.

Priority: The category set on the product takes precedence over category mapping in the module settings.

The module automatically exports all product attributes as PARAM tags to the XML feed.

WooCommerceHeureka XML
Attribute label<PARAM_NAME>
Attribute value<VAL>

Example: The “Color” attribute with the value “Red” is exported as:

<PARAM>
<PARAM_NAME>Color</PARAM_NAME>
<VAL>Red</VAL>
</PARAM>

For variable products, fields are set individually for each variant:

  1. Open the product detail
  2. Go to “Product data” → “Variations”
  3. Expand the specific variant
  4. Fill in the Heureka fields

For developers - field meta keys:

FieldMeta Key
Product name_wpify_woo_heureka_product_name
Product_wpify_woo_heureka_product
Category_wpify_woo_heureka_category