Commit aa8a7e68 by halweg

Merge branch 'developer' of http://47.99.244.21:9999/root/joshine into developer

parents 3a460571 de0a7b37
...@@ -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