Prestashop Module Override !!better!! Access

// Original logic would run if we called parent $originalCost = parent::calculateCost($products);

Delete /var/cache/dev/class_index.php (and /var/cache/prod/ in production). prestashop module override

PrestaShop does not automatically scan new overrides. You must clear the class index. // Original logic would run if we called