Commercial - Sale of Business - Matosinhos e Leça da Palmeira, Matosinhos - PT
Матозиньюш и Леса-да-Палмейра, Португалия91 000 € Попросить скидку
- Туалетные комнаты: 2
- Жилая зона: 91.71 m²
Oportunidade de Trespasse: Cafe GAIVOTA em - Matosinhos
Está disponível para trespasse o Café "Gaivota", uma oportunidade única para quem deseja investir num negócio de sucesso já consolidado. Localizada na Rua Mouzinho de Albuquerque em Matosinhos, este café destaca-se pela sua localização estratégica e excelente reputação, bem como clientela fixa e serviços.
Detalhes do Espaço:
- Área Total: 100,4 m², idealmente aproveitada e com layout otimizado;
- Área Útil de salas de café e refeições: 72,50 m²;
- Explanada Fechada: 27,36 m², proporcionando um ambiente confortável e espaçoso para os clientes;
- Explanada Aberta: 11,67 m²;
- Serviço de refeições diárias;
Localização Privilegiada: Situado numa zona de intenso tráfego pedonal, com proximidade a comercio, serviços, zona habitacional. Além disso, o cafe está rodeado por uma zona comercial vibrante e diversas lojas, assegurando um constante fluxo de potenciais clientes.
Clientela Fiel e Potencial de Crescimento: O café "Gaivota" já conta com uma sólida base de clientes fidelizados, incluindo profissionais. Além disso, o espaço recebe um grande volume de clientes provenientes da envolvente, eventos e atividades na vizinhança.
Potencial Inexplorado: Atualmente, a cafetaria opera em horário parcial, oferecendo uma excelente oportunidade para expansão do horário de funcionamento e aumento das receitas. Com uma estrutura já bem estabelecida e uma clientela fiel, o potencial de crescimento é imenso para quem desejar explorar o negócio ao máximo.
Esta é a oportunidade perfeita para quem quer investir num negócio de sucesso comprovado, com excelente localização e grande potencial de crescimento. Não perca a oportunidade de adquirir um espaço com tanta visibilidade e prestígio no coração do Porto!
Não perca esta oportunidade de adquirir um negócio já consolidado e com imenso potencial de crescimento no coração do Porto!
var numOfListingFullDescriptionTabs = 1;
var initialListingFullDescriptionLanguage = "PTG";
var translatedLanguages = [];
$(document).ready(function () {
$('#sltDevDescTranslate').on('change', function () {
$('#devTranslationSpinner').css('visibility', 'visible');
$('#sltDevDescTranslate').prop("disabled", true);
// Get Source and Target Language codes and Texts to translate
var selectedLanguageCode = $(this).val();
var selectedLanguageName = $(this).find("option:selected").text();
var initialListingDescription = $("[id$='DescriptionDivShort']").text();
if (selectedLanguageCode === "" || selectedLanguageName === "" || initialListingDescription === "") {
$('#devTranslationSpinner').css('visibility', 'hidden');
$('#sltDevDescTranslate').prop("disabled", false);
return false;
}
if (typeof (translatedLanguages) !== "undefined" && translatedLanguages.length > 0) {
for (var i = 0; i < translatedLanguages.length; i++) {
if (translatedLanguages[i] === selectedLanguageCode) {
$('#devTranslationSpinner').css('visibility', 'hidden');
$('#sltDevDescTranslate').prop("disabled", false);
return false;
}
}
}
if (typeof ($("[id$='DescriptionCommunityDivLong']")) !== "undefined" && $("[id$='DescriptionCommunityDivLong']").text() !== "")
initialListingDescription += " " + $("[id$='DescriptionCommunityDivLong']").text();
if (typeof ($("[id$='DescriptionFeaturesDivLong']")) !== "undefined" && $("[id$='DescriptionFeaturesDivLong']").text() !== "")
initialListingDescription += " " + $("[id$='DescriptionFeaturesDivLong']").text();
if (typeof ($("[id$='DescriptionMiscellaneousDivLong']")) !== "undefined" && $("[id$='DescriptionMiscellaneousDivLong']").text() !== "")
initialListingDescription += " " + $("[id$='DescriptionMiscellaneousDivLong']").text();
// Web Service Request Object
var objRequestParameters = { 'listingDesc': initialListingDescription };
objRequestParameters = JSON.stringify(objRequestParameters);
MainWebService.instance()
.googleTranslateText(objRequestParameters, initialListingFullDescriptionLanguage, selectedLanguageCode)
.done(function (data) {
if (data.d) {
var objResponse = JSON.parse(data.d);
generateListingFullShortDescriptionTab(selectedLanguageName, objResponse.listingDesc, selectedLanguageName);
}
$('#devTranslationSpinner').css('visibility', 'hidden');
$('#sltDevDescTranslate').prop("disabled", false);
translatedLanguages.push(selectedLanguageCode);
var note = "GoogleTranslate "
+ "RegionID:" + '12' + "OfficeID:" + '12627'
+ "AgentID:" + '126271145' + "ListingID:" + '30';
InsertOAGtm('Listing Full', 'GoogleTranslate', note);
})
.fail(function (xhr) {
var r = xhr;
$('#devTranslationSpinner').css('visibility', 'hidden');
$('#sltDevDescTranslate').prop("disabled", false);
var note = "GoogleTranslate Failure"
+ "RegionID:" + '12' + "OfficeID:" + '12627'
+ "AgentID:" + '126271145' + "ListingID:" + '30';
InsertOAGtm('Listing Full', 'GoogleTranslate', note);
});
var note = "global.remax.com/en/listings/portugal/sale-of-business/for-sale/matosinhos-e-leca-da-palmeira/4450-206/126271145-30"
+ "; From Init Language: " + initialListingFullDescriptionLanguage
+ "; To Select Language: " + selectedLanguageName;
$.ajax({
type: "POST",
url: "/handlers/ListingFullRecordHitHandler.ashx",
data: {
mode: "RecordHitWithNote",
hitType: "PubListingFull_GoogleTranslate",
siteRegionID: 12,
listingOfficeID: 12627,
listingAgentID: 126271145,
listingID: 30,
notes: note
}
});
});
$(document).on('shown.bs.tab', '#ListingDescriptionTabHeader a', function (e) {
if ($(e.target).data('translated') === true) {
$('#divDisclaimerHolder').css('display', 'inline-block');
} else {
$('#divDisclaimerHolder').css('display', 'none');
}
});
// Function to add a new tab to the development description section
function generateListingFullShortDescriptionTab(translateLanguageName, translatedDescription, selectedLanguageName) {
if (translatedDescription) {
numOfListingFullDescriptionTabs += 1;
var newTabID = "translatedTab" + numOfListingFullDescriptionTabs;
var tabLanguageName = (translateLanguageName) ? translateLanguageName : selectedLanguageName;
$('#ListingDescriptionTabHeader').append('');
$("[id$='divMainTranslation']").append(' ' + translatedDescription + '



















