
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>B2B mobile applications connected to the PIM | Catbuilder</title>
    <meta name="description" content="Offer B2B mobile applications connected to your PIM to access catalogs, products and sales information on the go.">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="robots" content="all,follow">
	
	<link rel="alternate" hreflang="fr" href="https://www.catbuilder.eu/fr/applications_mobiles.html">
	<link rel="alternate" hreflang="nl" href="https://www.catbuilder.eu/nl/mobiele_applicaties.html">

    <!-- Bootstrap CSS-->
    <link rel="stylesheet" href="/vendor/bootstrap/css/bootstrap.min.css">
    <!-- Google fonts-->
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,700">
    <!-- Icon fonts-->
    <link rel="stylesheet" href="/css/pe-icon-7-stroke.css">
    <!-- Lightbox CSS-->
    <link rel="stylesheet" href="/vendor/lightbox2/css/lightbox.min.css">
    <!-- Leaflet CSS-->
    <link rel="stylesheet" href="/vendor/leaflet/leaflet.css">
    <!-- theme stylesheet-->
    <link rel="stylesheet" href="/css/style.default.css" id="theme-stylesheet">
    <!-- Custom stylesheet - for your changes-->
    <link rel="stylesheet" href="/css/custom.css">
	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.2.1/css/flag-icon.min.css">
    <!-- Favicon-->
    <link rel="shortcut icon" href="/img/favicon.png">
    <!-- Tweaks for older IEs--><!--[if lt IE 9]>
        <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
  </head>
  <body>
    <!-- navbar-->
	<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XLVYWK4Z83"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-XLVYWK4Z83');
</script>

<script>
	function global_replace(text,val1,val2)
	{
		if (!text) return '';
		var tab = text.split(val1);
		return tab.join(val2) 	
	}
		
	function changeLanguage(myLang) {
		const url = new URL(window.location.href);
		var myString = String(url.pathname); 	
		
		var current_language = "en";	
		var language = new Array("fr","en","nl");
		var url_name = new Array();
		
		url_name[0]= new Array("accueil","logiciel","impression","catalogues_interactifs","catalogues_en_ligne","applications_mobiles","middleware","pim","cms","references","nouveautes","contact");
		url_name[1]= new Array("home","software","print","interactive_catalogs","online_catalogs","mobile_applications","middleware","pim","cms","references","news","contact");
		url_name[2]= new Array("welkom","software","drukwerk","interactieve_catalogi","online_catalogi","mobiele_applicaties","middleware","pim","cms","referenties","nieuws","contact");
		
		var index_current_language = language.indexOf(current_language);
		var index_new_language = language.indexOf(myLang);
				
		myString = global_replace(myString,'/'+current_language+'/','/'+myLang+'/');
		
		var p1 = myString.split('/'+myLang+'/');
		var p2 = p1[1].split(".");
		
		var index_current_page = url_name[index_current_language].indexOf(p2[0]);
	
		if (index_current_page == -1 ){
			myString = p1[0]+"/"+myLang;
		}else{
			myString = global_replace(myString,url_name[index_current_language][index_current_page] , url_name[index_new_language][index_current_page]);
		}
		
		url.pathname = myString;
		window.location.href = url.toString();
		
	}
</script>

<!-- navbar-->
<header class="header">
	<nav class="navbar navbar-expand-lg py-lg-0">
		<div class="container">
			<div class="col-2 px-0"><a href="/en/" class="navbar-brand"> <img src="/images/logo-catbuilder.svg" alt="Logo Catbuilder" class="img-fluid mb-1"></a></div>
			<button type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation" class="navbar-toggler navbar-toggler-right small"><span class="text-uppercase mr-2">Menu</span><i class="fas fa-bars"></i></button>
			<div id="navbarSupportedContent" class="collapse navbar-collapse">
				<ul class="navbar-nav ml-auto d-lg-flex align-items-lg-center">
					<li class="nav-item"><a id="m-home" href="/en/" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4">Home </a></li>
					<li class="nav-item"><a id="m-software" href="/en/software.html" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4">Software </a></li>
			 		<li class="nav-item dropdown"><a id="m-solutions" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4 dropdown-toggle">Solutions </a>
						<div  class="dropdown-menu mt-0">
							<a href="/en/print.html" class="dropdown-item small text-uppercase">Print</a>
							<a href="/en/interactive_catalogs.html" class="dropdown-item small text-uppercase">Interactive catalogs</a>
							<a href="/en/online_catalogs.html" class="dropdown-item small text-uppercase">Online catalogs and B2B e-shops</a>
							<a href="/en/mobile_applications.html" class="dropdown-item small text-uppercase">Mobile applications</a>
							<a href="/en/middleware.html" class="dropdown-item small text-uppercase">Middleware</a>
							<a href="/en/pim.html" class="dropdown-item small text-uppercase">PIM</a>
							<a href="/en/cms.html" class="dropdown-item small text-uppercase">CMS</a>
						</div>
					</li>
					<li class="nav-item"><a id="m-reference" href="/en/references.html" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4">References</a></li>
					<li class="nav-item"><a id="m-news" href="/en/news.html" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4">News </a></li>
					<li class="nav-item"><a id="m-contact" href="/en/contact.html" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4">Contact </a></li>
					<li class="nav-item"><a href="javascript:changeLanguage('fr')" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4"><span class="flag-icon flag-icon-fr"> </span></a></li>
					<li class="nav-item"><a href="javascript:changeLanguage('nl')" class="nav-link font-weight-bold text-uppercase px-lg-3 py-lg-4"><span class="flag-icon flag-icon-nl"> </span></a></li>
				</ul>
			</div>
        </div>
	</nav>
