Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-04-16 22:36:42 +02:00
parent 0acb610441
commit a1703a9702
3 changed files with 4670 additions and 1716 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -3956,7 +3956,7 @@ class ProductCore extends ObjectModel
// Zaokrąglanie w górę tylko gdy mamy redukcję
if ($specific_price && $specific_price['reduction'] > 0) {
$price = Tools::ceilf($price);
$price = Tools::ps_round($price);
}
// Group reduction

File diff suppressed because it is too large Load Diff