Hi,
I had overrided AdminCartsController.php and written a custom function to display all carriers. I am trying to call getDeliveryOptions() function but it is not calling. It in prestashop 1.7 .My code :-
$deliveryOptionsFinder = new DeliveryOptionsFinder(
$this->context,
$this->getTranslator(),
$this->objectPresenter,
new PriceFormatter()
);
$carriers = $deliveryOptionsFinder->getDeliveryOptions();