修复flexshipping 兼容性

This commit is contained in:
Edward Yang 2023-02-15 11:51:11 +08:00
parent d0c7b43cce
commit 31f42458fe
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ class CheckoutService
$weight = 0;
$selectedProducts = $this->selectedProducts;
foreach ($selectedProducts as $product) {
$weight += $this->weight->convert($product['weight'], $product['weight_class_id'], $this->config->get('config_weight_class_id'));
// $weight += $this->weight->convert($product['weight'], $product['weight_class_id'], $this->config->get('config_weight_class_id'));
}
return $weight;