Grow your local brand and attract more customers with our free business QR code flyer generator. This interactive tool allows Canadian business owners to instantly design printable promotional material. Easily connect your physical store with your digital profile, collect 5-star reviews, and guide clients straight to your website.

How to Create Your Smart Business QR Flyer                                                           Back to Productivity Tools

  • Step 1: Find Your Business
    Search for your local company name or type it manually in the fields to load your professional profile info instantly.
  • Step 2: Customize Your Design
    Select your preferred business category, choose your custom brand language, and upload your official logo.
  • Step 3: Print and Share
    Click on the print button to generate your physical marketing card or share the digital version across your networks.

New Business Promo
WELCOME!
Atlantino Logo

Find us now on our new digital home:

Business Name

Business Category

QR Code

Scan to leave your review and ★★★★★!

'); printWindow.document.close(); printWindow.focus(); setTimeout(function() { printWindow.print(); }, 500); }); });$('.btn-share').on('click', function() { var base64 = $('textarea[id*="textarea-1"]').val(); if (!base64) { alert("Genera la tarjeta primero"); return; }var blob = base64ToBlob(base64, 'image/png'); var file = new File([blob], "atlantino-card.png", { type: "image/png" });if (navigator.share && navigator.canShare && navigator.canShare({ files: [file] })) { navigator.share({ files: [file], title: 'Mi Tarjeta Atlantino', text: 'Mira mi nueva tarjeta de negocio.' }).catch(console.error); } else { var link = document.createElement('a'); link.href = base64; link.download = 'atlantino-card.png'; link.click(); alert("La imagen se ha descargado."); } });function obtenerSelectorCategoria() { var $select = $('select[id*="select-1"]'); if (!$select.length) $select = $('select[name*="select-1"]'); if (!$select.length) $select = $('.forminator-select2, select.forminator-select2--field'); return $select; }function actualizarCategoriaDesdeSelect() { if (categoriaFijadaPorBuscador && categoriaFijadaPorBuscador.trim() !== "") { $('#live-category').html(categoriaFijadaPorBuscador.toUpperCase().trim()); return; } var $select = obtenerSelectorCategoria(); var txtSelected = $select.length ? $select.find('option:selected').text() : ""; if(txtSelected && !txtSelected.toLowerCase().includes('select') && txtSelected.trim() !== "" && $select.val() !== "") { $('#live-category').text(txtSelected.toUpperCase().trim()); } else { var nombreNegocio = $('input[id*="name-1"]').val() || ""; var esEspanol = (idiomaForzado !== null) ? (idiomaForzado === 'es') : detectarIdiomaEspanol(nombreNegocio); $('#live-category').text(esEspanol ? "CATEGORÍA" : "BUSINESS CATEGORY"); } }$('input[id*="name-2"]').attr('autocomplete', 'new-password'); setTimeout(function(){ var $searchField = $('input[id*="name-3"]'); if($searchField.length) $searchField.after($('#atlantino-search-results')); actualizarCategoriaDesdeSelect(); }, 1000);function ajustarTamanoTexto(texto) { var $el = $('#live-name'); if (texto.length > 35) $el.css('font-size', '17px'); else if (texto.length > 20) $el.css('font-size', '21px'); else $el.css('font-size', '26px'); }function generarSlugLimpio(texto) { return texto.toLowerCase().normalize("NFD").replace(/[\u0300-\u036f]/g, "").replace(/ñ/g, "n").replace(/[^a-z0-9\s-]/g, "").trim().replace(/\s+/g, "-"); }function detectarIdiomaEspanol(texto) { if (!texto) return false; if (/[áéíóúÁÉÍÓÚñÑüÜ¡¿]/.test(texto)) return true; return /\b(el|la|los|las|de|del|en|para|con|y|o|un|una|concesionario|tiendita|restaurante|comida|servicio)\b/i.test(texto); }function actualizarTextosPorIdioma() { var nombreNegocio = $('input[id*="name-1"]').val() || ""; var esEspanol = (idiomaForzado !== null) ? (idiomaForzado === 'es') : detectarIdiomaEspanol(nombreNegocio); var esModoPromo = $('#atlantino-toggle-mode').is(':checked');var $textModeField = $('input[id*="text-2"], input[name*="text-2"]');if (esModoPromo) { if($textModeField.length) $textModeField.val('promo').trigger('input').trigger('change').trigger('keyup'); $('#promo-card-capture').addClass('promo-mode-active'); $('#live-qr-section').hide(); $('#live-footer-section').hide(); $('#live-intro').hide(); $('#label-mode-left').css('color', '#777'); $('#label-mode-right').css('color', '#ff4b2b'); $('#live-badge').text(esEspanol ? '¡PROMO!' : 'PROMO!'); } else { if($textModeField.length) $textModeField.val('nuevo-negocio').trigger('input').trigger('change').trigger('keyup'); $('#promo-card-capture').removeClass('promo-mode-active'); $('#live-qr-section').show(); $('#live-footer-section').show(); $('#live-intro').show(); $('#label-mode-left').css('color', '#1e3c72'); $('#label-mode-right').css('color', '#777'); if (esEspanol) { $('#live-badge').text('¡BIENVENIDOS!'); $('#live-intro').text('Encuéntranos ahora en nuestra nueva casa digital:'); $('#qr-text-before').text('¡Escanea para dejar tu reseña y '); $('#qr-text-after').text('!'); $('#live-cta-line').text('Visita nuestro perfil completo en:'); } else { $('#live-badge').text('WELCOME!'); $('#live-intro').text('Find us now on our new digital home:'); $('#qr-text-before').text('Scan to leave your review and '); $('#qr-text-after').text('!'); $('#live-cta-line').text('Visit our full profile at:'); } } if (idiomaForzado === 'es') { $('#btn-lang-es').css({'background-color': '#1e3c72', 'color': '#ffffff'}); $('#btn-lang-en').css({'background-color': '#ffffff', 'color': '#1e3c72'}); $('#lang-status').text('(Manual: Español)'); } else if (idiomaForzado === 'en') { $('#btn-lang-es').css({'background-color': '#ffffff', 'color': '#1e3c72'}); $('#btn-lang-en').css({'background-color': '#1e3c72', 'color': '#ffffff'}); $('#lang-status').text('(Manual: Inglés)'); } else { $('#btn-lang-es').css({'background-color': '#ffffff', 'color': '#1e3c72'}); $('#btn-lang-en').css({'background-color': '#ffffff', 'color': '#1e3c72'}); $('#lang-status').text('(Automático)'); } actualizarCategoriaDesdeSelect(); }function generarCapturaLimpia() { var element = document.getElementById('atlantino-live-preview'); if (!element) return; html2canvas(element, { useCORS: true, scale: 2, backgroundColor: null, logging: false }).then(function(canvas) { var base64 = canvas.toDataURL("image/png"); var $targetTextarea = $('textarea[id*="textarea-1"], textarea[name*="textarea-1"], textarea.forminator-textarea'); if ($targetTextarea.length) $targetTextarea.val(base64).trigger('change'); }); }function actualizarQR(slugValue) { var safeSlug = slugValue.trim() || "test"; var realUrl = "https://atlantino.ca/listing/" + encodeURIComponent(safeSlug); $('#live-qr').attr('src', 'https://api.qrserver.com/v1/create-qr-code/?size=120x120&data=' + realUrl + '&color=1e3c72'); }$(document).on('change', '#atlantino-toggle-mode', function() { actualizarTextosPorIdioma(); setTimeout(generarCapturaLimpia, 300); });$(document).on('input keyup', 'input[id*="name-3"]', function() { var query = $(this).val().trim(); clearTimeout(searchTimeout); if (query.length < 3) { $('#atlantino-search-results').hide().empty(); return; } searchTimeout = setTimeout(function() { $.ajax({ url: '/wp-admin/admin-ajax.php', type: 'GET', data: { action: 'atlantino_search_listings', term: query }, success: function(response) { if (response.success && response.data.length > 0) { var html = ''; response.data.forEach(function(item) { var imagesData = encodeURIComponent(JSON.stringify(item.images)); html += '
' + item.title + '
'; }); $('#atlantino-search-results').html(html).show(); } else { $('#atlantino-search-results').html('
No se hallaron coincidencias
').show(); } } }); }, 300); });$(document).on('click', '.atlantino-search-item', function() { var title = $(this).data('title'); var slug = $(this).data('slug'); var emailOwner = $(this).data('email'); var categoryName = $(this).data('category'); var images = JSON.parse(decodeURIComponent($(this).data('images'))); $('input[id*="name-3"]').val(title); $('input[id*="name-1"]').val(title); ajustarTamanoTexto(title); $('#live-name').text(title); slugEditadoManualmente = true; $('input[id*="name-2"]').val(slug).trigger('input'); var $emailField = $('input[type="email"], input[id*="email-1"]'); if($emailField.length && emailOwner) $emailField.val(emailOwner).trigger('change'); if(categoryName && categoryName.trim() !== "" && categoryName !== "undefined") { categoriaFijadaPorBuscador = categoryName.trim(); } actualizarTextosPorIdioma(); $('#atlantino-search-results').hide().empty(); var $grid = $('#atlantino-thumbnails-grid').empty(); if (images && images.length > 0) { images.forEach(function(url) { $grid.append('Miniatura'); }); $('#atlantino-thumbnails-container').show(); $('#live-logo').attr('src', 'https://atlantino.ca/wp-content/uploads/2026/05/Logo-Atlantino.png'); } else { $('#atlantino-thumbnails-container').hide(); } setTimeout(function() { generarCapturaLimpia(); }, 600); });$(document).on('input change keyup', 'input[id*="name-1"]', function() { var name = $(this).val().trim(); ajustarTamanoTexto(name); $('#live-name').text(name || (detectarIdiomaEspanol(name) ? "Nombre de tu Negocio" : "Business Name")); if (!slugEditadoManualmente) { var slugAutomatico = generarSlugLimpio($(this).val()); $('input[id*="name-2"]').val(slugAutomatico); actualizarQR(slugAutomatico); } actualizarTextosPorIdioma(); generarCapturaLimpia(); });$(document).on('change', 'select[id*="select-1"], select[name*="select-1"], .forminator-select2, select.forminator-select2--field', function() { var manualSelect = $(this).find('option:selected').text(); if(manualSelect && !manualSelect.toLowerCase().includes('select') && manualSelect.trim() !== "") { categoriaFijadaPorBuscador = manualSelect.trim(); } actualizarTextosPorIdioma(); setTimeout(generarCapturaLimpia, 300); });setInterval(function() { actualizarCategoriaDesdeSelect(); }, 500);$(document).on('click', '.thumb-nail-option', function() { $('.thumb-nail-option').removeClass('selected'); $(this).addClass('selected'); $('#live-logo').attr('src', $(this).attr('src')); setTimeout(generarCapturaLimpia, 400); });$(document).on('input change keyup', 'input[id*="name-2"]', function(e) { if (e.originalEvent) slugEditadoManualmente = true; if ($(this).val().trim() === "") slugEditadoManualmente = false; actualizarQR($(this).val()); setTimeout(generarCapturaLimpia, 300); });$(document).on('change', 'input[type="file"][id*="upload-1"]', function(e) { var file = e.target.files[0]; if (file) { $('.thumb-nail-option').removeClass('selected'); var reader = new FileReader(); reader.onload = function(evt) { $('#live-logo').attr('src', evt.target.result); setTimeout(generarCapturaLimpia, 800); }; reader.readAsDataURL(file); } });$(document).on('click', '#btn-lang-es', function() { idiomaForzado = 'es'; actualizarTextosPorIdioma(); generarCapturaLimpia(); }); $(document).on('click', '#btn-lang-en', function() { idiomaForzado = 'en'; actualizarTextosPorIdioma(); generarCapturaLimpia(); }); $(document).on('click', function(e) { if (!$(e.target).closest('input[id*="name-3"], #atlantino-search-results').length) $('#atlantino-search-results').hide(); });actualizarTextosPorIdioma(); setTimeout(generarCapturaLimpia, 2000); });