</header>	
	<section class="py-5 bg-cover bg-gray">
		<div class="container py-2">
			<div  class="nav">
				<ol class="breadcrumb">
					<li class="breadcrumb-item"><a href="/en/"><i class="fa fa-home" aria-hidden="true"></i></a></li>
					<li aria-current="page" class="breadcrumb-item active">Solutions</li>
				</ol>
			</div>
			<h1 class="lined">Mobile applications</h1>
			<h2 class="lead pb-4">Browse and order your products via dedicated mobile applications.</h2>
			<h3 class="lead">Catbuilder mobile applications offer a complete experience for viewing and ordering your products directly from a smartphone or tablet.<br><br>The apps are available on iOS and Android and can be customized with your brand identity to provide an immersive experience for your customers and sales force.</h3>
		</div>
		
    </section>
	
	<section class="py-5">
		
		
		<div class="container">
  <div class="row justify-content-center mt-4 mb-4">
    <div class="col-12 col-md-10 col-lg-9 col-xl-8 text-center">
	<a href="/images/applicationsmobilescatbuilder.png" data-lightbox="gallery" data-title="Mobile applications" class="img-fluid mb-2">
      <img 
        src="/images/applicationsmobilescatbuilder.png" 
        alt="Mobile applications" 
        class="img-fluid"
      >
	  </a>
    </div>
  </div>
