1
我需要檢查的條件:INTERSHOP獲取日期
<isif condition="#not ((Product:QLC_Enable EQ 'true') AND (Product:QLC_ValidTo > NOW) AND (Product:QLC_Quantity < 1))#">
<span class="items-in-stock align-left">
<isinclude template="product/inc/CC_StockStatus"/>
</span>
</isif>
但它似乎是不正確的使用這個區隔:
Product:QLC_ValidTo > NOW
特別的問題是針對語法'現在'。我不知道應該如何設置,也不能在他們的文檔中找到。
任何人都可以幫忙嗎?