0
是否有可能檢查div class simplecart_items是否包含項目,就像這樣?Simplecart.js檢查Simplecart_Items是否有項目
if simplecart_items == 0 {
NO ITEMS IN THE CARD // Shows no add to card, no total coast and no products quantity
}
else {
The "normal" output // Shows add to card, total coasts and products
}
有沒有辦法?