Exceptions
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 }
{% block precontent %}{# % if page_title_headings == 1 %#}<section class="page-title banner banner-about bg-parallax"><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>{% if portal.showtitles %}<div class="container"><div class="banner-content text-center"><h2 class="">{% if portal is not null %}{{ portal.name }}{% endif %}</h2><div class="breadcrumbs"><a href="{{ path('homepage') }}">Home</a> >
in
var/cache/dev/twig/39/396deeac582371c959dd86413ad4a7f5.php
::
getAttribute
(line 249)
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", false, false, false, 21), "html", null, true);}yield "'); background-size: cover;background-position: center;z-index: 0\"></div>";// line 22if ((($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", false, false, false, 22)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {// line 23yield " <div class=\"container\"><div class=\"banner-content text-center\"><h2 class=\"\">";// line 25
in
vendor/twig/twig/src/Template.php
->
block_precontent
(line 446)
throw new \LogicException('A block must be a method on a \Twig\Template instance.');}if (null !== $template) {try {yield from $template->$block($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($template->getSourceContext());}
in
var/cache/dev/twig/e8/e813ac6bc3ad9233014a9aeed14c794b.php
->
yieldBlock
(line 219)
yield from $this->load("blocks/header.html.twig", 79)->unwrap()->yield($context);}// line 81yield from $this->unwrap()->yieldBlock('pagebanner', $context, $blocks);// line 82yield from $this->unwrap()->yieldBlock('precontent', $context, $blocks);// line 83yield from $this->unwrap()->yieldBlock('contentcontainerstart', $context, $blocks);// line 84yield "";
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
var/cache/dev/twig/c6/c6220c3031088db13cf51b619c6ba7f4.php
->
yield
(line 80)
</div></section>", $this->env->getCharset());// line 1$this->parent = $this->load("@ops_frontend_bundle/template.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
var/cache/dev/twig/39/396deeac582371c959dd86413ad4a7f5.php
->
yield
(line 61)
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@ops_frontend_bundle/portal/index.html.twig"));$this->parent = $this->load("template.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
vendor/twig/twig/src/Template.php
->
yield
(line 358)
return $this->blocks;}public function display(array $context, array $blocks = []): void{foreach ($this->yield($context, $blocks) as $data) {echo $data;}}public function render(array $context): string
in
vendor/twig/twig/src/Template.php
->
display
(line 373)
ob_start();} else {ob_start(function () { return ''; });}try {$this->display($context);} catch (\Throwable $e) {while (ob_get_level() > $level) {ob_end_clean();}
in
vendor/twig/twig/src/TemplateWrapper.php
->
render
(line 51)
yield from $this->template->yieldBlock($name, $context);}public function render(array $context = []): string{return $this->template->render($context);}/*** @return void*/
in
vendor/twig/twig/src/Environment.php
->
render
(line 333)
* @throws SyntaxError When an error occurred during compilation* @throws RuntimeError When an error occurred during rendering*/public function render($name, array $context = []): string{return $this->load($name)->render($context);}/*** Displays a template.*
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
render
(line 459)
if (null !== $block) {return $this->container->get('twig')->load($view)->renderBlock($block, $parameters);}return $this->container->get('twig')->render($view, $parameters);}private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response{$content = $this->doRenderView($view, $block, $parameters, $method);
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRenderView
(line 464)
return $this->container->get('twig')->render($view, $parameters);}private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response{$content = $this->doRenderView($view, $block, $parameters, $method);$response ??= new Response();if (200 === $response->getStatusCode()) {foreach ($parameters as $v) {if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRender
(line 278)
* If an invalid form is found in the list of parameters, a 422 status code is returned.* Forms found in parameters are auto-cast to form views.*/protected function render(string $view, array $parameters = [], ?Response $response = null): Response{return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}/*** Renders a block in a view.*
AbstractController->render('@ops_frontend_bundle/portal/index.html.twig', array('loginRequired' => true, 'portal' => null))
in
opsfrontendbundle/OpsFrontendBundle/src/Controller/PortalController.php
(line 34)
*/#[Route("/portal/{id}", name:"sitePortal")]public function sitePortal(APIManager $api,$id): Response{if (!$user = $this->getUser()) {return $this->render('@ops_frontend_bundle/portal/index.html.twig', array('loginRequired' => true,'portal'=>null));}$portal = $api->getURI('/info/portals', array('portalid' => $id,'clientid'=>$this->clientid));$flag = 0;
in
vendor/symfony/http-kernel/HttpKernel.php
->
sitePortal
(line 183)
$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);$controller = $event->getController();$arguments = $event->getArguments();// call controller$response = $controller(...$arguments);// viewif (!$response instanceof Response) {$event = new ViewEvent($this, $request, $type, $response, $event);$this->dispatcher->dispatch($event, KernelEvents::VIEW);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());$this->requestStack->push($request);$response = null;try {return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {if ($e instanceof \Error && !$this->handleAllThrowables) {throw $e;}
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 182)
$this->boot();++$this->requestStackSize;$this->resetServices = true;try {return $this->getHttpKernel()->handle($request, $type, $catch);} finally {--$this->requestStackSize;}}
in
vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php
->
handle
(line 35)
) {}public function run(): int{$response = $this->kernel->handle($this->request);if (Kernel::VERSION_ID >= 60400) {$response->send(false);if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in
vendor/autoload_runtime.php
->
run
(line 29)
$app = $app(...$args);exit($runtime->getRunner($app)->run());
require_once('/home/theprintco/public_html/theprintcowales.com/vendor/autoload_runtime.php')
in
public/index.php
(line 5)
<?phpuse App\Kernel;require_once dirname(__DIR__).'/vendor/autoload_runtime.php';return function (array $context) {return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);};
Logs
| Level | Channel | Message |
|---|---|---|
| INFO 21:49:54 | request |
Matched route "_profiler". {
"route": "_profiler",
"route_parameters": {
"_route": "_profiler",
"_controller": "web_profiler.controller.profiler::panelAction",
"token": "511739"
},
"request_uri": "https://www.theprintcowales.com.theprintco.com/_profiler/511739",
"method": "GET"
}
|
| DEBUG 21:49:54 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 21:49:54 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 21:49:54 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 21:49:54 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 21:49:54 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
|
| DEBUG 21:49:54 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 21:49:54 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 21:49:54 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 21:49:54 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 21:49:54 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| DEBUG 21:49:54 | event |
Notified event "kernel.request" to listener "Ops\OpsFrontendBundle\Services\SessionIdleHandler::onKernelRequest". {
"event": "kernel.request",
"listener": "Ops\\OpsFrontendBundle\\Services\\SessionIdleHandler::onKernelRequest"
}
|
| DEBUG 21:49:54 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 21:49:54 | event |
Notified event "kernel.controller" to listener "Ops\OpsFrontendBundle\Services\TwigGlobalsExtension::onKernelController". {
"event": "kernel.controller",
"listener": "Ops\\OpsFrontendBundle\\Services\\TwigGlobalsExtension::onKernelController"
}
|
| DEBUG 21:49:54 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 21:49:54 | 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 21:49:54 | 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 21:49:54 | 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)
|