This question may be related to a resolved thread.
So after making the change to the conditional as noted in the thread above.
{if {productline} == vector|helix|prism|matrix}Change to
{if {productline} == "vector|helix|prism|matrix"}The Error went away. Now the value in the condition is false when I set the productline variable to “vector|helix|prism|matrix.” If I change it back to the original it works but then the error from the related post returns. “Notice: Use of undefined constant” Can someone tell me why the conditional is false even though the value of the variable is exactly what its suppose to be for the condition to be true? Thanks in advanced for any suggestions.