How i can get Value from setting table in Checkoutcontroller

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 anni tempo fa
Hi All,

I need help..

How i can get value from setting table in checkoutController.

Thanks in advance..


Regards,
Abdhesh
10 anni tempo fa
These "helpers" are already defined (injected) in CheckoutController

        private readonly OrderSettings _orderSettings;
        private readonly RewardPointsSettings _rewardPointsSettings;
        private readonly PaymentSettings _paymentSettings;
        private readonly ShippingSettings _shippingSettings;
        private readonly AddressSettings _addressSettings;

What setting do you need?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.