@shopgate/engage
Version:
Shopgate's ENGAGE library.
6 lines • 1.17 kB
JavaScript
export{getState as getShopSettingsState,makeGetShopSettingByKey,makeGetShopSettings,getProductImagePlaceholder,getCategoryImagePlaceholder,getFavicon,getNumberOfAddressLines,getGoogleSiteVerificationCode,getRegistrationMode,getWishlistItemQuantityEnabled,getWishlistItemNotesEnabled,getShowWishlistItemsCountBadge,getLoadWishlistOnAppStartEnabled}from"./shopSettings";export{getIsLocationBasedShopping,getFulfillmentSchedulingEnabled,getRestrictMultiLocationOrders,getDefaultCurrency,getEnableWebIndexing,getProductShowAlternativeLocation,getProductListShowInventory}from"./merchantSettings";export*from"../config/config.selectors";export*from"./app";// --------------- CLIENT --------------- //
export*from'@shopgate/pwa-common/selectors/client';// --------------- ROUTER --------------- //
export*from'@shopgate/pwa-common/selectors/router';export*from'@shopgate/pwa-common/selectors/history';// --------------- URL --------------- //
export*from'@shopgate/pwa-common/selectors/url';// --------------- MENU --------------- //
export*from'@shopgate/pwa-common/selectors/menu';// --------------- MODAL --------------- //
export*from'@shopgate/pwa-common/selectors/modal';