Commit aab046a7 authored by wwccw0591's avatar wwccw0591

share

parent 9dffcd6f
...@@ -74,7 +74,7 @@ class IndexController extends \Our\Controller_Abstract { ...@@ -74,7 +74,7 @@ class IndexController extends \Our\Controller_Abstract {
if($paramsStr['startShippingPrice']){ if($paramsStr['startShippingPrice']){
$paramsStr['startShippingPrice']=\Our\Common::getDivNum($paramsStr['startShippingPrice']); $paramsStr['startShippingPrice']=\Our\Common::getDivNum($paramsStr['startShippingPrice']);
} }
if($params['freeShippingPrice']){ if($paramsStr['freeShippingPrice']){
$paramsStr['freeShippingPrice']=\Our\Common::getDivNum($paramsStr['freeShippingPrice']); $paramsStr['freeShippingPrice']=\Our\Common::getDivNum($paramsStr['freeShippingPrice']);
} }
$this->_view->assign("params", $paramsStr); $this->_view->assign("params", $paramsStr);
......
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