</div>
		
		
		
		<div class="container py-2">
			<div class="row align-items-start"> <!-- Utilisation de align-items-start pour aligner les éléments en haut -->
				<div class="col-lg-12 mb-4 mb-lg-0 pb-4">
					<div class="d-flex align-items-start mb-4">
						<div class="col-lg-2 mb-4 mb-lg-0">
							<a href="https://www.catbuilder.info/appro724/" target="_blank" class="text-reset text-decoration-none">
								<img src="/images/logo_appro_724.png" alt="appro724" class="img-fluid mb-2" style="max-height:128px">
								<h2 class="m-0"><strong>Appro724</strong></h2>
							</a>
						</div>
					</div>
				<h2 class="lead">An easy and fast <strong>replenishment</strong> app for all Showcase users.<br><br></h2>
				<p class="lead">With Appro724, prepare your orders directly from the field, with ease.<br><br>Browse through your favorite items or those already selected in previous orders.<br>Thanks to the <strong>barcode scanning</strong> function, you can add items to your cart from your workshop, warehouse, store or even your van.<br>The application also allows <strong>self-scan</strong> in store, giving customers and users the ability to scan products themselves to add them to their order or instantly check associated information.<br><br>Finding the items you need is a breeze thanks to a quick search and intuitive navigation.<br><br>Modify quantities, check prices and stock in real time, and perform <strong>check-stock</strong> directly from the application. Appro724 also facilitates stock controls and <strong>inventories</strong>, allowing you to check product availability at any time, in the field or in store.<br>Manage your items and create favorite baskets for future use. Easily send your basket to the online shop to complete your order.<br><br>Mobile applications have profoundly transformed the way we interact with professional services. They have made processes faster, more accessible, and more connected.<br>With the rise of smartphones, many services are now available directly from the palm of your hand.<br><br>Les applications mobiles ont révolutionné la façon dont nous interagissons avec le monde qui nous entoure. Appro724 s’inscrit pleinement dans cette évolution en proposant une solution intuitive et orientée efficacité.<br>No more hassles and delays associated with complex ordering processes: the application simplifies the entire process, from product identification to restocking.<br><br>Whether you're a salesperson, direct customer, or field user, Appro724 allows you to order, scan, check stock levels, and quickly and efficiently replenish the items you need. You save valuable time every day.<br><br>In addition, we offer <strong>customized versions</strong> of Appro724, perfectly aligned with your visual identity, to provide an even more immersive experience for your users, customers and sales force.</p>
				<div class="container">
					<div class="row justify-content-center">
						<div class="col-12 col-md-8 col-lg-10">
							<div class="ratio ratio-16x9 mb-4 mt-4">
								<video controls class="w-100">
									<source src="/videos/appro724.mp4" type="video/mp4">
									Your browser does not support video playback.
								</video>
							</div>
						</div>
					</div>
				</div>
				<ul class="list-inline mb-0 text-left">
					<li class="list-inline-item mb-2 mb-lg-0">
						<a class="btn btn-primary btn-lg px-4" href="https://play.google.com/store/apps/details?id=info.catbuilder.appro724" target="_blank">
							<i class="fab fa-google-play mr-3"></i>Google Play
						</a>
					</li>
					<li class="list-inline-item">
						<a class="btn btn-primary btn-lg px-4" href="https://apps.apple.com/be/app/andre-gonay/id1546002681#?platform=iphone" target="_blank"> 
							<i class="fab fa-app-store mr-3"></i>App Store
						</a>
					</li>
				</ul>
			</div>
			<div class="col-lg-12 mb-4 mb-lg-0">
				<div class="d-flex align-items-start mb-4"> <!-- Alignement en haut de l'image et du texte -->
					<div class="col-lg-2 mb-4 mb-lg-0">
						<a href="https://www.catbuilder.info/cat724/ " target="_blank" class="text-reset text-decoration-none">
							<img src="/images/logo_cat_724.png" alt="appro724" class="img-fluid mb-2" style="max-height:128px">
							<h2><strong>Cat724</strong></h2>
						</a>
					</div>
				</div>
				<h2 class="lead"><strong>The ultimate app for field sales reps. Thanks to Cat724, taking orders has never been easier or more efficient.</strong><br><br></h2>
				<p>Transform your <strong>PDFs</strong> into <strong>offline digital stores</strong> and simplify your sales processes. Easily upload your PDFs and synchronize them with the Catbuilder server for instant updates. Navigate seamlessly using internal hyperlinks embedded in the PDFs, making it easy to search for and view items.<br><br>Quickly find items using the standard search function or by <strong>simply scanning a barcode</strong>. Once you've selected the items you want, easily add them to your cart by clicking on their reference number, then adjust the quantities ordered as needed.<br><br>With Cat724, easily check the contents of your shopping cart, including quantities and order total. Ask your customers to confirm the order by adding their <strong>electronic signature</strong>, thus adding an additional layer of validation.<br><br>Once the order is ready, the application automatically generates the order email content and creates a draft email in your email application. <strong>This allows you to easily edit and send the email, even if you are not connected</strong> to the internet, Cat724 stores the email for later sending as soon as you are online again. </p>
				<ul class="list-inline mb-0 mt-4">					
					<li class="list-inline-item">
						<a class="btn btn-primary btn-lg px-4" href="https://apps.apple.com/be/app/andre-gonay/id1660282247?platform=iphone" target="_blank">
							<i class="fab fa-app-store mr-3"></i>App Store
						</a>
					</li>
				</ul>
			</div>
		</div>	
	</div>
</section>


	<section class="py-5">
