How add minimum price
-
Good day,
I want to import to posts only where is price larger than “380 CZK”. In feed are like this:
…<g_sale_price> 2599.00 CZK </g_sale_price> <g_price> 2599.00 CZK </g_price> ... I try everything: /item[g_price[1] >= 380] /item[g_price[1] >= 380 CZK] /item[g_price[1] >= 380.00 CZK] /item[g_price[1] >= 380.00] But nonstop:There are no elements to import based on your XPath.
If you are in Step 2, you probably specified filtering options that don’t match any elements present in your file.
If you are seeing this error elsewhere, it means that while the XPath expression for your initial import matched some elements in your file previously, there are now zero elements in the file that match this expression.
You can edit the XPath for your import by going to the Manage Imports -> Import Settings page.`How to add filter then?
The topic ‘How add minimum price’ is closed to new replies.