View Single Post
  #1   Report Post  
mpaler mpaler is offline
Junior Member
 
Posts: 1
Default Conditional with dynamic mergefields with quotes

Hi all, say I have a conditional as follows:

{IF {mergefield product_name} != "shipping" "{mergefield product_name}" ""}

and the value output from mergefield product_name may or may not have a single or double quote in it (our product names can have a single quote for feet, or a double quote for inches. eg. 12'6" Metal bar).

How do I handle this situation? Presently, I am getting "Error! Unknown op code for conditional"

Thanks,
Michael