Interface Shop.FunctionalTab

  • Enclosing interface:
    Shop

    public static interface Shop.FunctionalTab
    The instance that represents the functional tab settings in the shop control panel.
    See Also:
    Shop.functionalTab()
    • Method Detail

      • isPaymentComissionAssignedToShop

        boolean isPaymentComissionAssignedToShop()
        Check is the payment comission was assigned to shop instead of customer or not.
        Returns:
        The check result (true/false).
      • isEmailRequired

        boolean isEmailRequired()
        Check is the email is required for customer to perform purchase or not.
        Returns:
        The check result (true/false).
      • isUsesShopCart

        boolean isUsesShopCart()
        Check is this shop uses the shop cart or not.
        Returns:
        The check result (true/false).
      • isSpacesAllowedInNickNames

        boolean isSpacesAllowedInNickNames()
        Check is the spaces are allowed to use in the nicknames or not.
        Returns:
        The check result (true/false).
      • isHttpsRedirectEnabled

        boolean isHttpsRedirectEnabled()
        Check is the HTTPS redirect enabled for this shop or not.
        Returns:
        The check result (true/false).