<div class="container mt-5">
	<h2 class="lined black">Questions and answers about Catbuilder</h2>
	<div id="accordion">

    <div class="card">
      <div class="card-header" id="heading1">
        <h3 class="mb-0"><button class="btn btn-link" data-toggle="collapse" data-target="#collapse1">How can I buy Catbuilder?</button></h3>
      </div>
      <div id="collapse1" class="collapse" data-parent="#accordion">
        <div class="card-body">
			<h3 class="text-small ml-4">Catbuilder is sold as a user license. It is a one-time purchase.</h3>
        </div>
      </div>
    </div>

    <div class="card">
      <div class="card-header" id="heading2">
        <h3 class="mb-0"><button class="btn btn-link" data-toggle="collapse" data-target="#collapse2">What are the requirements for running Catbuilder?</button></h3>
      </div>
      <div id="collapse2" class="collapse" data-parent="#accordion">
        <div class="card-body">
          <h3 class="text-small ml-4">Catbuilder runs on all modern versions of Windows, on a PC or server with 2 GB of available RAM. A fast SSD is recommended. The disk space required for the database depends primarily on the total size of the images you will be using. It is recommended to reserve four times this size on the disk.</h3>
        </div>
      </div>
    </div>
	
    <div class="card">
      <div class="card-header" id="heading3">
        <h3 class="mb-0"><button class="btn btn-link" data-toggle="collapse" data-target="#collapse3">In which languages is Catbuilder available?</button></h3>
      </div>
      <div id="collapse3" class="collapse" data-parent="#accordion">
        <div class="card-body">
          <h3 class="text-small ml-4">The application interface is available in the following languages: French, German, English, Dutch</h3>
        </div>
      </div>
    </div>	

    <div class="card">
      <div class="card-header" id="heading4">
        <h3 class="mb-0"><button class="btn btn-link" data-toggle="collapse" data-target="#collapse4">Do I need to use other software to use Catbuilder?</button></h3>
      </div>
      <div id="collapse4" class="collapse" data-parent="#accordion">
        <div class="card-body">
          <h3 class="text-small ml-4">Catbuilder is a standalone application. The only additional software that needs to be installed is a printer capable of generating PDF files, such as PDFCreator, Adobe PDF printer, Bullzip PDF printer, etc. </h3>
        </div>
      </div>
    </div>

    <div class="card">
      <div class="card-header" id="heading5">
        <h3 class="mb-0"><button class="btn btn-link" data-toggle="collapse" data-target="#collapse5">Is there a cloud version of Catbuilder?</button></h3>
      </div>
      <div id="collapse5" class="collapse" data-parent="#accordion">
        <div class="card-body">
          <h3 class="text-small ml-4">If your IT infrastructure is insufficient, or if you and others are working on Catbuilder but are not on a corporate LAN/WAN, we can provide a cloud version on one of our servers. This can be done temporarily or on a longer-term basis.</h3>
        </div>
      </div>
    </div>
	
    <div class="card">
      <div class="card-header" id="heading6">
        <h3 class="mb-0">
          <button class="btn btn-link" data-toggle="collapse" data-target="#collapse6">How much does Catbuilder cost?</button></h3>
      </div>
      <div id="collapse6" class="collapse" data-parent="#accordion">
        <div class="card-body">
          <h3 class="text-small ml-4">Catbuilder's price depends mainly on the additional modules and any customizations required according to your needs.<br>To get a personalized estimate, simply send us a request via our <a href="/en/contact.html"><strong>dedicated page</strong></a>.<br>We will get back to you soon to learn more about your project and, most importantly, <strong>offer you a personalized demonstration using your own data.</strong><br>This is the best way to visualize concretely what Catbuilder can do for you.</h3>
        </div>
      </div>
    </div>	

	<div class="card">
      <div class="card-header" id="heading7">
        <h3 class="mb-0"><button class="btn btn-link" data-toggle="collapse" data-target="#collapse7">Is training required to use Catbuilder?</button></h3>
      </div>
      <div id="collapse7" class="collapse" data-parent="#accordion">
        <div class="card-body">
          <h3 class="text-small ml-4">Catbuilder was designed to be easy to use, but an initial training is necessary to ensure an efficient and autonomous start.<br>Upon purchase of the license, our <strong>team of expert coaches</strong> will provide your user(s) with <strong>personalized training</strong>, tailored to the nature of your project. This training typically lasts from 1 to 4 days, depending on the complexity of your needs and the desired level of proficiency. It can take place on your premises or remotely, in the form of short, interactive sessions, whichever best suits your organization. During this support phase, <strong>we work closely with you</strong>. : </h3>
		  <ul><li class="text-small">Together, <strong>we create the graphic templates</strong> that correspond to your publication materials.</li><li class="text-small">Nous <strong>mettons en place la méthode de synchronisation des données</strong> avec votre système d’information (ERP, PIM, simple fichier Excel, base produits, etc.).</li></ul>
		  <h3 class="text-small ml-4"> Our goal is for your user(s) to be completely autonomous upon completion of the training, capable of developing their content without external assistance. You will only contact us for specific needs or significant changes.</h3>
        </div>
      </div>
    </div>	
	
	<div class="card">
      <div class="card-header" id="heading8">
        <h3 class="mb-0"><button class="btn btn-link" data-toggle="collapse" data-target="#collapse8">Is the help of a graphic designer essential?</button></h3>
      </div>
      <div id="collapse8" class="collapse" data-parent="#accordion">
        <div class="card-body">
          <h3 class="text-small ml-4">No, no graphic design skills are required to achieve a professional result with Catbuilder. Thanks to intelligent templates and automated page layout, you can easily create catalogs and commercial materials that are harmonious, attractive, and fully aligned with your brand identity.<br><br>However, collaborating with a graphic designer can be a real advantage if you want to go further in terms of creativity, originality, or developing a stronger visual identity. Catbuilder makes it possible to efficiently combine automation with the creative expertise of a designer, resulting in communication materials that are both effective and distinctive.</h3>
        </div>
      </div>
    </div>	
	
  </div>
