3rio
Forum Replies Created
-
Well, anyway, thanks for your support.
In this case it would be a feature request 🙂As an idea: We’ve built something like this for importing data into Woocommerce where we needed to validate/map/create content based on the raw input we get. It doesn’t have a nice GUI, but instead just a PHP file where you can add all the rules and filters you like from any source to any destination field (it operates directly on a DB table). Filters are just rules which execute a “kill” command which deletes/omits the product.
For each rule we have:
– destination field (which field is to be modified)
– filter (under what condition to apply the rule)
– rule (rule to apply; any php functionality)ok, so it would theoretically be possible to have a workaround like this: https://snipboard.io/VAhPd6.jpg
– First replace the first value by “empty”
– Then test if empty. If yes, then use value from the other attribute
– Second, replace the second value with “empty”
– Test again for empty. If yes, then use the value from yet another attributeHowever, does not work either..
Thanks for the quick response, here it is: https://snipboard.io/oAc9G2.jpg
In this version I wanted to default to Quality select r in case there is no match – however it also doesn’t work. So it seems the condition is not working at all.