shop.modules.shipping_config ============================ .. py:module:: shop.modules.shipping_config Attributes ---------- .. autoapisummary:: shop.modules.shipping_config.logger Classes ------- .. autoapisummary:: shop.modules.shipping_config.ShippingConfig Module Contents --------------- .. py:data:: logger .. py:class:: ShippingConfig Bases: :py:obj:`shop.modules.abstract.ShopModuleAbstract`, :py:obj:`viur.core.prototypes.List` .. py:attribute:: moduleName :value: 'shipping_config' .. py:attribute:: kindName :value: '{{viur_shop_modulename}}_shipping_config' .. py:method:: adminInfo() .. py:method:: is_applicable(dest, rel, *, article_skel = None, cart_skel = None, country = None) Check if a shipping configuration is applicable in the current context. Provide eiter `article_skel` for single article context xor `cart_skel` for cart context. :param country: If provided, check if the shipping configuration is applicable for this country.