Product Fields
The module adds a “Heureka XML” tab to the product detail with custom fields for the feed.
Accessing Settings
Section titled “Accessing Settings”- Open the product detail in WooCommerce
- Go to the “Product data” section
- Select the “Heureka XML” tab
Available Fields
Section titled “Available Fields”Heureka Product Name (PRODUCTNAME)
Section titled “Heureka Product Name (PRODUCTNAME)”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.
Heureka Product (PRODUCT)
Section titled “Heureka Product (PRODUCT)”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
Heureka Category
Section titled “Heureka Category”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.
PARAM Tags (Product Attributes)
Section titled “PARAM Tags (Product Attributes)”The module automatically exports all product attributes as PARAM tags to the XML feed.
| WooCommerce | Heureka 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>Variable Products
Section titled “Variable Products”For variable products, fields are set individually for each variant:
- Open the product detail
- Go to “Product data” → “Variations”
- Expand the specific variant
- Fill in the Heureka fields
Meta Keys
Section titled “Meta Keys”For developers - field meta keys:
| Field | Meta Key |
|---|---|
| Product name | _wpify_woo_heureka_product_name |
| Product | _wpify_woo_heureka_product |
| Category | _wpify_woo_heureka_category |