</div>
</section>    <footer style="background: #eee;" class="pt-5">
      <div class="container py-2">
        <div class="row">
          <div class="col-lg-8 col-md-6 mb-4">
            <p class="lined lined-dark mb-3">About Catbuilder</p>
            <p class="text-small">PIM software designed to centralize product data and create personalized catalogs, <strong>Catbuilder</strong> helps B2B companies (industries, manufacturers and distributors) to distribute their commercial documents on all media.<br><br>Wood&d sa, A Belgian company active for almost 30 years ensures its development and continuous evolution.</p>
          </div>
          <div class="col-lg-4 col-md-6 mb-4">
            <p class="lined lined-dark mb-3">Offices</p>
            <p class="mb-0 text-small">Wood&d sa</p>
            <p class="mb-0 text-small">Voie Maréchal Grouchy, 24</p>
            <p class="mb-0 text-small">B-1300 Wavre</p>
            <p class="mb-4 text-small">info@catbuilder.be</p>
			<p class="mb-4 text-small">Tél: +32 (0)473 91 53 88</p>
          </div>
		  
		  
		  



		  
		  
          <div class="col-lg-4 col-md-6 mb-4">
			<img src="/img/favicon.png" alt="Catbuilder icon" class="img-fluid mb-4">
          </div>
          <div class="col-lg-4 col-md-6 mb-4">
            <p class="lined lined-dark mb-3">Let's be friends</p>
            <ul class="list-inline">
              <li class="list-inline-item"><a title="Linkedin" href="https://be.linkedin.com/company/catbuilder" class="social-link"><i class="fab fa-linkedin-in"></i></a></li>
              <li class="list-inline-item"><a title="Email" href="mailto:info@catbuilder.be" class="social-link"><i class="fas fa-envelope"></i></a></li>
            </ul>
          </div>
          <div class="col-lg-4 col-md-6">
            <p class="lined lined-dark mb-3">Newsletter</p>
            <p class="mb-4 text-small">Sign up to receive occasional updates from Catbuilder.</p>
              <form action="newsletter.asp" method="post">
                <div class="input-group mb-3">
				<script>d = new Date(); document.write('<input type="hid'+'den" name="v'+'rif" value="lhjglchb54'+d.getDay()+'5vkjbchkjds">');</script>
                  
                  <input type="text" name="email" placeholder="Email" aria-label="Email" aria-describedby="basic-addon2" class="form-control">
                  <div class="input-group-append">
                    <button id="basic-addon2" type="submit" class="input-group-text" title="Newsletter Subscription"><i class="fas fa-paper-plane"></i></button>
                  </div>
				  
                </div>
              </form>
            
          </div>
        </div>
      </div>
      <div class="bg-dark py-4">    
        <div class="container">
          <div class="row">
            <div class="col-lg-6 text-center text-lg-left mb-1 mb-lg-0">
              <p class="small text-gray mb-0">©Catbuilder sarl</p>
            </div>
          </div>
        </div>
      </div>
    </footer>	


    <!-- JavaScript files-->
    <script src="/vendor/jquery/jquery.min.js"></script>
    <script src="/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
    <script src="/vendor/lightbox2/js/lightbox.min.js"></script>
    <script src="/vendor/leaflet/leaflet.js"></script>
    <script src="/js/front.js"></script>
		<script>
		$( "#m-solutions" ).addClass( "active" );

		(function() {
			$('<i id="back-to-top" style="z-index:99999"></i>').appendTo($('body'));

			$(window).scroll(function() {

				if($(this).scrollTop() != 0) {
					$('#back-to-top').fadeIn();	
				} else {
					$('#back-to-top').fadeOut();
				}

			});
			
			$('#back-to-top').click(function() {
				$('body,html').animate({scrollTop:0},600);
			});	

		})();
	</script>
    <!-- FontAwesome CSS - loading as last, so it doesn't block rendering-->
    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
  </body>
</html>