色婷婷狠狠18禁久久YY,CHINESE性内射高清国产,国产女人18毛片水真多1,国产AV在线观看

滑動推車上的免費送貨欄不適用于所有貨幣

劉姿婷2年前8瀏覽0評論

{ % assign freeshipping threshold = settings . show _ shipping _ value | plus:0% } { % assign cart price = cart . total _ price | money _ without _ currency | plus:0% } { % assign cart progress = cart price | times:100 | divided _ by:freeshipping threshold | round | plus:0% } { % assign difference = freeshipping threshold | MINUS:cart price % } { % if settings . show _ shipping _ bar % }

{% if cartPrice您距離免費送貨還差${{ difference }} {% comment %}您沒有資格享受免費送貨服務{% endcomment %} {% else %} 你有資格免費送貨 {% endif %} {% endif %} ` 我希望這個代碼是所有貨幣的工作。

我在這個freeShippingThreshold上應用了貨幣過濾器,但是當我更改貨幣時,它不會根據貨幣更改值