修复固定运费计算
This commit is contained in:
parent
9451ab57a6
commit
4441ad5fec
|
|
@ -33,6 +33,7 @@ class Bootstrap
|
|||
'name' => $plugin->getName(),
|
||||
'description' => $plugin->getDescription(),
|
||||
'icon' => plugin_resize($code, $plugin->icon),
|
||||
'cost' => $this->getShippingFee($checkout),
|
||||
];
|
||||
return $quotes;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue