REMOTE_DELIVERY_OPTION_PROVIDER
Type: object
Default:
{
"klass": "omnishop.address.remote_delivery_options.provider.ExtensionDeliveryOptionProvider",
"conf": {
"base_url": "",
"username": "",
"password": ""
}
}Description: Configuration for remote delivery option provider service.
Defines the provider class and configuration for fetching delivery options from an external service
When configured, enables
RemoteDeliveryOptionSelectionPageto fetch delivery options remotelyMust be used together with
CHECKOUT_DELIVERY_OPTION_SELECTION_PAGEsetting set toRemoteDeliveryOptionSelectionPageklass: Python class path for the provider implementationconf.base_url: Base URL for the remote delivery option serviceconf.username: Username for authentication (if required)conf.password: Password for authentication (if required)
Used in: RemoteDeliveryOptionSelectionPage to fetch available delivery options from external service
Last updated
Was this helpful?

