Proper syntax for nested “IF”
-
Hello, I’m having a trouble with either with my pro activation or with the syntax of my formula, because of a nested if.
Pseudo code version should be:if(product_taxonomy attribute="a") { p2 * x -> "the price of the product as you advice" } else(attribute="b"){ p2 * [product_weight] * if(product_tag tag="a" ) {p4} elseif(product_tag tag="b") {p5} ... else{p#} }
I get a return value always equal, and it shouldn’t be the case. And I couldn’t find an example at your site’s documentation
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Proper syntax for nested “IF”’ is closed to new replies.