到目前为止我的 If 语句看起来像
{IF {MERGEFIELD style } = "luxury" {IF MERGEFIELD type} = "house" "this is a expensive choice" {IF {MERGEFIELD type} = "flat" "This is a cheap flat" "this is cheap house"} } "this is a cheap house"}
如果顾客想要一套公寓(豪华公寓和标准公寓),应该说“这是一套便宜的公寓”
如果顾客想要一套标准的房子,就应该说“这是一套便宜的房子”
如果顾客想要一套豪宅,就应该说“这是一个昂贵的选择”