Error 500 Internal Server Error

GET https://www.theprintcowales.com.theprintco.com/plaid-cymru

Forwarded to ErrorController (97eeed)

Exceptions

Impossible to access an attribute ("showtitles") on a null variable in @ops_frontend_bundle/portal/index.html.twig at line 22.

Exception

Twig\Error\ RuntimeError

Show exception properties
Twig\Error\RuntimeError {#359
  -lineno: 22
  -rawMessage: "Impossible to access an attribute ("showtitles") on a null variable."
  -source: Twig\Source {#379
    -code: """
      {% extends 'template.html.twig' %}\n
      \n
      {% block htmltitle %}{% if portal is not null %}{{ portal.name }}{% endif %}{% endblock %}\n
      {% block metadesc %}{% endblock %}\n
      {% block metakeywords %}{% endblock %}\n
      \n
      {% block extrameta %}{% endblock %}\n
      {% block css %}\n
          {% if portal is not null %}\n
              {% if portal.css is not null %}\n
                  <link rel="stylesheet" href="{{ cdn_domain }}/portal/portals/{{ portal.css }}" />\n
              {% endif %}\n
          {% endif %}\n
      {% endblock %}\n
      {% block headjavascripts %}\n
      {% endblock %}\n
      \n
      {% block precontent %}\n
          {# % if page_title_headings == 1 %#}\n
              <section class="page-title banner banner-about bg-parallax">\n
                  <div class="overlay" style="background-image: url('{{ cdn_domain }}/portal/portals/{% if portal is not null %}{{ portal.logo }}{% endif %}'); background-size: cover;background-position: center;z-index: 0"></div>\n
                  {% if portal.showtitles %}\n
                      <div class="container">\n
                          <div class="banner-content text-center">\n
                              <h2 class="">{% if portal is not null %}{{ portal.name }}{% endif %}</h2>\n
                              <div class="breadcrumbs">\n
                                  <a href="{{ path('homepage') }}">Home</a> >\n
                                  <span>{% if portal is not null %}{{ portal.name }}{% endif %}</span>\n
                              </div>\n
                          </div>\n
                      </div>\n
                  {% else %}\n
                      <div style="height: 100px"></div>\n
                  {% endif %}\n
              </section>\n
          {#% endif %#}\n
      {% endblock%}\n
      \n
      {% block body %}\n
          <div class="container my-5">\n
              {#\n
              <div class="row">\n
                  <div class="section-portfolio-detail">\n
                      <div class="container">\n
                          <div class="row">\n
                              <div class="col-sm-8 col-md-9">\n
                                  <div class="col-sm-6 col-md-4 portfolio-single-right">\n
                                      <h2>{% if portal is not null %}{{ portal.name }}{% endif %}</h2>\n
                                      <div class="portfolio-desc">\n
                                      </div>\n
                                  </div>\n
                              </div>\n
                          </div>\n
                      </div>\n
                  </div>\n
              </div>\n
              #}\n
      \n
              {% if portal is not null %}\n
                  {% for producttype in portal.portalproducttypes %}\n
                      {% for product in producttype.portalproducts %}\n
                          <div class="row mb-5">\n
                              <h3 class="text-center">{{ product.name }}</h3>\n
                              <div class="col-sm-12">\n
                                  <div class="row">\n
                                      <div class="col-sm-6 text-center text-md-end">\n
                                          <img src="{{ cdn_domain}}/portal/products/preview/{{ product.previewimage }}" class="img-thumbnail">\n
                                      </div>\n
                                      <div class="col-sm-6 text-center text-md-start">\n
                                          <p>{{ product.description }}</p>\n
                                          <form method="post" action="{{ path('portal_product') }}">\n
                                              <input type="hidden" name="productid" value="{{ product.productid }}">\n
                                              <button class="btn btn-outline-dark px-3 py-2"><i class="far fa-fw fa-cart-plus"></i> Order Now</button>\n
                                          </form>\n
                                      </div>\n
                                  </div>\n
                              </div>\n
                          </div>\n
                      {% endfor %}\n
                  {% endfor %}\n
              {% endif %}\n
          </div>\n
      {% endblock%}\n
      \n
      {% block javascripts %}\n
      {% endblock %}
      """
    -name: "@ops_frontend_bundle/portal/index.html.twig"
    -path: "/home/theprintco/public_html/theprintcowales.com/opsfrontendbundle/OpsFrontendBundle/src/templates/portal/index.html.twig"
  }
  -phpFile: "/home/theprintco/public_html/theprintcowales.com/vendor/twig/twig/src/Extension/CoreExtension.php"
  -phpLine: 1739
}
  1. {% block precontent %}
  2.     {# % if page_title_headings == 1 %#}
  3.         <section class="page-title banner banner-about bg-parallax">
  4.             <div class="overlay" style="background-image: url('{{ cdn_domain }}/portal/portals/{% if portal is not null %}{{ portal.logo }}{% endif %}'); background-size: cover;background-position: center;z-index: 0"></div>
  5.             {% if portal.showtitles %}
  6.                 <div class="container">
  7.                     <div class="banner-content text-center">
  8.                         <h2 class="">{% if portal is not null %}{{ portal.name }}{% endif %}</h2>
  9.                         <div class="breadcrumbs">
  10.                             <a href="{{ path('homepage') }}">Home</a> >
  1.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["portal"]) || array_key_exists("portal"$context) ? $context["portal"] : (function () { throw new RuntimeError('Variable "portal" does not exist.'21$this->source); })()), "logo", [], "any"falsefalsefalse21), "html"nulltrue);
  2.         }
  3.         yield "'); background-size: cover;background-position: center;z-index: 0\"></div>
  4.             ";
  5.         // line 22
  6.         if ((($tmp CoreExtension::getAttribute($this->env$this->source, (isset($context["portal"]) || array_key_exists("portal"$context) ? $context["portal"] : (function () { throw new RuntimeError('Variable "portal" does not exist.'22$this->source); })()), "showtitles", [], "any"falsefalsefalse22)) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  7.             // line 23
  8.             yield "                <div class=\"container\">
  9.                     <div class=\"banner-content text-center\">
  10.                         <h2 class=\"\">";
  11.             // line 25
in vendor/twig/twig/src/Template.php -> block_precontent (line 446)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 yield from $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1.             yield from $this->load("blocks/header.html.twig"79)->unwrap()->yield($context);
  2.         }
  3.         // line 81
  4.         yield from $this->unwrap()->yieldBlock('pagebanner'$context$blocks);
  5.         // line 82
  6.         yield from $this->unwrap()->yieldBlock('precontent'$context$blocks);
  7.         // line 83
  8.         yield from $this->unwrap()->yieldBlock('contentcontainerstart'$context$blocks);
  9.         // line 84
  10.         yield "
  11. ";
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1.     {
  2.         $context += $this->env->getGlobals();
  3.         $blocks array_merge($this->blocks$blocks);
  4.         try {
  5.             yield from $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
  1.             </div>
  2.     </section>
  3. "$this->env->getCharset());
  4.         // line 1
  5.         $this->parent $this->load("@ops_frontend_bundle/template.html.twig"1);
  6.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  7.         
  8.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  9.         
  10.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1.     {
  2.         $context += $this->env->getGlobals();
  3.         $blocks array_merge($this->blocks$blocks);
  4.         try {
  5.             yield from $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
  1.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@ops_frontend_bundle/portal/index.html.twig"));
  3.         $this->parent $this->load("template.html.twig"1);
  4.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  5.         
  6.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  7.         
  8.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1.     {
  2.         $context += $this->env->getGlobals();
  3.         $blocks array_merge($this->blocks$blocks);
  4.         try {
  5.             yield from $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = []): void
  4.     {
  5.         foreach ($this->yield($context$blocks) as $data) {
  6.             echo $data;
  7.         }
  8.     }
  9.     public function render(array $context): string
in vendor/twig/twig/src/Template.php -> display (line 373)
  1.                 ob_start();
  2.             } else {
  3.                 ob_start(function () { return ''; });
  4.             }
  5.             try {
  6.                 $this->display($context);
  7.             } catch (\Throwable $e) {
  8.                 while (ob_get_level() > $level) {
  9.                     ob_end_clean();
  10.                 }
  1.         yield from $this->template->yieldBlock($name$context);
  2.     }
  3.     public function render(array $context = []): string
  4.     {
  5.         return $this->template->render($context);
  6.     }
  7.     /**
  8.      * @return void
  9.      */
  1.      * @throws SyntaxError  When an error occurred during compilation
  2.      * @throws RuntimeError When an error occurred during rendering
  3.      */
  4.     public function render($name, array $context = []): string
  5.     {
  6.         return $this->load($name)->render($context);
  7.     }
  8.     /**
  9.      * Displays a template.
  10.      *
  1.         if (null !== $block) {
  2.             return $this->container->get('twig')->load($view)->renderBlock($block$parameters);
  3.         }
  4.         return $this->container->get('twig')->render($view$parameters);
  5.     }
  6.     private function doRender(string $view, ?string $block, array $parameters, ?Response $responsestring $method): Response
  7.     {
  8.         $content $this->doRenderView($view$block$parameters$method);
  1.         return $this->container->get('twig')->render($view$parameters);
  2.     }
  3.     private function doRender(string $view, ?string $block, array $parameters, ?Response $responsestring $method): Response
  4.     {
  5.         $content $this->doRenderView($view$block$parameters$method);
  6.         $response ??= new Response();
  7.         if (200 === $response->getStatusCode()) {
  8.             foreach ($parameters as $v) {
  9.                 if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
  1.      * If an invalid form is found in the list of parameters, a 422 status code is returned.
  2.      * Forms found in parameters are auto-cast to form views.
  3.      */
  4.     protected function render(string $view, array $parameters = [], ?Response $response null): Response
  5.     {
  6.         return $this->doRender($viewnull$parameters$response__FUNCTION__);
  7.     }
  8.     /**
  9.      * Renders a block in a view.
  10.      *
AbstractController->render('@ops_frontend_bundle/portal/index.html.twig', array('loginRequired' => true, 'portal' => null)) in opsfrontendbundle/OpsFrontendBundle/src/Controller/PortalController.php (line 34)
  1.      */
  2.     #[Route("/portal/{id}"name:"sitePortal")]
  3.     public function sitePortal(APIManager $api,$id): Response
  4.     {
  5.         if (!$user $this->getUser()) {
  6.             return $this->render('@ops_frontend_bundle/portal/index.html.twig', array('loginRequired' => true,'portal'=>null));
  7.         }
  8.         $portal $api->getURI('/info/portals', array('portalid' => $id,'clientid'=>$this->clientid));
  9.         $flag 0;
  1.         $this->dispatcher->dispatch($eventKernelEvents::CONTROLLER_ARGUMENTS);
  2.         $controller $event->getController();
  3.         $arguments $event->getArguments();
  4.         // call controller
  5.         $response $controller(...$arguments);
  6.         // view
  7.         if (!$response instanceof Response) {
  8.             $event = new ViewEvent($this$request$type$response$event);
  9.             $this->dispatcher->dispatch($eventKernelEvents::VIEW);
  1.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  2.         $this->requestStack->push($request);
  3.         $response null;
  4.         try {
  5.             return $response $this->handleRaw($request$type);
  6.         } catch (\Throwable $e) {
  7.             if ($e instanceof \Error && !$this->handleAllThrowables) {
  8.                 throw $e;
  9.             }
  1.         $this->boot();
  2.         ++$this->requestStackSize;
  3.         $this->resetServices true;
  4.         try {
  5.             return $this->getHttpKernel()->handle($request$type$catch);
  6.         } finally {
  7.             --$this->requestStackSize;
  8.         }
  9.     }
  1.     ) {
  2.     }
  3.     public function run(): int
  4.     {
  5.         $response $this->kernel->handle($this->request);
  6.         if (Kernel::VERSION_ID >= 60400) {
  7.             $response->send(false);
  8.             if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in vendor/autoload_runtime.php -> run (line 29)
  1. $app $app(...$args);
  2. exit(
  3.     $runtime
  4.         ->getRunner($app)
  5.         ->run()
  6. );
require_once('/home/theprintco/public_html/theprintcowales.com/vendor/autoload_runtime.php') in public/index.php (line 5)
  1. <?php
  2. use App\Kernel;
  3. require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
  4. return function (array $context) {
  5.     return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
  6. };

Logs

Level Channel Message
INFO 16:50:57 request Matched route "_profiler".
{
    "route": "_profiler",
    "route_parameters": {
        "_route": "_profiler",
        "_controller": "web_profiler.controller.profiler::panelAction",
        "token": "latest"
    },
    "request_uri": "https://www.theprintcowales.com.theprintco.com/_profiler/latest?type=request&url=https%3A%2F%2Ftheprintcowales.com.theprintco.com%2Fbasket",
    "method": "GET"
}
DEBUG 16:50:57 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 16:50:57 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 16:50:57 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 16:50:57 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 16:50:57 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
DEBUG 16:50:57 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 16:50:57 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 16:50:57 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 16:50:57 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 16:50:57 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 16:50:57 event Notified event "kernel.request" to listener "Ops\OpsFrontendBundle\Services\SessionIdleHandler::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Ops\\OpsFrontendBundle\\Services\\SessionIdleHandler::onKernelRequest"
}
DEBUG 16:50:57 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 16:50:57 event Notified event "kernel.controller" to listener "Ops\OpsFrontendBundle\Services\TwigGlobalsExtension::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Ops\\OpsFrontendBundle\\Services\\TwigGlobalsExtension::onKernelController"
}
DEBUG 16:50:57 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 16:50:57 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
DEBUG 16:50:57 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
DEBUG 16:50:57 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}

Stack Trace

RuntimeError
Twig\Error\RuntimeError:
Impossible to access an attribute ("showtitles") on a null variable in "@ops_frontend_bundle/portal/index.html.twig" at line 22.

  at opsfrontendbundle/OpsFrontendBundle/src/templates/portal/index.html.twig:22
  at Twig\Extension\CoreExtension::getAttribute(object(Environment), object(Source), null, 'showtitles', array(), 'any', false, false, false, 22)
     (var/cache/dev/twig/39/396deeac582371c959dd86413ad4a7f5.php:249)
  at __TwigTemplate_377a73da937d3a8d146271715f01c7a5->block_precontent(array('loginRequired' => true, 'portal' => null, 'app' => object(AppVariable), 'company' => 'theprintcowales', 'cdn_domain' => 'https://ops.wales.theprintco.com', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'The PrintCo Wales', 'twitter_handle' => '@pcw', 'site_description' => 'Bristol Printers JamJar Print for all your printing needs: flyers, leaflets, business cards, posters, etc. Best for prices, quality and service.', 'siteMenu' => array(array('menu' => 'Print', 'active' => 1, 'menuid' => 1, 'headings' => array()), 'no' => array()), 'upsellProducts' => array(), 'types' => array(), 'processes' => array(array('process' => 'Lithographic Print', 'category' => 1, 'code' => 'LITHO', 'sizes' => null, 'typeid' => 1, 'processid' => 2, 'filename' => null), array('process' => 'Digital Print', 'category' => 1, 'code' => 'DIG', 'sizes' => null, 'typeid' => 1, 'processid' => 3, 'filename' => null), array('process' => 'Indigo Print', 'category' => 1, 'code' => 'IND', 'sizes' => null, 'typeid' => 1, 'processid' => 4, 'filename' => null), array('process' => 'Full Colour', 'category' => 5, 'code' => '4/4', 'sizes' => null, 'typeid' => 1, 'processid' => 5, 'filename' => null), array('process' => 'Matt Lam 1 Side', 'category' => 3, 'code' => 'LamMTSS', 'sizes' => null, 'typeid' => 1, 'processid' => 7, 'filename' => null), array('process' => 'Matt Lam 2 Sides', 'category' => 3, 'code' => 'LamMTDS', 'sizes' => null, 'typeid' => 1, 'processid' => 8, 'filename' => null), array('process' => 'Gloss Lam 1 Side', 'category' => 3, 'code' => 'LamGLSSS', 'sizes' => null, 'typeid' => 4, 'processid' => 9, 'filename' => null), array('process' => 'Gloss Lam 2 Sides', 'category' => 3, 'code' => 'LamGLSDS', 'sizes' => null, 'typeid' => 1, 'processid' => 10, 'filename' => null), array('process' => 'Soft Touch Lam 1 Side', 'category' => 3, 'code' => 'LamSOFSS', 'sizes' => null, 'typeid' => 1, 'processid' => 11, 'filename' => null), array('process' => 'Soft Touch Lam 2 Sides', 'category' => 3, 'code' => 'LamSOFDS', 'sizes' => null, 'typeid' => 1, 'processid' => 12, 'filename' => null), array('process' => 'Large Format Print', 'category' => 1, 'code' => 'LFP', 'sizes' => null, 'typeid' => 1, 'processid' => 13, 'filename' => null), array('process' => 'Sublimation', 'category' => 1, 'code' => 'SUB', 'sizes' => null, 'typeid' => 1, 'processid' => 14, 'filename' => null), array('process' => 'A4 Cross Fold to A6', 'category' => 4, 'code' => 'A4xfA6', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 17, 'filename' => null), array('process' => 'A3 Cross Fold to A5', 'category' => 4, 'code' => 'A3xfA5', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 18, 'filename' => null), array('process' => 'A5 Double Fold to 1/3 A5', 'category' => 4, 'code' => 'A5df3rdA5', 'sizes' => '["21"]', 'typeid' => 9, 'processid' => 19, 'filename' => null), array('process' => 'A4 Double Fold to 1/3 A4', 'category' => 4, 'code' => 'A4df3rdA4', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 20, 'filename' => null), array('process' => 'A3 Double Fold to 1/3 A3', 'category' => 4, 'code' => 'A3df3rdA3', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 21, 'filename' => null), array('process' => 'A5 Single Fold to A6', 'category' => 4, 'code' => 'A5sfA6', 'sizes' => '["21"]', 'typeid' => 9, 'processid' => 22, 'filename' => null), array('process' => 'A4 Single Fold to A5', 'category' => 4, 'code' => 'A4sfA5', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 25, 'filename' => null), array('process' => 'A4 Single Fold to A5L', 'category' => 4, 'code' => 'A4sfA5L', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 26, 'filename' => null), array('process' => 'A3 Single Fold to A4', 'category' => 4, 'code' => 'A3sfA4', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 27, 'filename' => null), array('process' => 'A3 Single Fold to A3L', 'category' => 4, 'code' => 'A3sfA3L', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 28, 'filename' => null), array('process' => 'Gold Foil', 'category' => 4, 'code' => 'FOILGld', 'sizes' => null, 'typeid' => 1, 'processid' => 29, 'filename' => null), array('process' => 'Silver Foil', 'category' => 4, 'code' => 'FOILSlv', 'sizes' => null, 'typeid' => 1, 'processid' => 30, 'filename' => null), array('process' => 'Single Sided Spot UV', 'category' => 4, 'code' => 'spUVSS', 'sizes' => null, 'typeid' => 1, 'processid' => 31, 'filename' => null), array('process' => 'Scodix Hi Build', 'category' => 4, 'code' => 'ScdxHIB', 'sizes' => null, 'typeid' => 17, 'processid' => 32, 'filename' => null), array('process' => 'Scodix Sense', 'category' => 4, 'code' => 'ScdxSNS', 'sizes' => null, 'typeid' => 17, 'processid' => 33, 'filename' => null), array('process' => 'Scodix Gold Foil', 'category' => 4, 'code' => 'ScdxGLD', 'sizes' => null, 'typeid' => 17, 'processid' => 34, 'filename' => null), array('process' => 'Scodix Silver Foil', 'category' => 4, 'code' => 'ScdxSLV', 'sizes' => null, 'typeid' => 17, 'processid' => 35, 'filename' => null), array('process' => 'Scodix Foil', 'category' => 4, 'code' => 'ScdxFOIL', 'sizes' => null, 'typeid' => 17, 'processid' => 36, 'filename' => null), array('process' => 'Gloss Encapsulation', 'category' => 3, 'code' => 'EncapGLS', 'sizes' => null, 'typeid' => 1, 'processid' => 37, 'filename' => null), array('process' => 'Matt Encapsulation', 'category' => 4, 'code' => 'EncapMT', 'sizes' => null, 'typeid' => 1, 'processid' => 38, 'filename' => null), array('process' => 'Diecut', 'category' => 4, 'code' => 'Diecut', 'sizes' => null, 'typeid' => 1, 'processid' => 39, 'filename' => null), array('process' => 'Rounded Corners', 'category' => 4, 'code' => 'RndCNR', 'sizes' => null, 'typeid' => 1, 'processid' => 40, 'filename' => null), array('process' => '1 Colour', 'category' => 5, 'code' => '1/1', 'sizes' => null, 'typeid' => 1, 'processid' => 44, 'filename' => null), array('process' => 'Full Colour + SS Pantone', 'category' => 5, 'code' => '5/4', 'sizes' => null, 'typeid' => 1, 'processid' => 45, 'filename' => null), array('process' => 'Full Colour + DS Pantone', 'category' => 5, 'code' => '5/5', 'sizes' => null, 'typeid' => 1, 'processid' => 46, 'filename' => null), array('process' => 'Single Fold to CC', 'category' => 4, 'code' => 'SFCC', 'sizes' => null, 'typeid' => 1, 'processid' => 47, 'filename' => null), array('process' => 'Edge Painted', 'category' => 4, 'code' => 'EgPaint', 'sizes' => null, 'typeid' => 1, 'processid' => 48, 'filename' => null), array('process' => 'Interlocking Flap', 'category' => 4, 'code' => 'LOCflaps', 'sizes' => null, 'typeid' => 1, 'processid' => 49, 'filename' => null), array('process' => 'Pocket & BC', 'category' => 4, 'code' => 'PocBC', 'sizes' => '["217"]', 'typeid' => 1, 'processid' => 50, 'filename' => null), array('process' => '4mm Pocket & BC', 'category' => 4, 'code' => '4mmPocBC', 'sizes' => '["217"]', 'typeid' => 1, 'processid' => 51, 'filename' => null), array('process' => '8 Page', 'category' => 2, 'code' => '8pp', 'sizes' => null, 'typeid' => 1, 'processid' => 53, 'filename' => null), array('process' => '16 Page', 'category' => 2, 'code' => '16pp', 'sizes' => null, 'typeid' => 1, 'processid' => 54, 'filename' => null), array('process' => 'Single Sided', 'category' => 2, 'code' => 'SS', 'sizes' => null, 'typeid' => 2, 'processid' => 55, 'filename' => null), array('process' => 'Double Sided', 'category' => 2, 'code' => 'DS', 'sizes' => null, 'typeid' => 2, 'processid' => 56, 'filename' => null), array('process' => 'Silk Lamination 1 Side', 'category' => 3, 'code' => 'LamSSslk', 'sizes' => null, 'typeid' => 15, 'processid' => 57, 'filename' => null), array('process' => 'Silk Lamination 2 Sides', 'category' => 3, 'code' => 'LamDSslk', 'sizes' => null, 'typeid' => 15, 'processid' => 58, 'filename' => null), array('process' => 'Anti Scuff Lam 1 Side', 'category' => 3, 'code' => 'LamSSscuff', 'sizes' => null, 'typeid' => 7, 'processid' => 59, 'filename' => null), array('process' => 'DS Anti Scuff Lam', 'category' => 3, 'code' => 'LamDSscuff', 'sizes' => null, 'typeid' => 7, 'processid' => 61, 'filename' => null), array('process' => 'Linen Lam 1 Side', 'category' => 3, 'code' => 'LamSSlinen', 'sizes' => null, 'typeid' => 6, 'processid' => 62, 'filename' => null), array('process' => 'DS Linen Lam', 'category' => 3, 'code' => 'LamDSlinen', 'sizes' => null, 'typeid' => 6, 'processid' => 63, 'filename' => null), array('process' => 'Vertical Business Card Slot', 'category' => 4, 'code' => 'DieVBC', 'sizes' => null, 'typeid' => 10, 'processid' => 64, 'filename' => null), array('process' => 'Horizontal Business Card Slot', 'category' => 4, 'code' => 'DieHBC', 'sizes' => null, 'typeid' => 10, 'processid' => 65, 'filename' => null), array('process' => 'A3 Cross Fold to A6', 'category' => 4, 'code' => 'A3xfA6', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 68, 'filename' => null), array('process' => 'A2 Cross Fold to A5', 'category' => 4, 'code' => 'A2xfA5', 'sizes' => '["20"]', 'typeid' => 9, 'processid' => 72, 'filename' => null), array('process' => 'Silver Stitch', 'category' => 4, 'code' => 'STITslv', 'sizes' => null, 'typeid' => 19, 'processid' => 73, 'filename' => null), array('process' => '2 Colour', 'category' => 5, 'code' => '2col', 'sizes' => null, 'typeid' => 1, 'processid' => 74, 'filename' => null), array('process' => 'Pad', 'category' => 4, 'code' => 'PAD', 'sizes' => null, 'typeid' => 19, 'processid' => 75, 'filename' => null), array('process' => 'Black Only', 'category' => 5, 'code' => 'Blk', 'sizes' => null, 'typeid' => 1, 'processid' => 76, 'filename' => null), array('process' => 'with Eyelets', 'category' => 4, 'code' => 'Eyelet', 'sizes' => null, 'typeid' => 12, 'processid' => 77, 'filename' => null), array('process' => 'No Eyelets', 'category' => 4, 'code' => 'NoEyelets', 'sizes' => null, 'typeid' => 12, 'processid' => 78, 'filename' => null), array('process' => '2 Part', 'category' => 4, 'code' => '1Perf', 'sizes' => null, 'typeid' => 20, 'processid' => 79, 'filename' => null), array('process' => '3 Part', 'category' => 4, 'code' => '2Perf', 'sizes' => null, 'typeid' => 20, 'processid' => 80, 'filename' => null), array('process' => 'Laser Cutting', 'category' => 4, 'code' => 'LASER', 'sizes' => null, 'typeid' => 21, 'processid' => 81, 'filename' => null), array('process' => 'Glue', 'category' => 4, 'code' => 'GLUE', 'sizes' => null, 'typeid' => 12, 'processid' => 82, 'filename' => null), array('process' => 'Drill', 'category' => 4, 'code' => 'DRILL', 'sizes' => null, 'typeid' => 18, 'processid' => 83, 'filename' => null), array('process' => 'SIngle Fold to 55x55mm', 'category' => 4, 'code' => 'SF55x55', 'sizes' => null, 'typeid' => 9, 'processid' => 84, 'filename' => null), array('process' => 'A6 Single Fold to A7', 'category' => 4, 'code' => 'A6sfA7', 'sizes' => '["4"]', 'typeid' => 9, 'processid' => 85, 'filename' => null), array('process' => 'Wiro Binding', 'category' => 4, 'code' => 'WIRO', 'sizes' => null, 'typeid' => 19, 'processid' => 86, 'filename' => null), array('process' => 'Bond', 'category' => 4, 'code' => 'BOND', 'sizes' => null, 'typeid' => 18, 'processid' => 87, 'filename' => null), array('process' => '14 Page', 'category' => 2, 'code' => '14pp', 'sizes' => null, 'typeid' => 2, 'processid' => 88, 'filename' => null), array('process' => '26 Page', 'category' => 2, 'code' => '26pp', 'sizes' => null, 'typeid' => 2, 'processid' => 89, 'filename' => null), array('process' => 'A2 Double Fold to A4', 'category' => 4, 'code' => 'A2dfA4', 'sizes' => '["20"]', 'typeid' => 9, 'processid' => 90, 'filename' => null), array('process' => 'A1 cross fold to A4', 'category' => 4, 'code' => 'A1xfA4', 'sizes' => '["19"]', 'typeid' => 9, 'processid' => 91, 'filename' => null), array('process' => '290 Single Fold to 145', 'category' => 4, 'code' => '290sf145', 'sizes' => '["227"]', 'typeid' => 9, 'processid' => 92, 'filename' => null), array('process' => 'White Ink', 'category' => 5, 'code' => 'WhtINK', 'sizes' => null, 'typeid' => 1, 'processid' => 94, 'filename' => null), array('process' => '198 Single Fold to 99', 'category' => 4, 'code' => '198sf99', 'sizes' => '["228"]', 'typeid' => 9, 'processid' => 95, 'filename' => null), array('process' => '370 Single Fold to 85mm', 'category' => 4, 'code' => '370sf85', 'sizes' => '["229"]', 'typeid' => 9, 'processid' => 96, 'filename' => null), array('process' => 'White Laminate', 'category' => 3, 'code' => 'WhtLAM', 'sizes' => null, 'typeid' => 24, 'processid' => 97, 'filename' => null), array('process' => 'A4 Single Fold to A4L', 'category' => 4, 'code' => 'A4sfA4L', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 98, 'filename' => null), array('process' => 'Anti Slip Laminate', 'category' => 3, 'code' => 'LamSSantislip', 'sizes' => null, 'typeid' => 25, 'processid' => 107, 'filename' => null), array('process' => '13 Leaves', 'category' => 2, 'code' => '13Leaf', 'sizes' => null, 'typeid' => 2, 'processid' => 108, 'filename' => null), array('process' => '7 Leaves', 'category' => 2, 'code' => '7 Leaf', 'sizes' => null, 'typeid' => 2, 'processid' => 109, 'filename' => null), array('process' => 'Stretch', 'category' => 4, 'code' => 'STRETCH', 'sizes' => null, 'typeid' => 12, 'processid' => 110, 'filename' => null)), 'processtypes' => array(array('type' => 'print', 'hasnooption' => 0, 'blocks' => '["6"]', 'typeid' => 1), array('type' => 'sides', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 2), array('type' => 'mattlam', 'hasnooption' => 1, 'blocks' => null, 'typeid' => 3), array('type' => 'glosslam', 'hasnooption' => 0, 'blocks' => '["8","17"]', 'typeid' => 4), array('type' => 'softtouchlam', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 5), array('type' => 'linenlam', 'hasnooption' => 0, 'blocks' => '["17"]', 'typeid' => 6), array('type' => 'antiscufflam', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 7), array('type' => 'spotuv', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 8), array('type' => 'fold', 'hasnooption' => 1, 'blocks' => null, 'typeid' => 9), array('type' => 'diecut', 'hasnooption' => 1, 'blocks' => null, 'typeid' => 10), array('type' => 'foil', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 11), array('type' => 'handfinish', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 12), array('type' => 'silklam', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 15), array('type' => 'Scodix', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 17), array('type' => 'binding', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 19), array('type' => 'Perforation', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 20), array('type' => 'Laser', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 21), array('type' => 'Drill', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 22), array('type' => 'Bond', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 23), array('type' => 'White Laminate', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 24), array('type' => 'antisliplam', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 25)), 'accounting' => 'qb', 'all_runs_complete_status' => '1', 'allow_crossorder_deliveries' => '1', 'allow_saving_from_addresses' => '0', 'backup_all_entities' => '0', 'baseholidays' => '2021-12-27,2021-12-28,2021-12-29,2021-12-30,2021-12-31,2022-01-03', 'block_delivery_notes_for_unpaid_orders' => '0', 'block_printing_orders_on_credit_hold' => '0', 'colour_main' => '#a029b9', 'colour_other' => '#702281', 'colour_other2' => '#eabff3', 'colour_primary_rgba' => 'rgba(160, 41, 185, 0.95)', 'colour_secondary' => '#e05cfc', 'colour_secondary_rgba' => 'rgba(190,81,185, 0.8)', 'company_email' => 'richard.baker@theprintco.com', 'company_telephone' => '01633480881', 'csv_path' => '', 'default_add_order_window' => '0', 'default_addressid' => '474', 'default_order_line_notes' => 'REPRO:PRINT:FINISHING:OTHER:', 'default_turnaround_days' => '5', 'delivery_ready_indicator' => '1', 'delivery_stockcode' => 'DEL/COURIER', 'detrack_key' => 'U76a4e617d8a181d04713bb83d48eef4b4a79b6e8c83d2cf2', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'Shaun Bibby', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'PCWrich123!?', 'dpd_printer' => 'Citizen CL-S521Z', 'dpd_username' => 'printcowest', 'email_on_new_customer' => '0', 'email_on_new_order' => '0', 'email_on_new_order_type' => '0', 'enable_support' => '0', 'exchequer' => 'SIN', 'exchequer_path' => '', 'fedex_account' => '585785920', 'fedex_api_key' => 'l7808616d577dc4a4498e17a44141c693a', 'fedex_return_address' => '7188', 'fedex_secret_key' => '8c731071-7e5d-4111-96d2-cfce22e2fb07', 'fedex_url' => 'https://apis.fedex.com', 'financial_month' => '08', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolderwales/input', 'hotfolder_path_output' => 'artworkhotfolderwales/UploadToOps_PCW', 'ignore_orders_before_start' => '0', 'internal_customers' => '[]', 'invoice_email' => 'finance@theprintco.com', 'locations_enabled' => '0', 'newcustomer_email' => 'richard.baker@theprintco.com', 'neworder_email' => 'richard.baker@theprintco.com', 'ops_start_date' => '1990-01-01', 'order_email' => 'richard.baker@theprintco.com', 'order_print_button' => '0', 'payment_email' => 'finance@theprintco.com', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'richard.baker@theprintco.com', 'portal_site' => '0', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'AB11722411912zvzZY7Xmulz7Uo3rJwVNrxAOoupQJWUVAPAHV', 'quickbooks_clientid' => 'ABzZiabR3jasGcfnMCm9x9HHx8SbjmTQFq27Yq80bgXYsoynlk', 'quickbooks_companyid' => '9341452785031580', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"Qty","field":"prodqty"}]', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '1', 'quickbooks_secret' => 'OOcwriYnHSwG4JZLUNiyfVCFwrkvjNuBaWyKWxF9', 'quote_email' => 'richard.baker@theprintco.com', 'require_address_on_customers' => '1', 'require_job_ref_field' => '0', 'scan_workflow' => '1', 'section_artworkprocessing' => '1', 'section_detrack' => '1', 'section_outdoor' => '0', 'section_portal' => '1', 'section_print_finishing' => '0', 'section_schedule' => '0', 'send_email_on_support_ticket' => '1', 'shortcut_buttons' => '', 'show_product_dropdowns' => '1', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '0', 'tbc_addressid' => '559', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1117424', 'worldpay_merchant_code' => 'JAMJARPRINTLM1', 'worldpay_merchant_password' => 'vKzw7TAZ', 'worldpay_url' => 'https://secure-test.worldpay.com/jsp/merchant/xml/paymentService.jsp', 'orderemail' => 'richard.baker@theprintco.com', 'worldpay_installationid' => '', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '1', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '250', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '1', 'infoemail' => 'richard.baker@theprintco.com', 'hascampaignmonitor' => '0', 'quoteemail' => 'richard.baker@theprintco.com', 'samplepackemail' => 'richard.baker@theprintco.com', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '1', 'homepage_news' => '0', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '1', 'homepage_blurb' => '<div class="row">
 <div class="col-md-6">
 <img src="/assets/images/b/promo.jpg" alt="">
 </div>
 <div class="col-md-6">
 <div class="promo-text">
 <h2>Edinburgh Fringe 2023</h2>
 <p>The largest arts festival in the world - working in partnership with The City of Edinburgh Council, we offer outdoor advertising spaces to all performers and venues. We also print hundreds of thousands of flyers / leaflets and posters for Fringe shows. We offer flyer and poster distribution to indoor outlets and on the street with our promotional teams undertaking hand to hand activity in all the hot spots throughout the city centre.</p>
 <a href="/fringe" class="button">Find Out More</a>
 </div>

 </div>
 </div>', 'productpage_jobname' => '0', 'page_title_headings' => '0', 'address_display' => 'The Print Co (West) Ltd<br>
Unit 218 Springvale Industrial Estate<br>
Cwmbran<br>
NP44 5BJ', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'Terms and Conditions apply.
BACS Details:<br>
The Print Co. (West) Ltd 
Bank details. Natwest Bishopston Branch
Sort code 60-02-38 Account No 68182732', 'heading_lowest_price' => '0', 'phonenumber' => '+44 (0) 1633 480881 ', 'phonenumber_display' => '01633 480881 ', 'productpage_showturnaround' => '0', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'maintenance_mode' => '0', 'maintenance_date' => '', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '0', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'saledisabled_fringe' => 'Select...', 'frontendsettings' => array('orderemail' => 'richard.baker@theprintco.com', 'worldpay_installationid' => '', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '1', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '250', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '1', 'infoemail' => 'richard.baker@theprintco.com', 'hascampaignmonitor' => '0', 'quoteemail' => 'richard.baker@theprintco.com', 'samplepackemail' => 'richard.baker@theprintco.com', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '1', 'homepage_news' => '0', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '1', 'homepage_blurb' => '<div class="row">
 <div class="col-md-6">
 <img src="/assets/images/b/promo.jpg" alt="">
 </div>
 <div class="col-md-6">
 <div class="promo-text">
 <h2>Edinburgh Fringe 2023</h2>
 <p>The largest arts festival in the world - working in partnership with The City of Edinburgh Council, we offer outdoor advertising spaces to all performers and venues. We also print hundreds of thousands of flyers / leaflets and posters for Fringe shows. We offer flyer and poster distribution to indoor outlets and on the street with our promotional teams undertaking hand to hand activity in all the hot spots throughout the city centre.</p>
 <a href="/fringe" class="button">Find Out More</a>
 </div>

 </div>
 </div>', 'productpage_jobname' => '0', 'page_title_headings' => '0', 'address_display' => 'The Print Co (West) Ltd<br>
Unit 218 Springvale Industrial Estate<br>
Cwmbran<br>
NP44 5BJ', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'Terms and Conditions apply.
BACS Details:<br>
The Print Co. (West) Ltd 
Bank details. Natwest Bishopston Branch
Sort code 60-02-38 Account No 68182732', 'heading_lowest_price' => '0', 'phonenumber' => '+44 (0) 1633 480881 ', 'phonenumber_display' => '01633 480881 ', 'productpage_showturnaround' => '0', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'maintenance_mode' => '0', 'maintenance_date' => '', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '0', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'saledisabled_fringe' => 'Select...'), 'pagebannerstart' => object(Markup), 'pagebannerend' => object(Markup), '_extrameta_override' => object(Markup)), array('htmltitle' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_htmltitle'), 'metadesc' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_metadesc'), 'metakeywords' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_metakeywords'), 'templateheader' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_templateheader'), 'extrameta' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_extrameta'), 'extrameta_default' => array(object(__TwigTemplate_741c369fac709cdb32f0f8e24409c9af), 'block_extrameta_default'), 'css' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_css'), 'headjavascripts' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_headjavascripts'), 'sitecontainerstart' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_sitecontainerstart'), 'pagebanner' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_pagebanner'), 'precontent' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_precontent'), 'contentcontainerstart' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_contentcontainerstart'), 'body' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_body'), 'contentcontainerend' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_contentcontainerend'), 'postcontent' => array(object(__TwigTemplate_741c369fac709cdb32f0f8e24409c9af), 'block_postcontent'), 'sitecontainerend' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_sitecontainerend'), 'templatejavascripts' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_templatejavascripts'), 'javascripts' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_javascripts'), 'logintitle' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_logintitle')))
     (vendor/twig/twig/src/Template.php:446)
  at Twig\Template->yieldBlock('precontent', array('loginRequired' => true, 'portal' => null, 'app' => object(AppVariable), 'company' => 'theprintcowales', 'cdn_domain' => 'https://ops.wales.theprintco.com', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'The PrintCo Wales', 'twitter_handle' => '@pcw', 'site_description' => 'Bristol Printers JamJar Print for all your printing needs: flyers, leaflets, business cards, posters, etc. Best for prices, quality and service.', 'siteMenu' => array(array('menu' => 'Print', 'active' => 1, 'menuid' => 1, 'headings' => array()), 'no' => array()), 'upsellProducts' => array(), 'types' => array(), 'processes' => array(array('process' => 'Lithographic Print', 'category' => 1, 'code' => 'LITHO', 'sizes' => null, 'typeid' => 1, 'processid' => 2, 'filename' => null), array('process' => 'Digital Print', 'category' => 1, 'code' => 'DIG', 'sizes' => null, 'typeid' => 1, 'processid' => 3, 'filename' => null), array('process' => 'Indigo Print', 'category' => 1, 'code' => 'IND', 'sizes' => null, 'typeid' => 1, 'processid' => 4, 'filename' => null), array('process' => 'Full Colour', 'category' => 5, 'code' => '4/4', 'sizes' => null, 'typeid' => 1, 'processid' => 5, 'filename' => null), array('process' => 'Matt Lam 1 Side', 'category' => 3, 'code' => 'LamMTSS', 'sizes' => null, 'typeid' => 1, 'processid' => 7, 'filename' => null), array('process' => 'Matt Lam 2 Sides', 'category' => 3, 'code' => 'LamMTDS', 'sizes' => null, 'typeid' => 1, 'processid' => 8, 'filename' => null), array('process' => 'Gloss Lam 1 Side', 'category' => 3, 'code' => 'LamGLSSS', 'sizes' => null, 'typeid' => 4, 'processid' => 9, 'filename' => null), array('process' => 'Gloss Lam 2 Sides', 'category' => 3, 'code' => 'LamGLSDS', 'sizes' => null, 'typeid' => 1, 'processid' => 10, 'filename' => null), array('process' => 'Soft Touch Lam 1 Side', 'category' => 3, 'code' => 'LamSOFSS', 'sizes' => null, 'typeid' => 1, 'processid' => 11, 'filename' => null), array('process' => 'Soft Touch Lam 2 Sides', 'category' => 3, 'code' => 'LamSOFDS', 'sizes' => null, 'typeid' => 1, 'processid' => 12, 'filename' => null), array('process' => 'Large Format Print', 'category' => 1, 'code' => 'LFP', 'sizes' => null, 'typeid' => 1, 'processid' => 13, 'filename' => null), array('process' => 'Sublimation', 'category' => 1, 'code' => 'SUB', 'sizes' => null, 'typeid' => 1, 'processid' => 14, 'filename' => null), array('process' => 'A4 Cross Fold to A6', 'category' => 4, 'code' => 'A4xfA6', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 17, 'filename' => null), array('process' => 'A3 Cross Fold to A5', 'category' => 4, 'code' => 'A3xfA5', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 18, 'filename' => null), array('process' => 'A5 Double Fold to 1/3 A5', 'category' => 4, 'code' => 'A5df3rdA5', 'sizes' => '["21"]', 'typeid' => 9, 'processid' => 19, 'filename' => null), array('process' => 'A4 Double Fold to 1/3 A4', 'category' => 4, 'code' => 'A4df3rdA4', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 20, 'filename' => null), array('process' => 'A3 Double Fold to 1/3 A3', 'category' => 4, 'code' => 'A3df3rdA3', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 21, 'filename' => null), array('process' => 'A5 Single Fold to A6', 'category' => 4, 'code' => 'A5sfA6', 'sizes' => '["21"]', 'typeid' => 9, 'processid' => 22, 'filename' => null), array('process' => 'A4 Single Fold to A5', 'category' => 4, 'code' => 'A4sfA5', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 25, 'filename' => null), array('process' => 'A4 Single Fold to A5L', 'category' => 4, 'code' => 'A4sfA5L', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 26, 'filename' => null), array('process' => 'A3 Single Fold to A4', 'category' => 4, 'code' => 'A3sfA4', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 27, 'filename' => null), array('process' => 'A3 Single Fold to A3L', 'category' => 4, 'code' => 'A3sfA3L', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 28, 'filename' => null), array('process' => 'Gold Foil', 'category' => 4, 'code' => 'FOILGld', 'sizes' => null, 'typeid' => 1, 'processid' => 29, 'filename' => null), array('process' => 'Silver Foil', 'category' => 4, 'code' => 'FOILSlv', 'sizes' => null, 'typeid' => 1, 'processid' => 30, 'filename' => null), array('process' => 'Single Sided Spot UV', 'category' => 4, 'code' => 'spUVSS', 'sizes' => null, 'typeid' => 1, 'processid' => 31, 'filename' => null), array('process' => 'Scodix Hi Build', 'category' => 4, 'code' => 'ScdxHIB', 'sizes' => null, 'typeid' => 17, 'processid' => 32, 'filename' => null), array('process' => 'Scodix Sense', 'category' => 4, 'code' => 'ScdxSNS', 'sizes' => null, 'typeid' => 17, 'processid' => 33, 'filename' => null), array('process' => 'Scodix Gold Foil', 'category' => 4, 'code' => 'ScdxGLD', 'sizes' => null, 'typeid' => 17, 'processid' => 34, 'filename' => null), array('process' => 'Scodix Silver Foil', 'category' => 4, 'code' => 'ScdxSLV', 'sizes' => null, 'typeid' => 17, 'processid' => 35, 'filename' => null), array('process' => 'Scodix Foil', 'category' => 4, 'code' => 'ScdxFOIL', 'sizes' => null, 'typeid' => 17, 'processid' => 36, 'filename' => null), array('process' => 'Gloss Encapsulation', 'category' => 3, 'code' => 'EncapGLS', 'sizes' => null, 'typeid' => 1, 'processid' => 37, 'filename' => null), array('process' => 'Matt Encapsulation', 'category' => 4, 'code' => 'EncapMT', 'sizes' => null, 'typeid' => 1, 'processid' => 38, 'filename' => null), array('process' => 'Diecut', 'category' => 4, 'code' => 'Diecut', 'sizes' => null, 'typeid' => 1, 'processid' => 39, 'filename' => null), array('process' => 'Rounded Corners', 'category' => 4, 'code' => 'RndCNR', 'sizes' => null, 'typeid' => 1, 'processid' => 40, 'filename' => null), array('process' => '1 Colour', 'category' => 5, 'code' => '1/1', 'sizes' => null, 'typeid' => 1, 'processid' => 44, 'filename' => null), array('process' => 'Full Colour + SS Pantone', 'category' => 5, 'code' => '5/4', 'sizes' => null, 'typeid' => 1, 'processid' => 45, 'filename' => null), array('process' => 'Full Colour + DS Pantone', 'category' => 5, 'code' => '5/5', 'sizes' => null, 'typeid' => 1, 'processid' => 46, 'filename' => null), array('process' => 'Single Fold to CC', 'category' => 4, 'code' => 'SFCC', 'sizes' => null, 'typeid' => 1, 'processid' => 47, 'filename' => null), array('process' => 'Edge Painted', 'category' => 4, 'code' => 'EgPaint', 'sizes' => null, 'typeid' => 1, 'processid' => 48, 'filename' => null), array('process' => 'Interlocking Flap', 'category' => 4, 'code' => 'LOCflaps', 'sizes' => null, 'typeid' => 1, 'processid' => 49, 'filename' => null), array('process' => 'Pocket & BC', 'category' => 4, 'code' => 'PocBC', 'sizes' => '["217"]', 'typeid' => 1, 'processid' => 50, 'filename' => null), array('process' => '4mm Pocket & BC', 'category' => 4, 'code' => '4mmPocBC', 'sizes' => '["217"]', 'typeid' => 1, 'processid' => 51, 'filename' => null), array('process' => '8 Page', 'category' => 2, 'code' => '8pp', 'sizes' => null, 'typeid' => 1, 'processid' => 53, 'filename' => null), array('process' => '16 Page', 'category' => 2, 'code' => '16pp', 'sizes' => null, 'typeid' => 1, 'processid' => 54, 'filename' => null), array('process' => 'Single Sided', 'category' => 2, 'code' => 'SS', 'sizes' => null, 'typeid' => 2, 'processid' => 55, 'filename' => null), array('process' => 'Double Sided', 'category' => 2, 'code' => 'DS', 'sizes' => null, 'typeid' => 2, 'processid' => 56, 'filename' => null), array('process' => 'Silk Lamination 1 Side', 'category' => 3, 'code' => 'LamSSslk', 'sizes' => null, 'typeid' => 15, 'processid' => 57, 'filename' => null), array('process' => 'Silk Lamination 2 Sides', 'category' => 3, 'code' => 'LamDSslk', 'sizes' => null, 'typeid' => 15, 'processid' => 58, 'filename' => null), array('process' => 'Anti Scuff Lam 1 Side', 'category' => 3, 'code' => 'LamSSscuff', 'sizes' => null, 'typeid' => 7, 'processid' => 59, 'filename' => null), array('process' => 'DS Anti Scuff Lam', 'category' => 3, 'code' => 'LamDSscuff', 'sizes' => null, 'typeid' => 7, 'processid' => 61, 'filename' => null), array('process' => 'Linen Lam 1 Side', 'category' => 3, 'code' => 'LamSSlinen', 'sizes' => null, 'typeid' => 6, 'processid' => 62, 'filename' => null), array('process' => 'DS Linen Lam', 'category' => 3, 'code' => 'LamDSlinen', 'sizes' => null, 'typeid' => 6, 'processid' => 63, 'filename' => null), array('process' => 'Vertical Business Card Slot', 'category' => 4, 'code' => 'DieVBC', 'sizes' => null, 'typeid' => 10, 'processid' => 64, 'filename' => null), array('process' => 'Horizontal Business Card Slot', 'category' => 4, 'code' => 'DieHBC', 'sizes' => null, 'typeid' => 10, 'processid' => 65, 'filename' => null), array('process' => 'A3 Cross Fold to A6', 'category' => 4, 'code' => 'A3xfA6', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 68, 'filename' => null), array('process' => 'A2 Cross Fold to A5', 'category' => 4, 'code' => 'A2xfA5', 'sizes' => '["20"]', 'typeid' => 9, 'processid' => 72, 'filename' => null), array('process' => 'Silver Stitch', 'category' => 4, 'code' => 'STITslv', 'sizes' => null, 'typeid' => 19, 'processid' => 73, 'filename' => null), array('process' => '2 Colour', 'category' => 5, 'code' => '2col', 'sizes' => null, 'typeid' => 1, 'processid' => 74, 'filename' => null), array('process' => 'Pad', 'category' => 4, 'code' => 'PAD', 'sizes' => null, 'typeid' => 19, 'processid' => 75, 'filename' => null), array('process' => 'Black Only', 'category' => 5, 'code' => 'Blk', 'sizes' => null, 'typeid' => 1, 'processid' => 76, 'filename' => null), array('process' => 'with Eyelets', 'category' => 4, 'code' => 'Eyelet', 'sizes' => null, 'typeid' => 12, 'processid' => 77, 'filename' => null), array('process' => 'No Eyelets', 'category' => 4, 'code' => 'NoEyelets', 'sizes' => null, 'typeid' => 12, 'processid' => 78, 'filename' => null), array('process' => '2 Part', 'category' => 4, 'code' => '1Perf', 'sizes' => null, 'typeid' => 20, 'processid' => 79, 'filename' => null), array('process' => '3 Part', 'category' => 4, 'code' => '2Perf', 'sizes' => null, 'typeid' => 20, 'processid' => 80, 'filename' => null), array('process' => 'Laser Cutting', 'category' => 4, 'code' => 'LASER', 'sizes' => null, 'typeid' => 21, 'processid' => 81, 'filename' => null), array('process' => 'Glue', 'category' => 4, 'code' => 'GLUE', 'sizes' => null, 'typeid' => 12, 'processid' => 82, 'filename' => null), array('process' => 'Drill', 'category' => 4, 'code' => 'DRILL', 'sizes' => null, 'typeid' => 18, 'processid' => 83, 'filename' => null), array('process' => 'SIngle Fold to 55x55mm', 'category' => 4, 'code' => 'SF55x55', 'sizes' => null, 'typeid' => 9, 'processid' => 84, 'filename' => null), array('process' => 'A6 Single Fold to A7', 'category' => 4, 'code' => 'A6sfA7', 'sizes' => '["4"]', 'typeid' => 9, 'processid' => 85, 'filename' => null), array('process' => 'Wiro Binding', 'category' => 4, 'code' => 'WIRO', 'sizes' => null, 'typeid' => 19, 'processid' => 86, 'filename' => null), array('process' => 'Bond', 'category' => 4, 'code' => 'BOND', 'sizes' => null, 'typeid' => 18, 'processid' => 87, 'filename' => null), array('process' => '14 Page', 'category' => 2, 'code' => '14pp', 'sizes' => null, 'typeid' => 2, 'processid' => 88, 'filename' => null), array('process' => '26 Page', 'category' => 2, 'code' => '26pp', 'sizes' => null, 'typeid' => 2, 'processid' => 89, 'filename' => null), array('process' => 'A2 Double Fold to A4', 'category' => 4, 'code' => 'A2dfA4', 'sizes' => '["20"]', 'typeid' => 9, 'processid' => 90, 'filename' => null), array('process' => 'A1 cross fold to A4', 'category' => 4, 'code' => 'A1xfA4', 'sizes' => '["19"]', 'typeid' => 9, 'processid' => 91, 'filename' => null), array('process' => '290 Single Fold to 145', 'category' => 4, 'code' => '290sf145', 'sizes' => '["227"]', 'typeid' => 9, 'processid' => 92, 'filename' => null), array('process' => 'White Ink', 'category' => 5, 'code' => 'WhtINK', 'sizes' => null, 'typeid' => 1, 'processid' => 94, 'filename' => null), array('process' => '198 Single Fold to 99', 'category' => 4, 'code' => '198sf99', 'sizes' => '["228"]', 'typeid' => 9, 'processid' => 95, 'filename' => null), array('process' => '370 Single Fold to 85mm', 'category' => 4, 'code' => '370sf85', 'sizes' => '["229"]', 'typeid' => 9, 'processid' => 96, 'filename' => null), array('process' => 'White Laminate', 'category' => 3, 'code' => 'WhtLAM', 'sizes' => null, 'typeid' => 24, 'processid' => 97, 'filename' => null), array('process' => 'A4 Single Fold to A4L', 'category' => 4, 'code' => 'A4sfA4L', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 98, 'filename' => null), array('process' => 'Anti Slip Laminate', 'category' => 3, 'code' => 'LamSSantislip', 'sizes' => null, 'typeid' => 25, 'processid' => 107, 'filename' => null), array('process' => '13 Leaves', 'category' => 2, 'code' => '13Leaf', 'sizes' => null, 'typeid' => 2, 'processid' => 108, 'filename' => null), array('process' => '7 Leaves', 'category' => 2, 'code' => '7 Leaf', 'sizes' => null, 'typeid' => 2, 'processid' => 109, 'filename' => null), array('process' => 'Stretch', 'category' => 4, 'code' => 'STRETCH', 'sizes' => null, 'typeid' => 12, 'processid' => 110, 'filename' => null)), 'processtypes' => array(array('type' => 'print', 'hasnooption' => 0, 'blocks' => '["6"]', 'typeid' => 1), array('type' => 'sides', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 2), array('type' => 'mattlam', 'hasnooption' => 1, 'blocks' => null, 'typeid' => 3), array('type' => 'glosslam', 'hasnooption' => 0, 'blocks' => '["8","17"]', 'typeid' => 4), array('type' => 'softtouchlam', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 5), array('type' => 'linenlam', 'hasnooption' => 0, 'blocks' => '["17"]', 'typeid' => 6), array('type' => 'antiscufflam', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 7), array('type' => 'spotuv', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 8), array('type' => 'fold', 'hasnooption' => 1, 'blocks' => null, 'typeid' => 9), array('type' => 'diecut', 'hasnooption' => 1, 'blocks' => null, 'typeid' => 10), array('type' => 'foil', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 11), array('type' => 'handfinish', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 12), array('type' => 'silklam', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 15), array('type' => 'Scodix', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 17), array('type' => 'binding', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 19), array('type' => 'Perforation', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 20), array('type' => 'Laser', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 21), array('type' => 'Drill', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 22), array('type' => 'Bond', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 23), array('type' => 'White Laminate', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 24), array('type' => 'antisliplam', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 25)), 'accounting' => 'qb', 'all_runs_complete_status' => '1', 'allow_crossorder_deliveries' => '1', 'allow_saving_from_addresses' => '0', 'backup_all_entities' => '0', 'baseholidays' => '2021-12-27,2021-12-28,2021-12-29,2021-12-30,2021-12-31,2022-01-03', 'block_delivery_notes_for_unpaid_orders' => '0', 'block_printing_orders_on_credit_hold' => '0', 'colour_main' => '#a029b9', 'colour_other' => '#702281', 'colour_other2' => '#eabff3', 'colour_primary_rgba' => 'rgba(160, 41, 185, 0.95)', 'colour_secondary' => '#e05cfc', 'colour_secondary_rgba' => 'rgba(190,81,185, 0.8)', 'company_email' => 'richard.baker@theprintco.com', 'company_telephone' => '01633480881', 'csv_path' => '', 'default_add_order_window' => '0', 'default_addressid' => '474', 'default_order_line_notes' => 'REPRO:PRINT:FINISHING:OTHER:', 'default_turnaround_days' => '5', 'delivery_ready_indicator' => '1', 'delivery_stockcode' => 'DEL/COURIER', 'detrack_key' => 'U76a4e617d8a181d04713bb83d48eef4b4a79b6e8c83d2cf2', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'Shaun Bibby', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'PCWrich123!?', 'dpd_printer' => 'Citizen CL-S521Z', 'dpd_username' => 'printcowest', 'email_on_new_customer' => '0', 'email_on_new_order' => '0', 'email_on_new_order_type' => '0', 'enable_support' => '0', 'exchequer' => 'SIN', 'exchequer_path' => '', 'fedex_account' => '585785920', 'fedex_api_key' => 'l7808616d577dc4a4498e17a44141c693a', 'fedex_return_address' => '7188', 'fedex_secret_key' => '8c731071-7e5d-4111-96d2-cfce22e2fb07', 'fedex_url' => 'https://apis.fedex.com', 'financial_month' => '08', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolderwales/input', 'hotfolder_path_output' => 'artworkhotfolderwales/UploadToOps_PCW', 'ignore_orders_before_start' => '0', 'internal_customers' => '[]', 'invoice_email' => 'finance@theprintco.com', 'locations_enabled' => '0', 'newcustomer_email' => 'richard.baker@theprintco.com', 'neworder_email' => 'richard.baker@theprintco.com', 'ops_start_date' => '1990-01-01', 'order_email' => 'richard.baker@theprintco.com', 'order_print_button' => '0', 'payment_email' => 'finance@theprintco.com', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'richard.baker@theprintco.com', 'portal_site' => '0', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'AB11722411912zvzZY7Xmulz7Uo3rJwVNrxAOoupQJWUVAPAHV', 'quickbooks_clientid' => 'ABzZiabR3jasGcfnMCm9x9HHx8SbjmTQFq27Yq80bgXYsoynlk', 'quickbooks_companyid' => '9341452785031580', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"Qty","field":"prodqty"}]', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '1', 'quickbooks_secret' => 'OOcwriYnHSwG4JZLUNiyfVCFwrkvjNuBaWyKWxF9', 'quote_email' => 'richard.baker@theprintco.com', 'require_address_on_customers' => '1', 'require_job_ref_field' => '0', 'scan_workflow' => '1', 'section_artworkprocessing' => '1', 'section_detrack' => '1', 'section_outdoor' => '0', 'section_portal' => '1', 'section_print_finishing' => '0', 'section_schedule' => '0', 'send_email_on_support_ticket' => '1', 'shortcut_buttons' => '', 'show_product_dropdowns' => '1', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '0', 'tbc_addressid' => '559', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1117424', 'worldpay_merchant_code' => 'JAMJARPRINTLM1', 'worldpay_merchant_password' => 'vKzw7TAZ', 'worldpay_url' => 'https://secure-test.worldpay.com/jsp/merchant/xml/paymentService.jsp', 'orderemail' => 'richard.baker@theprintco.com', 'worldpay_installationid' => '', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '1', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '250', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '1', 'infoemail' => 'richard.baker@theprintco.com', 'hascampaignmonitor' => '0', 'quoteemail' => 'richard.baker@theprintco.com', 'samplepackemail' => 'richard.baker@theprintco.com', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '1', 'homepage_news' => '0', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '1', 'homepage_blurb' => '<div class="row">
 <div class="col-md-6">
 <img src="/assets/images/b/promo.jpg" alt="">
 </div>
 <div class="col-md-6">
 <div class="promo-text">
 <h2>Edinburgh Fringe 2023</h2>
 <p>The largest arts festival in the world - working in partnership with The City of Edinburgh Council, we offer outdoor advertising spaces to all performers and venues. We also print hundreds of thousands of flyers / leaflets and posters for Fringe shows. We offer flyer and poster distribution to indoor outlets and on the street with our promotional teams undertaking hand to hand activity in all the hot spots throughout the city centre.</p>
 <a href="/fringe" class="button">Find Out More</a>
 </div>

 </div>
 </div>', 'productpage_jobname' => '0', 'page_title_headings' => '0', 'address_display' => 'The Print Co (West) Ltd<br>
Unit 218 Springvale Industrial Estate<br>
Cwmbran<br>
NP44 5BJ', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'Terms and Conditions apply.
BACS Details:<br>
The Print Co. (West) Ltd 
Bank details. Natwest Bishopston Branch
Sort code 60-02-38 Account No 68182732', 'heading_lowest_price' => '0', 'phonenumber' => '+44 (0) 1633 480881 ', 'phonenumber_display' => '01633 480881 ', 'productpage_showturnaround' => '0', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'maintenance_mode' => '0', 'maintenance_date' => '', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '0', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'saledisabled_fringe' => 'Select...', 'frontendsettings' => array('orderemail' => 'richard.baker@theprintco.com', 'worldpay_installationid' => '', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '1', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '250', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '1', 'infoemail' => 'richard.baker@theprintco.com', 'hascampaignmonitor' => '0', 'quoteemail' => 'richard.baker@theprintco.com', 'samplepackemail' => 'richard.baker@theprintco.com', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '1', 'homepage_news' => '0', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '1', 'homepage_blurb' => '<div class="row">
 <div class="col-md-6">
 <img src="/assets/images/b/promo.jpg" alt="">
 </div>
 <div class="col-md-6">
 <div class="promo-text">
 <h2>Edinburgh Fringe 2023</h2>
 <p>The largest arts festival in the world - working in partnership with The City of Edinburgh Council, we offer outdoor advertising spaces to all performers and venues. We also print hundreds of thousands of flyers / leaflets and posters for Fringe shows. We offer flyer and poster distribution to indoor outlets and on the street with our promotional teams undertaking hand to hand activity in all the hot spots throughout the city centre.</p>
 <a href="/fringe" class="button">Find Out More</a>
 </div>

 </div>
 </div>', 'productpage_jobname' => '0', 'page_title_headings' => '0', 'address_display' => 'The Print Co (West) Ltd<br>
Unit 218 Springvale Industrial Estate<br>
Cwmbran<br>
NP44 5BJ', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'Terms and Conditions apply.
BACS Details:<br>
The Print Co. (West) Ltd 
Bank details. Natwest Bishopston Branch
Sort code 60-02-38 Account No 68182732', 'heading_lowest_price' => '0', 'phonenumber' => '+44 (0) 1633 480881 ', 'phonenumber_display' => '01633 480881 ', 'productpage_showturnaround' => '0', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'maintenance_mode' => '0', 'maintenance_date' => '', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '0', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'saledisabled_fringe' => 'Select...'), 'pagebannerstart' => object(Markup), 'pagebannerend' => object(Markup), '_extrameta_override' => object(Markup)), array('htmltitle' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_htmltitle'), 'metadesc' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_metadesc'), 'metakeywords' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_metakeywords'), 'templateheader' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_templateheader'), 'extrameta' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_extrameta'), 'extrameta_default' => array(object(__TwigTemplate_741c369fac709cdb32f0f8e24409c9af), 'block_extrameta_default'), 'css' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_css'), 'headjavascripts' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_headjavascripts'), 'sitecontainerstart' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_sitecontainerstart'), 'pagebanner' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_pagebanner'), 'precontent' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_precontent'), 'contentcontainerstart' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_contentcontainerstart'), 'body' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_body'), 'contentcontainerend' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_contentcontainerend'), 'postcontent' => array(object(__TwigTemplate_741c369fac709cdb32f0f8e24409c9af), 'block_postcontent'), 'sitecontainerend' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_sitecontainerend'), 'templatejavascripts' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_templatejavascripts'), 'javascripts' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_javascripts'), 'logintitle' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_logintitle')))
     (var/cache/dev/twig/e8/e813ac6bc3ad9233014a9aeed14c794b.php:219)
  at __TwigTemplate_741c369fac709cdb32f0f8e24409c9af->doDisplay(array('loginRequired' => true, 'portal' => null, 'app' => object(AppVariable), 'company' => 'theprintcowales', 'cdn_domain' => 'https://ops.wales.theprintco.com', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'The PrintCo Wales', 'twitter_handle' => '@pcw', 'site_description' => 'Bristol Printers JamJar Print for all your printing needs: flyers, leaflets, business cards, posters, etc. Best for prices, quality and service.', 'siteMenu' => array(array('menu' => 'Print', 'active' => 1, 'menuid' => 1, 'headings' => array()), 'no' => array()), 'upsellProducts' => array(), 'types' => array(), 'processes' => array(array('process' => 'Lithographic Print', 'category' => 1, 'code' => 'LITHO', 'sizes' => null, 'typeid' => 1, 'processid' => 2, 'filename' => null), array('process' => 'Digital Print', 'category' => 1, 'code' => 'DIG', 'sizes' => null, 'typeid' => 1, 'processid' => 3, 'filename' => null), array('process' => 'Indigo Print', 'category' => 1, 'code' => 'IND', 'sizes' => null, 'typeid' => 1, 'processid' => 4, 'filename' => null), array('process' => 'Full Colour', 'category' => 5, 'code' => '4/4', 'sizes' => null, 'typeid' => 1, 'processid' => 5, 'filename' => null), array('process' => 'Matt Lam 1 Side', 'category' => 3, 'code' => 'LamMTSS', 'sizes' => null, 'typeid' => 1, 'processid' => 7, 'filename' => null), array('process' => 'Matt Lam 2 Sides', 'category' => 3, 'code' => 'LamMTDS', 'sizes' => null, 'typeid' => 1, 'processid' => 8, 'filename' => null), array('process' => 'Gloss Lam 1 Side', 'category' => 3, 'code' => 'LamGLSSS', 'sizes' => null, 'typeid' => 4, 'processid' => 9, 'filename' => null), array('process' => 'Gloss Lam 2 Sides', 'category' => 3, 'code' => 'LamGLSDS', 'sizes' => null, 'typeid' => 1, 'processid' => 10, 'filename' => null), array('process' => 'Soft Touch Lam 1 Side', 'category' => 3, 'code' => 'LamSOFSS', 'sizes' => null, 'typeid' => 1, 'processid' => 11, 'filename' => null), array('process' => 'Soft Touch Lam 2 Sides', 'category' => 3, 'code' => 'LamSOFDS', 'sizes' => null, 'typeid' => 1, 'processid' => 12, 'filename' => null), array('process' => 'Large Format Print', 'category' => 1, 'code' => 'LFP', 'sizes' => null, 'typeid' => 1, 'processid' => 13, 'filename' => null), array('process' => 'Sublimation', 'category' => 1, 'code' => 'SUB', 'sizes' => null, 'typeid' => 1, 'processid' => 14, 'filename' => null), array('process' => 'A4 Cross Fold to A6', 'category' => 4, 'code' => 'A4xfA6', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 17, 'filename' => null), array('process' => 'A3 Cross Fold to A5', 'category' => 4, 'code' => 'A3xfA5', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 18, 'filename' => null), array('process' => 'A5 Double Fold to 1/3 A5', 'category' => 4, 'code' => 'A5df3rdA5', 'sizes' => '["21"]', 'typeid' => 9, 'processid' => 19, 'filename' => null), array('process' => 'A4 Double Fold to 1/3 A4', 'category' => 4, 'code' => 'A4df3rdA4', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 20, 'filename' => null), array('process' => 'A3 Double Fold to 1/3 A3', 'category' => 4, 'code' => 'A3df3rdA3', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 21, 'filename' => null), array('process' => 'A5 Single Fold to A6', 'category' => 4, 'code' => 'A5sfA6', 'sizes' => '["21"]', 'typeid' => 9, 'processid' => 22, 'filename' => null), array('process' => 'A4 Single Fold to A5', 'category' => 4, 'code' => 'A4sfA5', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 25, 'filename' => null), array('process' => 'A4 Single Fold to A5L', 'category' => 4, 'code' => 'A4sfA5L', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 26, 'filename' => null), array('process' => 'A3 Single Fold to A4', 'category' => 4, 'code' => 'A3sfA4', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 27, 'filename' => null), array('process' => 'A3 Single Fold to A3L', 'category' => 4, 'code' => 'A3sfA3L', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 28, 'filename' => null), array('process' => 'Gold Foil', 'category' => 4, 'code' => 'FOILGld', 'sizes' => null, 'typeid' => 1, 'processid' => 29, 'filename' => null), array('process' => 'Silver Foil', 'category' => 4, 'code' => 'FOILSlv', 'sizes' => null, 'typeid' => 1, 'processid' => 30, 'filename' => null), array('process' => 'Single Sided Spot UV', 'category' => 4, 'code' => 'spUVSS', 'sizes' => null, 'typeid' => 1, 'processid' => 31, 'filename' => null), array('process' => 'Scodix Hi Build', 'category' => 4, 'code' => 'ScdxHIB', 'sizes' => null, 'typeid' => 17, 'processid' => 32, 'filename' => null), array('process' => 'Scodix Sense', 'category' => 4, 'code' => 'ScdxSNS', 'sizes' => null, 'typeid' => 17, 'processid' => 33, 'filename' => null), array('process' => 'Scodix Gold Foil', 'category' => 4, 'code' => 'ScdxGLD', 'sizes' => null, 'typeid' => 17, 'processid' => 34, 'filename' => null), array('process' => 'Scodix Silver Foil', 'category' => 4, 'code' => 'ScdxSLV', 'sizes' => null, 'typeid' => 17, 'processid' => 35, 'filename' => null), array('process' => 'Scodix Foil', 'category' => 4, 'code' => 'ScdxFOIL', 'sizes' => null, 'typeid' => 17, 'processid' => 36, 'filename' => null), array('process' => 'Gloss Encapsulation', 'category' => 3, 'code' => 'EncapGLS', 'sizes' => null, 'typeid' => 1, 'processid' => 37, 'filename' => null), array('process' => 'Matt Encapsulation', 'category' => 4, 'code' => 'EncapMT', 'sizes' => null, 'typeid' => 1, 'processid' => 38, 'filename' => null), array('process' => 'Diecut', 'category' => 4, 'code' => 'Diecut', 'sizes' => null, 'typeid' => 1, 'processid' => 39, 'filename' => null), array('process' => 'Rounded Corners', 'category' => 4, 'code' => 'RndCNR', 'sizes' => null, 'typeid' => 1, 'processid' => 40, 'filename' => null), array('process' => '1 Colour', 'category' => 5, 'code' => '1/1', 'sizes' => null, 'typeid' => 1, 'processid' => 44, 'filename' => null), array('process' => 'Full Colour + SS Pantone', 'category' => 5, 'code' => '5/4', 'sizes' => null, 'typeid' => 1, 'processid' => 45, 'filename' => null), array('process' => 'Full Colour + DS Pantone', 'category' => 5, 'code' => '5/5', 'sizes' => null, 'typeid' => 1, 'processid' => 46, 'filename' => null), array('process' => 'Single Fold to CC', 'category' => 4, 'code' => 'SFCC', 'sizes' => null, 'typeid' => 1, 'processid' => 47, 'filename' => null), array('process' => 'Edge Painted', 'category' => 4, 'code' => 'EgPaint', 'sizes' => null, 'typeid' => 1, 'processid' => 48, 'filename' => null), array('process' => 'Interlocking Flap', 'category' => 4, 'code' => 'LOCflaps', 'sizes' => null, 'typeid' => 1, 'processid' => 49, 'filename' => null), array('process' => 'Pocket & BC', 'category' => 4, 'code' => 'PocBC', 'sizes' => '["217"]', 'typeid' => 1, 'processid' => 50, 'filename' => null), array('process' => '4mm Pocket & BC', 'category' => 4, 'code' => '4mmPocBC', 'sizes' => '["217"]', 'typeid' => 1, 'processid' => 51, 'filename' => null), array('process' => '8 Page', 'category' => 2, 'code' => '8pp', 'sizes' => null, 'typeid' => 1, 'processid' => 53, 'filename' => null), array('process' => '16 Page', 'category' => 2, 'code' => '16pp', 'sizes' => null, 'typeid' => 1, 'processid' => 54, 'filename' => null), array('process' => 'Single Sided', 'category' => 2, 'code' => 'SS', 'sizes' => null, 'typeid' => 2, 'processid' => 55, 'filename' => null), array('process' => 'Double Sided', 'category' => 2, 'code' => 'DS', 'sizes' => null, 'typeid' => 2, 'processid' => 56, 'filename' => null), array('process' => 'Silk Lamination 1 Side', 'category' => 3, 'code' => 'LamSSslk', 'sizes' => null, 'typeid' => 15, 'processid' => 57, 'filename' => null), array('process' => 'Silk Lamination 2 Sides', 'category' => 3, 'code' => 'LamDSslk', 'sizes' => null, 'typeid' => 15, 'processid' => 58, 'filename' => null), array('process' => 'Anti Scuff Lam 1 Side', 'category' => 3, 'code' => 'LamSSscuff', 'sizes' => null, 'typeid' => 7, 'processid' => 59, 'filename' => null), array('process' => 'DS Anti Scuff Lam', 'category' => 3, 'code' => 'LamDSscuff', 'sizes' => null, 'typeid' => 7, 'processid' => 61, 'filename' => null), array('process' => 'Linen Lam 1 Side', 'category' => 3, 'code' => 'LamSSlinen', 'sizes' => null, 'typeid' => 6, 'processid' => 62, 'filename' => null), array('process' => 'DS Linen Lam', 'category' => 3, 'code' => 'LamDSlinen', 'sizes' => null, 'typeid' => 6, 'processid' => 63, 'filename' => null), array('process' => 'Vertical Business Card Slot', 'category' => 4, 'code' => 'DieVBC', 'sizes' => null, 'typeid' => 10, 'processid' => 64, 'filename' => null), array('process' => 'Horizontal Business Card Slot', 'category' => 4, 'code' => 'DieHBC', 'sizes' => null, 'typeid' => 10, 'processid' => 65, 'filename' => null), array('process' => 'A3 Cross Fold to A6', 'category' => 4, 'code' => 'A3xfA6', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 68, 'filename' => null), array('process' => 'A2 Cross Fold to A5', 'category' => 4, 'code' => 'A2xfA5', 'sizes' => '["20"]', 'typeid' => 9, 'processid' => 72, 'filename' => null), array('process' => 'Silver Stitch', 'category' => 4, 'code' => 'STITslv', 'sizes' => null, 'typeid' => 19, 'processid' => 73, 'filename' => null), array('process' => '2 Colour', 'category' => 5, 'code' => '2col', 'sizes' => null, 'typeid' => 1, 'processid' => 74, 'filename' => null), array('process' => 'Pad', 'category' => 4, 'code' => 'PAD', 'sizes' => null, 'typeid' => 19, 'processid' => 75, 'filename' => null), array('process' => 'Black Only', 'category' => 5, 'code' => 'Blk', 'sizes' => null, 'typeid' => 1, 'processid' => 76, 'filename' => null), array('process' => 'with Eyelets', 'category' => 4, 'code' => 'Eyelet', 'sizes' => null, 'typeid' => 12, 'processid' => 77, 'filename' => null), array('process' => 'No Eyelets', 'category' => 4, 'code' => 'NoEyelets', 'sizes' => null, 'typeid' => 12, 'processid' => 78, 'filename' => null), array('process' => '2 Part', 'category' => 4, 'code' => '1Perf', 'sizes' => null, 'typeid' => 20, 'processid' => 79, 'filename' => null), array('process' => '3 Part', 'category' => 4, 'code' => '2Perf', 'sizes' => null, 'typeid' => 20, 'processid' => 80, 'filename' => null), array('process' => 'Laser Cutting', 'category' => 4, 'code' => 'LASER', 'sizes' => null, 'typeid' => 21, 'processid' => 81, 'filename' => null), array('process' => 'Glue', 'category' => 4, 'code' => 'GLUE', 'sizes' => null, 'typeid' => 12, 'processid' => 82, 'filename' => null), array('process' => 'Drill', 'category' => 4, 'code' => 'DRILL', 'sizes' => null, 'typeid' => 18, 'processid' => 83, 'filename' => null), array('process' => 'SIngle Fold to 55x55mm', 'category' => 4, 'code' => 'SF55x55', 'sizes' => null, 'typeid' => 9, 'processid' => 84, 'filename' => null), array('process' => 'A6 Single Fold to A7', 'category' => 4, 'code' => 'A6sfA7', 'sizes' => '["4"]', 'typeid' => 9, 'processid' => 85, 'filename' => null), array('process' => 'Wiro Binding', 'category' => 4, 'code' => 'WIRO', 'sizes' => null, 'typeid' => 19, 'processid' => 86, 'filename' => null), array('process' => 'Bond', 'category' => 4, 'code' => 'BOND', 'sizes' => null, 'typeid' => 18, 'processid' => 87, 'filename' => null), array('process' => '14 Page', 'category' => 2, 'code' => '14pp', 'sizes' => null, 'typeid' => 2, 'processid' => 88, 'filename' => null), array('process' => '26 Page', 'category' => 2, 'code' => '26pp', 'sizes' => null, 'typeid' => 2, 'processid' => 89, 'filename' => null), array('process' => 'A2 Double Fold to A4', 'category' => 4, 'code' => 'A2dfA4', 'sizes' => '["20"]', 'typeid' => 9, 'processid' => 90, 'filename' => null), array('process' => 'A1 cross fold to A4', 'category' => 4, 'code' => 'A1xfA4', 'sizes' => '["19"]', 'typeid' => 9, 'processid' => 91, 'filename' => null), array('process' => '290 Single Fold to 145', 'category' => 4, 'code' => '290sf145', 'sizes' => '["227"]', 'typeid' => 9, 'processid' => 92, 'filename' => null), array('process' => 'White Ink', 'category' => 5, 'code' => 'WhtINK', 'sizes' => null, 'typeid' => 1, 'processid' => 94, 'filename' => null), array('process' => '198 Single Fold to 99', 'category' => 4, 'code' => '198sf99', 'sizes' => '["228"]', 'typeid' => 9, 'processid' => 95, 'filename' => null), array('process' => '370 Single Fold to 85mm', 'category' => 4, 'code' => '370sf85', 'sizes' => '["229"]', 'typeid' => 9, 'processid' => 96, 'filename' => null), array('process' => 'White Laminate', 'category' => 3, 'code' => 'WhtLAM', 'sizes' => null, 'typeid' => 24, 'processid' => 97, 'filename' => null), array('process' => 'A4 Single Fold to A4L', 'category' => 4, 'code' => 'A4sfA4L', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 98, 'filename' => null), array('process' => 'Anti Slip Laminate', 'category' => 3, 'code' => 'LamSSantislip', 'sizes' => null, 'typeid' => 25, 'processid' => 107, 'filename' => null), array('process' => '13 Leaves', 'category' => 2, 'code' => '13Leaf', 'sizes' => null, 'typeid' => 2, 'processid' => 108, 'filename' => null), array('process' => '7 Leaves', 'category' => 2, 'code' => '7 Leaf', 'sizes' => null, 'typeid' => 2, 'processid' => 109, 'filename' => null), array('process' => 'Stretch', 'category' => 4, 'code' => 'STRETCH', 'sizes' => null, 'typeid' => 12, 'processid' => 110, 'filename' => null)), 'processtypes' => array(array('type' => 'print', 'hasnooption' => 0, 'blocks' => '["6"]', 'typeid' => 1), array('type' => 'sides', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 2), array('type' => 'mattlam', 'hasnooption' => 1, 'blocks' => null, 'typeid' => 3), array('type' => 'glosslam', 'hasnooption' => 0, 'blocks' => '["8","17"]', 'typeid' => 4), array('type' => 'softtouchlam', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 5), array('type' => 'linenlam', 'hasnooption' => 0, 'blocks' => '["17"]', 'typeid' => 6), array('type' => 'antiscufflam', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 7), array('type' => 'spotuv', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 8), array('type' => 'fold', 'hasnooption' => 1, 'blocks' => null, 'typeid' => 9), array('type' => 'diecut', 'hasnooption' => 1, 'blocks' => null, 'typeid' => 10), array('type' => 'foil', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 11), array('type' => 'handfinish', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 12), array('type' => 'silklam', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 15), array('type' => 'Scodix', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 17), array('type' => 'binding', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 19), array('type' => 'Perforation', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 20), array('type' => 'Laser', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 21), array('type' => 'Drill', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 22), array('type' => 'Bond', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 23), array('type' => 'White Laminate', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 24), array('type' => 'antisliplam', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 25)), 'accounting' => 'qb', 'all_runs_complete_status' => '1', 'allow_crossorder_deliveries' => '1', 'allow_saving_from_addresses' => '0', 'backup_all_entities' => '0', 'baseholidays' => '2021-12-27,2021-12-28,2021-12-29,2021-12-30,2021-12-31,2022-01-03', 'block_delivery_notes_for_unpaid_orders' => '0', 'block_printing_orders_on_credit_hold' => '0', 'colour_main' => '#a029b9', 'colour_other' => '#702281', 'colour_other2' => '#eabff3', 'colour_primary_rgba' => 'rgba(160, 41, 185, 0.95)', 'colour_secondary' => '#e05cfc', 'colour_secondary_rgba' => 'rgba(190,81,185, 0.8)', 'company_email' => 'richard.baker@theprintco.com', 'company_telephone' => '01633480881', 'csv_path' => '', 'default_add_order_window' => '0', 'default_addressid' => '474', 'default_order_line_notes' => 'REPRO:PRINT:FINISHING:OTHER:', 'default_turnaround_days' => '5', 'delivery_ready_indicator' => '1', 'delivery_stockcode' => 'DEL/COURIER', 'detrack_key' => 'U76a4e617d8a181d04713bb83d48eef4b4a79b6e8c83d2cf2', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'Shaun Bibby', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'PCWrich123!?', 'dpd_printer' => 'Citizen CL-S521Z', 'dpd_username' => 'printcowest', 'email_on_new_customer' => '0', 'email_on_new_order' => '0', 'email_on_new_order_type' => '0', 'enable_support' => '0', 'exchequer' => 'SIN', 'exchequer_path' => '', 'fedex_account' => '585785920', 'fedex_api_key' => 'l7808616d577dc4a4498e17a44141c693a', 'fedex_return_address' => '7188', 'fedex_secret_key' => '8c731071-7e5d-4111-96d2-cfce22e2fb07', 'fedex_url' => 'https://apis.fedex.com', 'financial_month' => '08', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolderwales/input', 'hotfolder_path_output' => 'artworkhotfolderwales/UploadToOps_PCW', 'ignore_orders_before_start' => '0', 'internal_customers' => '[]', 'invoice_email' => 'finance@theprintco.com', 'locations_enabled' => '0', 'newcustomer_email' => 'richard.baker@theprintco.com', 'neworder_email' => 'richard.baker@theprintco.com', 'ops_start_date' => '1990-01-01', 'order_email' => 'richard.baker@theprintco.com', 'order_print_button' => '0', 'payment_email' => 'finance@theprintco.com', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'richard.baker@theprintco.com', 'portal_site' => '0', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'AB11722411912zvzZY7Xmulz7Uo3rJwVNrxAOoupQJWUVAPAHV', 'quickbooks_clientid' => 'ABzZiabR3jasGcfnMCm9x9HHx8SbjmTQFq27Yq80bgXYsoynlk', 'quickbooks_companyid' => '9341452785031580', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"Qty","field":"prodqty"}]', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '1', 'quickbooks_secret' => 'OOcwriYnHSwG4JZLUNiyfVCFwrkvjNuBaWyKWxF9', 'quote_email' => 'richard.baker@theprintco.com', 'require_address_on_customers' => '1', 'require_job_ref_field' => '0', 'scan_workflow' => '1', 'section_artworkprocessing' => '1', 'section_detrack' => '1', 'section_outdoor' => '0', 'section_portal' => '1', 'section_print_finishing' => '0', 'section_schedule' => '0', 'send_email_on_support_ticket' => '1', 'shortcut_buttons' => '', 'show_product_dropdowns' => '1', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '0', 'tbc_addressid' => '559', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1117424', 'worldpay_merchant_code' => 'JAMJARPRINTLM1', 'worldpay_merchant_password' => 'vKzw7TAZ', 'worldpay_url' => 'https://secure-test.worldpay.com/jsp/merchant/xml/paymentService.jsp', 'orderemail' => 'richard.baker@theprintco.com', 'worldpay_installationid' => '', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '1', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '250', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '1', 'infoemail' => 'richard.baker@theprintco.com', 'hascampaignmonitor' => '0', 'quoteemail' => 'richard.baker@theprintco.com', 'samplepackemail' => 'richard.baker@theprintco.com', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '1', 'homepage_news' => '0', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '1', 'homepage_blurb' => '<div class="row">
 <div class="col-md-6">
 <img src="/assets/images/b/promo.jpg" alt="">
 </div>
 <div class="col-md-6">
 <div class="promo-text">
 <h2>Edinburgh Fringe 2023</h2>
 <p>The largest arts festival in the world - working in partnership with The City of Edinburgh Council, we offer outdoor advertising spaces to all performers and venues. We also print hundreds of thousands of flyers / leaflets and posters for Fringe shows. We offer flyer and poster distribution to indoor outlets and on the street with our promotional teams undertaking hand to hand activity in all the hot spots throughout the city centre.</p>
 <a href="/fringe" class="button">Find Out More</a>
 </div>

 </div>
 </div>', 'productpage_jobname' => '0', 'page_title_headings' => '0', 'address_display' => 'The Print Co (West) Ltd<br>
Unit 218 Springvale Industrial Estate<br>
Cwmbran<br>
NP44 5BJ', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'Terms and Conditions apply.
BACS Details:<br>
The Print Co. (West) Ltd 
Bank details. Natwest Bishopston Branch
Sort code 60-02-38 Account No 68182732', 'heading_lowest_price' => '0', 'phonenumber' => '+44 (0) 1633 480881 ', 'phonenumber_display' => '01633 480881 ', 'productpage_showturnaround' => '0', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'maintenance_mode' => '0', 'maintenance_date' => '', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '0', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'saledisabled_fringe' => 'Select...', 'frontendsettings' => array('orderemail' => 'richard.baker@theprintco.com', 'worldpay_installationid' => '', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '1', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '250', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '1', 'infoemail' => 'richard.baker@theprintco.com', 'hascampaignmonitor' => '0', 'quoteemail' => 'richard.baker@theprintco.com', 'samplepackemail' => 'richard.baker@theprintco.com', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '1', 'homepage_news' => '0', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '1', 'homepage_blurb' => '<div class="row">
 <div class="col-md-6">
 <img src="/assets/images/b/promo.jpg" alt="">
 </div>
 <div class="col-md-6">
 <div class="promo-text">
 <h2>Edinburgh Fringe 2023</h2>
 <p>The largest arts festival in the world - working in partnership with The City of Edinburgh Council, we offer outdoor advertising spaces to all performers and venues. We also print hundreds of thousands of flyers / leaflets and posters for Fringe shows. We offer flyer and poster distribution to indoor outlets and on the street with our promotional teams undertaking hand to hand activity in all the hot spots throughout the city centre.</p>
 <a href="/fringe" class="button">Find Out More</a>
 </div>

 </div>
 </div>', 'productpage_jobname' => '0', 'page_title_headings' => '0', 'address_display' => 'The Print Co (West) Ltd<br>
Unit 218 Springvale Industrial Estate<br>
Cwmbran<br>
NP44 5BJ', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'Terms and Conditions apply.
BACS Details:<br>
The Print Co. (West) Ltd 
Bank details. Natwest Bishopston Branch
Sort code 60-02-38 Account No 68182732', 'heading_lowest_price' => '0', 'phonenumber' => '+44 (0) 1633 480881 ', 'phonenumber_display' => '01633 480881 ', 'productpage_showturnaround' => '0', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'maintenance_mode' => '0', 'maintenance_date' => '', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '0', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'saledisabled_fringe' => 'Select...'), 'pagebannerstart' => object(Markup), 'pagebannerend' => object(Markup), '_extrameta_override' => object(Markup)), array('htmltitle' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_htmltitle'), 'metadesc' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_metadesc'), 'metakeywords' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_metakeywords'), 'templateheader' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_templateheader'), 'extrameta' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_extrameta'), 'extrameta_default' => array(object(__TwigTemplate_741c369fac709cdb32f0f8e24409c9af), 'block_extrameta_default'), 'css' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_css'), 'headjavascripts' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_headjavascripts'), 'sitecontainerstart' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_sitecontainerstart'), 'pagebanner' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_pagebanner'), 'precontent' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_precontent'), 'contentcontainerstart' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_contentcontainerstart'), 'body' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_body'), 'contentcontainerend' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_contentcontainerend'), 'postcontent' => array(object(__TwigTemplate_741c369fac709cdb32f0f8e24409c9af), 'block_postcontent'), 'sitecontainerend' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_sitecontainerend'), 'templatejavascripts' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_templatejavascripts'), 'javascripts' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_javascripts'), 'logintitle' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_logintitle')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('loginRequired' => true, 'portal' => null, 'app' => object(AppVariable), 'company' => 'theprintcowales', 'cdn_domain' => 'https://ops.wales.theprintco.com', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'The PrintCo Wales', 'twitter_handle' => '@pcw', 'site_description' => 'Bristol Printers JamJar Print for all your printing needs: flyers, leaflets, business cards, posters, etc. Best for prices, quality and service.', 'siteMenu' => array(array('menu' => 'Print', 'active' => 1, 'menuid' => 1, 'headings' => array()), 'no' => array()), 'upsellProducts' => array(), 'types' => array(), 'processes' => array(array('process' => 'Lithographic Print', 'category' => 1, 'code' => 'LITHO', 'sizes' => null, 'typeid' => 1, 'processid' => 2, 'filename' => null), array('process' => 'Digital Print', 'category' => 1, 'code' => 'DIG', 'sizes' => null, 'typeid' => 1, 'processid' => 3, 'filename' => null), array('process' => 'Indigo Print', 'category' => 1, 'code' => 'IND', 'sizes' => null, 'typeid' => 1, 'processid' => 4, 'filename' => null), array('process' => 'Full Colour', 'category' => 5, 'code' => '4/4', 'sizes' => null, 'typeid' => 1, 'processid' => 5, 'filename' => null), array('process' => 'Matt Lam 1 Side', 'category' => 3, 'code' => 'LamMTSS', 'sizes' => null, 'typeid' => 1, 'processid' => 7, 'filename' => null), array('process' => 'Matt Lam 2 Sides', 'category' => 3, 'code' => 'LamMTDS', 'sizes' => null, 'typeid' => 1, 'processid' => 8, 'filename' => null), array('process' => 'Gloss Lam 1 Side', 'category' => 3, 'code' => 'LamGLSSS', 'sizes' => null, 'typeid' => 4, 'processid' => 9, 'filename' => null), array('process' => 'Gloss Lam 2 Sides', 'category' => 3, 'code' => 'LamGLSDS', 'sizes' => null, 'typeid' => 1, 'processid' => 10, 'filename' => null), array('process' => 'Soft Touch Lam 1 Side', 'category' => 3, 'code' => 'LamSOFSS', 'sizes' => null, 'typeid' => 1, 'processid' => 11, 'filename' => null), array('process' => 'Soft Touch Lam 2 Sides', 'category' => 3, 'code' => 'LamSOFDS', 'sizes' => null, 'typeid' => 1, 'processid' => 12, 'filename' => null), array('process' => 'Large Format Print', 'category' => 1, 'code' => 'LFP', 'sizes' => null, 'typeid' => 1, 'processid' => 13, 'filename' => null), array('process' => 'Sublimation', 'category' => 1, 'code' => 'SUB', 'sizes' => null, 'typeid' => 1, 'processid' => 14, 'filename' => null), array('process' => 'A4 Cross Fold to A6', 'category' => 4, 'code' => 'A4xfA6', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 17, 'filename' => null), array('process' => 'A3 Cross Fold to A5', 'category' => 4, 'code' => 'A3xfA5', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 18, 'filename' => null), array('process' => 'A5 Double Fold to 1/3 A5', 'category' => 4, 'code' => 'A5df3rdA5', 'sizes' => '["21"]', 'typeid' => 9, 'processid' => 19, 'filename' => null), array('process' => 'A4 Double Fold to 1/3 A4', 'category' => 4, 'code' => 'A4df3rdA4', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 20, 'filename' => null), array('process' => 'A3 Double Fold to 1/3 A3', 'category' => 4, 'code' => 'A3df3rdA3', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 21, 'filename' => null), array('process' => 'A5 Single Fold to A6', 'category' => 4, 'code' => 'A5sfA6', 'sizes' => '["21"]', 'typeid' => 9, 'processid' => 22, 'filename' => null), array('process' => 'A4 Single Fold to A5', 'category' => 4, 'code' => 'A4sfA5', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 25, 'filename' => null), array('process' => 'A4 Single Fold to A5L', 'category' => 4, 'code' => 'A4sfA5L', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 26, 'filename' => null), array('process' => 'A3 Single Fold to A4', 'category' => 4, 'code' => 'A3sfA4', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 27, 'filename' => null), array('process' => 'A3 Single Fold to A3L', 'category' => 4, 'code' => 'A3sfA3L', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 28, 'filename' => null), array('process' => 'Gold Foil', 'category' => 4, 'code' => 'FOILGld', 'sizes' => null, 'typeid' => 1, 'processid' => 29, 'filename' => null), array('process' => 'Silver Foil', 'category' => 4, 'code' => 'FOILSlv', 'sizes' => null, 'typeid' => 1, 'processid' => 30, 'filename' => null), array('process' => 'Single Sided Spot UV', 'category' => 4, 'code' => 'spUVSS', 'sizes' => null, 'typeid' => 1, 'processid' => 31, 'filename' => null), array('process' => 'Scodix Hi Build', 'category' => 4, 'code' => 'ScdxHIB', 'sizes' => null, 'typeid' => 17, 'processid' => 32, 'filename' => null), array('process' => 'Scodix Sense', 'category' => 4, 'code' => 'ScdxSNS', 'sizes' => null, 'typeid' => 17, 'processid' => 33, 'filename' => null), array('process' => 'Scodix Gold Foil', 'category' => 4, 'code' => 'ScdxGLD', 'sizes' => null, 'typeid' => 17, 'processid' => 34, 'filename' => null), array('process' => 'Scodix Silver Foil', 'category' => 4, 'code' => 'ScdxSLV', 'sizes' => null, 'typeid' => 17, 'processid' => 35, 'filename' => null), array('process' => 'Scodix Foil', 'category' => 4, 'code' => 'ScdxFOIL', 'sizes' => null, 'typeid' => 17, 'processid' => 36, 'filename' => null), array('process' => 'Gloss Encapsulation', 'category' => 3, 'code' => 'EncapGLS', 'sizes' => null, 'typeid' => 1, 'processid' => 37, 'filename' => null), array('process' => 'Matt Encapsulation', 'category' => 4, 'code' => 'EncapMT', 'sizes' => null, 'typeid' => 1, 'processid' => 38, 'filename' => null), array('process' => 'Diecut', 'category' => 4, 'code' => 'Diecut', 'sizes' => null, 'typeid' => 1, 'processid' => 39, 'filename' => null), array('process' => 'Rounded Corners', 'category' => 4, 'code' => 'RndCNR', 'sizes' => null, 'typeid' => 1, 'processid' => 40, 'filename' => null), array('process' => '1 Colour', 'category' => 5, 'code' => '1/1', 'sizes' => null, 'typeid' => 1, 'processid' => 44, 'filename' => null), array('process' => 'Full Colour + SS Pantone', 'category' => 5, 'code' => '5/4', 'sizes' => null, 'typeid' => 1, 'processid' => 45, 'filename' => null), array('process' => 'Full Colour + DS Pantone', 'category' => 5, 'code' => '5/5', 'sizes' => null, 'typeid' => 1, 'processid' => 46, 'filename' => null), array('process' => 'Single Fold to CC', 'category' => 4, 'code' => 'SFCC', 'sizes' => null, 'typeid' => 1, 'processid' => 47, 'filename' => null), array('process' => 'Edge Painted', 'category' => 4, 'code' => 'EgPaint', 'sizes' => null, 'typeid' => 1, 'processid' => 48, 'filename' => null), array('process' => 'Interlocking Flap', 'category' => 4, 'code' => 'LOCflaps', 'sizes' => null, 'typeid' => 1, 'processid' => 49, 'filename' => null), array('process' => 'Pocket & BC', 'category' => 4, 'code' => 'PocBC', 'sizes' => '["217"]', 'typeid' => 1, 'processid' => 50, 'filename' => null), array('process' => '4mm Pocket & BC', 'category' => 4, 'code' => '4mmPocBC', 'sizes' => '["217"]', 'typeid' => 1, 'processid' => 51, 'filename' => null), array('process' => '8 Page', 'category' => 2, 'code' => '8pp', 'sizes' => null, 'typeid' => 1, 'processid' => 53, 'filename' => null), array('process' => '16 Page', 'category' => 2, 'code' => '16pp', 'sizes' => null, 'typeid' => 1, 'processid' => 54, 'filename' => null), array('process' => 'Single Sided', 'category' => 2, 'code' => 'SS', 'sizes' => null, 'typeid' => 2, 'processid' => 55, 'filename' => null), array('process' => 'Double Sided', 'category' => 2, 'code' => 'DS', 'sizes' => null, 'typeid' => 2, 'processid' => 56, 'filename' => null), array('process' => 'Silk Lamination 1 Side', 'category' => 3, 'code' => 'LamSSslk', 'sizes' => null, 'typeid' => 15, 'processid' => 57, 'filename' => null), array('process' => 'Silk Lamination 2 Sides', 'category' => 3, 'code' => 'LamDSslk', 'sizes' => null, 'typeid' => 15, 'processid' => 58, 'filename' => null), array('process' => 'Anti Scuff Lam 1 Side', 'category' => 3, 'code' => 'LamSSscuff', 'sizes' => null, 'typeid' => 7, 'processid' => 59, 'filename' => null), array('process' => 'DS Anti Scuff Lam', 'category' => 3, 'code' => 'LamDSscuff', 'sizes' => null, 'typeid' => 7, 'processid' => 61, 'filename' => null), array('process' => 'Linen Lam 1 Side', 'category' => 3, 'code' => 'LamSSlinen', 'sizes' => null, 'typeid' => 6, 'processid' => 62, 'filename' => null), array('process' => 'DS Linen Lam', 'category' => 3, 'code' => 'LamDSlinen', 'sizes' => null, 'typeid' => 6, 'processid' => 63, 'filename' => null), array('process' => 'Vertical Business Card Slot', 'category' => 4, 'code' => 'DieVBC', 'sizes' => null, 'typeid' => 10, 'processid' => 64, 'filename' => null), array('process' => 'Horizontal Business Card Slot', 'category' => 4, 'code' => 'DieHBC', 'sizes' => null, 'typeid' => 10, 'processid' => 65, 'filename' => null), array('process' => 'A3 Cross Fold to A6', 'category' => 4, 'code' => 'A3xfA6', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 68, 'filename' => null), array('process' => 'A2 Cross Fold to A5', 'category' => 4, 'code' => 'A2xfA5', 'sizes' => '["20"]', 'typeid' => 9, 'processid' => 72, 'filename' => null), array('process' => 'Silver Stitch', 'category' => 4, 'code' => 'STITslv', 'sizes' => null, 'typeid' => 19, 'processid' => 73, 'filename' => null), array('process' => '2 Colour', 'category' => 5, 'code' => '2col', 'sizes' => null, 'typeid' => 1, 'processid' => 74, 'filename' => null), array('process' => 'Pad', 'category' => 4, 'code' => 'PAD', 'sizes' => null, 'typeid' => 19, 'processid' => 75, 'filename' => null), array('process' => 'Black Only', 'category' => 5, 'code' => 'Blk', 'sizes' => null, 'typeid' => 1, 'processid' => 76, 'filename' => null), array('process' => 'with Eyelets', 'category' => 4, 'code' => 'Eyelet', 'sizes' => null, 'typeid' => 12, 'processid' => 77, 'filename' => null), array('process' => 'No Eyelets', 'category' => 4, 'code' => 'NoEyelets', 'sizes' => null, 'typeid' => 12, 'processid' => 78, 'filename' => null), array('process' => '2 Part', 'category' => 4, 'code' => '1Perf', 'sizes' => null, 'typeid' => 20, 'processid' => 79, 'filename' => null), array('process' => '3 Part', 'category' => 4, 'code' => '2Perf', 'sizes' => null, 'typeid' => 20, 'processid' => 80, 'filename' => null), array('process' => 'Laser Cutting', 'category' => 4, 'code' => 'LASER', 'sizes' => null, 'typeid' => 21, 'processid' => 81, 'filename' => null), array('process' => 'Glue', 'category' => 4, 'code' => 'GLUE', 'sizes' => null, 'typeid' => 12, 'processid' => 82, 'filename' => null), array('process' => 'Drill', 'category' => 4, 'code' => 'DRILL', 'sizes' => null, 'typeid' => 18, 'processid' => 83, 'filename' => null), array('process' => 'SIngle Fold to 55x55mm', 'category' => 4, 'code' => 'SF55x55', 'sizes' => null, 'typeid' => 9, 'processid' => 84, 'filename' => null), array('process' => 'A6 Single Fold to A7', 'category' => 4, 'code' => 'A6sfA7', 'sizes' => '["4"]', 'typeid' => 9, 'processid' => 85, 'filename' => null), array('process' => 'Wiro Binding', 'category' => 4, 'code' => 'WIRO', 'sizes' => null, 'typeid' => 19, 'processid' => 86, 'filename' => null), array('process' => 'Bond', 'category' => 4, 'code' => 'BOND', 'sizes' => null, 'typeid' => 18, 'processid' => 87, 'filename' => null), array('process' => '14 Page', 'category' => 2, 'code' => '14pp', 'sizes' => null, 'typeid' => 2, 'processid' => 88, 'filename' => null), array('process' => '26 Page', 'category' => 2, 'code' => '26pp', 'sizes' => null, 'typeid' => 2, 'processid' => 89, 'filename' => null), array('process' => 'A2 Double Fold to A4', 'category' => 4, 'code' => 'A2dfA4', 'sizes' => '["20"]', 'typeid' => 9, 'processid' => 90, 'filename' => null), array('process' => 'A1 cross fold to A4', 'category' => 4, 'code' => 'A1xfA4', 'sizes' => '["19"]', 'typeid' => 9, 'processid' => 91, 'filename' => null), array('process' => '290 Single Fold to 145', 'category' => 4, 'code' => '290sf145', 'sizes' => '["227"]', 'typeid' => 9, 'processid' => 92, 'filename' => null), array('process' => 'White Ink', 'category' => 5, 'code' => 'WhtINK', 'sizes' => null, 'typeid' => 1, 'processid' => 94, 'filename' => null), array('process' => '198 Single Fold to 99', 'category' => 4, 'code' => '198sf99', 'sizes' => '["228"]', 'typeid' => 9, 'processid' => 95, 'filename' => null), array('process' => '370 Single Fold to 85mm', 'category' => 4, 'code' => '370sf85', 'sizes' => '["229"]', 'typeid' => 9, 'processid' => 96, 'filename' => null), array('process' => 'White Laminate', 'category' => 3, 'code' => 'WhtLAM', 'sizes' => null, 'typeid' => 24, 'processid' => 97, 'filename' => null), array('process' => 'A4 Single Fold to A4L', 'category' => 4, 'code' => 'A4sfA4L', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 98, 'filename' => null), array('process' => 'Anti Slip Laminate', 'category' => 3, 'code' => 'LamSSantislip', 'sizes' => null, 'typeid' => 25, 'processid' => 107, 'filename' => null), array('process' => '13 Leaves', 'category' => 2, 'code' => '13Leaf', 'sizes' => null, 'typeid' => 2, 'processid' => 108, 'filename' => null), array('process' => '7 Leaves', 'category' => 2, 'code' => '7 Leaf', 'sizes' => null, 'typeid' => 2, 'processid' => 109, 'filename' => null), array('process' => 'Stretch', 'category' => 4, 'code' => 'STRETCH', 'sizes' => null, 'typeid' => 12, 'processid' => 110, 'filename' => null)), 'processtypes' => array(array('type' => 'print', 'hasnooption' => 0, 'blocks' => '["6"]', 'typeid' => 1), array('type' => 'sides', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 2), array('type' => 'mattlam', 'hasnooption' => 1, 'blocks' => null, 'typeid' => 3), array('type' => 'glosslam', 'hasnooption' => 0, 'blocks' => '["8","17"]', 'typeid' => 4), array('type' => 'softtouchlam', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 5), array('type' => 'linenlam', 'hasnooption' => 0, 'blocks' => '["17"]', 'typeid' => 6), array('type' => 'antiscufflam', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 7), array('type' => 'spotuv', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 8), array('type' => 'fold', 'hasnooption' => 1, 'blocks' => null, 'typeid' => 9), array('type' => 'diecut', 'hasnooption' => 1, 'blocks' => null, 'typeid' => 10), array('type' => 'foil', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 11), array('type' => 'handfinish', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 12), array('type' => 'silklam', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 15), array('type' => 'Scodix', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 17), array('type' => 'binding', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 19), array('type' => 'Perforation', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 20), array('type' => 'Laser', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 21), array('type' => 'Drill', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 22), array('type' => 'Bond', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 23), array('type' => 'White Laminate', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 24), array('type' => 'antisliplam', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 25)), 'accounting' => 'qb', 'all_runs_complete_status' => '1', 'allow_crossorder_deliveries' => '1', 'allow_saving_from_addresses' => '0', 'backup_all_entities' => '0', 'baseholidays' => '2021-12-27,2021-12-28,2021-12-29,2021-12-30,2021-12-31,2022-01-03', 'block_delivery_notes_for_unpaid_orders' => '0', 'block_printing_orders_on_credit_hold' => '0', 'colour_main' => '#a029b9', 'colour_other' => '#702281', 'colour_other2' => '#eabff3', 'colour_primary_rgba' => 'rgba(160, 41, 185, 0.95)', 'colour_secondary' => '#e05cfc', 'colour_secondary_rgba' => 'rgba(190,81,185, 0.8)', 'company_email' => 'richard.baker@theprintco.com', 'company_telephone' => '01633480881', 'csv_path' => '', 'default_add_order_window' => '0', 'default_addressid' => '474', 'default_order_line_notes' => 'REPRO:PRINT:FINISHING:OTHER:', 'default_turnaround_days' => '5', 'delivery_ready_indicator' => '1', 'delivery_stockcode' => 'DEL/COURIER', 'detrack_key' => 'U76a4e617d8a181d04713bb83d48eef4b4a79b6e8c83d2cf2', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'Shaun Bibby', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'PCWrich123!?', 'dpd_printer' => 'Citizen CL-S521Z', 'dpd_username' => 'printcowest', 'email_on_new_customer' => '0', 'email_on_new_order' => '0', 'email_on_new_order_type' => '0', 'enable_support' => '0', 'exchequer' => 'SIN', 'exchequer_path' => '', 'fedex_account' => '585785920', 'fedex_api_key' => 'l7808616d577dc4a4498e17a44141c693a', 'fedex_return_address' => '7188', 'fedex_secret_key' => '8c731071-7e5d-4111-96d2-cfce22e2fb07', 'fedex_url' => 'https://apis.fedex.com', 'financial_month' => '08', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolderwales/input', 'hotfolder_path_output' => 'artworkhotfolderwales/UploadToOps_PCW', 'ignore_orders_before_start' => '0', 'internal_customers' => '[]', 'invoice_email' => 'finance@theprintco.com', 'locations_enabled' => '0', 'newcustomer_email' => 'richard.baker@theprintco.com', 'neworder_email' => 'richard.baker@theprintco.com', 'ops_start_date' => '1990-01-01', 'order_email' => 'richard.baker@theprintco.com', 'order_print_button' => '0', 'payment_email' => 'finance@theprintco.com', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'richard.baker@theprintco.com', 'portal_site' => '0', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'AB11722411912zvzZY7Xmulz7Uo3rJwVNrxAOoupQJWUVAPAHV', 'quickbooks_clientid' => 'ABzZiabR3jasGcfnMCm9x9HHx8SbjmTQFq27Yq80bgXYsoynlk', 'quickbooks_companyid' => '9341452785031580', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"Qty","field":"prodqty"}]', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '1', 'quickbooks_secret' => 'OOcwriYnHSwG4JZLUNiyfVCFwrkvjNuBaWyKWxF9', 'quote_email' => 'richard.baker@theprintco.com', 'require_address_on_customers' => '1', 'require_job_ref_field' => '0', 'scan_workflow' => '1', 'section_artworkprocessing' => '1', 'section_detrack' => '1', 'section_outdoor' => '0', 'section_portal' => '1', 'section_print_finishing' => '0', 'section_schedule' => '0', 'send_email_on_support_ticket' => '1', 'shortcut_buttons' => '', 'show_product_dropdowns' => '1', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '0', 'tbc_addressid' => '559', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1117424', 'worldpay_merchant_code' => 'JAMJARPRINTLM1', 'worldpay_merchant_password' => 'vKzw7TAZ', 'worldpay_url' => 'https://secure-test.worldpay.com/jsp/merchant/xml/paymentService.jsp', 'orderemail' => 'richard.baker@theprintco.com', 'worldpay_installationid' => '', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '1', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '250', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '1', 'infoemail' => 'richard.baker@theprintco.com', 'hascampaignmonitor' => '0', 'quoteemail' => 'richard.baker@theprintco.com', 'samplepackemail' => 'richard.baker@theprintco.com', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '1', 'homepage_news' => '0', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '1', 'homepage_blurb' => '<div class="row">
 <div class="col-md-6">
 <img src="/assets/images/b/promo.jpg" alt="">
 </div>
 <div class="col-md-6">
 <div class="promo-text">
 <h2>Edinburgh Fringe 2023</h2>
 <p>The largest arts festival in the world - working in partnership with The City of Edinburgh Council, we offer outdoor advertising spaces to all performers and venues. We also print hundreds of thousands of flyers / leaflets and posters for Fringe shows. We offer flyer and poster distribution to indoor outlets and on the street with our promotional teams undertaking hand to hand activity in all the hot spots throughout the city centre.</p>
 <a href="/fringe" class="button">Find Out More</a>
 </div>

 </div>
 </div>', 'productpage_jobname' => '0', 'page_title_headings' => '0', 'address_display' => 'The Print Co (West) Ltd<br>
Unit 218 Springvale Industrial Estate<br>
Cwmbran<br>
NP44 5BJ', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'Terms and Conditions apply.
BACS Details:<br>
The Print Co. (West) Ltd 
Bank details. Natwest Bishopston Branch
Sort code 60-02-38 Account No 68182732', 'heading_lowest_price' => '0', 'phonenumber' => '+44 (0) 1633 480881 ', 'phonenumber_display' => '01633 480881 ', 'productpage_showturnaround' => '0', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'maintenance_mode' => '0', 'maintenance_date' => '', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '0', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'saledisabled_fringe' => 'Select...', 'frontendsettings' => array('orderemail' => 'richard.baker@theprintco.com', 'worldpay_installationid' => '', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '1', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '250', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '1', 'infoemail' => 'richard.baker@theprintco.com', 'hascampaignmonitor' => '0', 'quoteemail' => 'richard.baker@theprintco.com', 'samplepackemail' => 'richard.baker@theprintco.com', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '1', 'homepage_news' => '0', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '1', 'homepage_blurb' => '<div class="row">
 <div class="col-md-6">
 <img src="/assets/images/b/promo.jpg" alt="">
 </div>
 <div class="col-md-6">
 <div class="promo-text">
 <h2>Edinburgh Fringe 2023</h2>
 <p>The largest arts festival in the world - working in partnership with The City of Edinburgh Council, we offer outdoor advertising spaces to all performers and venues. We also print hundreds of thousands of flyers / leaflets and posters for Fringe shows. We offer flyer and poster distribution to indoor outlets and on the street with our promotional teams undertaking hand to hand activity in all the hot spots throughout the city centre.</p>
 <a href="/fringe" class="button">Find Out More</a>
 </div>

 </div>
 </div>', 'productpage_jobname' => '0', 'page_title_headings' => '0', 'address_display' => 'The Print Co (West) Ltd<br>
Unit 218 Springvale Industrial Estate<br>
Cwmbran<br>
NP44 5BJ', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'Terms and Conditions apply.
BACS Details:<br>
The Print Co. (West) Ltd 
Bank details. Natwest Bishopston Branch
Sort code 60-02-38 Account No 68182732', 'heading_lowest_price' => '0', 'phonenumber' => '+44 (0) 1633 480881 ', 'phonenumber_display' => '01633 480881 ', 'productpage_showturnaround' => '0', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'maintenance_mode' => '0', 'maintenance_date' => '', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '0', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'saledisabled_fringe' => 'Select...'), 'pagebannerstart' => object(Markup), 'pagebannerend' => object(Markup)), array('htmltitle' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_htmltitle'), 'metadesc' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_metadesc'), 'metakeywords' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_metakeywords'), 'templateheader' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_templateheader'), 'extrameta' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_extrameta'), 'extrameta_default' => array(object(__TwigTemplate_741c369fac709cdb32f0f8e24409c9af), 'block_extrameta_default'), 'css' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_css'), 'headjavascripts' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_headjavascripts'), 'sitecontainerstart' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_sitecontainerstart'), 'pagebanner' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_pagebanner'), 'precontent' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_precontent'), 'contentcontainerstart' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_contentcontainerstart'), 'body' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_body'), 'contentcontainerend' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_contentcontainerend'), 'postcontent' => array(object(__TwigTemplate_741c369fac709cdb32f0f8e24409c9af), 'block_postcontent'), 'sitecontainerend' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_sitecontainerend'), 'templatejavascripts' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_templatejavascripts'), 'javascripts' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_javascripts'), 'logintitle' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_logintitle')))
     (var/cache/dev/twig/c6/c6220c3031088db13cf51b619c6ba7f4.php:80)
  at __TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4->doDisplay(array('loginRequired' => true, 'portal' => null, 'app' => object(AppVariable), 'company' => 'theprintcowales', 'cdn_domain' => 'https://ops.wales.theprintco.com', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'The PrintCo Wales', 'twitter_handle' => '@pcw', 'site_description' => 'Bristol Printers JamJar Print for all your printing needs: flyers, leaflets, business cards, posters, etc. Best for prices, quality and service.', 'siteMenu' => array(array('menu' => 'Print', 'active' => 1, 'menuid' => 1, 'headings' => array()), 'no' => array()), 'upsellProducts' => array(), 'types' => array(), 'processes' => array(array('process' => 'Lithographic Print', 'category' => 1, 'code' => 'LITHO', 'sizes' => null, 'typeid' => 1, 'processid' => 2, 'filename' => null), array('process' => 'Digital Print', 'category' => 1, 'code' => 'DIG', 'sizes' => null, 'typeid' => 1, 'processid' => 3, 'filename' => null), array('process' => 'Indigo Print', 'category' => 1, 'code' => 'IND', 'sizes' => null, 'typeid' => 1, 'processid' => 4, 'filename' => null), array('process' => 'Full Colour', 'category' => 5, 'code' => '4/4', 'sizes' => null, 'typeid' => 1, 'processid' => 5, 'filename' => null), array('process' => 'Matt Lam 1 Side', 'category' => 3, 'code' => 'LamMTSS', 'sizes' => null, 'typeid' => 1, 'processid' => 7, 'filename' => null), array('process' => 'Matt Lam 2 Sides', 'category' => 3, 'code' => 'LamMTDS', 'sizes' => null, 'typeid' => 1, 'processid' => 8, 'filename' => null), array('process' => 'Gloss Lam 1 Side', 'category' => 3, 'code' => 'LamGLSSS', 'sizes' => null, 'typeid' => 4, 'processid' => 9, 'filename' => null), array('process' => 'Gloss Lam 2 Sides', 'category' => 3, 'code' => 'LamGLSDS', 'sizes' => null, 'typeid' => 1, 'processid' => 10, 'filename' => null), array('process' => 'Soft Touch Lam 1 Side', 'category' => 3, 'code' => 'LamSOFSS', 'sizes' => null, 'typeid' => 1, 'processid' => 11, 'filename' => null), array('process' => 'Soft Touch Lam 2 Sides', 'category' => 3, 'code' => 'LamSOFDS', 'sizes' => null, 'typeid' => 1, 'processid' => 12, 'filename' => null), array('process' => 'Large Format Print', 'category' => 1, 'code' => 'LFP', 'sizes' => null, 'typeid' => 1, 'processid' => 13, 'filename' => null), array('process' => 'Sublimation', 'category' => 1, 'code' => 'SUB', 'sizes' => null, 'typeid' => 1, 'processid' => 14, 'filename' => null), array('process' => 'A4 Cross Fold to A6', 'category' => 4, 'code' => 'A4xfA6', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 17, 'filename' => null), array('process' => 'A3 Cross Fold to A5', 'category' => 4, 'code' => 'A3xfA5', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 18, 'filename' => null), array('process' => 'A5 Double Fold to 1/3 A5', 'category' => 4, 'code' => 'A5df3rdA5', 'sizes' => '["21"]', 'typeid' => 9, 'processid' => 19, 'filename' => null), array('process' => 'A4 Double Fold to 1/3 A4', 'category' => 4, 'code' => 'A4df3rdA4', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 20, 'filename' => null), array('process' => 'A3 Double Fold to 1/3 A3', 'category' => 4, 'code' => 'A3df3rdA3', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 21, 'filename' => null), array('process' => 'A5 Single Fold to A6', 'category' => 4, 'code' => 'A5sfA6', 'sizes' => '["21"]', 'typeid' => 9, 'processid' => 22, 'filename' => null), array('process' => 'A4 Single Fold to A5', 'category' => 4, 'code' => 'A4sfA5', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 25, 'filename' => null), array('process' => 'A4 Single Fold to A5L', 'category' => 4, 'code' => 'A4sfA5L', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 26, 'filename' => null), array('process' => 'A3 Single Fold to A4', 'category' => 4, 'code' => 'A3sfA4', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 27, 'filename' => null), array('process' => 'A3 Single Fold to A3L', 'category' => 4, 'code' => 'A3sfA3L', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 28, 'filename' => null), array('process' => 'Gold Foil', 'category' => 4, 'code' => 'FOILGld', 'sizes' => null, 'typeid' => 1, 'processid' => 29, 'filename' => null), array('process' => 'Silver Foil', 'category' => 4, 'code' => 'FOILSlv', 'sizes' => null, 'typeid' => 1, 'processid' => 30, 'filename' => null), array('process' => 'Single Sided Spot UV', 'category' => 4, 'code' => 'spUVSS', 'sizes' => null, 'typeid' => 1, 'processid' => 31, 'filename' => null), array('process' => 'Scodix Hi Build', 'category' => 4, 'code' => 'ScdxHIB', 'sizes' => null, 'typeid' => 17, 'processid' => 32, 'filename' => null), array('process' => 'Scodix Sense', 'category' => 4, 'code' => 'ScdxSNS', 'sizes' => null, 'typeid' => 17, 'processid' => 33, 'filename' => null), array('process' => 'Scodix Gold Foil', 'category' => 4, 'code' => 'ScdxGLD', 'sizes' => null, 'typeid' => 17, 'processid' => 34, 'filename' => null), array('process' => 'Scodix Silver Foil', 'category' => 4, 'code' => 'ScdxSLV', 'sizes' => null, 'typeid' => 17, 'processid' => 35, 'filename' => null), array('process' => 'Scodix Foil', 'category' => 4, 'code' => 'ScdxFOIL', 'sizes' => null, 'typeid' => 17, 'processid' => 36, 'filename' => null), array('process' => 'Gloss Encapsulation', 'category' => 3, 'code' => 'EncapGLS', 'sizes' => null, 'typeid' => 1, 'processid' => 37, 'filename' => null), array('process' => 'Matt Encapsulation', 'category' => 4, 'code' => 'EncapMT', 'sizes' => null, 'typeid' => 1, 'processid' => 38, 'filename' => null), array('process' => 'Diecut', 'category' => 4, 'code' => 'Diecut', 'sizes' => null, 'typeid' => 1, 'processid' => 39, 'filename' => null), array('process' => 'Rounded Corners', 'category' => 4, 'code' => 'RndCNR', 'sizes' => null, 'typeid' => 1, 'processid' => 40, 'filename' => null), array('process' => '1 Colour', 'category' => 5, 'code' => '1/1', 'sizes' => null, 'typeid' => 1, 'processid' => 44, 'filename' => null), array('process' => 'Full Colour + SS Pantone', 'category' => 5, 'code' => '5/4', 'sizes' => null, 'typeid' => 1, 'processid' => 45, 'filename' => null), array('process' => 'Full Colour + DS Pantone', 'category' => 5, 'code' => '5/5', 'sizes' => null, 'typeid' => 1, 'processid' => 46, 'filename' => null), array('process' => 'Single Fold to CC', 'category' => 4, 'code' => 'SFCC', 'sizes' => null, 'typeid' => 1, 'processid' => 47, 'filename' => null), array('process' => 'Edge Painted', 'category' => 4, 'code' => 'EgPaint', 'sizes' => null, 'typeid' => 1, 'processid' => 48, 'filename' => null), array('process' => 'Interlocking Flap', 'category' => 4, 'code' => 'LOCflaps', 'sizes' => null, 'typeid' => 1, 'processid' => 49, 'filename' => null), array('process' => 'Pocket & BC', 'category' => 4, 'code' => 'PocBC', 'sizes' => '["217"]', 'typeid' => 1, 'processid' => 50, 'filename' => null), array('process' => '4mm Pocket & BC', 'category' => 4, 'code' => '4mmPocBC', 'sizes' => '["217"]', 'typeid' => 1, 'processid' => 51, 'filename' => null), array('process' => '8 Page', 'category' => 2, 'code' => '8pp', 'sizes' => null, 'typeid' => 1, 'processid' => 53, 'filename' => null), array('process' => '16 Page', 'category' => 2, 'code' => '16pp', 'sizes' => null, 'typeid' => 1, 'processid' => 54, 'filename' => null), array('process' => 'Single Sided', 'category' => 2, 'code' => 'SS', 'sizes' => null, 'typeid' => 2, 'processid' => 55, 'filename' => null), array('process' => 'Double Sided', 'category' => 2, 'code' => 'DS', 'sizes' => null, 'typeid' => 2, 'processid' => 56, 'filename' => null), array('process' => 'Silk Lamination 1 Side', 'category' => 3, 'code' => 'LamSSslk', 'sizes' => null, 'typeid' => 15, 'processid' => 57, 'filename' => null), array('process' => 'Silk Lamination 2 Sides', 'category' => 3, 'code' => 'LamDSslk', 'sizes' => null, 'typeid' => 15, 'processid' => 58, 'filename' => null), array('process' => 'Anti Scuff Lam 1 Side', 'category' => 3, 'code' => 'LamSSscuff', 'sizes' => null, 'typeid' => 7, 'processid' => 59, 'filename' => null), array('process' => 'DS Anti Scuff Lam', 'category' => 3, 'code' => 'LamDSscuff', 'sizes' => null, 'typeid' => 7, 'processid' => 61, 'filename' => null), array('process' => 'Linen Lam 1 Side', 'category' => 3, 'code' => 'LamSSlinen', 'sizes' => null, 'typeid' => 6, 'processid' => 62, 'filename' => null), array('process' => 'DS Linen Lam', 'category' => 3, 'code' => 'LamDSlinen', 'sizes' => null, 'typeid' => 6, 'processid' => 63, 'filename' => null), array('process' => 'Vertical Business Card Slot', 'category' => 4, 'code' => 'DieVBC', 'sizes' => null, 'typeid' => 10, 'processid' => 64, 'filename' => null), array('process' => 'Horizontal Business Card Slot', 'category' => 4, 'code' => 'DieHBC', 'sizes' => null, 'typeid' => 10, 'processid' => 65, 'filename' => null), array('process' => 'A3 Cross Fold to A6', 'category' => 4, 'code' => 'A3xfA6', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 68, 'filename' => null), array('process' => 'A2 Cross Fold to A5', 'category' => 4, 'code' => 'A2xfA5', 'sizes' => '["20"]', 'typeid' => 9, 'processid' => 72, 'filename' => null), array('process' => 'Silver Stitch', 'category' => 4, 'code' => 'STITslv', 'sizes' => null, 'typeid' => 19, 'processid' => 73, 'filename' => null), array('process' => '2 Colour', 'category' => 5, 'code' => '2col', 'sizes' => null, 'typeid' => 1, 'processid' => 74, 'filename' => null), array('process' => 'Pad', 'category' => 4, 'code' => 'PAD', 'sizes' => null, 'typeid' => 19, 'processid' => 75, 'filename' => null), array('process' => 'Black Only', 'category' => 5, 'code' => 'Blk', 'sizes' => null, 'typeid' => 1, 'processid' => 76, 'filename' => null), array('process' => 'with Eyelets', 'category' => 4, 'code' => 'Eyelet', 'sizes' => null, 'typeid' => 12, 'processid' => 77, 'filename' => null), array('process' => 'No Eyelets', 'category' => 4, 'code' => 'NoEyelets', 'sizes' => null, 'typeid' => 12, 'processid' => 78, 'filename' => null), array('process' => '2 Part', 'category' => 4, 'code' => '1Perf', 'sizes' => null, 'typeid' => 20, 'processid' => 79, 'filename' => null), array('process' => '3 Part', 'category' => 4, 'code' => '2Perf', 'sizes' => null, 'typeid' => 20, 'processid' => 80, 'filename' => null), array('process' => 'Laser Cutting', 'category' => 4, 'code' => 'LASER', 'sizes' => null, 'typeid' => 21, 'processid' => 81, 'filename' => null), array('process' => 'Glue', 'category' => 4, 'code' => 'GLUE', 'sizes' => null, 'typeid' => 12, 'processid' => 82, 'filename' => null), array('process' => 'Drill', 'category' => 4, 'code' => 'DRILL', 'sizes' => null, 'typeid' => 18, 'processid' => 83, 'filename' => null), array('process' => 'SIngle Fold to 55x55mm', 'category' => 4, 'code' => 'SF55x55', 'sizes' => null, 'typeid' => 9, 'processid' => 84, 'filename' => null), array('process' => 'A6 Single Fold to A7', 'category' => 4, 'code' => 'A6sfA7', 'sizes' => '["4"]', 'typeid' => 9, 'processid' => 85, 'filename' => null), array('process' => 'Wiro Binding', 'category' => 4, 'code' => 'WIRO', 'sizes' => null, 'typeid' => 19, 'processid' => 86, 'filename' => null), array('process' => 'Bond', 'category' => 4, 'code' => 'BOND', 'sizes' => null, 'typeid' => 18, 'processid' => 87, 'filename' => null), array('process' => '14 Page', 'category' => 2, 'code' => '14pp', 'sizes' => null, 'typeid' => 2, 'processid' => 88, 'filename' => null), array('process' => '26 Page', 'category' => 2, 'code' => '26pp', 'sizes' => null, 'typeid' => 2, 'processid' => 89, 'filename' => null), array('process' => 'A2 Double Fold to A4', 'category' => 4, 'code' => 'A2dfA4', 'sizes' => '["20"]', 'typeid' => 9, 'processid' => 90, 'filename' => null), array('process' => 'A1 cross fold to A4', 'category' => 4, 'code' => 'A1xfA4', 'sizes' => '["19"]', 'typeid' => 9, 'processid' => 91, 'filename' => null), array('process' => '290 Single Fold to 145', 'category' => 4, 'code' => '290sf145', 'sizes' => '["227"]', 'typeid' => 9, 'processid' => 92, 'filename' => null), array('process' => 'White Ink', 'category' => 5, 'code' => 'WhtINK', 'sizes' => null, 'typeid' => 1, 'processid' => 94, 'filename' => null), array('process' => '198 Single Fold to 99', 'category' => 4, 'code' => '198sf99', 'sizes' => '["228"]', 'typeid' => 9, 'processid' => 95, 'filename' => null), array('process' => '370 Single Fold to 85mm', 'category' => 4, 'code' => '370sf85', 'sizes' => '["229"]', 'typeid' => 9, 'processid' => 96, 'filename' => null), array('process' => 'White Laminate', 'category' => 3, 'code' => 'WhtLAM', 'sizes' => null, 'typeid' => 24, 'processid' => 97, 'filename' => null), array('process' => 'A4 Single Fold to A4L', 'category' => 4, 'code' => 'A4sfA4L', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 98, 'filename' => null), array('process' => 'Anti Slip Laminate', 'category' => 3, 'code' => 'LamSSantislip', 'sizes' => null, 'typeid' => 25, 'processid' => 107, 'filename' => null), array('process' => '13 Leaves', 'category' => 2, 'code' => '13Leaf', 'sizes' => null, 'typeid' => 2, 'processid' => 108, 'filename' => null), array('process' => '7 Leaves', 'category' => 2, 'code' => '7 Leaf', 'sizes' => null, 'typeid' => 2, 'processid' => 109, 'filename' => null), array('process' => 'Stretch', 'category' => 4, 'code' => 'STRETCH', 'sizes' => null, 'typeid' => 12, 'processid' => 110, 'filename' => null)), 'processtypes' => array(array('type' => 'print', 'hasnooption' => 0, 'blocks' => '["6"]', 'typeid' => 1), array('type' => 'sides', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 2), array('type' => 'mattlam', 'hasnooption' => 1, 'blocks' => null, 'typeid' => 3), array('type' => 'glosslam', 'hasnooption' => 0, 'blocks' => '["8","17"]', 'typeid' => 4), array('type' => 'softtouchlam', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 5), array('type' => 'linenlam', 'hasnooption' => 0, 'blocks' => '["17"]', 'typeid' => 6), array('type' => 'antiscufflam', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 7), array('type' => 'spotuv', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 8), array('type' => 'fold', 'hasnooption' => 1, 'blocks' => null, 'typeid' => 9), array('type' => 'diecut', 'hasnooption' => 1, 'blocks' => null, 'typeid' => 10), array('type' => 'foil', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 11), array('type' => 'handfinish', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 12), array('type' => 'silklam', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 15), array('type' => 'Scodix', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 17), array('type' => 'binding', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 19), array('type' => 'Perforation', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 20), array('type' => 'Laser', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 21), array('type' => 'Drill', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 22), array('type' => 'Bond', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 23), array('type' => 'White Laminate', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 24), array('type' => 'antisliplam', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 25)), 'accounting' => 'qb', 'all_runs_complete_status' => '1', 'allow_crossorder_deliveries' => '1', 'allow_saving_from_addresses' => '0', 'backup_all_entities' => '0', 'baseholidays' => '2021-12-27,2021-12-28,2021-12-29,2021-12-30,2021-12-31,2022-01-03', 'block_delivery_notes_for_unpaid_orders' => '0', 'block_printing_orders_on_credit_hold' => '0', 'colour_main' => '#a029b9', 'colour_other' => '#702281', 'colour_other2' => '#eabff3', 'colour_primary_rgba' => 'rgba(160, 41, 185, 0.95)', 'colour_secondary' => '#e05cfc', 'colour_secondary_rgba' => 'rgba(190,81,185, 0.8)', 'company_email' => 'richard.baker@theprintco.com', 'company_telephone' => '01633480881', 'csv_path' => '', 'default_add_order_window' => '0', 'default_addressid' => '474', 'default_order_line_notes' => 'REPRO:PRINT:FINISHING:OTHER:', 'default_turnaround_days' => '5', 'delivery_ready_indicator' => '1', 'delivery_stockcode' => 'DEL/COURIER', 'detrack_key' => 'U76a4e617d8a181d04713bb83d48eef4b4a79b6e8c83d2cf2', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'Shaun Bibby', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'PCWrich123!?', 'dpd_printer' => 'Citizen CL-S521Z', 'dpd_username' => 'printcowest', 'email_on_new_customer' => '0', 'email_on_new_order' => '0', 'email_on_new_order_type' => '0', 'enable_support' => '0', 'exchequer' => 'SIN', 'exchequer_path' => '', 'fedex_account' => '585785920', 'fedex_api_key' => 'l7808616d577dc4a4498e17a44141c693a', 'fedex_return_address' => '7188', 'fedex_secret_key' => '8c731071-7e5d-4111-96d2-cfce22e2fb07', 'fedex_url' => 'https://apis.fedex.com', 'financial_month' => '08', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolderwales/input', 'hotfolder_path_output' => 'artworkhotfolderwales/UploadToOps_PCW', 'ignore_orders_before_start' => '0', 'internal_customers' => '[]', 'invoice_email' => 'finance@theprintco.com', 'locations_enabled' => '0', 'newcustomer_email' => 'richard.baker@theprintco.com', 'neworder_email' => 'richard.baker@theprintco.com', 'ops_start_date' => '1990-01-01', 'order_email' => 'richard.baker@theprintco.com', 'order_print_button' => '0', 'payment_email' => 'finance@theprintco.com', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'richard.baker@theprintco.com', 'portal_site' => '0', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'AB11722411912zvzZY7Xmulz7Uo3rJwVNrxAOoupQJWUVAPAHV', 'quickbooks_clientid' => 'ABzZiabR3jasGcfnMCm9x9HHx8SbjmTQFq27Yq80bgXYsoynlk', 'quickbooks_companyid' => '9341452785031580', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"Qty","field":"prodqty"}]', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '1', 'quickbooks_secret' => 'OOcwriYnHSwG4JZLUNiyfVCFwrkvjNuBaWyKWxF9', 'quote_email' => 'richard.baker@theprintco.com', 'require_address_on_customers' => '1', 'require_job_ref_field' => '0', 'scan_workflow' => '1', 'section_artworkprocessing' => '1', 'section_detrack' => '1', 'section_outdoor' => '0', 'section_portal' => '1', 'section_print_finishing' => '0', 'section_schedule' => '0', 'send_email_on_support_ticket' => '1', 'shortcut_buttons' => '', 'show_product_dropdowns' => '1', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '0', 'tbc_addressid' => '559', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1117424', 'worldpay_merchant_code' => 'JAMJARPRINTLM1', 'worldpay_merchant_password' => 'vKzw7TAZ', 'worldpay_url' => 'https://secure-test.worldpay.com/jsp/merchant/xml/paymentService.jsp', 'orderemail' => 'richard.baker@theprintco.com', 'worldpay_installationid' => '', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '1', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '250', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '1', 'infoemail' => 'richard.baker@theprintco.com', 'hascampaignmonitor' => '0', 'quoteemail' => 'richard.baker@theprintco.com', 'samplepackemail' => 'richard.baker@theprintco.com', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '1', 'homepage_news' => '0', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '1', 'homepage_blurb' => '<div class="row">
 <div class="col-md-6">
 <img src="/assets/images/b/promo.jpg" alt="">
 </div>
 <div class="col-md-6">
 <div class="promo-text">
 <h2>Edinburgh Fringe 2023</h2>
 <p>The largest arts festival in the world - working in partnership with The City of Edinburgh Council, we offer outdoor advertising spaces to all performers and venues. We also print hundreds of thousands of flyers / leaflets and posters for Fringe shows. We offer flyer and poster distribution to indoor outlets and on the street with our promotional teams undertaking hand to hand activity in all the hot spots throughout the city centre.</p>
 <a href="/fringe" class="button">Find Out More</a>
 </div>

 </div>
 </div>', 'productpage_jobname' => '0', 'page_title_headings' => '0', 'address_display' => 'The Print Co (West) Ltd<br>
Unit 218 Springvale Industrial Estate<br>
Cwmbran<br>
NP44 5BJ', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'Terms and Conditions apply.
BACS Details:<br>
The Print Co. (West) Ltd 
Bank details. Natwest Bishopston Branch
Sort code 60-02-38 Account No 68182732', 'heading_lowest_price' => '0', 'phonenumber' => '+44 (0) 1633 480881 ', 'phonenumber_display' => '01633 480881 ', 'productpage_showturnaround' => '0', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'maintenance_mode' => '0', 'maintenance_date' => '', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '0', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'saledisabled_fringe' => 'Select...', 'frontendsettings' => array('orderemail' => 'richard.baker@theprintco.com', 'worldpay_installationid' => '', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '1', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '250', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '1', 'infoemail' => 'richard.baker@theprintco.com', 'hascampaignmonitor' => '0', 'quoteemail' => 'richard.baker@theprintco.com', 'samplepackemail' => 'richard.baker@theprintco.com', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '1', 'homepage_news' => '0', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '1', 'homepage_blurb' => '<div class="row">
 <div class="col-md-6">
 <img src="/assets/images/b/promo.jpg" alt="">
 </div>
 <div class="col-md-6">
 <div class="promo-text">
 <h2>Edinburgh Fringe 2023</h2>
 <p>The largest arts festival in the world - working in partnership with The City of Edinburgh Council, we offer outdoor advertising spaces to all performers and venues. We also print hundreds of thousands of flyers / leaflets and posters for Fringe shows. We offer flyer and poster distribution to indoor outlets and on the street with our promotional teams undertaking hand to hand activity in all the hot spots throughout the city centre.</p>
 <a href="/fringe" class="button">Find Out More</a>
 </div>

 </div>
 </div>', 'productpage_jobname' => '0', 'page_title_headings' => '0', 'address_display' => 'The Print Co (West) Ltd<br>
Unit 218 Springvale Industrial Estate<br>
Cwmbran<br>
NP44 5BJ', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'Terms and Conditions apply.
BACS Details:<br>
The Print Co. (West) Ltd 
Bank details. Natwest Bishopston Branch
Sort code 60-02-38 Account No 68182732', 'heading_lowest_price' => '0', 'phonenumber' => '+44 (0) 1633 480881 ', 'phonenumber_display' => '01633 480881 ', 'productpage_showturnaround' => '0', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'maintenance_mode' => '0', 'maintenance_date' => '', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '0', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'saledisabled_fringe' => 'Select...'), 'pagebannerstart' => object(Markup), 'pagebannerend' => object(Markup)), array('templateheader' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_templateheader'), 'htmltitle' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_htmltitle'), 'metadesc' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_metadesc'), 'metakeywords' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_metakeywords'), 'logintitle' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_logintitle'), 'pagebanner' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_pagebanner'), 'sitecontainerstart' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_sitecontainerstart'), 'contentcontainerstart' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_contentcontainerstart'), 'contentcontainerend' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_contentcontainerend'), 'sitecontainerend' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_sitecontainerend'), 'templatejavascripts' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_templatejavascripts'), 'extrameta' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_extrameta'), 'css' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_css'), 'headjavascripts' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_headjavascripts'), 'precontent' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_precontent'), 'body' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_body'), 'javascripts' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_javascripts')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('loginRequired' => true, 'portal' => null, 'app' => object(AppVariable), 'company' => 'theprintcowales', 'cdn_domain' => 'https://ops.wales.theprintco.com', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'The PrintCo Wales', 'twitter_handle' => '@pcw', 'site_description' => 'Bristol Printers JamJar Print for all your printing needs: flyers, leaflets, business cards, posters, etc. Best for prices, quality and service.', 'siteMenu' => array(array('menu' => 'Print', 'active' => 1, 'menuid' => 1, 'headings' => array()), 'no' => array()), 'upsellProducts' => array(), 'types' => array(), 'processes' => array(array('process' => 'Lithographic Print', 'category' => 1, 'code' => 'LITHO', 'sizes' => null, 'typeid' => 1, 'processid' => 2, 'filename' => null), array('process' => 'Digital Print', 'category' => 1, 'code' => 'DIG', 'sizes' => null, 'typeid' => 1, 'processid' => 3, 'filename' => null), array('process' => 'Indigo Print', 'category' => 1, 'code' => 'IND', 'sizes' => null, 'typeid' => 1, 'processid' => 4, 'filename' => null), array('process' => 'Full Colour', 'category' => 5, 'code' => '4/4', 'sizes' => null, 'typeid' => 1, 'processid' => 5, 'filename' => null), array('process' => 'Matt Lam 1 Side', 'category' => 3, 'code' => 'LamMTSS', 'sizes' => null, 'typeid' => 1, 'processid' => 7, 'filename' => null), array('process' => 'Matt Lam 2 Sides', 'category' => 3, 'code' => 'LamMTDS', 'sizes' => null, 'typeid' => 1, 'processid' => 8, 'filename' => null), array('process' => 'Gloss Lam 1 Side', 'category' => 3, 'code' => 'LamGLSSS', 'sizes' => null, 'typeid' => 4, 'processid' => 9, 'filename' => null), array('process' => 'Gloss Lam 2 Sides', 'category' => 3, 'code' => 'LamGLSDS', 'sizes' => null, 'typeid' => 1, 'processid' => 10, 'filename' => null), array('process' => 'Soft Touch Lam 1 Side', 'category' => 3, 'code' => 'LamSOFSS', 'sizes' => null, 'typeid' => 1, 'processid' => 11, 'filename' => null), array('process' => 'Soft Touch Lam 2 Sides', 'category' => 3, 'code' => 'LamSOFDS', 'sizes' => null, 'typeid' => 1, 'processid' => 12, 'filename' => null), array('process' => 'Large Format Print', 'category' => 1, 'code' => 'LFP', 'sizes' => null, 'typeid' => 1, 'processid' => 13, 'filename' => null), array('process' => 'Sublimation', 'category' => 1, 'code' => 'SUB', 'sizes' => null, 'typeid' => 1, 'processid' => 14, 'filename' => null), array('process' => 'A4 Cross Fold to A6', 'category' => 4, 'code' => 'A4xfA6', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 17, 'filename' => null), array('process' => 'A3 Cross Fold to A5', 'category' => 4, 'code' => 'A3xfA5', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 18, 'filename' => null), array('process' => 'A5 Double Fold to 1/3 A5', 'category' => 4, 'code' => 'A5df3rdA5', 'sizes' => '["21"]', 'typeid' => 9, 'processid' => 19, 'filename' => null), array('process' => 'A4 Double Fold to 1/3 A4', 'category' => 4, 'code' => 'A4df3rdA4', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 20, 'filename' => null), array('process' => 'A3 Double Fold to 1/3 A3', 'category' => 4, 'code' => 'A3df3rdA3', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 21, 'filename' => null), array('process' => 'A5 Single Fold to A6', 'category' => 4, 'code' => 'A5sfA6', 'sizes' => '["21"]', 'typeid' => 9, 'processid' => 22, 'filename' => null), array('process' => 'A4 Single Fold to A5', 'category' => 4, 'code' => 'A4sfA5', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 25, 'filename' => null), array('process' => 'A4 Single Fold to A5L', 'category' => 4, 'code' => 'A4sfA5L', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 26, 'filename' => null), array('process' => 'A3 Single Fold to A4', 'category' => 4, 'code' => 'A3sfA4', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 27, 'filename' => null), array('process' => 'A3 Single Fold to A3L', 'category' => 4, 'code' => 'A3sfA3L', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 28, 'filename' => null), array('process' => 'Gold Foil', 'category' => 4, 'code' => 'FOILGld', 'sizes' => null, 'typeid' => 1, 'processid' => 29, 'filename' => null), array('process' => 'Silver Foil', 'category' => 4, 'code' => 'FOILSlv', 'sizes' => null, 'typeid' => 1, 'processid' => 30, 'filename' => null), array('process' => 'Single Sided Spot UV', 'category' => 4, 'code' => 'spUVSS', 'sizes' => null, 'typeid' => 1, 'processid' => 31, 'filename' => null), array('process' => 'Scodix Hi Build', 'category' => 4, 'code' => 'ScdxHIB', 'sizes' => null, 'typeid' => 17, 'processid' => 32, 'filename' => null), array('process' => 'Scodix Sense', 'category' => 4, 'code' => 'ScdxSNS', 'sizes' => null, 'typeid' => 17, 'processid' => 33, 'filename' => null), array('process' => 'Scodix Gold Foil', 'category' => 4, 'code' => 'ScdxGLD', 'sizes' => null, 'typeid' => 17, 'processid' => 34, 'filename' => null), array('process' => 'Scodix Silver Foil', 'category' => 4, 'code' => 'ScdxSLV', 'sizes' => null, 'typeid' => 17, 'processid' => 35, 'filename' => null), array('process' => 'Scodix Foil', 'category' => 4, 'code' => 'ScdxFOIL', 'sizes' => null, 'typeid' => 17, 'processid' => 36, 'filename' => null), array('process' => 'Gloss Encapsulation', 'category' => 3, 'code' => 'EncapGLS', 'sizes' => null, 'typeid' => 1, 'processid' => 37, 'filename' => null), array('process' => 'Matt Encapsulation', 'category' => 4, 'code' => 'EncapMT', 'sizes' => null, 'typeid' => 1, 'processid' => 38, 'filename' => null), array('process' => 'Diecut', 'category' => 4, 'code' => 'Diecut', 'sizes' => null, 'typeid' => 1, 'processid' => 39, 'filename' => null), array('process' => 'Rounded Corners', 'category' => 4, 'code' => 'RndCNR', 'sizes' => null, 'typeid' => 1, 'processid' => 40, 'filename' => null), array('process' => '1 Colour', 'category' => 5, 'code' => '1/1', 'sizes' => null, 'typeid' => 1, 'processid' => 44, 'filename' => null), array('process' => 'Full Colour + SS Pantone', 'category' => 5, 'code' => '5/4', 'sizes' => null, 'typeid' => 1, 'processid' => 45, 'filename' => null), array('process' => 'Full Colour + DS Pantone', 'category' => 5, 'code' => '5/5', 'sizes' => null, 'typeid' => 1, 'processid' => 46, 'filename' => null), array('process' => 'Single Fold to CC', 'category' => 4, 'code' => 'SFCC', 'sizes' => null, 'typeid' => 1, 'processid' => 47, 'filename' => null), array('process' => 'Edge Painted', 'category' => 4, 'code' => 'EgPaint', 'sizes' => null, 'typeid' => 1, 'processid' => 48, 'filename' => null), array('process' => 'Interlocking Flap', 'category' => 4, 'code' => 'LOCflaps', 'sizes' => null, 'typeid' => 1, 'processid' => 49, 'filename' => null), array('process' => 'Pocket & BC', 'category' => 4, 'code' => 'PocBC', 'sizes' => '["217"]', 'typeid' => 1, 'processid' => 50, 'filename' => null), array('process' => '4mm Pocket & BC', 'category' => 4, 'code' => '4mmPocBC', 'sizes' => '["217"]', 'typeid' => 1, 'processid' => 51, 'filename' => null), array('process' => '8 Page', 'category' => 2, 'code' => '8pp', 'sizes' => null, 'typeid' => 1, 'processid' => 53, 'filename' => null), array('process' => '16 Page', 'category' => 2, 'code' => '16pp', 'sizes' => null, 'typeid' => 1, 'processid' => 54, 'filename' => null), array('process' => 'Single Sided', 'category' => 2, 'code' => 'SS', 'sizes' => null, 'typeid' => 2, 'processid' => 55, 'filename' => null), array('process' => 'Double Sided', 'category' => 2, 'code' => 'DS', 'sizes' => null, 'typeid' => 2, 'processid' => 56, 'filename' => null), array('process' => 'Silk Lamination 1 Side', 'category' => 3, 'code' => 'LamSSslk', 'sizes' => null, 'typeid' => 15, 'processid' => 57, 'filename' => null), array('process' => 'Silk Lamination 2 Sides', 'category' => 3, 'code' => 'LamDSslk', 'sizes' => null, 'typeid' => 15, 'processid' => 58, 'filename' => null), array('process' => 'Anti Scuff Lam 1 Side', 'category' => 3, 'code' => 'LamSSscuff', 'sizes' => null, 'typeid' => 7, 'processid' => 59, 'filename' => null), array('process' => 'DS Anti Scuff Lam', 'category' => 3, 'code' => 'LamDSscuff', 'sizes' => null, 'typeid' => 7, 'processid' => 61, 'filename' => null), array('process' => 'Linen Lam 1 Side', 'category' => 3, 'code' => 'LamSSlinen', 'sizes' => null, 'typeid' => 6, 'processid' => 62, 'filename' => null), array('process' => 'DS Linen Lam', 'category' => 3, 'code' => 'LamDSlinen', 'sizes' => null, 'typeid' => 6, 'processid' => 63, 'filename' => null), array('process' => 'Vertical Business Card Slot', 'category' => 4, 'code' => 'DieVBC', 'sizes' => null, 'typeid' => 10, 'processid' => 64, 'filename' => null), array('process' => 'Horizontal Business Card Slot', 'category' => 4, 'code' => 'DieHBC', 'sizes' => null, 'typeid' => 10, 'processid' => 65, 'filename' => null), array('process' => 'A3 Cross Fold to A6', 'category' => 4, 'code' => 'A3xfA6', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 68, 'filename' => null), array('process' => 'A2 Cross Fold to A5', 'category' => 4, 'code' => 'A2xfA5', 'sizes' => '["20"]', 'typeid' => 9, 'processid' => 72, 'filename' => null), array('process' => 'Silver Stitch', 'category' => 4, 'code' => 'STITslv', 'sizes' => null, 'typeid' => 19, 'processid' => 73, 'filename' => null), array('process' => '2 Colour', 'category' => 5, 'code' => '2col', 'sizes' => null, 'typeid' => 1, 'processid' => 74, 'filename' => null), array('process' => 'Pad', 'category' => 4, 'code' => 'PAD', 'sizes' => null, 'typeid' => 19, 'processid' => 75, 'filename' => null), array('process' => 'Black Only', 'category' => 5, 'code' => 'Blk', 'sizes' => null, 'typeid' => 1, 'processid' => 76, 'filename' => null), array('process' => 'with Eyelets', 'category' => 4, 'code' => 'Eyelet', 'sizes' => null, 'typeid' => 12, 'processid' => 77, 'filename' => null), array('process' => 'No Eyelets', 'category' => 4, 'code' => 'NoEyelets', 'sizes' => null, 'typeid' => 12, 'processid' => 78, 'filename' => null), array('process' => '2 Part', 'category' => 4, 'code' => '1Perf', 'sizes' => null, 'typeid' => 20, 'processid' => 79, 'filename' => null), array('process' => '3 Part', 'category' => 4, 'code' => '2Perf', 'sizes' => null, 'typeid' => 20, 'processid' => 80, 'filename' => null), array('process' => 'Laser Cutting', 'category' => 4, 'code' => 'LASER', 'sizes' => null, 'typeid' => 21, 'processid' => 81, 'filename' => null), array('process' => 'Glue', 'category' => 4, 'code' => 'GLUE', 'sizes' => null, 'typeid' => 12, 'processid' => 82, 'filename' => null), array('process' => 'Drill', 'category' => 4, 'code' => 'DRILL', 'sizes' => null, 'typeid' => 18, 'processid' => 83, 'filename' => null), array('process' => 'SIngle Fold to 55x55mm', 'category' => 4, 'code' => 'SF55x55', 'sizes' => null, 'typeid' => 9, 'processid' => 84, 'filename' => null), array('process' => 'A6 Single Fold to A7', 'category' => 4, 'code' => 'A6sfA7', 'sizes' => '["4"]', 'typeid' => 9, 'processid' => 85, 'filename' => null), array('process' => 'Wiro Binding', 'category' => 4, 'code' => 'WIRO', 'sizes' => null, 'typeid' => 19, 'processid' => 86, 'filename' => null), array('process' => 'Bond', 'category' => 4, 'code' => 'BOND', 'sizes' => null, 'typeid' => 18, 'processid' => 87, 'filename' => null), array('process' => '14 Page', 'category' => 2, 'code' => '14pp', 'sizes' => null, 'typeid' => 2, 'processid' => 88, 'filename' => null), array('process' => '26 Page', 'category' => 2, 'code' => '26pp', 'sizes' => null, 'typeid' => 2, 'processid' => 89, 'filename' => null), array('process' => 'A2 Double Fold to A4', 'category' => 4, 'code' => 'A2dfA4', 'sizes' => '["20"]', 'typeid' => 9, 'processid' => 90, 'filename' => null), array('process' => 'A1 cross fold to A4', 'category' => 4, 'code' => 'A1xfA4', 'sizes' => '["19"]', 'typeid' => 9, 'processid' => 91, 'filename' => null), array('process' => '290 Single Fold to 145', 'category' => 4, 'code' => '290sf145', 'sizes' => '["227"]', 'typeid' => 9, 'processid' => 92, 'filename' => null), array('process' => 'White Ink', 'category' => 5, 'code' => 'WhtINK', 'sizes' => null, 'typeid' => 1, 'processid' => 94, 'filename' => null), array('process' => '198 Single Fold to 99', 'category' => 4, 'code' => '198sf99', 'sizes' => '["228"]', 'typeid' => 9, 'processid' => 95, 'filename' => null), array('process' => '370 Single Fold to 85mm', 'category' => 4, 'code' => '370sf85', 'sizes' => '["229"]', 'typeid' => 9, 'processid' => 96, 'filename' => null), array('process' => 'White Laminate', 'category' => 3, 'code' => 'WhtLAM', 'sizes' => null, 'typeid' => 24, 'processid' => 97, 'filename' => null), array('process' => 'A4 Single Fold to A4L', 'category' => 4, 'code' => 'A4sfA4L', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 98, 'filename' => null), array('process' => 'Anti Slip Laminate', 'category' => 3, 'code' => 'LamSSantislip', 'sizes' => null, 'typeid' => 25, 'processid' => 107, 'filename' => null), array('process' => '13 Leaves', 'category' => 2, 'code' => '13Leaf', 'sizes' => null, 'typeid' => 2, 'processid' => 108, 'filename' => null), array('process' => '7 Leaves', 'category' => 2, 'code' => '7 Leaf', 'sizes' => null, 'typeid' => 2, 'processid' => 109, 'filename' => null), array('process' => 'Stretch', 'category' => 4, 'code' => 'STRETCH', 'sizes' => null, 'typeid' => 12, 'processid' => 110, 'filename' => null)), 'processtypes' => array(array('type' => 'print', 'hasnooption' => 0, 'blocks' => '["6"]', 'typeid' => 1), array('type' => 'sides', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 2), array('type' => 'mattlam', 'hasnooption' => 1, 'blocks' => null, 'typeid' => 3), array('type' => 'glosslam', 'hasnooption' => 0, 'blocks' => '["8","17"]', 'typeid' => 4), array('type' => 'softtouchlam', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 5), array('type' => 'linenlam', 'hasnooption' => 0, 'blocks' => '["17"]', 'typeid' => 6), array('type' => 'antiscufflam', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 7), array('type' => 'spotuv', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 8), array('type' => 'fold', 'hasnooption' => 1, 'blocks' => null, 'typeid' => 9), array('type' => 'diecut', 'hasnooption' => 1, 'blocks' => null, 'typeid' => 10), array('type' => 'foil', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 11), array('type' => 'handfinish', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 12), array('type' => 'silklam', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 15), array('type' => 'Scodix', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 17), array('type' => 'binding', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 19), array('type' => 'Perforation', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 20), array('type' => 'Laser', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 21), array('type' => 'Drill', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 22), array('type' => 'Bond', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 23), array('type' => 'White Laminate', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 24), array('type' => 'antisliplam', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 25)), 'accounting' => 'qb', 'all_runs_complete_status' => '1', 'allow_crossorder_deliveries' => '1', 'allow_saving_from_addresses' => '0', 'backup_all_entities' => '0', 'baseholidays' => '2021-12-27,2021-12-28,2021-12-29,2021-12-30,2021-12-31,2022-01-03', 'block_delivery_notes_for_unpaid_orders' => '0', 'block_printing_orders_on_credit_hold' => '0', 'colour_main' => '#a029b9', 'colour_other' => '#702281', 'colour_other2' => '#eabff3', 'colour_primary_rgba' => 'rgba(160, 41, 185, 0.95)', 'colour_secondary' => '#e05cfc', 'colour_secondary_rgba' => 'rgba(190,81,185, 0.8)', 'company_email' => 'richard.baker@theprintco.com', 'company_telephone' => '01633480881', 'csv_path' => '', 'default_add_order_window' => '0', 'default_addressid' => '474', 'default_order_line_notes' => 'REPRO:PRINT:FINISHING:OTHER:', 'default_turnaround_days' => '5', 'delivery_ready_indicator' => '1', 'delivery_stockcode' => 'DEL/COURIER', 'detrack_key' => 'U76a4e617d8a181d04713bb83d48eef4b4a79b6e8c83d2cf2', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'Shaun Bibby', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'PCWrich123!?', 'dpd_printer' => 'Citizen CL-S521Z', 'dpd_username' => 'printcowest', 'email_on_new_customer' => '0', 'email_on_new_order' => '0', 'email_on_new_order_type' => '0', 'enable_support' => '0', 'exchequer' => 'SIN', 'exchequer_path' => '', 'fedex_account' => '585785920', 'fedex_api_key' => 'l7808616d577dc4a4498e17a44141c693a', 'fedex_return_address' => '7188', 'fedex_secret_key' => '8c731071-7e5d-4111-96d2-cfce22e2fb07', 'fedex_url' => 'https://apis.fedex.com', 'financial_month' => '08', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolderwales/input', 'hotfolder_path_output' => 'artworkhotfolderwales/UploadToOps_PCW', 'ignore_orders_before_start' => '0', 'internal_customers' => '[]', 'invoice_email' => 'finance@theprintco.com', 'locations_enabled' => '0', 'newcustomer_email' => 'richard.baker@theprintco.com', 'neworder_email' => 'richard.baker@theprintco.com', 'ops_start_date' => '1990-01-01', 'order_email' => 'richard.baker@theprintco.com', 'order_print_button' => '0', 'payment_email' => 'finance@theprintco.com', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'richard.baker@theprintco.com', 'portal_site' => '0', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'AB11722411912zvzZY7Xmulz7Uo3rJwVNrxAOoupQJWUVAPAHV', 'quickbooks_clientid' => 'ABzZiabR3jasGcfnMCm9x9HHx8SbjmTQFq27Yq80bgXYsoynlk', 'quickbooks_companyid' => '9341452785031580', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"Qty","field":"prodqty"}]', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '1', 'quickbooks_secret' => 'OOcwriYnHSwG4JZLUNiyfVCFwrkvjNuBaWyKWxF9', 'quote_email' => 'richard.baker@theprintco.com', 'require_address_on_customers' => '1', 'require_job_ref_field' => '0', 'scan_workflow' => '1', 'section_artworkprocessing' => '1', 'section_detrack' => '1', 'section_outdoor' => '0', 'section_portal' => '1', 'section_print_finishing' => '0', 'section_schedule' => '0', 'send_email_on_support_ticket' => '1', 'shortcut_buttons' => '', 'show_product_dropdowns' => '1', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '0', 'tbc_addressid' => '559', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1117424', 'worldpay_merchant_code' => 'JAMJARPRINTLM1', 'worldpay_merchant_password' => 'vKzw7TAZ', 'worldpay_url' => 'https://secure-test.worldpay.com/jsp/merchant/xml/paymentService.jsp', 'orderemail' => 'richard.baker@theprintco.com', 'worldpay_installationid' => '', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '1', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '250', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '1', 'infoemail' => 'richard.baker@theprintco.com', 'hascampaignmonitor' => '0', 'quoteemail' => 'richard.baker@theprintco.com', 'samplepackemail' => 'richard.baker@theprintco.com', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '1', 'homepage_news' => '0', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '1', 'homepage_blurb' => '<div class="row">
 <div class="col-md-6">
 <img src="/assets/images/b/promo.jpg" alt="">
 </div>
 <div class="col-md-6">
 <div class="promo-text">
 <h2>Edinburgh Fringe 2023</h2>
 <p>The largest arts festival in the world - working in partnership with The City of Edinburgh Council, we offer outdoor advertising spaces to all performers and venues. We also print hundreds of thousands of flyers / leaflets and posters for Fringe shows. We offer flyer and poster distribution to indoor outlets and on the street with our promotional teams undertaking hand to hand activity in all the hot spots throughout the city centre.</p>
 <a href="/fringe" class="button">Find Out More</a>
 </div>

 </div>
 </div>', 'productpage_jobname' => '0', 'page_title_headings' => '0', 'address_display' => 'The Print Co (West) Ltd<br>
Unit 218 Springvale Industrial Estate<br>
Cwmbran<br>
NP44 5BJ', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'Terms and Conditions apply.
BACS Details:<br>
The Print Co. (West) Ltd 
Bank details. Natwest Bishopston Branch
Sort code 60-02-38 Account No 68182732', 'heading_lowest_price' => '0', 'phonenumber' => '+44 (0) 1633 480881 ', 'phonenumber_display' => '01633 480881 ', 'productpage_showturnaround' => '0', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'maintenance_mode' => '0', 'maintenance_date' => '', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '0', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'saledisabled_fringe' => 'Select...', 'frontendsettings' => array('orderemail' => 'richard.baker@theprintco.com', 'worldpay_installationid' => '', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '1', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '250', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '1', 'infoemail' => 'richard.baker@theprintco.com', 'hascampaignmonitor' => '0', 'quoteemail' => 'richard.baker@theprintco.com', 'samplepackemail' => 'richard.baker@theprintco.com', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '1', 'homepage_news' => '0', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '1', 'homepage_blurb' => '<div class="row">
 <div class="col-md-6">
 <img src="/assets/images/b/promo.jpg" alt="">
 </div>
 <div class="col-md-6">
 <div class="promo-text">
 <h2>Edinburgh Fringe 2023</h2>
 <p>The largest arts festival in the world - working in partnership with The City of Edinburgh Council, we offer outdoor advertising spaces to all performers and venues. We also print hundreds of thousands of flyers / leaflets and posters for Fringe shows. We offer flyer and poster distribution to indoor outlets and on the street with our promotional teams undertaking hand to hand activity in all the hot spots throughout the city centre.</p>
 <a href="/fringe" class="button">Find Out More</a>
 </div>

 </div>
 </div>', 'productpage_jobname' => '0', 'page_title_headings' => '0', 'address_display' => 'The Print Co (West) Ltd<br>
Unit 218 Springvale Industrial Estate<br>
Cwmbran<br>
NP44 5BJ', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'Terms and Conditions apply.
BACS Details:<br>
The Print Co. (West) Ltd 
Bank details. Natwest Bishopston Branch
Sort code 60-02-38 Account No 68182732', 'heading_lowest_price' => '0', 'phonenumber' => '+44 (0) 1633 480881 ', 'phonenumber_display' => '01633 480881 ', 'productpage_showturnaround' => '0', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'maintenance_mode' => '0', 'maintenance_date' => '', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '0', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'saledisabled_fringe' => 'Select...')), array('templateheader' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_templateheader'), 'htmltitle' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_htmltitle'), 'metadesc' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_metadesc'), 'metakeywords' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_metakeywords'), 'logintitle' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_logintitle'), 'pagebanner' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_pagebanner'), 'sitecontainerstart' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_sitecontainerstart'), 'contentcontainerstart' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_contentcontainerstart'), 'contentcontainerend' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_contentcontainerend'), 'sitecontainerend' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_sitecontainerend'), 'templatejavascripts' => array(object(__TwigTemplate_6fa4a967ed7e5d9e9e73f9b3208234a4), 'block_templatejavascripts'), 'extrameta' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_extrameta'), 'css' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_css'), 'headjavascripts' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_headjavascripts'), 'precontent' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_precontent'), 'body' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_body'), 'javascripts' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_javascripts')))
     (var/cache/dev/twig/39/396deeac582371c959dd86413ad4a7f5.php:61)
  at __TwigTemplate_377a73da937d3a8d146271715f01c7a5->doDisplay(array('loginRequired' => true, 'portal' => null, 'app' => object(AppVariable), 'company' => 'theprintcowales', 'cdn_domain' => 'https://ops.wales.theprintco.com', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'The PrintCo Wales', 'twitter_handle' => '@pcw', 'site_description' => 'Bristol Printers JamJar Print for all your printing needs: flyers, leaflets, business cards, posters, etc. Best for prices, quality and service.', 'siteMenu' => array(array('menu' => 'Print', 'active' => 1, 'menuid' => 1, 'headings' => array()), 'no' => array()), 'upsellProducts' => array(), 'types' => array(), 'processes' => array(array('process' => 'Lithographic Print', 'category' => 1, 'code' => 'LITHO', 'sizes' => null, 'typeid' => 1, 'processid' => 2, 'filename' => null), array('process' => 'Digital Print', 'category' => 1, 'code' => 'DIG', 'sizes' => null, 'typeid' => 1, 'processid' => 3, 'filename' => null), array('process' => 'Indigo Print', 'category' => 1, 'code' => 'IND', 'sizes' => null, 'typeid' => 1, 'processid' => 4, 'filename' => null), array('process' => 'Full Colour', 'category' => 5, 'code' => '4/4', 'sizes' => null, 'typeid' => 1, 'processid' => 5, 'filename' => null), array('process' => 'Matt Lam 1 Side', 'category' => 3, 'code' => 'LamMTSS', 'sizes' => null, 'typeid' => 1, 'processid' => 7, 'filename' => null), array('process' => 'Matt Lam 2 Sides', 'category' => 3, 'code' => 'LamMTDS', 'sizes' => null, 'typeid' => 1, 'processid' => 8, 'filename' => null), array('process' => 'Gloss Lam 1 Side', 'category' => 3, 'code' => 'LamGLSSS', 'sizes' => null, 'typeid' => 4, 'processid' => 9, 'filename' => null), array('process' => 'Gloss Lam 2 Sides', 'category' => 3, 'code' => 'LamGLSDS', 'sizes' => null, 'typeid' => 1, 'processid' => 10, 'filename' => null), array('process' => 'Soft Touch Lam 1 Side', 'category' => 3, 'code' => 'LamSOFSS', 'sizes' => null, 'typeid' => 1, 'processid' => 11, 'filename' => null), array('process' => 'Soft Touch Lam 2 Sides', 'category' => 3, 'code' => 'LamSOFDS', 'sizes' => null, 'typeid' => 1, 'processid' => 12, 'filename' => null), array('process' => 'Large Format Print', 'category' => 1, 'code' => 'LFP', 'sizes' => null, 'typeid' => 1, 'processid' => 13, 'filename' => null), array('process' => 'Sublimation', 'category' => 1, 'code' => 'SUB', 'sizes' => null, 'typeid' => 1, 'processid' => 14, 'filename' => null), array('process' => 'A4 Cross Fold to A6', 'category' => 4, 'code' => 'A4xfA6', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 17, 'filename' => null), array('process' => 'A3 Cross Fold to A5', 'category' => 4, 'code' => 'A3xfA5', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 18, 'filename' => null), array('process' => 'A5 Double Fold to 1/3 A5', 'category' => 4, 'code' => 'A5df3rdA5', 'sizes' => '["21"]', 'typeid' => 9, 'processid' => 19, 'filename' => null), array('process' => 'A4 Double Fold to 1/3 A4', 'category' => 4, 'code' => 'A4df3rdA4', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 20, 'filename' => null), array('process' => 'A3 Double Fold to 1/3 A3', 'category' => 4, 'code' => 'A3df3rdA3', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 21, 'filename' => null), array('process' => 'A5 Single Fold to A6', 'category' => 4, 'code' => 'A5sfA6', 'sizes' => '["21"]', 'typeid' => 9, 'processid' => 22, 'filename' => null), array('process' => 'A4 Single Fold to A5', 'category' => 4, 'code' => 'A4sfA5', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 25, 'filename' => null), array('process' => 'A4 Single Fold to A5L', 'category' => 4, 'code' => 'A4sfA5L', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 26, 'filename' => null), array('process' => 'A3 Single Fold to A4', 'category' => 4, 'code' => 'A3sfA4', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 27, 'filename' => null), array('process' => 'A3 Single Fold to A3L', 'category' => 4, 'code' => 'A3sfA3L', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 28, 'filename' => null), array('process' => 'Gold Foil', 'category' => 4, 'code' => 'FOILGld', 'sizes' => null, 'typeid' => 1, 'processid' => 29, 'filename' => null), array('process' => 'Silver Foil', 'category' => 4, 'code' => 'FOILSlv', 'sizes' => null, 'typeid' => 1, 'processid' => 30, 'filename' => null), array('process' => 'Single Sided Spot UV', 'category' => 4, 'code' => 'spUVSS', 'sizes' => null, 'typeid' => 1, 'processid' => 31, 'filename' => null), array('process' => 'Scodix Hi Build', 'category' => 4, 'code' => 'ScdxHIB', 'sizes' => null, 'typeid' => 17, 'processid' => 32, 'filename' => null), array('process' => 'Scodix Sense', 'category' => 4, 'code' => 'ScdxSNS', 'sizes' => null, 'typeid' => 17, 'processid' => 33, 'filename' => null), array('process' => 'Scodix Gold Foil', 'category' => 4, 'code' => 'ScdxGLD', 'sizes' => null, 'typeid' => 17, 'processid' => 34, 'filename' => null), array('process' => 'Scodix Silver Foil', 'category' => 4, 'code' => 'ScdxSLV', 'sizes' => null, 'typeid' => 17, 'processid' => 35, 'filename' => null), array('process' => 'Scodix Foil', 'category' => 4, 'code' => 'ScdxFOIL', 'sizes' => null, 'typeid' => 17, 'processid' => 36, 'filename' => null), array('process' => 'Gloss Encapsulation', 'category' => 3, 'code' => 'EncapGLS', 'sizes' => null, 'typeid' => 1, 'processid' => 37, 'filename' => null), array('process' => 'Matt Encapsulation', 'category' => 4, 'code' => 'EncapMT', 'sizes' => null, 'typeid' => 1, 'processid' => 38, 'filename' => null), array('process' => 'Diecut', 'category' => 4, 'code' => 'Diecut', 'sizes' => null, 'typeid' => 1, 'processid' => 39, 'filename' => null), array('process' => 'Rounded Corners', 'category' => 4, 'code' => 'RndCNR', 'sizes' => null, 'typeid' => 1, 'processid' => 40, 'filename' => null), array('process' => '1 Colour', 'category' => 5, 'code' => '1/1', 'sizes' => null, 'typeid' => 1, 'processid' => 44, 'filename' => null), array('process' => 'Full Colour + SS Pantone', 'category' => 5, 'code' => '5/4', 'sizes' => null, 'typeid' => 1, 'processid' => 45, 'filename' => null), array('process' => 'Full Colour + DS Pantone', 'category' => 5, 'code' => '5/5', 'sizes' => null, 'typeid' => 1, 'processid' => 46, 'filename' => null), array('process' => 'Single Fold to CC', 'category' => 4, 'code' => 'SFCC', 'sizes' => null, 'typeid' => 1, 'processid' => 47, 'filename' => null), array('process' => 'Edge Painted', 'category' => 4, 'code' => 'EgPaint', 'sizes' => null, 'typeid' => 1, 'processid' => 48, 'filename' => null), array('process' => 'Interlocking Flap', 'category' => 4, 'code' => 'LOCflaps', 'sizes' => null, 'typeid' => 1, 'processid' => 49, 'filename' => null), array('process' => 'Pocket & BC', 'category' => 4, 'code' => 'PocBC', 'sizes' => '["217"]', 'typeid' => 1, 'processid' => 50, 'filename' => null), array('process' => '4mm Pocket & BC', 'category' => 4, 'code' => '4mmPocBC', 'sizes' => '["217"]', 'typeid' => 1, 'processid' => 51, 'filename' => null), array('process' => '8 Page', 'category' => 2, 'code' => '8pp', 'sizes' => null, 'typeid' => 1, 'processid' => 53, 'filename' => null), array('process' => '16 Page', 'category' => 2, 'code' => '16pp', 'sizes' => null, 'typeid' => 1, 'processid' => 54, 'filename' => null), array('process' => 'Single Sided', 'category' => 2, 'code' => 'SS', 'sizes' => null, 'typeid' => 2, 'processid' => 55, 'filename' => null), array('process' => 'Double Sided', 'category' => 2, 'code' => 'DS', 'sizes' => null, 'typeid' => 2, 'processid' => 56, 'filename' => null), array('process' => 'Silk Lamination 1 Side', 'category' => 3, 'code' => 'LamSSslk', 'sizes' => null, 'typeid' => 15, 'processid' => 57, 'filename' => null), array('process' => 'Silk Lamination 2 Sides', 'category' => 3, 'code' => 'LamDSslk', 'sizes' => null, 'typeid' => 15, 'processid' => 58, 'filename' => null), array('process' => 'Anti Scuff Lam 1 Side', 'category' => 3, 'code' => 'LamSSscuff', 'sizes' => null, 'typeid' => 7, 'processid' => 59, 'filename' => null), array('process' => 'DS Anti Scuff Lam', 'category' => 3, 'code' => 'LamDSscuff', 'sizes' => null, 'typeid' => 7, 'processid' => 61, 'filename' => null), array('process' => 'Linen Lam 1 Side', 'category' => 3, 'code' => 'LamSSlinen', 'sizes' => null, 'typeid' => 6, 'processid' => 62, 'filename' => null), array('process' => 'DS Linen Lam', 'category' => 3, 'code' => 'LamDSlinen', 'sizes' => null, 'typeid' => 6, 'processid' => 63, 'filename' => null), array('process' => 'Vertical Business Card Slot', 'category' => 4, 'code' => 'DieVBC', 'sizes' => null, 'typeid' => 10, 'processid' => 64, 'filename' => null), array('process' => 'Horizontal Business Card Slot', 'category' => 4, 'code' => 'DieHBC', 'sizes' => null, 'typeid' => 10, 'processid' => 65, 'filename' => null), array('process' => 'A3 Cross Fold to A6', 'category' => 4, 'code' => 'A3xfA6', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 68, 'filename' => null), array('process' => 'A2 Cross Fold to A5', 'category' => 4, 'code' => 'A2xfA5', 'sizes' => '["20"]', 'typeid' => 9, 'processid' => 72, 'filename' => null), array('process' => 'Silver Stitch', 'category' => 4, 'code' => 'STITslv', 'sizes' => null, 'typeid' => 19, 'processid' => 73, 'filename' => null), array('process' => '2 Colour', 'category' => 5, 'code' => '2col', 'sizes' => null, 'typeid' => 1, 'processid' => 74, 'filename' => null), array('process' => 'Pad', 'category' => 4, 'code' => 'PAD', 'sizes' => null, 'typeid' => 19, 'processid' => 75, 'filename' => null), array('process' => 'Black Only', 'category' => 5, 'code' => 'Blk', 'sizes' => null, 'typeid' => 1, 'processid' => 76, 'filename' => null), array('process' => 'with Eyelets', 'category' => 4, 'code' => 'Eyelet', 'sizes' => null, 'typeid' => 12, 'processid' => 77, 'filename' => null), array('process' => 'No Eyelets', 'category' => 4, 'code' => 'NoEyelets', 'sizes' => null, 'typeid' => 12, 'processid' => 78, 'filename' => null), array('process' => '2 Part', 'category' => 4, 'code' => '1Perf', 'sizes' => null, 'typeid' => 20, 'processid' => 79, 'filename' => null), array('process' => '3 Part', 'category' => 4, 'code' => '2Perf', 'sizes' => null, 'typeid' => 20, 'processid' => 80, 'filename' => null), array('process' => 'Laser Cutting', 'category' => 4, 'code' => 'LASER', 'sizes' => null, 'typeid' => 21, 'processid' => 81, 'filename' => null), array('process' => 'Glue', 'category' => 4, 'code' => 'GLUE', 'sizes' => null, 'typeid' => 12, 'processid' => 82, 'filename' => null), array('process' => 'Drill', 'category' => 4, 'code' => 'DRILL', 'sizes' => null, 'typeid' => 18, 'processid' => 83, 'filename' => null), array('process' => 'SIngle Fold to 55x55mm', 'category' => 4, 'code' => 'SF55x55', 'sizes' => null, 'typeid' => 9, 'processid' => 84, 'filename' => null), array('process' => 'A6 Single Fold to A7', 'category' => 4, 'code' => 'A6sfA7', 'sizes' => '["4"]', 'typeid' => 9, 'processid' => 85, 'filename' => null), array('process' => 'Wiro Binding', 'category' => 4, 'code' => 'WIRO', 'sizes' => null, 'typeid' => 19, 'processid' => 86, 'filename' => null), array('process' => 'Bond', 'category' => 4, 'code' => 'BOND', 'sizes' => null, 'typeid' => 18, 'processid' => 87, 'filename' => null), array('process' => '14 Page', 'category' => 2, 'code' => '14pp', 'sizes' => null, 'typeid' => 2, 'processid' => 88, 'filename' => null), array('process' => '26 Page', 'category' => 2, 'code' => '26pp', 'sizes' => null, 'typeid' => 2, 'processid' => 89, 'filename' => null), array('process' => 'A2 Double Fold to A4', 'category' => 4, 'code' => 'A2dfA4', 'sizes' => '["20"]', 'typeid' => 9, 'processid' => 90, 'filename' => null), array('process' => 'A1 cross fold to A4', 'category' => 4, 'code' => 'A1xfA4', 'sizes' => '["19"]', 'typeid' => 9, 'processid' => 91, 'filename' => null), array('process' => '290 Single Fold to 145', 'category' => 4, 'code' => '290sf145', 'sizes' => '["227"]', 'typeid' => 9, 'processid' => 92, 'filename' => null), array('process' => 'White Ink', 'category' => 5, 'code' => 'WhtINK', 'sizes' => null, 'typeid' => 1, 'processid' => 94, 'filename' => null), array('process' => '198 Single Fold to 99', 'category' => 4, 'code' => '198sf99', 'sizes' => '["228"]', 'typeid' => 9, 'processid' => 95, 'filename' => null), array('process' => '370 Single Fold to 85mm', 'category' => 4, 'code' => '370sf85', 'sizes' => '["229"]', 'typeid' => 9, 'processid' => 96, 'filename' => null), array('process' => 'White Laminate', 'category' => 3, 'code' => 'WhtLAM', 'sizes' => null, 'typeid' => 24, 'processid' => 97, 'filename' => null), array('process' => 'A4 Single Fold to A4L', 'category' => 4, 'code' => 'A4sfA4L', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 98, 'filename' => null), array('process' => 'Anti Slip Laminate', 'category' => 3, 'code' => 'LamSSantislip', 'sizes' => null, 'typeid' => 25, 'processid' => 107, 'filename' => null), array('process' => '13 Leaves', 'category' => 2, 'code' => '13Leaf', 'sizes' => null, 'typeid' => 2, 'processid' => 108, 'filename' => null), array('process' => '7 Leaves', 'category' => 2, 'code' => '7 Leaf', 'sizes' => null, 'typeid' => 2, 'processid' => 109, 'filename' => null), array('process' => 'Stretch', 'category' => 4, 'code' => 'STRETCH', 'sizes' => null, 'typeid' => 12, 'processid' => 110, 'filename' => null)), 'processtypes' => array(array('type' => 'print', 'hasnooption' => 0, 'blocks' => '["6"]', 'typeid' => 1), array('type' => 'sides', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 2), array('type' => 'mattlam', 'hasnooption' => 1, 'blocks' => null, 'typeid' => 3), array('type' => 'glosslam', 'hasnooption' => 0, 'blocks' => '["8","17"]', 'typeid' => 4), array('type' => 'softtouchlam', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 5), array('type' => 'linenlam', 'hasnooption' => 0, 'blocks' => '["17"]', 'typeid' => 6), array('type' => 'antiscufflam', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 7), array('type' => 'spotuv', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 8), array('type' => 'fold', 'hasnooption' => 1, 'blocks' => null, 'typeid' => 9), array('type' => 'diecut', 'hasnooption' => 1, 'blocks' => null, 'typeid' => 10), array('type' => 'foil', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 11), array('type' => 'handfinish', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 12), array('type' => 'silklam', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 15), array('type' => 'Scodix', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 17), array('type' => 'binding', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 19), array('type' => 'Perforation', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 20), array('type' => 'Laser', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 21), array('type' => 'Drill', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 22), array('type' => 'Bond', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 23), array('type' => 'White Laminate', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 24), array('type' => 'antisliplam', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 25)), 'accounting' => 'qb', 'all_runs_complete_status' => '1', 'allow_crossorder_deliveries' => '1', 'allow_saving_from_addresses' => '0', 'backup_all_entities' => '0', 'baseholidays' => '2021-12-27,2021-12-28,2021-12-29,2021-12-30,2021-12-31,2022-01-03', 'block_delivery_notes_for_unpaid_orders' => '0', 'block_printing_orders_on_credit_hold' => '0', 'colour_main' => '#a029b9', 'colour_other' => '#702281', 'colour_other2' => '#eabff3', 'colour_primary_rgba' => 'rgba(160, 41, 185, 0.95)', 'colour_secondary' => '#e05cfc', 'colour_secondary_rgba' => 'rgba(190,81,185, 0.8)', 'company_email' => 'richard.baker@theprintco.com', 'company_telephone' => '01633480881', 'csv_path' => '', 'default_add_order_window' => '0', 'default_addressid' => '474', 'default_order_line_notes' => 'REPRO:PRINT:FINISHING:OTHER:', 'default_turnaround_days' => '5', 'delivery_ready_indicator' => '1', 'delivery_stockcode' => 'DEL/COURIER', 'detrack_key' => 'U76a4e617d8a181d04713bb83d48eef4b4a79b6e8c83d2cf2', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'Shaun Bibby', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'PCWrich123!?', 'dpd_printer' => 'Citizen CL-S521Z', 'dpd_username' => 'printcowest', 'email_on_new_customer' => '0', 'email_on_new_order' => '0', 'email_on_new_order_type' => '0', 'enable_support' => '0', 'exchequer' => 'SIN', 'exchequer_path' => '', 'fedex_account' => '585785920', 'fedex_api_key' => 'l7808616d577dc4a4498e17a44141c693a', 'fedex_return_address' => '7188', 'fedex_secret_key' => '8c731071-7e5d-4111-96d2-cfce22e2fb07', 'fedex_url' => 'https://apis.fedex.com', 'financial_month' => '08', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolderwales/input', 'hotfolder_path_output' => 'artworkhotfolderwales/UploadToOps_PCW', 'ignore_orders_before_start' => '0', 'internal_customers' => '[]', 'invoice_email' => 'finance@theprintco.com', 'locations_enabled' => '0', 'newcustomer_email' => 'richard.baker@theprintco.com', 'neworder_email' => 'richard.baker@theprintco.com', 'ops_start_date' => '1990-01-01', 'order_email' => 'richard.baker@theprintco.com', 'order_print_button' => '0', 'payment_email' => 'finance@theprintco.com', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'richard.baker@theprintco.com', 'portal_site' => '0', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'AB11722411912zvzZY7Xmulz7Uo3rJwVNrxAOoupQJWUVAPAHV', 'quickbooks_clientid' => 'ABzZiabR3jasGcfnMCm9x9HHx8SbjmTQFq27Yq80bgXYsoynlk', 'quickbooks_companyid' => '9341452785031580', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"Qty","field":"prodqty"}]', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '1', 'quickbooks_secret' => 'OOcwriYnHSwG4JZLUNiyfVCFwrkvjNuBaWyKWxF9', 'quote_email' => 'richard.baker@theprintco.com', 'require_address_on_customers' => '1', 'require_job_ref_field' => '0', 'scan_workflow' => '1', 'section_artworkprocessing' => '1', 'section_detrack' => '1', 'section_outdoor' => '0', 'section_portal' => '1', 'section_print_finishing' => '0', 'section_schedule' => '0', 'send_email_on_support_ticket' => '1', 'shortcut_buttons' => '', 'show_product_dropdowns' => '1', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '0', 'tbc_addressid' => '559', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1117424', 'worldpay_merchant_code' => 'JAMJARPRINTLM1', 'worldpay_merchant_password' => 'vKzw7TAZ', 'worldpay_url' => 'https://secure-test.worldpay.com/jsp/merchant/xml/paymentService.jsp', 'orderemail' => 'richard.baker@theprintco.com', 'worldpay_installationid' => '', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '1', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '250', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '1', 'infoemail' => 'richard.baker@theprintco.com', 'hascampaignmonitor' => '0', 'quoteemail' => 'richard.baker@theprintco.com', 'samplepackemail' => 'richard.baker@theprintco.com', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '1', 'homepage_news' => '0', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '1', 'homepage_blurb' => '<div class="row">
 <div class="col-md-6">
 <img src="/assets/images/b/promo.jpg" alt="">
 </div>
 <div class="col-md-6">
 <div class="promo-text">
 <h2>Edinburgh Fringe 2023</h2>
 <p>The largest arts festival in the world - working in partnership with The City of Edinburgh Council, we offer outdoor advertising spaces to all performers and venues. We also print hundreds of thousands of flyers / leaflets and posters for Fringe shows. We offer flyer and poster distribution to indoor outlets and on the street with our promotional teams undertaking hand to hand activity in all the hot spots throughout the city centre.</p>
 <a href="/fringe" class="button">Find Out More</a>
 </div>

 </div>
 </div>', 'productpage_jobname' => '0', 'page_title_headings' => '0', 'address_display' => 'The Print Co (West) Ltd<br>
Unit 218 Springvale Industrial Estate<br>
Cwmbran<br>
NP44 5BJ', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'Terms and Conditions apply.
BACS Details:<br>
The Print Co. (West) Ltd 
Bank details. Natwest Bishopston Branch
Sort code 60-02-38 Account No 68182732', 'heading_lowest_price' => '0', 'phonenumber' => '+44 (0) 1633 480881 ', 'phonenumber_display' => '01633 480881 ', 'productpage_showturnaround' => '0', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'maintenance_mode' => '0', 'maintenance_date' => '', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '0', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'saledisabled_fringe' => 'Select...', 'frontendsettings' => array('orderemail' => 'richard.baker@theprintco.com', 'worldpay_installationid' => '', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '1', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '250', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '1', 'infoemail' => 'richard.baker@theprintco.com', 'hascampaignmonitor' => '0', 'quoteemail' => 'richard.baker@theprintco.com', 'samplepackemail' => 'richard.baker@theprintco.com', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '1', 'homepage_news' => '0', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '1', 'homepage_blurb' => '<div class="row">
 <div class="col-md-6">
 <img src="/assets/images/b/promo.jpg" alt="">
 </div>
 <div class="col-md-6">
 <div class="promo-text">
 <h2>Edinburgh Fringe 2023</h2>
 <p>The largest arts festival in the world - working in partnership with The City of Edinburgh Council, we offer outdoor advertising spaces to all performers and venues. We also print hundreds of thousands of flyers / leaflets and posters for Fringe shows. We offer flyer and poster distribution to indoor outlets and on the street with our promotional teams undertaking hand to hand activity in all the hot spots throughout the city centre.</p>
 <a href="/fringe" class="button">Find Out More</a>
 </div>

 </div>
 </div>', 'productpage_jobname' => '0', 'page_title_headings' => '0', 'address_display' => 'The Print Co (West) Ltd<br>
Unit 218 Springvale Industrial Estate<br>
Cwmbran<br>
NP44 5BJ', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'Terms and Conditions apply.
BACS Details:<br>
The Print Co. (West) Ltd 
Bank details. Natwest Bishopston Branch
Sort code 60-02-38 Account No 68182732', 'heading_lowest_price' => '0', 'phonenumber' => '+44 (0) 1633 480881 ', 'phonenumber_display' => '01633 480881 ', 'productpage_showturnaround' => '0', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'maintenance_mode' => '0', 'maintenance_date' => '', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '0', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'saledisabled_fringe' => 'Select...')), array('htmltitle' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_htmltitle'), 'metadesc' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_metadesc'), 'metakeywords' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_metakeywords'), 'extrameta' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_extrameta'), 'css' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_css'), 'headjavascripts' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_headjavascripts'), 'precontent' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_precontent'), 'body' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_body'), 'javascripts' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_javascripts')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('loginRequired' => true, 'portal' => null, 'app' => object(AppVariable), 'company' => 'theprintcowales', 'cdn_domain' => 'https://ops.wales.theprintco.com', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'The PrintCo Wales', 'twitter_handle' => '@pcw', 'site_description' => 'Bristol Printers JamJar Print for all your printing needs: flyers, leaflets, business cards, posters, etc. Best for prices, quality and service.', 'siteMenu' => array(array('menu' => 'Print', 'active' => 1, 'menuid' => 1, 'headings' => array()), 'no' => array()), 'upsellProducts' => array(), 'types' => array(), 'processes' => array(array('process' => 'Lithographic Print', 'category' => 1, 'code' => 'LITHO', 'sizes' => null, 'typeid' => 1, 'processid' => 2, 'filename' => null), array('process' => 'Digital Print', 'category' => 1, 'code' => 'DIG', 'sizes' => null, 'typeid' => 1, 'processid' => 3, 'filename' => null), array('process' => 'Indigo Print', 'category' => 1, 'code' => 'IND', 'sizes' => null, 'typeid' => 1, 'processid' => 4, 'filename' => null), array('process' => 'Full Colour', 'category' => 5, 'code' => '4/4', 'sizes' => null, 'typeid' => 1, 'processid' => 5, 'filename' => null), array('process' => 'Matt Lam 1 Side', 'category' => 3, 'code' => 'LamMTSS', 'sizes' => null, 'typeid' => 1, 'processid' => 7, 'filename' => null), array('process' => 'Matt Lam 2 Sides', 'category' => 3, 'code' => 'LamMTDS', 'sizes' => null, 'typeid' => 1, 'processid' => 8, 'filename' => null), array('process' => 'Gloss Lam 1 Side', 'category' => 3, 'code' => 'LamGLSSS', 'sizes' => null, 'typeid' => 4, 'processid' => 9, 'filename' => null), array('process' => 'Gloss Lam 2 Sides', 'category' => 3, 'code' => 'LamGLSDS', 'sizes' => null, 'typeid' => 1, 'processid' => 10, 'filename' => null), array('process' => 'Soft Touch Lam 1 Side', 'category' => 3, 'code' => 'LamSOFSS', 'sizes' => null, 'typeid' => 1, 'processid' => 11, 'filename' => null), array('process' => 'Soft Touch Lam 2 Sides', 'category' => 3, 'code' => 'LamSOFDS', 'sizes' => null, 'typeid' => 1, 'processid' => 12, 'filename' => null), array('process' => 'Large Format Print', 'category' => 1, 'code' => 'LFP', 'sizes' => null, 'typeid' => 1, 'processid' => 13, 'filename' => null), array('process' => 'Sublimation', 'category' => 1, 'code' => 'SUB', 'sizes' => null, 'typeid' => 1, 'processid' => 14, 'filename' => null), array('process' => 'A4 Cross Fold to A6', 'category' => 4, 'code' => 'A4xfA6', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 17, 'filename' => null), array('process' => 'A3 Cross Fold to A5', 'category' => 4, 'code' => 'A3xfA5', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 18, 'filename' => null), array('process' => 'A5 Double Fold to 1/3 A5', 'category' => 4, 'code' => 'A5df3rdA5', 'sizes' => '["21"]', 'typeid' => 9, 'processid' => 19, 'filename' => null), array('process' => 'A4 Double Fold to 1/3 A4', 'category' => 4, 'code' => 'A4df3rdA4', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 20, 'filename' => null), array('process' => 'A3 Double Fold to 1/3 A3', 'category' => 4, 'code' => 'A3df3rdA3', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 21, 'filename' => null), array('process' => 'A5 Single Fold to A6', 'category' => 4, 'code' => 'A5sfA6', 'sizes' => '["21"]', 'typeid' => 9, 'processid' => 22, 'filename' => null), array('process' => 'A4 Single Fold to A5', 'category' => 4, 'code' => 'A4sfA5', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 25, 'filename' => null), array('process' => 'A4 Single Fold to A5L', 'category' => 4, 'code' => 'A4sfA5L', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 26, 'filename' => null), array('process' => 'A3 Single Fold to A4', 'category' => 4, 'code' => 'A3sfA4', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 27, 'filename' => null), array('process' => 'A3 Single Fold to A3L', 'category' => 4, 'code' => 'A3sfA3L', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 28, 'filename' => null), array('process' => 'Gold Foil', 'category' => 4, 'code' => 'FOILGld', 'sizes' => null, 'typeid' => 1, 'processid' => 29, 'filename' => null), array('process' => 'Silver Foil', 'category' => 4, 'code' => 'FOILSlv', 'sizes' => null, 'typeid' => 1, 'processid' => 30, 'filename' => null), array('process' => 'Single Sided Spot UV', 'category' => 4, 'code' => 'spUVSS', 'sizes' => null, 'typeid' => 1, 'processid' => 31, 'filename' => null), array('process' => 'Scodix Hi Build', 'category' => 4, 'code' => 'ScdxHIB', 'sizes' => null, 'typeid' => 17, 'processid' => 32, 'filename' => null), array('process' => 'Scodix Sense', 'category' => 4, 'code' => 'ScdxSNS', 'sizes' => null, 'typeid' => 17, 'processid' => 33, 'filename' => null), array('process' => 'Scodix Gold Foil', 'category' => 4, 'code' => 'ScdxGLD', 'sizes' => null, 'typeid' => 17, 'processid' => 34, 'filename' => null), array('process' => 'Scodix Silver Foil', 'category' => 4, 'code' => 'ScdxSLV', 'sizes' => null, 'typeid' => 17, 'processid' => 35, 'filename' => null), array('process' => 'Scodix Foil', 'category' => 4, 'code' => 'ScdxFOIL', 'sizes' => null, 'typeid' => 17, 'processid' => 36, 'filename' => null), array('process' => 'Gloss Encapsulation', 'category' => 3, 'code' => 'EncapGLS', 'sizes' => null, 'typeid' => 1, 'processid' => 37, 'filename' => null), array('process' => 'Matt Encapsulation', 'category' => 4, 'code' => 'EncapMT', 'sizes' => null, 'typeid' => 1, 'processid' => 38, 'filename' => null), array('process' => 'Diecut', 'category' => 4, 'code' => 'Diecut', 'sizes' => null, 'typeid' => 1, 'processid' => 39, 'filename' => null), array('process' => 'Rounded Corners', 'category' => 4, 'code' => 'RndCNR', 'sizes' => null, 'typeid' => 1, 'processid' => 40, 'filename' => null), array('process' => '1 Colour', 'category' => 5, 'code' => '1/1', 'sizes' => null, 'typeid' => 1, 'processid' => 44, 'filename' => null), array('process' => 'Full Colour + SS Pantone', 'category' => 5, 'code' => '5/4', 'sizes' => null, 'typeid' => 1, 'processid' => 45, 'filename' => null), array('process' => 'Full Colour + DS Pantone', 'category' => 5, 'code' => '5/5', 'sizes' => null, 'typeid' => 1, 'processid' => 46, 'filename' => null), array('process' => 'Single Fold to CC', 'category' => 4, 'code' => 'SFCC', 'sizes' => null, 'typeid' => 1, 'processid' => 47, 'filename' => null), array('process' => 'Edge Painted', 'category' => 4, 'code' => 'EgPaint', 'sizes' => null, 'typeid' => 1, 'processid' => 48, 'filename' => null), array('process' => 'Interlocking Flap', 'category' => 4, 'code' => 'LOCflaps', 'sizes' => null, 'typeid' => 1, 'processid' => 49, 'filename' => null), array('process' => 'Pocket & BC', 'category' => 4, 'code' => 'PocBC', 'sizes' => '["217"]', 'typeid' => 1, 'processid' => 50, 'filename' => null), array('process' => '4mm Pocket & BC', 'category' => 4, 'code' => '4mmPocBC', 'sizes' => '["217"]', 'typeid' => 1, 'processid' => 51, 'filename' => null), array('process' => '8 Page', 'category' => 2, 'code' => '8pp', 'sizes' => null, 'typeid' => 1, 'processid' => 53, 'filename' => null), array('process' => '16 Page', 'category' => 2, 'code' => '16pp', 'sizes' => null, 'typeid' => 1, 'processid' => 54, 'filename' => null), array('process' => 'Single Sided', 'category' => 2, 'code' => 'SS', 'sizes' => null, 'typeid' => 2, 'processid' => 55, 'filename' => null), array('process' => 'Double Sided', 'category' => 2, 'code' => 'DS', 'sizes' => null, 'typeid' => 2, 'processid' => 56, 'filename' => null), array('process' => 'Silk Lamination 1 Side', 'category' => 3, 'code' => 'LamSSslk', 'sizes' => null, 'typeid' => 15, 'processid' => 57, 'filename' => null), array('process' => 'Silk Lamination 2 Sides', 'category' => 3, 'code' => 'LamDSslk', 'sizes' => null, 'typeid' => 15, 'processid' => 58, 'filename' => null), array('process' => 'Anti Scuff Lam 1 Side', 'category' => 3, 'code' => 'LamSSscuff', 'sizes' => null, 'typeid' => 7, 'processid' => 59, 'filename' => null), array('process' => 'DS Anti Scuff Lam', 'category' => 3, 'code' => 'LamDSscuff', 'sizes' => null, 'typeid' => 7, 'processid' => 61, 'filename' => null), array('process' => 'Linen Lam 1 Side', 'category' => 3, 'code' => 'LamSSlinen', 'sizes' => null, 'typeid' => 6, 'processid' => 62, 'filename' => null), array('process' => 'DS Linen Lam', 'category' => 3, 'code' => 'LamDSlinen', 'sizes' => null, 'typeid' => 6, 'processid' => 63, 'filename' => null), array('process' => 'Vertical Business Card Slot', 'category' => 4, 'code' => 'DieVBC', 'sizes' => null, 'typeid' => 10, 'processid' => 64, 'filename' => null), array('process' => 'Horizontal Business Card Slot', 'category' => 4, 'code' => 'DieHBC', 'sizes' => null, 'typeid' => 10, 'processid' => 65, 'filename' => null), array('process' => 'A3 Cross Fold to A6', 'category' => 4, 'code' => 'A3xfA6', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 68, 'filename' => null), array('process' => 'A2 Cross Fold to A5', 'category' => 4, 'code' => 'A2xfA5', 'sizes' => '["20"]', 'typeid' => 9, 'processid' => 72, 'filename' => null), array('process' => 'Silver Stitch', 'category' => 4, 'code' => 'STITslv', 'sizes' => null, 'typeid' => 19, 'processid' => 73, 'filename' => null), array('process' => '2 Colour', 'category' => 5, 'code' => '2col', 'sizes' => null, 'typeid' => 1, 'processid' => 74, 'filename' => null), array('process' => 'Pad', 'category' => 4, 'code' => 'PAD', 'sizes' => null, 'typeid' => 19, 'processid' => 75, 'filename' => null), array('process' => 'Black Only', 'category' => 5, 'code' => 'Blk', 'sizes' => null, 'typeid' => 1, 'processid' => 76, 'filename' => null), array('process' => 'with Eyelets', 'category' => 4, 'code' => 'Eyelet', 'sizes' => null, 'typeid' => 12, 'processid' => 77, 'filename' => null), array('process' => 'No Eyelets', 'category' => 4, 'code' => 'NoEyelets', 'sizes' => null, 'typeid' => 12, 'processid' => 78, 'filename' => null), array('process' => '2 Part', 'category' => 4, 'code' => '1Perf', 'sizes' => null, 'typeid' => 20, 'processid' => 79, 'filename' => null), array('process' => '3 Part', 'category' => 4, 'code' => '2Perf', 'sizes' => null, 'typeid' => 20, 'processid' => 80, 'filename' => null), array('process' => 'Laser Cutting', 'category' => 4, 'code' => 'LASER', 'sizes' => null, 'typeid' => 21, 'processid' => 81, 'filename' => null), array('process' => 'Glue', 'category' => 4, 'code' => 'GLUE', 'sizes' => null, 'typeid' => 12, 'processid' => 82, 'filename' => null), array('process' => 'Drill', 'category' => 4, 'code' => 'DRILL', 'sizes' => null, 'typeid' => 18, 'processid' => 83, 'filename' => null), array('process' => 'SIngle Fold to 55x55mm', 'category' => 4, 'code' => 'SF55x55', 'sizes' => null, 'typeid' => 9, 'processid' => 84, 'filename' => null), array('process' => 'A6 Single Fold to A7', 'category' => 4, 'code' => 'A6sfA7', 'sizes' => '["4"]', 'typeid' => 9, 'processid' => 85, 'filename' => null), array('process' => 'Wiro Binding', 'category' => 4, 'code' => 'WIRO', 'sizes' => null, 'typeid' => 19, 'processid' => 86, 'filename' => null), array('process' => 'Bond', 'category' => 4, 'code' => 'BOND', 'sizes' => null, 'typeid' => 18, 'processid' => 87, 'filename' => null), array('process' => '14 Page', 'category' => 2, 'code' => '14pp', 'sizes' => null, 'typeid' => 2, 'processid' => 88, 'filename' => null), array('process' => '26 Page', 'category' => 2, 'code' => '26pp', 'sizes' => null, 'typeid' => 2, 'processid' => 89, 'filename' => null), array('process' => 'A2 Double Fold to A4', 'category' => 4, 'code' => 'A2dfA4', 'sizes' => '["20"]', 'typeid' => 9, 'processid' => 90, 'filename' => null), array('process' => 'A1 cross fold to A4', 'category' => 4, 'code' => 'A1xfA4', 'sizes' => '["19"]', 'typeid' => 9, 'processid' => 91, 'filename' => null), array('process' => '290 Single Fold to 145', 'category' => 4, 'code' => '290sf145', 'sizes' => '["227"]', 'typeid' => 9, 'processid' => 92, 'filename' => null), array('process' => 'White Ink', 'category' => 5, 'code' => 'WhtINK', 'sizes' => null, 'typeid' => 1, 'processid' => 94, 'filename' => null), array('process' => '198 Single Fold to 99', 'category' => 4, 'code' => '198sf99', 'sizes' => '["228"]', 'typeid' => 9, 'processid' => 95, 'filename' => null), array('process' => '370 Single Fold to 85mm', 'category' => 4, 'code' => '370sf85', 'sizes' => '["229"]', 'typeid' => 9, 'processid' => 96, 'filename' => null), array('process' => 'White Laminate', 'category' => 3, 'code' => 'WhtLAM', 'sizes' => null, 'typeid' => 24, 'processid' => 97, 'filename' => null), array('process' => 'A4 Single Fold to A4L', 'category' => 4, 'code' => 'A4sfA4L', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 98, 'filename' => null), array('process' => 'Anti Slip Laminate', 'category' => 3, 'code' => 'LamSSantislip', 'sizes' => null, 'typeid' => 25, 'processid' => 107, 'filename' => null), array('process' => '13 Leaves', 'category' => 2, 'code' => '13Leaf', 'sizes' => null, 'typeid' => 2, 'processid' => 108, 'filename' => null), array('process' => '7 Leaves', 'category' => 2, 'code' => '7 Leaf', 'sizes' => null, 'typeid' => 2, 'processid' => 109, 'filename' => null), array('process' => 'Stretch', 'category' => 4, 'code' => 'STRETCH', 'sizes' => null, 'typeid' => 12, 'processid' => 110, 'filename' => null)), 'processtypes' => array(array('type' => 'print', 'hasnooption' => 0, 'blocks' => '["6"]', 'typeid' => 1), array('type' => 'sides', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 2), array('type' => 'mattlam', 'hasnooption' => 1, 'blocks' => null, 'typeid' => 3), array('type' => 'glosslam', 'hasnooption' => 0, 'blocks' => '["8","17"]', 'typeid' => 4), array('type' => 'softtouchlam', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 5), array('type' => 'linenlam', 'hasnooption' => 0, 'blocks' => '["17"]', 'typeid' => 6), array('type' => 'antiscufflam', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 7), array('type' => 'spotuv', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 8), array('type' => 'fold', 'hasnooption' => 1, 'blocks' => null, 'typeid' => 9), array('type' => 'diecut', 'hasnooption' => 1, 'blocks' => null, 'typeid' => 10), array('type' => 'foil', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 11), array('type' => 'handfinish', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 12), array('type' => 'silklam', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 15), array('type' => 'Scodix', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 17), array('type' => 'binding', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 19), array('type' => 'Perforation', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 20), array('type' => 'Laser', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 21), array('type' => 'Drill', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 22), array('type' => 'Bond', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 23), array('type' => 'White Laminate', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 24), array('type' => 'antisliplam', 'hasnooption' => 0, 'blocks' => null, 'typeid' => 25)), 'accounting' => 'qb', 'all_runs_complete_status' => '1', 'allow_crossorder_deliveries' => '1', 'allow_saving_from_addresses' => '0', 'backup_all_entities' => '0', 'baseholidays' => '2021-12-27,2021-12-28,2021-12-29,2021-12-30,2021-12-31,2022-01-03', 'block_delivery_notes_for_unpaid_orders' => '0', 'block_printing_orders_on_credit_hold' => '0', 'colour_main' => '#a029b9', 'colour_other' => '#702281', 'colour_other2' => '#eabff3', 'colour_primary_rgba' => 'rgba(160, 41, 185, 0.95)', 'colour_secondary' => '#e05cfc', 'colour_secondary_rgba' => 'rgba(190,81,185, 0.8)', 'company_email' => 'richard.baker@theprintco.com', 'company_telephone' => '01633480881', 'csv_path' => '', 'default_add_order_window' => '0', 'default_addressid' => '474', 'default_order_line_notes' => 'REPRO:PRINT:FINISHING:OTHER:', 'default_turnaround_days' => '5', 'delivery_ready_indicator' => '1', 'delivery_stockcode' => 'DEL/COURIER', 'detrack_key' => 'U76a4e617d8a181d04713bb83d48eef4b4a79b6e8c83d2cf2', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'Shaun Bibby', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'PCWrich123!?', 'dpd_printer' => 'Citizen CL-S521Z', 'dpd_username' => 'printcowest', 'email_on_new_customer' => '0', 'email_on_new_order' => '0', 'email_on_new_order_type' => '0', 'enable_support' => '0', 'exchequer' => 'SIN', 'exchequer_path' => '', 'fedex_account' => '585785920', 'fedex_api_key' => 'l7808616d577dc4a4498e17a44141c693a', 'fedex_return_address' => '7188', 'fedex_secret_key' => '8c731071-7e5d-4111-96d2-cfce22e2fb07', 'fedex_url' => 'https://apis.fedex.com', 'financial_month' => '08', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolderwales/input', 'hotfolder_path_output' => 'artworkhotfolderwales/UploadToOps_PCW', 'ignore_orders_before_start' => '0', 'internal_customers' => '[]', 'invoice_email' => 'finance@theprintco.com', 'locations_enabled' => '0', 'newcustomer_email' => 'richard.baker@theprintco.com', 'neworder_email' => 'richard.baker@theprintco.com', 'ops_start_date' => '1990-01-01', 'order_email' => 'richard.baker@theprintco.com', 'order_print_button' => '0', 'payment_email' => 'finance@theprintco.com', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'richard.baker@theprintco.com', 'portal_site' => '0', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'AB11722411912zvzZY7Xmulz7Uo3rJwVNrxAOoupQJWUVAPAHV', 'quickbooks_clientid' => 'ABzZiabR3jasGcfnMCm9x9HHx8SbjmTQFq27Yq80bgXYsoynlk', 'quickbooks_companyid' => '9341452785031580', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"Qty","field":"prodqty"}]', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '1', 'quickbooks_secret' => 'OOcwriYnHSwG4JZLUNiyfVCFwrkvjNuBaWyKWxF9', 'quote_email' => 'richard.baker@theprintco.com', 'require_address_on_customers' => '1', 'require_job_ref_field' => '0', 'scan_workflow' => '1', 'section_artworkprocessing' => '1', 'section_detrack' => '1', 'section_outdoor' => '0', 'section_portal' => '1', 'section_print_finishing' => '0', 'section_schedule' => '0', 'send_email_on_support_ticket' => '1', 'shortcut_buttons' => '', 'show_product_dropdowns' => '1', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '0', 'tbc_addressid' => '559', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1117424', 'worldpay_merchant_code' => 'JAMJARPRINTLM1', 'worldpay_merchant_password' => 'vKzw7TAZ', 'worldpay_url' => 'https://secure-test.worldpay.com/jsp/merchant/xml/paymentService.jsp', 'orderemail' => 'richard.baker@theprintco.com', 'worldpay_installationid' => '', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '1', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '250', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '1', 'infoemail' => 'richard.baker@theprintco.com', 'hascampaignmonitor' => '0', 'quoteemail' => 'richard.baker@theprintco.com', 'samplepackemail' => 'richard.baker@theprintco.com', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '1', 'homepage_news' => '0', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '1', 'homepage_blurb' => '<div class="row">
 <div class="col-md-6">
 <img src="/assets/images/b/promo.jpg" alt="">
 </div>
 <div class="col-md-6">
 <div class="promo-text">
 <h2>Edinburgh Fringe 2023</h2>
 <p>The largest arts festival in the world - working in partnership with The City of Edinburgh Council, we offer outdoor advertising spaces to all performers and venues. We also print hundreds of thousands of flyers / leaflets and posters for Fringe shows. We offer flyer and poster distribution to indoor outlets and on the street with our promotional teams undertaking hand to hand activity in all the hot spots throughout the city centre.</p>
 <a href="/fringe" class="button">Find Out More</a>
 </div>

 </div>
 </div>', 'productpage_jobname' => '0', 'page_title_headings' => '0', 'address_display' => 'The Print Co (West) Ltd<br>
Unit 218 Springvale Industrial Estate<br>
Cwmbran<br>
NP44 5BJ', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'Terms and Conditions apply.
BACS Details:<br>
The Print Co. (West) Ltd 
Bank details. Natwest Bishopston Branch
Sort code 60-02-38 Account No 68182732', 'heading_lowest_price' => '0', 'phonenumber' => '+44 (0) 1633 480881 ', 'phonenumber_display' => '01633 480881 ', 'productpage_showturnaround' => '0', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'maintenance_mode' => '0', 'maintenance_date' => '', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '0', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'saledisabled_fringe' => 'Select...', 'frontendsettings' => array('orderemail' => 'richard.baker@theprintco.com', 'worldpay_installationid' => '', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '1', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '250', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '1', 'infoemail' => 'richard.baker@theprintco.com', 'hascampaignmonitor' => '0', 'quoteemail' => 'richard.baker@theprintco.com', 'samplepackemail' => 'richard.baker@theprintco.com', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '1', 'homepage_news' => '0', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '1', 'homepage_blurb' => '<div class="row">
 <div class="col-md-6">
 <img src="/assets/images/b/promo.jpg" alt="">
 </div>
 <div class="col-md-6">
 <div class="promo-text">
 <h2>Edinburgh Fringe 2023</h2>
 <p>The largest arts festival in the world - working in partnership with The City of Edinburgh Council, we offer outdoor advertising spaces to all performers and venues. We also print hundreds of thousands of flyers / leaflets and posters for Fringe shows. We offer flyer and poster distribution to indoor outlets and on the street with our promotional teams undertaking hand to hand activity in all the hot spots throughout the city centre.</p>
 <a href="/fringe" class="button">Find Out More</a>
 </div>

 </div>
 </div>', 'productpage_jobname' => '0', 'page_title_headings' => '0', 'address_display' => 'The Print Co (West) Ltd<br>
Unit 218 Springvale Industrial Estate<br>
Cwmbran<br>
NP44 5BJ', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'Terms and Conditions apply.
BACS Details:<br>
The Print Co. (West) Ltd 
Bank details. Natwest Bishopston Branch
Sort code 60-02-38 Account No 68182732', 'heading_lowest_price' => '0', 'phonenumber' => '+44 (0) 1633 480881 ', 'phonenumber_display' => '01633 480881 ', 'productpage_showturnaround' => '0', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'maintenance_mode' => '0', 'maintenance_date' => '', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '0', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'saledisabled_fringe' => 'Select...')), array('htmltitle' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_htmltitle'), 'metadesc' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_metadesc'), 'metakeywords' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_metakeywords'), 'extrameta' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_extrameta'), 'css' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_css'), 'headjavascripts' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_headjavascripts'), 'precontent' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_precontent'), 'body' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_body'), 'javascripts' => array(object(__TwigTemplate_377a73da937d3a8d146271715f01c7a5), 'block_javascripts')))
     (vendor/twig/twig/src/Template.php:358)
  at Twig\Template->display(array('loginRequired' => true, 'portal' => null))
     (vendor/twig/twig/src/Template.php:373)
  at Twig\Template->render(array('loginRequired' => true, 'portal' => null))
     (vendor/twig/twig/src/TemplateWrapper.php:51)
  at Twig\TemplateWrapper->render(array('loginRequired' => true, 'portal' => null))
     (vendor/twig/twig/src/Environment.php:333)
  at Twig\Environment->render('@ops_frontend_bundle/portal/index.html.twig', array('loginRequired' => true, 'portal' => null))
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:459)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView('@ops_frontend_bundle/portal/index.html.twig', null, array('loginRequired' => true, 'portal' => null), 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:464)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender('@ops_frontend_bundle/portal/index.html.twig', null, array('loginRequired' => true, 'portal' => null), null, 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:278)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('@ops_frontend_bundle/portal/index.html.twig', array('loginRequired' => true, 'portal' => null))
     (opsfrontendbundle/OpsFrontendBundle/src/Controller/PortalController.php:34)
  at Ops\OpsFrontendBundle\Controller\PortalController->sitePortal(object(APIManager), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:183)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:76)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/Kernel.php:182)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
  at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
     (vendor/autoload_runtime.php:29)
  at require_once('/home/theprintco/public_html/theprintcowales.com/vendor/autoload_runtime.php')
     (public/index.php:5)