Commit de0a7b37 by dhn

购物车运费

parent 2b80cc66
...@@ -70,7 +70,7 @@ define([ ...@@ -70,7 +70,7 @@ define([
}, },
isSaveShowed: function () { isSaveShowed: function () {
var price = this.totals()['shipping_amount']; var price = this.totals()['shipping_amount'];
if(price != 0) if(price != 0 || quote.shippingSaveMethod() == null)
{ {
return false; return false;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment