Conviu help and FAQ
  • Introduction to the Conviu application
  • Information about Conviu
    • All the features of Conviu
    • How does Conviu work?
    • Who can use Conviu?
    • Registration
    • Price for Conviu
    • Billing information settings
    • Change of billing period
    • Language settings in Conviu
    • Add a user to the organization
    • Add an organization/add an e-shop
  • Data editing (XML and CSV)
    • Conviu as an XML editor
    • Data import
    • Data import - XML, FTP, web services, from file, additional import, retrieve data from Google sheets
    • Import error - feed cannot be read
    • XML Suppliers for e-shop
    • Custom import - import of your own (any) xml
    • Import data - load from Google Sheets table
    • Data export
    • Custom export - export of your own (any) xml
    • Variants in Custom XML / CSV / XLSX export
    • Export timer
    • Connecting of several XML
    • Additional import - Additional XML feed (csv, xls, web services, FTP)
    • Data export - download data from XML to csv
    • Where to get the URL of the XML feed Zboží.cz?
    • How to insert XML (URL of new export) into Zboží.cz?
    • Where to get the URL of the Heureka XML feed?
    • How to insert XML (URL of new export) into Heureka.cz?
    • Data editing - rules
    • Add an element
    • Edit an element
    • Hide an element
    • Hide the entire product
    • Bulk edit
    • Bulk editing of data
    • Bulk edit data - Google Sheets
    • Editing variants - rules for variants
    • The rule for adding a gift
    • How to create a custom label - g: custom_label?
    • Edit name - PRODUCTNAME
    • Rule for rewriting categories in XML
    • Rule for setting the price of transport - DELIVERY
    • Date adjustment rule (e.g. availability date)
    • The rule for hiding an element
    • The rule for hiding the product
    • How to adjust the selling price to another currency?
    • Adjustments within the rules - calculator
    • Editing within rules - nested structure - transport - DELIVERY
    • Parameter creation - PARAM
    • Pairing products on Heureka - Heureka pairer
    • Unformatted text (text without HTML characters)
    • A variable of type list (List variable) and separation into multiple elements
    • Automatic translation - of whole XML or only selected products. Automatic website translator
    • Detailed overview of changes at the product level
    • Page Feed for Google Ads or DSA for PPC
    • How to embed Page Feed in Google Ads?
    • Connection to Mall Marketplace
  • Automatic Bidding
    • What is a bidding?
    • Bidding strategy
    • Settings for automatic bidding
  • Pricing
    • Why Pricing?
    • Pricing strategies
  • Other
    • Suspension of the organization (e-shop)
    • Deleting an organization (e-shop)
  • Localization
    • 🇨🇿Čeština
    • 🇺🇸English
    • 🇩🇪Deutsch
Powered by GitBook
On this page

Was this helpful?

  1. Data editing (XML and CSV)

Parameter creation - PARAM

PreviousEditing within rules - nested structure - transport - DELIVERYNextPairing products on Heureka - Heureka pairer

Last updated 3 years ago

Was this helpful?

First select Export in which you want to add parameters and click the Edit button

You go to the rules

After clicking on New rule, select the Add new element option

Name the rule.

In the condition of the rule, you can set for which category the parameter completion will be performed.

Next, you need to set the Name of the new element: PARAM and Content of the element: NAME and VALUE (it is inserted into the content of the element). Content type: Nested structure must be set. The resulting XML will be written:

<PARAM>
    <NAME>GLASS_TYPE</NAME>
    <VALUE>Na sekt</VALUE>
</PARAM>

If there are more parameters in the XML, check Element can be repeated.