Error 500 Internal Server Error

GET https://dev.scodify.co.uk/scodix-other

Exceptions

An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "scodify_about_page" as such route does not exist.").

Exceptions 2

Twig\Error\ RuntimeError

Show exception properties
Twig\Error\RuntimeError {#623
  -lineno: 20
  -name: "pages/scodix-other-processes.html.twig"
  -rawMessage: "An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "scodify_about_page" as such route does not exist.")."
  -sourcePath: "/home/scodify/public_html/dev.scodify.co.uk/templates/pages/scodix-other-processes.html.twig"
  -sourceCode: """
    {% extends 'blocks/scodix-page-template.html.twig' %}\n
    \n
    {% block mainImage %}\n
        {{ asset('images/scodify/Scodify_Main_Headers5.jpg')}}\n
    {% endblock %}\n
    \n
    {% block pageTitle %}\n
        Other Processes\n
    {% endblock %}\n
    \n
    {% block textTitle %}\n
        Other Scodix<sup style="font-size: 6px">TM</sup> Processes\n
    {% endblock %}\n
    \n
    {% block buttonText %}\n
        About Us\n
    {% endblock %}\n
    \n
    {% block buttonURL %}\n
        {{ path('scodify_about_page') }}\n
    {% endblock %}\n
    \n
    {% block text %}\n
        <p>Scodify aim to make the finishing process as easy as possible for our clients by offering a complete service.  We have highly skilled guillotining, laminating and die cutting departments.  We are also well versed in the ‘old’ technologies with silk screen Spot UV and hot foil stamping.\n
        </p>\n
    {% endblock %}
    """
}
  1. {% block buttonText %}
  2. About Us
  3. {% endblock %}
  4. {% block buttonURL %}
  5. {{ path('scodify_about_page') }}
  6. {% endblock %}
  7. {% block text %}
  8. <p>Scodify aim to make the finishing process as easy as possible for our clients by offering a complete service. We have highly skilled guillotining, laminating and die cutting departments. We are also well versed in the ‘old’ technologies with silk screen Spot UV and hot foil stamping.
  9. </p>
  1. <p class=\"lead color-green weight-bold\">For more information: 0845 299 39 36</p>
  2. <div class=\"button-group\">
  3. <a id=\"modal-link\" href=\"#contact-modal\" class=\"button rounded bkg-green bkg-hover-black color-white color-hover-white animated slideInLeft\"><span class=\"icon-mail left\"></span>Order Samples</a>
  4. <a href=\"";
  5. // line 57
  6. yield from $this->unwrap()->yieldBlock("buttonURL", $context, $blocks);
  7. yield "\" class=\"button rounded thick border-green border-hover-black color-green color-hover-black animated slideInUp\">";
  8. yield from $this->unwrap()->yieldBlock("buttonText", $context, $blocks);
  9. yield "<i class=\"fa fa-chevron-right\" aria-hidden=\"true\"></i><i class=\"fa fa-chevron-right\" aria-hidden=\"true\"></i></a>
  10. </div>
in vendor/twig/twig/src/Template.php -> block_body (line 431)
  1. throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2. }
  3. if (null !== $template) {
  4. try {
  5. yield from $template->$block($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($template->getSourceContext());
  9. }
  1. yield from $this->unwrap()->yieldBlock('contentcontainerstart', $context, $blocks);
  2. // line 55
  3. yield "
  4. ";
  5. // line 56
  6. yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
  7. // line 57
  8. yield "
  9. ";
  10. // line 58
  11. yield from $this->unwrap()->yieldBlock('contentcontainerend', $context, $blocks);
in vendor/twig/twig/src/Template.php -> doDisplay (line 387)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. </div>
  2. </section>
  3. ", $this->env->getCharset());
  4. // line 1
  5. $this->parent = $this->loadTemplate("@ops_frontend_bundle/template.html.twig", "template.html.twig", 1);
  6. yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  7. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  8. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 387)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "blocks/scodix-page-template.html.twig"));
  3. $this->parent = $this->loadTemplate("template.html.twig", "blocks/scodix-page-template.html.twig", 1);
  4. yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  5. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  6. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 387)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "pages/scodix-other-processes.html.twig"));
  3. $this->parent = $this->loadTemplate("blocks/scodix-page-template.html.twig", "pages/scodix-other-processes.html.twig", 1);
  4. yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  5. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  6. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 387)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. return $this->blocks;
  2. }
  3. public function display(array $context, array $blocks = []): void
  4. {
  5. foreach ($this->yield($context, $blocks) as $data) {
  6. echo $data;
  7. }
  8. }
  9. public function render(array $context): string
in vendor/twig/twig/src/Template.php -> display (line 358)
  1. ob_start();
  2. } else {
  3. ob_start(function () { return ''; });
  4. }
  5. try {
  6. $this->display($context);
  7. } catch (\Throwable $e) {
  8. while (ob_get_level() > $level) {
  9. ob_end_clean();
  10. }
  1. yield from $this->template->yieldBlock($name, $context);
  2. }
  3. public function render(array $context = []): string
  4. {
  5. return $this->template->render($context);
  6. }
  7. public function display(array $context = [])
  8. {
  9. // using func_get_args() allows to not expose the blocks argument
  1. * @throws SyntaxError When an error occurred during compilation
  2. * @throws RuntimeError When an error occurred during rendering
  3. */
  4. public function render($name, array $context = []): string
  5. {
  6. return $this->load($name)->render($context);
  7. }
  8. /**
  9. * Displays a template.
  10. *
  1. if (null !== $block) {
  2. return $this->container->get('twig')->load($view)->renderBlock($block, $parameters);
  3. }
  4. return $this->container->get('twig')->render($view, $parameters);
  5. }
  6. private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
  7. {
  8. $content = $this->doRenderView($view, $block, $parameters, $method);
  1. return $this->container->get('twig')->render($view, $parameters);
  2. }
  3. private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
  4. {
  5. $content = $this->doRenderView($view, $block, $parameters, $method);
  6. $response ??= new Response();
  7. if (200 === $response->getStatusCode()) {
  8. foreach ($parameters as $v) {
  9. if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
  1. * If an invalid form is found in the list of parameters, a 422 status code is returned.
  2. * Forms found in parameters are auto-cast to form views.
  3. */
  4. protected function render(string $view, array $parameters = [], ?Response $response = null): Response
  5. {
  6. return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
  7. }
  8. /**
  9. * Renders a block in a view.
  10. *
AbstractController->render('pages/scodix-other-processes.html.twig') in src/Controller/DefaultController.php (line 59)
  1. public function scodixVariableAction() {
  2. return $this->render('pages/scodix-variable.html.twig');
  3. }
  4. #[Route(path: '/scodix-other', name: 'scodix_others_page')]
  5. public function scodixOthersAction() {
  6. return $this->render('pages/scodix-other-processes.html.twig');
  7. }
  8. #[Route(path: '/packaging', name: 'scodix_packaging_page')]
  9. public function scodixPackagingAction() {
  10. return $this->render('pages/packaging.html.twig');
  11. }
in vendor/symfony/http-kernel/HttpKernel.php -> scodixOthersAction (line 183)
  1. $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
  2. $controller = $event->getController();
  3. $arguments = $event->getArguments();
  4. // call controller
  5. $response = $controller(...$arguments);
  6. // view
  7. if (!$response instanceof Response) {
  8. $event = new ViewEvent($this, $request, $type, $response, $event);
  9. $this->dispatcher->dispatch($event, KernelEvents::VIEW);
  1. $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  2. $this->requestStack->push($request);
  3. $response = null;
  4. try {
  5. return $response = $this->handleRaw($request, $type);
  6. } catch (\Throwable $e) {
  7. if ($e instanceof \Error && !$this->handleAllThrowables) {
  8. throw $e;
  9. }
  1. $this->boot();
  2. ++$this->requestStackSize;
  3. $this->resetServices = true;
  4. try {
  5. return $this->getHttpKernel()->handle($request, $type, $catch);
  6. } finally {
  7. --$this->requestStackSize;
  8. }
  9. }
  1. ) {
  2. }
  3. public function run(): int
  4. {
  5. $response = $this->kernel->handle($this->request);
  6. if (Kernel::VERSION_ID >= 60400) {
  7. $response->send(false);
  8. if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in vendor/autoload_runtime.php -> run (line 29)
  1. $app = $app(...$args);
  2. exit(
  3. $runtime
  4. ->getRunner($app)
  5. ->run()
  6. );
require_once('/home/scodify/public_html/dev.scodify.co.uk/vendor/autoload_runtime.php') in public/index.php (line 5)
  1. <?php
  2. use App\Kernel;
  3. require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
  4. return function (array $context) {
  5. return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
  6. };

Symfony\Component\Routing\Exception\ RouteNotFoundException

Unable to generate a URL for the named route "scodify_about_page" as such route does not exist.

  1. }
  2. } while (false !== $locale = strstr($locale, '_', true));
  3. }
  4. if (!isset($this->compiledRoutes[$name])) {
  5. throw new RouteNotFoundException(\sprintf('Unable to generate a URL for the named route "%s" as such route does not exist.', $name));
  6. }
  7. [$variables, $defaults, $requirements, $tokens, $hostTokens, $requiredSchemes, $deprecations] = $this->compiledRoutes[$name] + [6 => []];
  8. foreach ($deprecations as $deprecation) {
in vendor/symfony/routing/Router.php -> generate (line 172)
  1. $this->configCacheFactory = $configCacheFactory;
  2. }
  3. public function generate(string $name, array $parameters = [], int $referenceType = self::ABSOLUTE_PATH): string
  4. {
  5. return $this->getGenerator()->generate($name, $parameters, $referenceType);
  6. }
  7. public function match(string $pathinfo): array
  8. {
  9. return $this->getMatcher()->match($pathinfo);
  1. ];
  2. }
  3. public function getPath(string $name, array $parameters = [], bool $relative = false): string
  4. {
  5. return $this->generator->generate($name, $parameters, $relative ? UrlGeneratorInterface::RELATIVE_PATH : UrlGeneratorInterface::ABSOLUTE_PATH);
  6. }
  7. public function getUrl(string $name, array $parameters = [], bool $schemeRelative = false): string
  8. {
  9. return $this->generator->generate($name, $parameters, $schemeRelative ? UrlGeneratorInterface::NETWORK_PATH : UrlGeneratorInterface::ABSOLUTE_URL);
  1. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "buttonURL"));
  3. // line 20
  4. yield " ";
  5. yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("scodify_about_page");
  6. yield "
  7. ";
  8. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> block_buttonURL (line 431)
  1. throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2. }
  3. if (null !== $template) {
  4. try {
  5. yield from $template->$block($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($template->getSourceContext());
  9. }
  1. <p class=\"lead color-green weight-bold\">For more information: 0845 299 39 36</p>
  2. <div class=\"button-group\">
  3. <a id=\"modal-link\" href=\"#contact-modal\" class=\"button rounded bkg-green bkg-hover-black color-white color-hover-white animated slideInLeft\"><span class=\"icon-mail left\"></span>Order Samples</a>
  4. <a href=\"";
  5. // line 57
  6. yield from $this->unwrap()->yieldBlock("buttonURL", $context, $blocks);
  7. yield "\" class=\"button rounded thick border-green border-hover-black color-green color-hover-black animated slideInUp\">";
  8. yield from $this->unwrap()->yieldBlock("buttonText", $context, $blocks);
  9. yield "<i class=\"fa fa-chevron-right\" aria-hidden=\"true\"></i><i class=\"fa fa-chevron-right\" aria-hidden=\"true\"></i></a>
  10. </div>
in vendor/twig/twig/src/Template.php -> block_body (line 431)
  1. throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2. }
  3. if (null !== $template) {
  4. try {
  5. yield from $template->$block($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($template->getSourceContext());
  9. }
  1. yield from $this->unwrap()->yieldBlock('contentcontainerstart', $context, $blocks);
  2. // line 55
  3. yield "
  4. ";
  5. // line 56
  6. yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
  7. // line 57
  8. yield "
  9. ";
  10. // line 58
  11. yield from $this->unwrap()->yieldBlock('contentcontainerend', $context, $blocks);
in vendor/twig/twig/src/Template.php -> doDisplay (line 387)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. </div>
  2. </section>
  3. ", $this->env->getCharset());
  4. // line 1
  5. $this->parent = $this->loadTemplate("@ops_frontend_bundle/template.html.twig", "template.html.twig", 1);
  6. yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  7. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  8. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 387)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "blocks/scodix-page-template.html.twig"));
  3. $this->parent = $this->loadTemplate("template.html.twig", "blocks/scodix-page-template.html.twig", 1);
  4. yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  5. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  6. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 387)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "pages/scodix-other-processes.html.twig"));
  3. $this->parent = $this->loadTemplate("blocks/scodix-page-template.html.twig", "pages/scodix-other-processes.html.twig", 1);
  4. yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  5. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  6. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 387)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. return $this->blocks;
  2. }
  3. public function display(array $context, array $blocks = []): void
  4. {
  5. foreach ($this->yield($context, $blocks) as $data) {
  6. echo $data;
  7. }
  8. }
  9. public function render(array $context): string
in vendor/twig/twig/src/Template.php -> display (line 358)
  1. ob_start();
  2. } else {
  3. ob_start(function () { return ''; });
  4. }
  5. try {
  6. $this->display($context);
  7. } catch (\Throwable $e) {
  8. while (ob_get_level() > $level) {
  9. ob_end_clean();
  10. }
  1. yield from $this->template->yieldBlock($name, $context);
  2. }
  3. public function render(array $context = []): string
  4. {
  5. return $this->template->render($context);
  6. }
  7. public function display(array $context = [])
  8. {
  9. // using func_get_args() allows to not expose the blocks argument
  1. * @throws SyntaxError When an error occurred during compilation
  2. * @throws RuntimeError When an error occurred during rendering
  3. */
  4. public function render($name, array $context = []): string
  5. {
  6. return $this->load($name)->render($context);
  7. }
  8. /**
  9. * Displays a template.
  10. *
  1. if (null !== $block) {
  2. return $this->container->get('twig')->load($view)->renderBlock($block, $parameters);
  3. }
  4. return $this->container->get('twig')->render($view, $parameters);
  5. }
  6. private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
  7. {
  8. $content = $this->doRenderView($view, $block, $parameters, $method);
  1. return $this->container->get('twig')->render($view, $parameters);
  2. }
  3. private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
  4. {
  5. $content = $this->doRenderView($view, $block, $parameters, $method);
  6. $response ??= new Response();
  7. if (200 === $response->getStatusCode()) {
  8. foreach ($parameters as $v) {
  9. if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
  1. * If an invalid form is found in the list of parameters, a 422 status code is returned.
  2. * Forms found in parameters are auto-cast to form views.
  3. */
  4. protected function render(string $view, array $parameters = [], ?Response $response = null): Response
  5. {
  6. return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
  7. }
  8. /**
  9. * Renders a block in a view.
  10. *
AbstractController->render('pages/scodix-other-processes.html.twig') in src/Controller/DefaultController.php (line 59)
  1. public function scodixVariableAction() {
  2. return $this->render('pages/scodix-variable.html.twig');
  3. }
  4. #[Route(path: '/scodix-other', name: 'scodix_others_page')]
  5. public function scodixOthersAction() {
  6. return $this->render('pages/scodix-other-processes.html.twig');
  7. }
  8. #[Route(path: '/packaging', name: 'scodix_packaging_page')]
  9. public function scodixPackagingAction() {
  10. return $this->render('pages/packaging.html.twig');
  11. }
in vendor/symfony/http-kernel/HttpKernel.php -> scodixOthersAction (line 183)
  1. $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
  2. $controller = $event->getController();
  3. $arguments = $event->getArguments();
  4. // call controller
  5. $response = $controller(...$arguments);
  6. // view
  7. if (!$response instanceof Response) {
  8. $event = new ViewEvent($this, $request, $type, $response, $event);
  9. $this->dispatcher->dispatch($event, KernelEvents::VIEW);
  1. $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  2. $this->requestStack->push($request);
  3. $response = null;
  4. try {
  5. return $response = $this->handleRaw($request, $type);
  6. } catch (\Throwable $e) {
  7. if ($e instanceof \Error && !$this->handleAllThrowables) {
  8. throw $e;
  9. }
  1. $this->boot();
  2. ++$this->requestStackSize;
  3. $this->resetServices = true;
  4. try {
  5. return $this->getHttpKernel()->handle($request, $type, $catch);
  6. } finally {
  7. --$this->requestStackSize;
  8. }
  9. }
  1. ) {
  2. }
  3. public function run(): int
  4. {
  5. $response = $this->kernel->handle($this->request);
  6. if (Kernel::VERSION_ID >= 60400) {
  7. $response->send(false);
  8. if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in vendor/autoload_runtime.php -> run (line 29)
  1. $app = $app(...$args);
  2. exit(
  3. $runtime
  4. ->getRunner($app)
  5. ->run()
  6. );
require_once('/home/scodify/public_html/dev.scodify.co.uk/vendor/autoload_runtime.php') in public/index.php (line 5)
  1. <?php
  2. use App\Kernel;
  3. require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
  4. return function (array $context) {
  5. return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
  6. };

Logs

Level Channel Message
INFO 22:08:36 deprecation Deprecated: Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct(): Implicitly marking parameter $tokenStorage as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 22:08:36 deprecation Deprecated: Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct(): Implicitly marking parameter $roleHierarchy as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 22:08:36 deprecation Deprecated: Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct(): Implicitly marking parameter $logoutUrlGenerator as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 22:08:36 deprecation Deprecated: Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct(): Implicitly marking parameter $accessDecisionManager as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 22:08:36 deprecation Deprecated: Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct(): Implicitly marking parameter $firewallMap as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 22:08:36 deprecation Deprecated: Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct(): Implicitly marking parameter $firewall as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 22:08:36 deprecation Deprecated: Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 22:08:36 request Matched route "_profiler".
{
    "route": "_profiler",
    "route_parameters": {
        "_route": "_profiler",
        "_controller": "web_profiler.controller.profiler::panelAction",
        "token": "f3ce96"
    },
    "request_uri": "https://dev.scodify.co.uk/_profiler/f3ce96",
    "method": "GET"
}
INFO 22:08:36 deprecation Deprecated: Symfony\Bundle\SecurityBundle\Security\FirewallContext::__construct(): Implicitly marking parameter $exceptionListener as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 22:08:36 deprecation Deprecated: Symfony\Bundle\SecurityBundle\Security\FirewallContext::__construct(): Implicitly marking parameter $logoutListener as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
INFO 22:08:36 deprecation Deprecated: Symfony\Bundle\SecurityBundle\Security\FirewallContext::__construct(): Implicitly marking parameter $config as nullable is deprecated, the explicit nullable type must be used instead
{
    "exception": {}
}
DEBUG 22:08:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 22:08:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 22:08:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 22:08:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 22:08:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
DEBUG 22:08:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 22:08:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 22:08:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 22:08:36 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 22:08:36 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 22:08:36 event Notified event "kernel.request" to listener "Ops\OpsFrontendBundle\Services\SessionIdleHandler::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Ops\\OpsFrontendBundle\\Services\\SessionIdleHandler::onKernelRequest"
}
DEBUG 22:08:36 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 22:08:36 event Notified event "kernel.controller" to listener "Ops\OpsFrontendBundle\Services\TwigGlobalsExtension::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Ops\\OpsFrontendBundle\\Services\\TwigGlobalsExtension::onKernelController"
}
DEBUG 22:08:36 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 22:08:36 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 22:08:36 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 22:08:36 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"
}
DEBUG 22:08:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 22:08:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 22:08:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 22:08:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 22:08:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
DEBUG 22:08:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 22:08:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 22:08:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 22:08:36 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 22:08:36 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 22:08:36 event Notified event "kernel.request" to listener "Ops\OpsFrontendBundle\Services\SessionIdleHandler::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Ops\\OpsFrontendBundle\\Services\\SessionIdleHandler::onKernelRequest"
}
DEBUG 22:08:36 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 22:08:36 event Notified event "kernel.controller" to listener "Ops\OpsFrontendBundle\Services\TwigGlobalsExtension::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Ops\\OpsFrontendBundle\\Services\\TwigGlobalsExtension::onKernelController"
}
DEBUG 22:08:36 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 22:08:36 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 22:08:36 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 22:08:36 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"
}
DEBUG 22:08:36 event Notified event "kernel.response" to listener "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Csrf\\SameOriginCsrfTokenManager::onKernelResponse"
}
DEBUG 22:08:36 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
DEBUG 22:08:36 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
DEBUG 22:08:36 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 22:08:36 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SurrogateListener::onKernelResponse"
}
DEBUG 22:08:36 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 22:08:36 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
}
DEBUG 22:08:36 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 22:08:36 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 22:08:36 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 22:08:36 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 22:08:36 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 22:08:36 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
DEBUG 22:08:36 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
DEBUG 22:08:36 event Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
}
DEBUG 22:08:36 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
DEBUG 22:08:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 22:08:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 22:08:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 22:08:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 22:08:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
DEBUG 22:08:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 22:08:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 22:08:36 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 22:08:36 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 22:08:36 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 22:08:36 event Notified event "kernel.request" to listener "Ops\OpsFrontendBundle\Services\SessionIdleHandler::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Ops\\OpsFrontendBundle\\Services\\SessionIdleHandler::onKernelRequest"
}
DEBUG 22:08:36 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 22:08:36 event Notified event "kernel.controller" to listener "Ops\OpsFrontendBundle\Services\TwigGlobalsExtension::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Ops\\OpsFrontendBundle\\Services\\TwigGlobalsExtension::onKernelController"
}
DEBUG 22:08:36 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 22:08:36 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 22:08:36 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 22:08:36 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 Traces 2

[2/2] RuntimeError
Twig\Error\RuntimeError:
An exception has been thrown during the rendering of a template ("Unable to generate a URL for the named route "scodify_about_page" as such route does not exist.").

  at templates/pages/scodix-other-processes.html.twig:20
  at Twig\Template->yieldBlock('buttonURL', array('app' => object(AppVariable), 'company' => 'scodify', 'cdn_domain' => 'https://ops.scodify.co.uk', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'Scodify', 'twitter_handle' => '@scodify', '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('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' => '0', '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', 'campaignmonitor_apikey' => 'bd175225853df3bf3c60f0a56fa651ef', 'campaignmonitor_listid' => '4bebbb2d83cf43ed99dbe982448cafcf', 'colour_main' => '#3fb58b', 'colour_other' => '#359775', 'colour_other2' => '#59C59F', 'colour_primary_rgba' => 'rgba(252, 66, 74 , 0.95)', 'colour_secondary' => '#59C59F', 'colour_secondary_rgba' => 'rgba(244, 102, 109, 0.7)', 'company_email' => 'info@scodify.co.uk', 'company_telephone' => '0845299336', 'csv_path' => '', 'customer_names_on_delivery_blocks' => '1', 'daily_sales_target' => '0', 'default_add_order_window' => '0', 'default_addressid' => '5', 'default_invoice_type' => '1', 'default_order_line_notes' => '', 'default_turnaround_days' => '5', 'delivery_ready_indicator' => '1', 'delivery_stockcode' => 'COURIER', 'detrack_key' => 'ae0d2a4f602ef1cbfa6d66da9f7c9ec3d180c54410abf57b', 'display_customer_invoice_type' => '0', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'Shaun Bibby', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'flatpack', 'dpd_printer' => 'Citizen CL-S521', 'dpd_username' => 'jamjar1', 'ekomi_count' => '1', 'ekomi_rating' => '5', 'email_on_new_customer' => '0', 'email_on_new_order' => '0', 'email_on_new_order_type' => '0', 'enable_support' => '0', 'exchequer' => 'SOR', 'exchequer_path' => '', 'fedex_account' => '', 'fedex_return_address' => '2235', 'financial_month' => '7', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolder', 'ignore_orders_before_start' => '0', 'internal_customers' => '[]', 'invoice_email' => 'info@scodify.co.uk', 'locations_enabled' => '0', 'newcustomer_email' => 'hello@outofhand.co.uk', 'neworder_email' => 'hello@outofhand.co.uk', 'ops_start_date' => '2025-01-01', 'order_email' => 'info@scodify.co.uk', 'order_print_button' => '0', 'payment_email' => 'info@scodify.co.uk', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'info@scodify.co.uk', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'AB11735587035BRUyj0xvTzz4Rf8woKkt72TXs3nRbhsHAMtH7', 'quickbooks_companyid' => '9341453589924862', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"","field":"finishing"}]', 'quickbooks_include_credit_terms' => '0', 'quickbooks_invoice_number' => '1', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '0', 'quote_email' => 'info@scodify.co.uk', 'require_address_on_customers' => '1', 'require_job_ref_field' => '0', 'samplepack_email' => 'info@scodify.co.uk', 'scan_workflow' => '1', 'section_artworkprocessing' => '0', 'section_detrack' => '0', 'section_outdoor' => '0', 'section_portal' => '0', 'section_print_finishing' => '0', 'section_schedule' => '0', 'send_email_on_support_ticket' => '1', 'shortcut_buttons' => '["buildCustomersWindow","addCustomer","addOrder","addOrderfromCSV","addPrintPo","addDelivery","uploadArtwork"]', 'show_product_dropdowns' => '1', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '0', 'tbc_addressid' => '839', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1097906', 'worldpay_merchant_code' => '', 'worldpay_merchant_password' => 'xz8nEnSE', 'orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'frontendsettings' => array('orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0'), 'pagebannerstart' => object(Markup), 'pagebannerend' => object(Markup)), array('htmltitle' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_htmltitle'), 'metadesc' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_metadesc'), 'metakeywords' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_metakeywords'), 'templateheader' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_templateheader'), 'extrameta' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_extrameta'), 'css' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_css'), 'headjavascripts' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_headjavascripts'), 'sitecontainerstart' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_sitecontainerstart'), 'pagebanner' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_pagebanner'), 'precontent' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_precontent'), 'contentcontainerstart' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_contentcontainerstart'), 'body' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_body'), 'contentcontainerend' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_contentcontainerend'), 'postcontent' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_postcontent'), 'sitecontainerend' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_sitecontainerend'), 'templatejavascripts' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_templatejavascripts'), 'javascripts' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_javascripts'), 'logintitle' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_logintitle'), 'header' => array(object(__TwigTemplate_3d71425efcacc1d2d5d6e276f25d03da), 'block_header'), 'mainImage' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_mainImage'), 'pageTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_pageTitle'), 'textTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_textTitle'), 'buttonText' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonText'), 'buttonURL' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonURL'), 'text' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_text')))
     (var/cache/dev/twig/29/2944b30e927929e959b9fcf2e5bd9cce.php:161)
  at __TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab->block_body(array('app' => object(AppVariable), 'company' => 'scodify', 'cdn_domain' => 'https://ops.scodify.co.uk', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'Scodify', 'twitter_handle' => '@scodify', '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('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' => '0', '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', 'campaignmonitor_apikey' => 'bd175225853df3bf3c60f0a56fa651ef', 'campaignmonitor_listid' => '4bebbb2d83cf43ed99dbe982448cafcf', 'colour_main' => '#3fb58b', 'colour_other' => '#359775', 'colour_other2' => '#59C59F', 'colour_primary_rgba' => 'rgba(252, 66, 74 , 0.95)', 'colour_secondary' => '#59C59F', 'colour_secondary_rgba' => 'rgba(244, 102, 109, 0.7)', 'company_email' => 'info@scodify.co.uk', 'company_telephone' => '0845299336', 'csv_path' => '', 'customer_names_on_delivery_blocks' => '1', 'daily_sales_target' => '0', 'default_add_order_window' => '0', 'default_addressid' => '5', 'default_invoice_type' => '1', 'default_order_line_notes' => '', 'default_turnaround_days' => '5', 'delivery_ready_indicator' => '1', 'delivery_stockcode' => 'COURIER', 'detrack_key' => 'ae0d2a4f602ef1cbfa6d66da9f7c9ec3d180c54410abf57b', 'display_customer_invoice_type' => '0', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'Shaun Bibby', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'flatpack', 'dpd_printer' => 'Citizen CL-S521', 'dpd_username' => 'jamjar1', 'ekomi_count' => '1', 'ekomi_rating' => '5', 'email_on_new_customer' => '0', 'email_on_new_order' => '0', 'email_on_new_order_type' => '0', 'enable_support' => '0', 'exchequer' => 'SOR', 'exchequer_path' => '', 'fedex_account' => '', 'fedex_return_address' => '2235', 'financial_month' => '7', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolder', 'ignore_orders_before_start' => '0', 'internal_customers' => '[]', 'invoice_email' => 'info@scodify.co.uk', 'locations_enabled' => '0', 'newcustomer_email' => 'hello@outofhand.co.uk', 'neworder_email' => 'hello@outofhand.co.uk', 'ops_start_date' => '2025-01-01', 'order_email' => 'info@scodify.co.uk', 'order_print_button' => '0', 'payment_email' => 'info@scodify.co.uk', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'info@scodify.co.uk', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'AB11735587035BRUyj0xvTzz4Rf8woKkt72TXs3nRbhsHAMtH7', 'quickbooks_companyid' => '9341453589924862', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"","field":"finishing"}]', 'quickbooks_include_credit_terms' => '0', 'quickbooks_invoice_number' => '1', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '0', 'quote_email' => 'info@scodify.co.uk', 'require_address_on_customers' => '1', 'require_job_ref_field' => '0', 'samplepack_email' => 'info@scodify.co.uk', 'scan_workflow' => '1', 'section_artworkprocessing' => '0', 'section_detrack' => '0', 'section_outdoor' => '0', 'section_portal' => '0', 'section_print_finishing' => '0', 'section_schedule' => '0', 'send_email_on_support_ticket' => '1', 'shortcut_buttons' => '["buildCustomersWindow","addCustomer","addOrder","addOrderfromCSV","addPrintPo","addDelivery","uploadArtwork"]', 'show_product_dropdowns' => '1', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '0', 'tbc_addressid' => '839', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1097906', 'worldpay_merchant_code' => '', 'worldpay_merchant_password' => 'xz8nEnSE', 'orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'frontendsettings' => array('orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0'), 'pagebannerstart' => object(Markup), 'pagebannerend' => object(Markup)), array('htmltitle' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_htmltitle'), 'metadesc' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_metadesc'), 'metakeywords' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_metakeywords'), 'templateheader' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_templateheader'), 'extrameta' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_extrameta'), 'css' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_css'), 'headjavascripts' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_headjavascripts'), 'sitecontainerstart' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_sitecontainerstart'), 'pagebanner' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_pagebanner'), 'precontent' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_precontent'), 'contentcontainerstart' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_contentcontainerstart'), 'body' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_body'), 'contentcontainerend' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_contentcontainerend'), 'postcontent' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_postcontent'), 'sitecontainerend' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_sitecontainerend'), 'templatejavascripts' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_templatejavascripts'), 'javascripts' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_javascripts'), 'logintitle' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_logintitle'), 'header' => array(object(__TwigTemplate_3d71425efcacc1d2d5d6e276f25d03da), 'block_header'), 'mainImage' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_mainImage'), 'pageTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_pageTitle'), 'textTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_textTitle'), 'buttonText' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonText'), 'buttonURL' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonURL'), 'text' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_text')))
     (vendor/twig/twig/src/Template.php:431)
  at Twig\Template->yieldBlock('body', array('app' => object(AppVariable), 'company' => 'scodify', 'cdn_domain' => 'https://ops.scodify.co.uk', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'Scodify', 'twitter_handle' => '@scodify', '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('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' => '0', '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', 'campaignmonitor_apikey' => 'bd175225853df3bf3c60f0a56fa651ef', 'campaignmonitor_listid' => '4bebbb2d83cf43ed99dbe982448cafcf', 'colour_main' => '#3fb58b', 'colour_other' => '#359775', 'colour_other2' => '#59C59F', 'colour_primary_rgba' => 'rgba(252, 66, 74 , 0.95)', 'colour_secondary' => '#59C59F', 'colour_secondary_rgba' => 'rgba(244, 102, 109, 0.7)', 'company_email' => 'info@scodify.co.uk', 'company_telephone' => '0845299336', 'csv_path' => '', 'customer_names_on_delivery_blocks' => '1', 'daily_sales_target' => '0', 'default_add_order_window' => '0', 'default_addressid' => '5', 'default_invoice_type' => '1', 'default_order_line_notes' => '', 'default_turnaround_days' => '5', 'delivery_ready_indicator' => '1', 'delivery_stockcode' => 'COURIER', 'detrack_key' => 'ae0d2a4f602ef1cbfa6d66da9f7c9ec3d180c54410abf57b', 'display_customer_invoice_type' => '0', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'Shaun Bibby', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'flatpack', 'dpd_printer' => 'Citizen CL-S521', 'dpd_username' => 'jamjar1', 'ekomi_count' => '1', 'ekomi_rating' => '5', 'email_on_new_customer' => '0', 'email_on_new_order' => '0', 'email_on_new_order_type' => '0', 'enable_support' => '0', 'exchequer' => 'SOR', 'exchequer_path' => '', 'fedex_account' => '', 'fedex_return_address' => '2235', 'financial_month' => '7', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolder', 'ignore_orders_before_start' => '0', 'internal_customers' => '[]', 'invoice_email' => 'info@scodify.co.uk', 'locations_enabled' => '0', 'newcustomer_email' => 'hello@outofhand.co.uk', 'neworder_email' => 'hello@outofhand.co.uk', 'ops_start_date' => '2025-01-01', 'order_email' => 'info@scodify.co.uk', 'order_print_button' => '0', 'payment_email' => 'info@scodify.co.uk', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'info@scodify.co.uk', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'AB11735587035BRUyj0xvTzz4Rf8woKkt72TXs3nRbhsHAMtH7', 'quickbooks_companyid' => '9341453589924862', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"","field":"finishing"}]', 'quickbooks_include_credit_terms' => '0', 'quickbooks_invoice_number' => '1', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '0', 'quote_email' => 'info@scodify.co.uk', 'require_address_on_customers' => '1', 'require_job_ref_field' => '0', 'samplepack_email' => 'info@scodify.co.uk', 'scan_workflow' => '1', 'section_artworkprocessing' => '0', 'section_detrack' => '0', 'section_outdoor' => '0', 'section_portal' => '0', 'section_print_finishing' => '0', 'section_schedule' => '0', 'send_email_on_support_ticket' => '1', 'shortcut_buttons' => '["buildCustomersWindow","addCustomer","addOrder","addOrderfromCSV","addPrintPo","addDelivery","uploadArtwork"]', 'show_product_dropdowns' => '1', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '0', 'tbc_addressid' => '839', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1097906', 'worldpay_merchant_code' => '', 'worldpay_merchant_password' => 'xz8nEnSE', 'orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'frontendsettings' => array('orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0'), 'pagebannerstart' => object(Markup), 'pagebannerend' => object(Markup)), array('htmltitle' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_htmltitle'), 'metadesc' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_metadesc'), 'metakeywords' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_metakeywords'), 'templateheader' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_templateheader'), 'extrameta' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_extrameta'), 'css' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_css'), 'headjavascripts' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_headjavascripts'), 'sitecontainerstart' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_sitecontainerstart'), 'pagebanner' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_pagebanner'), 'precontent' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_precontent'), 'contentcontainerstart' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_contentcontainerstart'), 'body' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_body'), 'contentcontainerend' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_contentcontainerend'), 'postcontent' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_postcontent'), 'sitecontainerend' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_sitecontainerend'), 'templatejavascripts' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_templatejavascripts'), 'javascripts' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_javascripts'), 'logintitle' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_logintitle'), 'header' => array(object(__TwigTemplate_3d71425efcacc1d2d5d6e276f25d03da), 'block_header'), 'mainImage' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_mainImage'), 'pageTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_pageTitle'), 'textTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_textTitle'), 'buttonText' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonText'), 'buttonURL' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonURL'), 'text' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_text')))
     (var/cache/dev/twig/13/131114280f2835a667f3b58627a3a2af.php:192)
  at __TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de->doDisplay(array('app' => object(AppVariable), 'company' => 'scodify', 'cdn_domain' => 'https://ops.scodify.co.uk', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'Scodify', 'twitter_handle' => '@scodify', '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('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' => '0', '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', 'campaignmonitor_apikey' => 'bd175225853df3bf3c60f0a56fa651ef', 'campaignmonitor_listid' => '4bebbb2d83cf43ed99dbe982448cafcf', 'colour_main' => '#3fb58b', 'colour_other' => '#359775', 'colour_other2' => '#59C59F', 'colour_primary_rgba' => 'rgba(252, 66, 74 , 0.95)', 'colour_secondary' => '#59C59F', 'colour_secondary_rgba' => 'rgba(244, 102, 109, 0.7)', 'company_email' => 'info@scodify.co.uk', 'company_telephone' => '0845299336', 'csv_path' => '', 'customer_names_on_delivery_blocks' => '1', 'daily_sales_target' => '0', 'default_add_order_window' => '0', 'default_addressid' => '5', 'default_invoice_type' => '1', 'default_order_line_notes' => '', 'default_turnaround_days' => '5', 'delivery_ready_indicator' => '1', 'delivery_stockcode' => 'COURIER', 'detrack_key' => 'ae0d2a4f602ef1cbfa6d66da9f7c9ec3d180c54410abf57b', 'display_customer_invoice_type' => '0', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'Shaun Bibby', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'flatpack', 'dpd_printer' => 'Citizen CL-S521', 'dpd_username' => 'jamjar1', 'ekomi_count' => '1', 'ekomi_rating' => '5', 'email_on_new_customer' => '0', 'email_on_new_order' => '0', 'email_on_new_order_type' => '0', 'enable_support' => '0', 'exchequer' => 'SOR', 'exchequer_path' => '', 'fedex_account' => '', 'fedex_return_address' => '2235', 'financial_month' => '7', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolder', 'ignore_orders_before_start' => '0', 'internal_customers' => '[]', 'invoice_email' => 'info@scodify.co.uk', 'locations_enabled' => '0', 'newcustomer_email' => 'hello@outofhand.co.uk', 'neworder_email' => 'hello@outofhand.co.uk', 'ops_start_date' => '2025-01-01', 'order_email' => 'info@scodify.co.uk', 'order_print_button' => '0', 'payment_email' => 'info@scodify.co.uk', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'info@scodify.co.uk', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'AB11735587035BRUyj0xvTzz4Rf8woKkt72TXs3nRbhsHAMtH7', 'quickbooks_companyid' => '9341453589924862', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"","field":"finishing"}]', 'quickbooks_include_credit_terms' => '0', 'quickbooks_invoice_number' => '1', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '0', 'quote_email' => 'info@scodify.co.uk', 'require_address_on_customers' => '1', 'require_job_ref_field' => '0', 'samplepack_email' => 'info@scodify.co.uk', 'scan_workflow' => '1', 'section_artworkprocessing' => '0', 'section_detrack' => '0', 'section_outdoor' => '0', 'section_portal' => '0', 'section_print_finishing' => '0', 'section_schedule' => '0', 'send_email_on_support_ticket' => '1', 'shortcut_buttons' => '["buildCustomersWindow","addCustomer","addOrder","addOrderfromCSV","addPrintPo","addDelivery","uploadArtwork"]', 'show_product_dropdowns' => '1', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '0', 'tbc_addressid' => '839', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1097906', 'worldpay_merchant_code' => '', 'worldpay_merchant_password' => 'xz8nEnSE', 'orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'frontendsettings' => array('orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0'), 'pagebannerstart' => object(Markup), 'pagebannerend' => object(Markup)), array('htmltitle' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_htmltitle'), 'metadesc' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_metadesc'), 'metakeywords' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_metakeywords'), 'templateheader' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_templateheader'), 'extrameta' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_extrameta'), 'css' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_css'), 'headjavascripts' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_headjavascripts'), 'sitecontainerstart' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_sitecontainerstart'), 'pagebanner' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_pagebanner'), 'precontent' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_precontent'), 'contentcontainerstart' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_contentcontainerstart'), 'body' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_body'), 'contentcontainerend' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_contentcontainerend'), 'postcontent' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_postcontent'), 'sitecontainerend' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_sitecontainerend'), 'templatejavascripts' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_templatejavascripts'), 'javascripts' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_javascripts'), 'logintitle' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_logintitle'), 'header' => array(object(__TwigTemplate_3d71425efcacc1d2d5d6e276f25d03da), 'block_header'), 'mainImage' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_mainImage'), 'pageTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_pageTitle'), 'textTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_textTitle'), 'buttonText' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonText'), 'buttonURL' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonURL'), 'text' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_text')))
     (vendor/twig/twig/src/Template.php:387)
  at Twig\Template->yield(array('app' => object(AppVariable), 'company' => 'scodify', 'cdn_domain' => 'https://ops.scodify.co.uk', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'Scodify', 'twitter_handle' => '@scodify', '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('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' => '0', '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', 'campaignmonitor_apikey' => 'bd175225853df3bf3c60f0a56fa651ef', 'campaignmonitor_listid' => '4bebbb2d83cf43ed99dbe982448cafcf', 'colour_main' => '#3fb58b', 'colour_other' => '#359775', 'colour_other2' => '#59C59F', 'colour_primary_rgba' => 'rgba(252, 66, 74 , 0.95)', 'colour_secondary' => '#59C59F', 'colour_secondary_rgba' => 'rgba(244, 102, 109, 0.7)', 'company_email' => 'info@scodify.co.uk', 'company_telephone' => '0845299336', 'csv_path' => '', 'customer_names_on_delivery_blocks' => '1', 'daily_sales_target' => '0', 'default_add_order_window' => '0', 'default_addressid' => '5', 'default_invoice_type' => '1', 'default_order_line_notes' => '', 'default_turnaround_days' => '5', 'delivery_ready_indicator' => '1', 'delivery_stockcode' => 'COURIER', 'detrack_key' => 'ae0d2a4f602ef1cbfa6d66da9f7c9ec3d180c54410abf57b', 'display_customer_invoice_type' => '0', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'Shaun Bibby', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'flatpack', 'dpd_printer' => 'Citizen CL-S521', 'dpd_username' => 'jamjar1', 'ekomi_count' => '1', 'ekomi_rating' => '5', 'email_on_new_customer' => '0', 'email_on_new_order' => '0', 'email_on_new_order_type' => '0', 'enable_support' => '0', 'exchequer' => 'SOR', 'exchequer_path' => '', 'fedex_account' => '', 'fedex_return_address' => '2235', 'financial_month' => '7', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolder', 'ignore_orders_before_start' => '0', 'internal_customers' => '[]', 'invoice_email' => 'info@scodify.co.uk', 'locations_enabled' => '0', 'newcustomer_email' => 'hello@outofhand.co.uk', 'neworder_email' => 'hello@outofhand.co.uk', 'ops_start_date' => '2025-01-01', 'order_email' => 'info@scodify.co.uk', 'order_print_button' => '0', 'payment_email' => 'info@scodify.co.uk', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'info@scodify.co.uk', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'AB11735587035BRUyj0xvTzz4Rf8woKkt72TXs3nRbhsHAMtH7', 'quickbooks_companyid' => '9341453589924862', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"","field":"finishing"}]', 'quickbooks_include_credit_terms' => '0', 'quickbooks_invoice_number' => '1', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '0', 'quote_email' => 'info@scodify.co.uk', 'require_address_on_customers' => '1', 'require_job_ref_field' => '0', 'samplepack_email' => 'info@scodify.co.uk', 'scan_workflow' => '1', 'section_artworkprocessing' => '0', 'section_detrack' => '0', 'section_outdoor' => '0', 'section_portal' => '0', 'section_print_finishing' => '0', 'section_schedule' => '0', 'send_email_on_support_ticket' => '1', 'shortcut_buttons' => '["buildCustomersWindow","addCustomer","addOrder","addOrderfromCSV","addPrintPo","addDelivery","uploadArtwork"]', 'show_product_dropdowns' => '1', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '0', 'tbc_addressid' => '839', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1097906', 'worldpay_merchant_code' => '', 'worldpay_merchant_password' => 'xz8nEnSE', 'orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'frontendsettings' => array('orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0'), 'pagebannerstart' => object(Markup), 'pagebannerend' => object(Markup)), array('htmltitle' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_htmltitle'), 'metadesc' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_metadesc'), 'metakeywords' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_metakeywords'), 'templateheader' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_templateheader'), 'extrameta' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_extrameta'), 'css' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_css'), 'headjavascripts' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_headjavascripts'), 'sitecontainerstart' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_sitecontainerstart'), 'pagebanner' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_pagebanner'), 'precontent' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_precontent'), 'contentcontainerstart' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_contentcontainerstart'), 'body' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_body'), 'contentcontainerend' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_contentcontainerend'), 'postcontent' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_postcontent'), 'sitecontainerend' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_sitecontainerend'), 'templatejavascripts' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_templatejavascripts'), 'javascripts' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_javascripts'), 'logintitle' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_logintitle'), 'header' => array(object(__TwigTemplate_3d71425efcacc1d2d5d6e276f25d03da), 'block_header'), 'mainImage' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_mainImage'), 'pageTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_pageTitle'), 'textTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_textTitle'), 'buttonText' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonText'), 'buttonURL' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonURL'), 'text' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_text')))
     (var/cache/dev/twig/49/49378a1797688c4af094579ec82a9c42.php:80)
  at __TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2->doDisplay(array('app' => object(AppVariable), 'company' => 'scodify', 'cdn_domain' => 'https://ops.scodify.co.uk', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'Scodify', 'twitter_handle' => '@scodify', '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('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' => '0', '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', 'campaignmonitor_apikey' => 'bd175225853df3bf3c60f0a56fa651ef', 'campaignmonitor_listid' => '4bebbb2d83cf43ed99dbe982448cafcf', 'colour_main' => '#3fb58b', 'colour_other' => '#359775', 'colour_other2' => '#59C59F', 'colour_primary_rgba' => 'rgba(252, 66, 74 , 0.95)', 'colour_secondary' => '#59C59F', 'colour_secondary_rgba' => 'rgba(244, 102, 109, 0.7)', 'company_email' => 'info@scodify.co.uk', 'company_telephone' => '0845299336', 'csv_path' => '', 'customer_names_on_delivery_blocks' => '1', 'daily_sales_target' => '0', 'default_add_order_window' => '0', 'default_addressid' => '5', 'default_invoice_type' => '1', 'default_order_line_notes' => '', 'default_turnaround_days' => '5', 'delivery_ready_indicator' => '1', 'delivery_stockcode' => 'COURIER', 'detrack_key' => 'ae0d2a4f602ef1cbfa6d66da9f7c9ec3d180c54410abf57b', 'display_customer_invoice_type' => '0', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'Shaun Bibby', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'flatpack', 'dpd_printer' => 'Citizen CL-S521', 'dpd_username' => 'jamjar1', 'ekomi_count' => '1', 'ekomi_rating' => '5', 'email_on_new_customer' => '0', 'email_on_new_order' => '0', 'email_on_new_order_type' => '0', 'enable_support' => '0', 'exchequer' => 'SOR', 'exchequer_path' => '', 'fedex_account' => '', 'fedex_return_address' => '2235', 'financial_month' => '7', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolder', 'ignore_orders_before_start' => '0', 'internal_customers' => '[]', 'invoice_email' => 'info@scodify.co.uk', 'locations_enabled' => '0', 'newcustomer_email' => 'hello@outofhand.co.uk', 'neworder_email' => 'hello@outofhand.co.uk', 'ops_start_date' => '2025-01-01', 'order_email' => 'info@scodify.co.uk', 'order_print_button' => '0', 'payment_email' => 'info@scodify.co.uk', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'info@scodify.co.uk', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'AB11735587035BRUyj0xvTzz4Rf8woKkt72TXs3nRbhsHAMtH7', 'quickbooks_companyid' => '9341453589924862', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"","field":"finishing"}]', 'quickbooks_include_credit_terms' => '0', 'quickbooks_invoice_number' => '1', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '0', 'quote_email' => 'info@scodify.co.uk', 'require_address_on_customers' => '1', 'require_job_ref_field' => '0', 'samplepack_email' => 'info@scodify.co.uk', 'scan_workflow' => '1', 'section_artworkprocessing' => '0', 'section_detrack' => '0', 'section_outdoor' => '0', 'section_portal' => '0', 'section_print_finishing' => '0', 'section_schedule' => '0', 'send_email_on_support_ticket' => '1', 'shortcut_buttons' => '["buildCustomersWindow","addCustomer","addOrder","addOrderfromCSV","addPrintPo","addDelivery","uploadArtwork"]', 'show_product_dropdowns' => '1', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '0', 'tbc_addressid' => '839', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1097906', 'worldpay_merchant_code' => '', 'worldpay_merchant_password' => 'xz8nEnSE', 'orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'frontendsettings' => array('orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0'), 'pagebannerstart' => object(Markup), 'pagebannerend' => object(Markup)), array('templateheader' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_templateheader'), 'htmltitle' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_htmltitle'), 'metadesc' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_metadesc'), 'metakeywords' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_metakeywords'), 'logintitle' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_logintitle'), 'pagebanner' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_pagebanner'), 'sitecontainerstart' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_sitecontainerstart'), 'contentcontainerstart' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_contentcontainerstart'), 'contentcontainerend' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_contentcontainerend'), 'sitecontainerend' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_sitecontainerend'), 'templatejavascripts' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_templatejavascripts'), 'header' => array(object(__TwigTemplate_3d71425efcacc1d2d5d6e276f25d03da), 'block_header'), 'css' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_css'), 'body' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_body'), 'javascripts' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_javascripts'), 'mainImage' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_mainImage'), 'pageTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_pageTitle'), 'textTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_textTitle'), 'buttonText' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonText'), 'buttonURL' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonURL'), 'text' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_text')))
     (vendor/twig/twig/src/Template.php:387)
  at Twig\Template->yield(array('app' => object(AppVariable), 'company' => 'scodify', 'cdn_domain' => 'https://ops.scodify.co.uk', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'Scodify', 'twitter_handle' => '@scodify', '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('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' => '0', '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', 'campaignmonitor_apikey' => 'bd175225853df3bf3c60f0a56fa651ef', 'campaignmonitor_listid' => '4bebbb2d83cf43ed99dbe982448cafcf', 'colour_main' => '#3fb58b', 'colour_other' => '#359775', 'colour_other2' => '#59C59F', 'colour_primary_rgba' => 'rgba(252, 66, 74 , 0.95)', 'colour_secondary' => '#59C59F', 'colour_secondary_rgba' => 'rgba(244, 102, 109, 0.7)', 'company_email' => 'info@scodify.co.uk', 'company_telephone' => '0845299336', 'csv_path' => '', 'customer_names_on_delivery_blocks' => '1', 'daily_sales_target' => '0', 'default_add_order_window' => '0', 'default_addressid' => '5', 'default_invoice_type' => '1', 'default_order_line_notes' => '', 'default_turnaround_days' => '5', 'delivery_ready_indicator' => '1', 'delivery_stockcode' => 'COURIER', 'detrack_key' => 'ae0d2a4f602ef1cbfa6d66da9f7c9ec3d180c54410abf57b', 'display_customer_invoice_type' => '0', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'Shaun Bibby', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'flatpack', 'dpd_printer' => 'Citizen CL-S521', 'dpd_username' => 'jamjar1', 'ekomi_count' => '1', 'ekomi_rating' => '5', 'email_on_new_customer' => '0', 'email_on_new_order' => '0', 'email_on_new_order_type' => '0', 'enable_support' => '0', 'exchequer' => 'SOR', 'exchequer_path' => '', 'fedex_account' => '', 'fedex_return_address' => '2235', 'financial_month' => '7', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolder', 'ignore_orders_before_start' => '0', 'internal_customers' => '[]', 'invoice_email' => 'info@scodify.co.uk', 'locations_enabled' => '0', 'newcustomer_email' => 'hello@outofhand.co.uk', 'neworder_email' => 'hello@outofhand.co.uk', 'ops_start_date' => '2025-01-01', 'order_email' => 'info@scodify.co.uk', 'order_print_button' => '0', 'payment_email' => 'info@scodify.co.uk', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'info@scodify.co.uk', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'AB11735587035BRUyj0xvTzz4Rf8woKkt72TXs3nRbhsHAMtH7', 'quickbooks_companyid' => '9341453589924862', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"","field":"finishing"}]', 'quickbooks_include_credit_terms' => '0', 'quickbooks_invoice_number' => '1', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '0', 'quote_email' => 'info@scodify.co.uk', 'require_address_on_customers' => '1', 'require_job_ref_field' => '0', 'samplepack_email' => 'info@scodify.co.uk', 'scan_workflow' => '1', 'section_artworkprocessing' => '0', 'section_detrack' => '0', 'section_outdoor' => '0', 'section_portal' => '0', 'section_print_finishing' => '0', 'section_schedule' => '0', 'send_email_on_support_ticket' => '1', 'shortcut_buttons' => '["buildCustomersWindow","addCustomer","addOrder","addOrderfromCSV","addPrintPo","addDelivery","uploadArtwork"]', 'show_product_dropdowns' => '1', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '0', 'tbc_addressid' => '839', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1097906', 'worldpay_merchant_code' => '', 'worldpay_merchant_password' => 'xz8nEnSE', 'orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'frontendsettings' => array('orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0')), array('templateheader' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_templateheader'), 'htmltitle' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_htmltitle'), 'metadesc' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_metadesc'), 'metakeywords' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_metakeywords'), 'logintitle' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_logintitle'), 'pagebanner' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_pagebanner'), 'sitecontainerstart' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_sitecontainerstart'), 'contentcontainerstart' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_contentcontainerstart'), 'contentcontainerend' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_contentcontainerend'), 'sitecontainerend' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_sitecontainerend'), 'templatejavascripts' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_templatejavascripts'), 'header' => array(object(__TwigTemplate_3d71425efcacc1d2d5d6e276f25d03da), 'block_header'), 'css' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_css'), 'body' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_body'), 'javascripts' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_javascripts'), 'mainImage' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_mainImage'), 'pageTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_pageTitle'), 'textTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_textTitle'), 'buttonText' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonText'), 'buttonURL' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonURL'), 'text' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_text')))
     (var/cache/dev/twig/29/2944b30e927929e959b9fcf2e5bd9cce.php:67)
  at __TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab->doDisplay(array('app' => object(AppVariable), 'company' => 'scodify', 'cdn_domain' => 'https://ops.scodify.co.uk', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'Scodify', 'twitter_handle' => '@scodify', '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('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' => '0', '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', 'campaignmonitor_apikey' => 'bd175225853df3bf3c60f0a56fa651ef', 'campaignmonitor_listid' => '4bebbb2d83cf43ed99dbe982448cafcf', 'colour_main' => '#3fb58b', 'colour_other' => '#359775', 'colour_other2' => '#59C59F', 'colour_primary_rgba' => 'rgba(252, 66, 74 , 0.95)', 'colour_secondary' => '#59C59F', 'colour_secondary_rgba' => 'rgba(244, 102, 109, 0.7)', 'company_email' => 'info@scodify.co.uk', 'company_telephone' => '0845299336', 'csv_path' => '', 'customer_names_on_delivery_blocks' => '1', 'daily_sales_target' => '0', 'default_add_order_window' => '0', 'default_addressid' => '5', 'default_invoice_type' => '1', 'default_order_line_notes' => '', 'default_turnaround_days' => '5', 'delivery_ready_indicator' => '1', 'delivery_stockcode' => 'COURIER', 'detrack_key' => 'ae0d2a4f602ef1cbfa6d66da9f7c9ec3d180c54410abf57b', 'display_customer_invoice_type' => '0', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'Shaun Bibby', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'flatpack', 'dpd_printer' => 'Citizen CL-S521', 'dpd_username' => 'jamjar1', 'ekomi_count' => '1', 'ekomi_rating' => '5', 'email_on_new_customer' => '0', 'email_on_new_order' => '0', 'email_on_new_order_type' => '0', 'enable_support' => '0', 'exchequer' => 'SOR', 'exchequer_path' => '', 'fedex_account' => '', 'fedex_return_address' => '2235', 'financial_month' => '7', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolder', 'ignore_orders_before_start' => '0', 'internal_customers' => '[]', 'invoice_email' => 'info@scodify.co.uk', 'locations_enabled' => '0', 'newcustomer_email' => 'hello@outofhand.co.uk', 'neworder_email' => 'hello@outofhand.co.uk', 'ops_start_date' => '2025-01-01', 'order_email' => 'info@scodify.co.uk', 'order_print_button' => '0', 'payment_email' => 'info@scodify.co.uk', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'info@scodify.co.uk', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'AB11735587035BRUyj0xvTzz4Rf8woKkt72TXs3nRbhsHAMtH7', 'quickbooks_companyid' => '9341453589924862', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"","field":"finishing"}]', 'quickbooks_include_credit_terms' => '0', 'quickbooks_invoice_number' => '1', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '0', 'quote_email' => 'info@scodify.co.uk', 'require_address_on_customers' => '1', 'require_job_ref_field' => '0', 'samplepack_email' => 'info@scodify.co.uk', 'scan_workflow' => '1', 'section_artworkprocessing' => '0', 'section_detrack' => '0', 'section_outdoor' => '0', 'section_portal' => '0', 'section_print_finishing' => '0', 'section_schedule' => '0', 'send_email_on_support_ticket' => '1', 'shortcut_buttons' => '["buildCustomersWindow","addCustomer","addOrder","addOrderfromCSV","addPrintPo","addDelivery","uploadArtwork"]', 'show_product_dropdowns' => '1', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '0', 'tbc_addressid' => '839', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1097906', 'worldpay_merchant_code' => '', 'worldpay_merchant_password' => 'xz8nEnSE', 'orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'frontendsettings' => array('orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0')), array('header' => array(object(__TwigTemplate_3d71425efcacc1d2d5d6e276f25d03da), 'block_header'), 'css' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_css'), 'body' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_body'), 'javascripts' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_javascripts'), 'mainImage' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_mainImage'), 'pageTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_pageTitle'), 'textTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_textTitle'), 'buttonText' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonText'), 'buttonURL' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonURL'), 'text' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_text')))
     (vendor/twig/twig/src/Template.php:387)
  at Twig\Template->yield(array('app' => object(AppVariable), 'company' => 'scodify', 'cdn_domain' => 'https://ops.scodify.co.uk', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'Scodify', 'twitter_handle' => '@scodify', '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('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' => '0', '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', 'campaignmonitor_apikey' => 'bd175225853df3bf3c60f0a56fa651ef', 'campaignmonitor_listid' => '4bebbb2d83cf43ed99dbe982448cafcf', 'colour_main' => '#3fb58b', 'colour_other' => '#359775', 'colour_other2' => '#59C59F', 'colour_primary_rgba' => 'rgba(252, 66, 74 , 0.95)', 'colour_secondary' => '#59C59F', 'colour_secondary_rgba' => 'rgba(244, 102, 109, 0.7)', 'company_email' => 'info@scodify.co.uk', 'company_telephone' => '0845299336', 'csv_path' => '', 'customer_names_on_delivery_blocks' => '1', 'daily_sales_target' => '0', 'default_add_order_window' => '0', 'default_addressid' => '5', 'default_invoice_type' => '1', 'default_order_line_notes' => '', 'default_turnaround_days' => '5', 'delivery_ready_indicator' => '1', 'delivery_stockcode' => 'COURIER', 'detrack_key' => 'ae0d2a4f602ef1cbfa6d66da9f7c9ec3d180c54410abf57b', 'display_customer_invoice_type' => '0', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'Shaun Bibby', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'flatpack', 'dpd_printer' => 'Citizen CL-S521', 'dpd_username' => 'jamjar1', 'ekomi_count' => '1', 'ekomi_rating' => '5', 'email_on_new_customer' => '0', 'email_on_new_order' => '0', 'email_on_new_order_type' => '0', 'enable_support' => '0', 'exchequer' => 'SOR', 'exchequer_path' => '', 'fedex_account' => '', 'fedex_return_address' => '2235', 'financial_month' => '7', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolder', 'ignore_orders_before_start' => '0', 'internal_customers' => '[]', 'invoice_email' => 'info@scodify.co.uk', 'locations_enabled' => '0', 'newcustomer_email' => 'hello@outofhand.co.uk', 'neworder_email' => 'hello@outofhand.co.uk', 'ops_start_date' => '2025-01-01', 'order_email' => 'info@scodify.co.uk', 'order_print_button' => '0', 'payment_email' => 'info@scodify.co.uk', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'info@scodify.co.uk', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'AB11735587035BRUyj0xvTzz4Rf8woKkt72TXs3nRbhsHAMtH7', 'quickbooks_companyid' => '9341453589924862', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"","field":"finishing"}]', 'quickbooks_include_credit_terms' => '0', 'quickbooks_invoice_number' => '1', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '0', 'quote_email' => 'info@scodify.co.uk', 'require_address_on_customers' => '1', 'require_job_ref_field' => '0', 'samplepack_email' => 'info@scodify.co.uk', 'scan_workflow' => '1', 'section_artworkprocessing' => '0', 'section_detrack' => '0', 'section_outdoor' => '0', 'section_portal' => '0', 'section_print_finishing' => '0', 'section_schedule' => '0', 'send_email_on_support_ticket' => '1', 'shortcut_buttons' => '["buildCustomersWindow","addCustomer","addOrder","addOrderfromCSV","addPrintPo","addDelivery","uploadArtwork"]', 'show_product_dropdowns' => '1', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '0', 'tbc_addressid' => '839', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1097906', 'worldpay_merchant_code' => '', 'worldpay_merchant_password' => 'xz8nEnSE', 'orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'frontendsettings' => array('orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0')), array('header' => array(object(__TwigTemplate_3d71425efcacc1d2d5d6e276f25d03da), 'block_header'), 'css' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_css'), 'body' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_body'), 'javascripts' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_javascripts'), 'mainImage' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_mainImage'), 'pageTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_pageTitle'), 'textTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_textTitle'), 'buttonText' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonText'), 'buttonURL' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonURL'), 'text' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_text')))
     (var/cache/dev/twig/c2/c280a91451da81e74820d3b04fc509e5.php:58)
  at __TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb->doDisplay(array('app' => object(AppVariable), 'company' => 'scodify', 'cdn_domain' => 'https://ops.scodify.co.uk', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'Scodify', 'twitter_handle' => '@scodify', '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('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' => '0', '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', 'campaignmonitor_apikey' => 'bd175225853df3bf3c60f0a56fa651ef', 'campaignmonitor_listid' => '4bebbb2d83cf43ed99dbe982448cafcf', 'colour_main' => '#3fb58b', 'colour_other' => '#359775', 'colour_other2' => '#59C59F', 'colour_primary_rgba' => 'rgba(252, 66, 74 , 0.95)', 'colour_secondary' => '#59C59F', 'colour_secondary_rgba' => 'rgba(244, 102, 109, 0.7)', 'company_email' => 'info@scodify.co.uk', 'company_telephone' => '0845299336', 'csv_path' => '', 'customer_names_on_delivery_blocks' => '1', 'daily_sales_target' => '0', 'default_add_order_window' => '0', 'default_addressid' => '5', 'default_invoice_type' => '1', 'default_order_line_notes' => '', 'default_turnaround_days' => '5', 'delivery_ready_indicator' => '1', 'delivery_stockcode' => 'COURIER', 'detrack_key' => 'ae0d2a4f602ef1cbfa6d66da9f7c9ec3d180c54410abf57b', 'display_customer_invoice_type' => '0', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'Shaun Bibby', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'flatpack', 'dpd_printer' => 'Citizen CL-S521', 'dpd_username' => 'jamjar1', 'ekomi_count' => '1', 'ekomi_rating' => '5', 'email_on_new_customer' => '0', 'email_on_new_order' => '0', 'email_on_new_order_type' => '0', 'enable_support' => '0', 'exchequer' => 'SOR', 'exchequer_path' => '', 'fedex_account' => '', 'fedex_return_address' => '2235', 'financial_month' => '7', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolder', 'ignore_orders_before_start' => '0', 'internal_customers' => '[]', 'invoice_email' => 'info@scodify.co.uk', 'locations_enabled' => '0', 'newcustomer_email' => 'hello@outofhand.co.uk', 'neworder_email' => 'hello@outofhand.co.uk', 'ops_start_date' => '2025-01-01', 'order_email' => 'info@scodify.co.uk', 'order_print_button' => '0', 'payment_email' => 'info@scodify.co.uk', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'info@scodify.co.uk', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'AB11735587035BRUyj0xvTzz4Rf8woKkt72TXs3nRbhsHAMtH7', 'quickbooks_companyid' => '9341453589924862', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"","field":"finishing"}]', 'quickbooks_include_credit_terms' => '0', 'quickbooks_invoice_number' => '1', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '0', 'quote_email' => 'info@scodify.co.uk', 'require_address_on_customers' => '1', 'require_job_ref_field' => '0', 'samplepack_email' => 'info@scodify.co.uk', 'scan_workflow' => '1', 'section_artworkprocessing' => '0', 'section_detrack' => '0', 'section_outdoor' => '0', 'section_portal' => '0', 'section_print_finishing' => '0', 'section_schedule' => '0', 'send_email_on_support_ticket' => '1', 'shortcut_buttons' => '["buildCustomersWindow","addCustomer","addOrder","addOrderfromCSV","addPrintPo","addDelivery","uploadArtwork"]', 'show_product_dropdowns' => '1', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '0', 'tbc_addressid' => '839', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1097906', 'worldpay_merchant_code' => '', 'worldpay_merchant_password' => 'xz8nEnSE', 'orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'frontendsettings' => array('orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0')), array('mainImage' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_mainImage'), 'pageTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_pageTitle'), 'textTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_textTitle'), 'buttonText' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonText'), 'buttonURL' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonURL'), 'text' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_text')))
     (vendor/twig/twig/src/Template.php:387)
  at Twig\Template->yield(array('app' => object(AppVariable), 'company' => 'scodify', 'cdn_domain' => 'https://ops.scodify.co.uk', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'Scodify', 'twitter_handle' => '@scodify', '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('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' => '0', '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', 'campaignmonitor_apikey' => 'bd175225853df3bf3c60f0a56fa651ef', 'campaignmonitor_listid' => '4bebbb2d83cf43ed99dbe982448cafcf', 'colour_main' => '#3fb58b', 'colour_other' => '#359775', 'colour_other2' => '#59C59F', 'colour_primary_rgba' => 'rgba(252, 66, 74 , 0.95)', 'colour_secondary' => '#59C59F', 'colour_secondary_rgba' => 'rgba(244, 102, 109, 0.7)', 'company_email' => 'info@scodify.co.uk', 'company_telephone' => '0845299336', 'csv_path' => '', 'customer_names_on_delivery_blocks' => '1', 'daily_sales_target' => '0', 'default_add_order_window' => '0', 'default_addressid' => '5', 'default_invoice_type' => '1', 'default_order_line_notes' => '', 'default_turnaround_days' => '5', 'delivery_ready_indicator' => '1', 'delivery_stockcode' => 'COURIER', 'detrack_key' => 'ae0d2a4f602ef1cbfa6d66da9f7c9ec3d180c54410abf57b', 'display_customer_invoice_type' => '0', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'Shaun Bibby', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'flatpack', 'dpd_printer' => 'Citizen CL-S521', 'dpd_username' => 'jamjar1', 'ekomi_count' => '1', 'ekomi_rating' => '5', 'email_on_new_customer' => '0', 'email_on_new_order' => '0', 'email_on_new_order_type' => '0', 'enable_support' => '0', 'exchequer' => 'SOR', 'exchequer_path' => '', 'fedex_account' => '', 'fedex_return_address' => '2235', 'financial_month' => '7', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolder', 'ignore_orders_before_start' => '0', 'internal_customers' => '[]', 'invoice_email' => 'info@scodify.co.uk', 'locations_enabled' => '0', 'newcustomer_email' => 'hello@outofhand.co.uk', 'neworder_email' => 'hello@outofhand.co.uk', 'ops_start_date' => '2025-01-01', 'order_email' => 'info@scodify.co.uk', 'order_print_button' => '0', 'payment_email' => 'info@scodify.co.uk', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'info@scodify.co.uk', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'AB11735587035BRUyj0xvTzz4Rf8woKkt72TXs3nRbhsHAMtH7', 'quickbooks_companyid' => '9341453589924862', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"","field":"finishing"}]', 'quickbooks_include_credit_terms' => '0', 'quickbooks_invoice_number' => '1', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '0', 'quote_email' => 'info@scodify.co.uk', 'require_address_on_customers' => '1', 'require_job_ref_field' => '0', 'samplepack_email' => 'info@scodify.co.uk', 'scan_workflow' => '1', 'section_artworkprocessing' => '0', 'section_detrack' => '0', 'section_outdoor' => '0', 'section_portal' => '0', 'section_print_finishing' => '0', 'section_schedule' => '0', 'send_email_on_support_ticket' => '1', 'shortcut_buttons' => '["buildCustomersWindow","addCustomer","addOrder","addOrderfromCSV","addPrintPo","addDelivery","uploadArtwork"]', 'show_product_dropdowns' => '1', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '0', 'tbc_addressid' => '839', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1097906', 'worldpay_merchant_code' => '', 'worldpay_merchant_password' => 'xz8nEnSE', 'orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'frontendsettings' => array('orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0')), array('mainImage' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_mainImage'), 'pageTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_pageTitle'), 'textTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_textTitle'), 'buttonText' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonText'), 'buttonURL' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonURL'), 'text' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_text')))
     (vendor/twig/twig/src/Template.php:343)
  at Twig\Template->display(array())
     (vendor/twig/twig/src/Template.php:358)
  at Twig\Template->render(array())
     (vendor/twig/twig/src/TemplateWrapper.php:51)
  at Twig\TemplateWrapper->render(array())
     (vendor/twig/twig/src/Environment.php:320)
  at Twig\Environment->render('pages/scodix-other-processes.html.twig', array())
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:431)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView('pages/scodix-other-processes.html.twig', null, array(), 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:436)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender('pages/scodix-other-processes.html.twig', null, array(), null, 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:250)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('pages/scodix-other-processes.html.twig')
     (src/Controller/DefaultController.php:59)
  at App\Controller\DefaultController->scodixOthersAction()
     (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/scodify/public_html/dev.scodify.co.uk/vendor/autoload_runtime.php')
     (public/index.php:5)                
[1/2] RouteNotFoundException
Symfony\Component\Routing\Exception\RouteNotFoundException:
Unable to generate a URL for the named route "scodify_about_page" as such route does not exist.

  at vendor/symfony/routing/Generator/CompiledUrlGenerator.php:52
  at Symfony\Component\Routing\Generator\CompiledUrlGenerator->generate('scodify_about_page', array(), 1)
     (vendor/symfony/routing/Router.php:172)
  at Symfony\Component\Routing\Router->generate('scodify_about_page', array(), 1)
     (vendor/symfony/twig-bridge/Extension/RoutingExtension.php:43)
  at Symfony\Bridge\Twig\Extension\RoutingExtension->getPath('scodify_about_page')
     (var/cache/dev/twig/c2/c280a91451da81e74820d3b04fc509e5.php:184)
  at __TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb->block_buttonURL(array('app' => object(AppVariable), 'company' => 'scodify', 'cdn_domain' => 'https://ops.scodify.co.uk', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'Scodify', 'twitter_handle' => '@scodify', '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('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' => '0', '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', 'campaignmonitor_apikey' => 'bd175225853df3bf3c60f0a56fa651ef', 'campaignmonitor_listid' => '4bebbb2d83cf43ed99dbe982448cafcf', 'colour_main' => '#3fb58b', 'colour_other' => '#359775', 'colour_other2' => '#59C59F', 'colour_primary_rgba' => 'rgba(252, 66, 74 , 0.95)', 'colour_secondary' => '#59C59F', 'colour_secondary_rgba' => 'rgba(244, 102, 109, 0.7)', 'company_email' => 'info@scodify.co.uk', 'company_telephone' => '0845299336', 'csv_path' => '', 'customer_names_on_delivery_blocks' => '1', 'daily_sales_target' => '0', 'default_add_order_window' => '0', 'default_addressid' => '5', 'default_invoice_type' => '1', 'default_order_line_notes' => '', 'default_turnaround_days' => '5', 'delivery_ready_indicator' => '1', 'delivery_stockcode' => 'COURIER', 'detrack_key' => 'ae0d2a4f602ef1cbfa6d66da9f7c9ec3d180c54410abf57b', 'display_customer_invoice_type' => '0', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'Shaun Bibby', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'flatpack', 'dpd_printer' => 'Citizen CL-S521', 'dpd_username' => 'jamjar1', 'ekomi_count' => '1', 'ekomi_rating' => '5', 'email_on_new_customer' => '0', 'email_on_new_order' => '0', 'email_on_new_order_type' => '0', 'enable_support' => '0', 'exchequer' => 'SOR', 'exchequer_path' => '', 'fedex_account' => '', 'fedex_return_address' => '2235', 'financial_month' => '7', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolder', 'ignore_orders_before_start' => '0', 'internal_customers' => '[]', 'invoice_email' => 'info@scodify.co.uk', 'locations_enabled' => '0', 'newcustomer_email' => 'hello@outofhand.co.uk', 'neworder_email' => 'hello@outofhand.co.uk', 'ops_start_date' => '2025-01-01', 'order_email' => 'info@scodify.co.uk', 'order_print_button' => '0', 'payment_email' => 'info@scodify.co.uk', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'info@scodify.co.uk', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'AB11735587035BRUyj0xvTzz4Rf8woKkt72TXs3nRbhsHAMtH7', 'quickbooks_companyid' => '9341453589924862', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"","field":"finishing"}]', 'quickbooks_include_credit_terms' => '0', 'quickbooks_invoice_number' => '1', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '0', 'quote_email' => 'info@scodify.co.uk', 'require_address_on_customers' => '1', 'require_job_ref_field' => '0', 'samplepack_email' => 'info@scodify.co.uk', 'scan_workflow' => '1', 'section_artworkprocessing' => '0', 'section_detrack' => '0', 'section_outdoor' => '0', 'section_portal' => '0', 'section_print_finishing' => '0', 'section_schedule' => '0', 'send_email_on_support_ticket' => '1', 'shortcut_buttons' => '["buildCustomersWindow","addCustomer","addOrder","addOrderfromCSV","addPrintPo","addDelivery","uploadArtwork"]', 'show_product_dropdowns' => '1', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '0', 'tbc_addressid' => '839', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1097906', 'worldpay_merchant_code' => '', 'worldpay_merchant_password' => 'xz8nEnSE', 'orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'frontendsettings' => array('orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0'), 'pagebannerstart' => object(Markup), 'pagebannerend' => object(Markup)), array('htmltitle' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_htmltitle'), 'metadesc' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_metadesc'), 'metakeywords' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_metakeywords'), 'templateheader' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_templateheader'), 'extrameta' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_extrameta'), 'css' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_css'), 'headjavascripts' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_headjavascripts'), 'sitecontainerstart' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_sitecontainerstart'), 'pagebanner' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_pagebanner'), 'precontent' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_precontent'), 'contentcontainerstart' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_contentcontainerstart'), 'body' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_body'), 'contentcontainerend' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_contentcontainerend'), 'postcontent' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_postcontent'), 'sitecontainerend' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_sitecontainerend'), 'templatejavascripts' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_templatejavascripts'), 'javascripts' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_javascripts'), 'logintitle' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_logintitle'), 'header' => array(object(__TwigTemplate_3d71425efcacc1d2d5d6e276f25d03da), 'block_header'), 'mainImage' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_mainImage'), 'pageTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_pageTitle'), 'textTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_textTitle'), 'buttonText' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonText'), 'buttonURL' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonURL'), 'text' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_text')))
     (vendor/twig/twig/src/Template.php:431)
  at Twig\Template->yieldBlock('buttonURL', array('app' => object(AppVariable), 'company' => 'scodify', 'cdn_domain' => 'https://ops.scodify.co.uk', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'Scodify', 'twitter_handle' => '@scodify', '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('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' => '0', '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', 'campaignmonitor_apikey' => 'bd175225853df3bf3c60f0a56fa651ef', 'campaignmonitor_listid' => '4bebbb2d83cf43ed99dbe982448cafcf', 'colour_main' => '#3fb58b', 'colour_other' => '#359775', 'colour_other2' => '#59C59F', 'colour_primary_rgba' => 'rgba(252, 66, 74 , 0.95)', 'colour_secondary' => '#59C59F', 'colour_secondary_rgba' => 'rgba(244, 102, 109, 0.7)', 'company_email' => 'info@scodify.co.uk', 'company_telephone' => '0845299336', 'csv_path' => '', 'customer_names_on_delivery_blocks' => '1', 'daily_sales_target' => '0', 'default_add_order_window' => '0', 'default_addressid' => '5', 'default_invoice_type' => '1', 'default_order_line_notes' => '', 'default_turnaround_days' => '5', 'delivery_ready_indicator' => '1', 'delivery_stockcode' => 'COURIER', 'detrack_key' => 'ae0d2a4f602ef1cbfa6d66da9f7c9ec3d180c54410abf57b', 'display_customer_invoice_type' => '0', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'Shaun Bibby', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'flatpack', 'dpd_printer' => 'Citizen CL-S521', 'dpd_username' => 'jamjar1', 'ekomi_count' => '1', 'ekomi_rating' => '5', 'email_on_new_customer' => '0', 'email_on_new_order' => '0', 'email_on_new_order_type' => '0', 'enable_support' => '0', 'exchequer' => 'SOR', 'exchequer_path' => '', 'fedex_account' => '', 'fedex_return_address' => '2235', 'financial_month' => '7', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolder', 'ignore_orders_before_start' => '0', 'internal_customers' => '[]', 'invoice_email' => 'info@scodify.co.uk', 'locations_enabled' => '0', 'newcustomer_email' => 'hello@outofhand.co.uk', 'neworder_email' => 'hello@outofhand.co.uk', 'ops_start_date' => '2025-01-01', 'order_email' => 'info@scodify.co.uk', 'order_print_button' => '0', 'payment_email' => 'info@scodify.co.uk', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'info@scodify.co.uk', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'AB11735587035BRUyj0xvTzz4Rf8woKkt72TXs3nRbhsHAMtH7', 'quickbooks_companyid' => '9341453589924862', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"","field":"finishing"}]', 'quickbooks_include_credit_terms' => '0', 'quickbooks_invoice_number' => '1', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '0', 'quote_email' => 'info@scodify.co.uk', 'require_address_on_customers' => '1', 'require_job_ref_field' => '0', 'samplepack_email' => 'info@scodify.co.uk', 'scan_workflow' => '1', 'section_artworkprocessing' => '0', 'section_detrack' => '0', 'section_outdoor' => '0', 'section_portal' => '0', 'section_print_finishing' => '0', 'section_schedule' => '0', 'send_email_on_support_ticket' => '1', 'shortcut_buttons' => '["buildCustomersWindow","addCustomer","addOrder","addOrderfromCSV","addPrintPo","addDelivery","uploadArtwork"]', 'show_product_dropdowns' => '1', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '0', 'tbc_addressid' => '839', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1097906', 'worldpay_merchant_code' => '', 'worldpay_merchant_password' => 'xz8nEnSE', 'orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'frontendsettings' => array('orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0'), 'pagebannerstart' => object(Markup), 'pagebannerend' => object(Markup)), array('htmltitle' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_htmltitle'), 'metadesc' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_metadesc'), 'metakeywords' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_metakeywords'), 'templateheader' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_templateheader'), 'extrameta' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_extrameta'), 'css' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_css'), 'headjavascripts' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_headjavascripts'), 'sitecontainerstart' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_sitecontainerstart'), 'pagebanner' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_pagebanner'), 'precontent' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_precontent'), 'contentcontainerstart' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_contentcontainerstart'), 'body' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_body'), 'contentcontainerend' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_contentcontainerend'), 'postcontent' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_postcontent'), 'sitecontainerend' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_sitecontainerend'), 'templatejavascripts' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_templatejavascripts'), 'javascripts' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_javascripts'), 'logintitle' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_logintitle'), 'header' => array(object(__TwigTemplate_3d71425efcacc1d2d5d6e276f25d03da), 'block_header'), 'mainImage' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_mainImage'), 'pageTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_pageTitle'), 'textTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_textTitle'), 'buttonText' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonText'), 'buttonURL' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonURL'), 'text' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_text')))
     (var/cache/dev/twig/29/2944b30e927929e959b9fcf2e5bd9cce.php:161)
  at __TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab->block_body(array('app' => object(AppVariable), 'company' => 'scodify', 'cdn_domain' => 'https://ops.scodify.co.uk', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'Scodify', 'twitter_handle' => '@scodify', '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('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' => '0', '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', 'campaignmonitor_apikey' => 'bd175225853df3bf3c60f0a56fa651ef', 'campaignmonitor_listid' => '4bebbb2d83cf43ed99dbe982448cafcf', 'colour_main' => '#3fb58b', 'colour_other' => '#359775', 'colour_other2' => '#59C59F', 'colour_primary_rgba' => 'rgba(252, 66, 74 , 0.95)', 'colour_secondary' => '#59C59F', 'colour_secondary_rgba' => 'rgba(244, 102, 109, 0.7)', 'company_email' => 'info@scodify.co.uk', 'company_telephone' => '0845299336', 'csv_path' => '', 'customer_names_on_delivery_blocks' => '1', 'daily_sales_target' => '0', 'default_add_order_window' => '0', 'default_addressid' => '5', 'default_invoice_type' => '1', 'default_order_line_notes' => '', 'default_turnaround_days' => '5', 'delivery_ready_indicator' => '1', 'delivery_stockcode' => 'COURIER', 'detrack_key' => 'ae0d2a4f602ef1cbfa6d66da9f7c9ec3d180c54410abf57b', 'display_customer_invoice_type' => '0', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'Shaun Bibby', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'flatpack', 'dpd_printer' => 'Citizen CL-S521', 'dpd_username' => 'jamjar1', 'ekomi_count' => '1', 'ekomi_rating' => '5', 'email_on_new_customer' => '0', 'email_on_new_order' => '0', 'email_on_new_order_type' => '0', 'enable_support' => '0', 'exchequer' => 'SOR', 'exchequer_path' => '', 'fedex_account' => '', 'fedex_return_address' => '2235', 'financial_month' => '7', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolder', 'ignore_orders_before_start' => '0', 'internal_customers' => '[]', 'invoice_email' => 'info@scodify.co.uk', 'locations_enabled' => '0', 'newcustomer_email' => 'hello@outofhand.co.uk', 'neworder_email' => 'hello@outofhand.co.uk', 'ops_start_date' => '2025-01-01', 'order_email' => 'info@scodify.co.uk', 'order_print_button' => '0', 'payment_email' => 'info@scodify.co.uk', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'info@scodify.co.uk', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'AB11735587035BRUyj0xvTzz4Rf8woKkt72TXs3nRbhsHAMtH7', 'quickbooks_companyid' => '9341453589924862', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"","field":"finishing"}]', 'quickbooks_include_credit_terms' => '0', 'quickbooks_invoice_number' => '1', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '0', 'quote_email' => 'info@scodify.co.uk', 'require_address_on_customers' => '1', 'require_job_ref_field' => '0', 'samplepack_email' => 'info@scodify.co.uk', 'scan_workflow' => '1', 'section_artworkprocessing' => '0', 'section_detrack' => '0', 'section_outdoor' => '0', 'section_portal' => '0', 'section_print_finishing' => '0', 'section_schedule' => '0', 'send_email_on_support_ticket' => '1', 'shortcut_buttons' => '["buildCustomersWindow","addCustomer","addOrder","addOrderfromCSV","addPrintPo","addDelivery","uploadArtwork"]', 'show_product_dropdowns' => '1', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '0', 'tbc_addressid' => '839', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1097906', 'worldpay_merchant_code' => '', 'worldpay_merchant_password' => 'xz8nEnSE', 'orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'frontendsettings' => array('orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0'), 'pagebannerstart' => object(Markup), 'pagebannerend' => object(Markup)), array('htmltitle' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_htmltitle'), 'metadesc' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_metadesc'), 'metakeywords' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_metakeywords'), 'templateheader' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_templateheader'), 'extrameta' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_extrameta'), 'css' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_css'), 'headjavascripts' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_headjavascripts'), 'sitecontainerstart' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_sitecontainerstart'), 'pagebanner' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_pagebanner'), 'precontent' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_precontent'), 'contentcontainerstart' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_contentcontainerstart'), 'body' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_body'), 'contentcontainerend' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_contentcontainerend'), 'postcontent' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_postcontent'), 'sitecontainerend' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_sitecontainerend'), 'templatejavascripts' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_templatejavascripts'), 'javascripts' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_javascripts'), 'logintitle' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_logintitle'), 'header' => array(object(__TwigTemplate_3d71425efcacc1d2d5d6e276f25d03da), 'block_header'), 'mainImage' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_mainImage'), 'pageTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_pageTitle'), 'textTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_textTitle'), 'buttonText' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonText'), 'buttonURL' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonURL'), 'text' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_text')))
     (vendor/twig/twig/src/Template.php:431)
  at Twig\Template->yieldBlock('body', array('app' => object(AppVariable), 'company' => 'scodify', 'cdn_domain' => 'https://ops.scodify.co.uk', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'Scodify', 'twitter_handle' => '@scodify', '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('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' => '0', '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', 'campaignmonitor_apikey' => 'bd175225853df3bf3c60f0a56fa651ef', 'campaignmonitor_listid' => '4bebbb2d83cf43ed99dbe982448cafcf', 'colour_main' => '#3fb58b', 'colour_other' => '#359775', 'colour_other2' => '#59C59F', 'colour_primary_rgba' => 'rgba(252, 66, 74 , 0.95)', 'colour_secondary' => '#59C59F', 'colour_secondary_rgba' => 'rgba(244, 102, 109, 0.7)', 'company_email' => 'info@scodify.co.uk', 'company_telephone' => '0845299336', 'csv_path' => '', 'customer_names_on_delivery_blocks' => '1', 'daily_sales_target' => '0', 'default_add_order_window' => '0', 'default_addressid' => '5', 'default_invoice_type' => '1', 'default_order_line_notes' => '', 'default_turnaround_days' => '5', 'delivery_ready_indicator' => '1', 'delivery_stockcode' => 'COURIER', 'detrack_key' => 'ae0d2a4f602ef1cbfa6d66da9f7c9ec3d180c54410abf57b', 'display_customer_invoice_type' => '0', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'Shaun Bibby', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'flatpack', 'dpd_printer' => 'Citizen CL-S521', 'dpd_username' => 'jamjar1', 'ekomi_count' => '1', 'ekomi_rating' => '5', 'email_on_new_customer' => '0', 'email_on_new_order' => '0', 'email_on_new_order_type' => '0', 'enable_support' => '0', 'exchequer' => 'SOR', 'exchequer_path' => '', 'fedex_account' => '', 'fedex_return_address' => '2235', 'financial_month' => '7', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolder', 'ignore_orders_before_start' => '0', 'internal_customers' => '[]', 'invoice_email' => 'info@scodify.co.uk', 'locations_enabled' => '0', 'newcustomer_email' => 'hello@outofhand.co.uk', 'neworder_email' => 'hello@outofhand.co.uk', 'ops_start_date' => '2025-01-01', 'order_email' => 'info@scodify.co.uk', 'order_print_button' => '0', 'payment_email' => 'info@scodify.co.uk', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'info@scodify.co.uk', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'AB11735587035BRUyj0xvTzz4Rf8woKkt72TXs3nRbhsHAMtH7', 'quickbooks_companyid' => '9341453589924862', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"","field":"finishing"}]', 'quickbooks_include_credit_terms' => '0', 'quickbooks_invoice_number' => '1', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '0', 'quote_email' => 'info@scodify.co.uk', 'require_address_on_customers' => '1', 'require_job_ref_field' => '0', 'samplepack_email' => 'info@scodify.co.uk', 'scan_workflow' => '1', 'section_artworkprocessing' => '0', 'section_detrack' => '0', 'section_outdoor' => '0', 'section_portal' => '0', 'section_print_finishing' => '0', 'section_schedule' => '0', 'send_email_on_support_ticket' => '1', 'shortcut_buttons' => '["buildCustomersWindow","addCustomer","addOrder","addOrderfromCSV","addPrintPo","addDelivery","uploadArtwork"]', 'show_product_dropdowns' => '1', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '0', 'tbc_addressid' => '839', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1097906', 'worldpay_merchant_code' => '', 'worldpay_merchant_password' => 'xz8nEnSE', 'orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'frontendsettings' => array('orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0'), 'pagebannerstart' => object(Markup), 'pagebannerend' => object(Markup)), array('htmltitle' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_htmltitle'), 'metadesc' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_metadesc'), 'metakeywords' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_metakeywords'), 'templateheader' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_templateheader'), 'extrameta' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_extrameta'), 'css' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_css'), 'headjavascripts' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_headjavascripts'), 'sitecontainerstart' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_sitecontainerstart'), 'pagebanner' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_pagebanner'), 'precontent' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_precontent'), 'contentcontainerstart' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_contentcontainerstart'), 'body' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_body'), 'contentcontainerend' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_contentcontainerend'), 'postcontent' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_postcontent'), 'sitecontainerend' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_sitecontainerend'), 'templatejavascripts' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_templatejavascripts'), 'javascripts' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_javascripts'), 'logintitle' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_logintitle'), 'header' => array(object(__TwigTemplate_3d71425efcacc1d2d5d6e276f25d03da), 'block_header'), 'mainImage' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_mainImage'), 'pageTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_pageTitle'), 'textTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_textTitle'), 'buttonText' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonText'), 'buttonURL' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonURL'), 'text' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_text')))
     (var/cache/dev/twig/13/131114280f2835a667f3b58627a3a2af.php:192)
  at __TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de->doDisplay(array('app' => object(AppVariable), 'company' => 'scodify', 'cdn_domain' => 'https://ops.scodify.co.uk', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'Scodify', 'twitter_handle' => '@scodify', '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('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' => '0', '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', 'campaignmonitor_apikey' => 'bd175225853df3bf3c60f0a56fa651ef', 'campaignmonitor_listid' => '4bebbb2d83cf43ed99dbe982448cafcf', 'colour_main' => '#3fb58b', 'colour_other' => '#359775', 'colour_other2' => '#59C59F', 'colour_primary_rgba' => 'rgba(252, 66, 74 , 0.95)', 'colour_secondary' => '#59C59F', 'colour_secondary_rgba' => 'rgba(244, 102, 109, 0.7)', 'company_email' => 'info@scodify.co.uk', 'company_telephone' => '0845299336', 'csv_path' => '', 'customer_names_on_delivery_blocks' => '1', 'daily_sales_target' => '0', 'default_add_order_window' => '0', 'default_addressid' => '5', 'default_invoice_type' => '1', 'default_order_line_notes' => '', 'default_turnaround_days' => '5', 'delivery_ready_indicator' => '1', 'delivery_stockcode' => 'COURIER', 'detrack_key' => 'ae0d2a4f602ef1cbfa6d66da9f7c9ec3d180c54410abf57b', 'display_customer_invoice_type' => '0', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'Shaun Bibby', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'flatpack', 'dpd_printer' => 'Citizen CL-S521', 'dpd_username' => 'jamjar1', 'ekomi_count' => '1', 'ekomi_rating' => '5', 'email_on_new_customer' => '0', 'email_on_new_order' => '0', 'email_on_new_order_type' => '0', 'enable_support' => '0', 'exchequer' => 'SOR', 'exchequer_path' => '', 'fedex_account' => '', 'fedex_return_address' => '2235', 'financial_month' => '7', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolder', 'ignore_orders_before_start' => '0', 'internal_customers' => '[]', 'invoice_email' => 'info@scodify.co.uk', 'locations_enabled' => '0', 'newcustomer_email' => 'hello@outofhand.co.uk', 'neworder_email' => 'hello@outofhand.co.uk', 'ops_start_date' => '2025-01-01', 'order_email' => 'info@scodify.co.uk', 'order_print_button' => '0', 'payment_email' => 'info@scodify.co.uk', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'info@scodify.co.uk', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'AB11735587035BRUyj0xvTzz4Rf8woKkt72TXs3nRbhsHAMtH7', 'quickbooks_companyid' => '9341453589924862', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"","field":"finishing"}]', 'quickbooks_include_credit_terms' => '0', 'quickbooks_invoice_number' => '1', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '0', 'quote_email' => 'info@scodify.co.uk', 'require_address_on_customers' => '1', 'require_job_ref_field' => '0', 'samplepack_email' => 'info@scodify.co.uk', 'scan_workflow' => '1', 'section_artworkprocessing' => '0', 'section_detrack' => '0', 'section_outdoor' => '0', 'section_portal' => '0', 'section_print_finishing' => '0', 'section_schedule' => '0', 'send_email_on_support_ticket' => '1', 'shortcut_buttons' => '["buildCustomersWindow","addCustomer","addOrder","addOrderfromCSV","addPrintPo","addDelivery","uploadArtwork"]', 'show_product_dropdowns' => '1', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '0', 'tbc_addressid' => '839', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1097906', 'worldpay_merchant_code' => '', 'worldpay_merchant_password' => 'xz8nEnSE', 'orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'frontendsettings' => array('orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0'), 'pagebannerstart' => object(Markup), 'pagebannerend' => object(Markup)), array('htmltitle' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_htmltitle'), 'metadesc' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_metadesc'), 'metakeywords' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_metakeywords'), 'templateheader' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_templateheader'), 'extrameta' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_extrameta'), 'css' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_css'), 'headjavascripts' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_headjavascripts'), 'sitecontainerstart' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_sitecontainerstart'), 'pagebanner' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_pagebanner'), 'precontent' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_precontent'), 'contentcontainerstart' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_contentcontainerstart'), 'body' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_body'), 'contentcontainerend' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_contentcontainerend'), 'postcontent' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_postcontent'), 'sitecontainerend' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_sitecontainerend'), 'templatejavascripts' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_templatejavascripts'), 'javascripts' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_javascripts'), 'logintitle' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_logintitle'), 'header' => array(object(__TwigTemplate_3d71425efcacc1d2d5d6e276f25d03da), 'block_header'), 'mainImage' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_mainImage'), 'pageTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_pageTitle'), 'textTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_textTitle'), 'buttonText' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonText'), 'buttonURL' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonURL'), 'text' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_text')))
     (vendor/twig/twig/src/Template.php:387)
  at Twig\Template->yield(array('app' => object(AppVariable), 'company' => 'scodify', 'cdn_domain' => 'https://ops.scodify.co.uk', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'Scodify', 'twitter_handle' => '@scodify', '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('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' => '0', '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', 'campaignmonitor_apikey' => 'bd175225853df3bf3c60f0a56fa651ef', 'campaignmonitor_listid' => '4bebbb2d83cf43ed99dbe982448cafcf', 'colour_main' => '#3fb58b', 'colour_other' => '#359775', 'colour_other2' => '#59C59F', 'colour_primary_rgba' => 'rgba(252, 66, 74 , 0.95)', 'colour_secondary' => '#59C59F', 'colour_secondary_rgba' => 'rgba(244, 102, 109, 0.7)', 'company_email' => 'info@scodify.co.uk', 'company_telephone' => '0845299336', 'csv_path' => '', 'customer_names_on_delivery_blocks' => '1', 'daily_sales_target' => '0', 'default_add_order_window' => '0', 'default_addressid' => '5', 'default_invoice_type' => '1', 'default_order_line_notes' => '', 'default_turnaround_days' => '5', 'delivery_ready_indicator' => '1', 'delivery_stockcode' => 'COURIER', 'detrack_key' => 'ae0d2a4f602ef1cbfa6d66da9f7c9ec3d180c54410abf57b', 'display_customer_invoice_type' => '0', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'Shaun Bibby', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'flatpack', 'dpd_printer' => 'Citizen CL-S521', 'dpd_username' => 'jamjar1', 'ekomi_count' => '1', 'ekomi_rating' => '5', 'email_on_new_customer' => '0', 'email_on_new_order' => '0', 'email_on_new_order_type' => '0', 'enable_support' => '0', 'exchequer' => 'SOR', 'exchequer_path' => '', 'fedex_account' => '', 'fedex_return_address' => '2235', 'financial_month' => '7', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolder', 'ignore_orders_before_start' => '0', 'internal_customers' => '[]', 'invoice_email' => 'info@scodify.co.uk', 'locations_enabled' => '0', 'newcustomer_email' => 'hello@outofhand.co.uk', 'neworder_email' => 'hello@outofhand.co.uk', 'ops_start_date' => '2025-01-01', 'order_email' => 'info@scodify.co.uk', 'order_print_button' => '0', 'payment_email' => 'info@scodify.co.uk', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'info@scodify.co.uk', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'AB11735587035BRUyj0xvTzz4Rf8woKkt72TXs3nRbhsHAMtH7', 'quickbooks_companyid' => '9341453589924862', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"","field":"finishing"}]', 'quickbooks_include_credit_terms' => '0', 'quickbooks_invoice_number' => '1', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '0', 'quote_email' => 'info@scodify.co.uk', 'require_address_on_customers' => '1', 'require_job_ref_field' => '0', 'samplepack_email' => 'info@scodify.co.uk', 'scan_workflow' => '1', 'section_artworkprocessing' => '0', 'section_detrack' => '0', 'section_outdoor' => '0', 'section_portal' => '0', 'section_print_finishing' => '0', 'section_schedule' => '0', 'send_email_on_support_ticket' => '1', 'shortcut_buttons' => '["buildCustomersWindow","addCustomer","addOrder","addOrderfromCSV","addPrintPo","addDelivery","uploadArtwork"]', 'show_product_dropdowns' => '1', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '0', 'tbc_addressid' => '839', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1097906', 'worldpay_merchant_code' => '', 'worldpay_merchant_password' => 'xz8nEnSE', 'orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'frontendsettings' => array('orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0'), 'pagebannerstart' => object(Markup), 'pagebannerend' => object(Markup)), array('htmltitle' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_htmltitle'), 'metadesc' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_metadesc'), 'metakeywords' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_metakeywords'), 'templateheader' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_templateheader'), 'extrameta' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_extrameta'), 'css' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_css'), 'headjavascripts' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_headjavascripts'), 'sitecontainerstart' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_sitecontainerstart'), 'pagebanner' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_pagebanner'), 'precontent' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_precontent'), 'contentcontainerstart' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_contentcontainerstart'), 'body' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_body'), 'contentcontainerend' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_contentcontainerend'), 'postcontent' => array(object(__TwigTemplate_b7d94ea24a2fa0b73decc41eb218a3de), 'block_postcontent'), 'sitecontainerend' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_sitecontainerend'), 'templatejavascripts' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_templatejavascripts'), 'javascripts' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_javascripts'), 'logintitle' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_logintitle'), 'header' => array(object(__TwigTemplate_3d71425efcacc1d2d5d6e276f25d03da), 'block_header'), 'mainImage' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_mainImage'), 'pageTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_pageTitle'), 'textTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_textTitle'), 'buttonText' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonText'), 'buttonURL' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonURL'), 'text' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_text')))
     (var/cache/dev/twig/49/49378a1797688c4af094579ec82a9c42.php:80)
  at __TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2->doDisplay(array('app' => object(AppVariable), 'company' => 'scodify', 'cdn_domain' => 'https://ops.scodify.co.uk', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'Scodify', 'twitter_handle' => '@scodify', '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('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' => '0', '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', 'campaignmonitor_apikey' => 'bd175225853df3bf3c60f0a56fa651ef', 'campaignmonitor_listid' => '4bebbb2d83cf43ed99dbe982448cafcf', 'colour_main' => '#3fb58b', 'colour_other' => '#359775', 'colour_other2' => '#59C59F', 'colour_primary_rgba' => 'rgba(252, 66, 74 , 0.95)', 'colour_secondary' => '#59C59F', 'colour_secondary_rgba' => 'rgba(244, 102, 109, 0.7)', 'company_email' => 'info@scodify.co.uk', 'company_telephone' => '0845299336', 'csv_path' => '', 'customer_names_on_delivery_blocks' => '1', 'daily_sales_target' => '0', 'default_add_order_window' => '0', 'default_addressid' => '5', 'default_invoice_type' => '1', 'default_order_line_notes' => '', 'default_turnaround_days' => '5', 'delivery_ready_indicator' => '1', 'delivery_stockcode' => 'COURIER', 'detrack_key' => 'ae0d2a4f602ef1cbfa6d66da9f7c9ec3d180c54410abf57b', 'display_customer_invoice_type' => '0', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'Shaun Bibby', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'flatpack', 'dpd_printer' => 'Citizen CL-S521', 'dpd_username' => 'jamjar1', 'ekomi_count' => '1', 'ekomi_rating' => '5', 'email_on_new_customer' => '0', 'email_on_new_order' => '0', 'email_on_new_order_type' => '0', 'enable_support' => '0', 'exchequer' => 'SOR', 'exchequer_path' => '', 'fedex_account' => '', 'fedex_return_address' => '2235', 'financial_month' => '7', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolder', 'ignore_orders_before_start' => '0', 'internal_customers' => '[]', 'invoice_email' => 'info@scodify.co.uk', 'locations_enabled' => '0', 'newcustomer_email' => 'hello@outofhand.co.uk', 'neworder_email' => 'hello@outofhand.co.uk', 'ops_start_date' => '2025-01-01', 'order_email' => 'info@scodify.co.uk', 'order_print_button' => '0', 'payment_email' => 'info@scodify.co.uk', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'info@scodify.co.uk', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'AB11735587035BRUyj0xvTzz4Rf8woKkt72TXs3nRbhsHAMtH7', 'quickbooks_companyid' => '9341453589924862', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"","field":"finishing"}]', 'quickbooks_include_credit_terms' => '0', 'quickbooks_invoice_number' => '1', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '0', 'quote_email' => 'info@scodify.co.uk', 'require_address_on_customers' => '1', 'require_job_ref_field' => '0', 'samplepack_email' => 'info@scodify.co.uk', 'scan_workflow' => '1', 'section_artworkprocessing' => '0', 'section_detrack' => '0', 'section_outdoor' => '0', 'section_portal' => '0', 'section_print_finishing' => '0', 'section_schedule' => '0', 'send_email_on_support_ticket' => '1', 'shortcut_buttons' => '["buildCustomersWindow","addCustomer","addOrder","addOrderfromCSV","addPrintPo","addDelivery","uploadArtwork"]', 'show_product_dropdowns' => '1', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '0', 'tbc_addressid' => '839', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1097906', 'worldpay_merchant_code' => '', 'worldpay_merchant_password' => 'xz8nEnSE', 'orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'frontendsettings' => array('orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0'), 'pagebannerstart' => object(Markup), 'pagebannerend' => object(Markup)), array('templateheader' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_templateheader'), 'htmltitle' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_htmltitle'), 'metadesc' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_metadesc'), 'metakeywords' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_metakeywords'), 'logintitle' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_logintitle'), 'pagebanner' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_pagebanner'), 'sitecontainerstart' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_sitecontainerstart'), 'contentcontainerstart' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_contentcontainerstart'), 'contentcontainerend' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_contentcontainerend'), 'sitecontainerend' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_sitecontainerend'), 'templatejavascripts' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_templatejavascripts'), 'header' => array(object(__TwigTemplate_3d71425efcacc1d2d5d6e276f25d03da), 'block_header'), 'css' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_css'), 'body' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_body'), 'javascripts' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_javascripts'), 'mainImage' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_mainImage'), 'pageTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_pageTitle'), 'textTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_textTitle'), 'buttonText' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonText'), 'buttonURL' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonURL'), 'text' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_text')))
     (vendor/twig/twig/src/Template.php:387)
  at Twig\Template->yield(array('app' => object(AppVariable), 'company' => 'scodify', 'cdn_domain' => 'https://ops.scodify.co.uk', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'Scodify', 'twitter_handle' => '@scodify', '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('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' => '0', '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', 'campaignmonitor_apikey' => 'bd175225853df3bf3c60f0a56fa651ef', 'campaignmonitor_listid' => '4bebbb2d83cf43ed99dbe982448cafcf', 'colour_main' => '#3fb58b', 'colour_other' => '#359775', 'colour_other2' => '#59C59F', 'colour_primary_rgba' => 'rgba(252, 66, 74 , 0.95)', 'colour_secondary' => '#59C59F', 'colour_secondary_rgba' => 'rgba(244, 102, 109, 0.7)', 'company_email' => 'info@scodify.co.uk', 'company_telephone' => '0845299336', 'csv_path' => '', 'customer_names_on_delivery_blocks' => '1', 'daily_sales_target' => '0', 'default_add_order_window' => '0', 'default_addressid' => '5', 'default_invoice_type' => '1', 'default_order_line_notes' => '', 'default_turnaround_days' => '5', 'delivery_ready_indicator' => '1', 'delivery_stockcode' => 'COURIER', 'detrack_key' => 'ae0d2a4f602ef1cbfa6d66da9f7c9ec3d180c54410abf57b', 'display_customer_invoice_type' => '0', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'Shaun Bibby', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'flatpack', 'dpd_printer' => 'Citizen CL-S521', 'dpd_username' => 'jamjar1', 'ekomi_count' => '1', 'ekomi_rating' => '5', 'email_on_new_customer' => '0', 'email_on_new_order' => '0', 'email_on_new_order_type' => '0', 'enable_support' => '0', 'exchequer' => 'SOR', 'exchequer_path' => '', 'fedex_account' => '', 'fedex_return_address' => '2235', 'financial_month' => '7', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolder', 'ignore_orders_before_start' => '0', 'internal_customers' => '[]', 'invoice_email' => 'info@scodify.co.uk', 'locations_enabled' => '0', 'newcustomer_email' => 'hello@outofhand.co.uk', 'neworder_email' => 'hello@outofhand.co.uk', 'ops_start_date' => '2025-01-01', 'order_email' => 'info@scodify.co.uk', 'order_print_button' => '0', 'payment_email' => 'info@scodify.co.uk', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'info@scodify.co.uk', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'AB11735587035BRUyj0xvTzz4Rf8woKkt72TXs3nRbhsHAMtH7', 'quickbooks_companyid' => '9341453589924862', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"","field":"finishing"}]', 'quickbooks_include_credit_terms' => '0', 'quickbooks_invoice_number' => '1', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '0', 'quote_email' => 'info@scodify.co.uk', 'require_address_on_customers' => '1', 'require_job_ref_field' => '0', 'samplepack_email' => 'info@scodify.co.uk', 'scan_workflow' => '1', 'section_artworkprocessing' => '0', 'section_detrack' => '0', 'section_outdoor' => '0', 'section_portal' => '0', 'section_print_finishing' => '0', 'section_schedule' => '0', 'send_email_on_support_ticket' => '1', 'shortcut_buttons' => '["buildCustomersWindow","addCustomer","addOrder","addOrderfromCSV","addPrintPo","addDelivery","uploadArtwork"]', 'show_product_dropdowns' => '1', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '0', 'tbc_addressid' => '839', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1097906', 'worldpay_merchant_code' => '', 'worldpay_merchant_password' => 'xz8nEnSE', 'orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'frontendsettings' => array('orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0')), array('templateheader' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_templateheader'), 'htmltitle' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_htmltitle'), 'metadesc' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_metadesc'), 'metakeywords' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_metakeywords'), 'logintitle' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_logintitle'), 'pagebanner' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_pagebanner'), 'sitecontainerstart' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_sitecontainerstart'), 'contentcontainerstart' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_contentcontainerstart'), 'contentcontainerend' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_contentcontainerend'), 'sitecontainerend' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_sitecontainerend'), 'templatejavascripts' => array(object(__TwigTemplate_a504b5b34bf78e7e2a9ef616fbed6ea2), 'block_templatejavascripts'), 'header' => array(object(__TwigTemplate_3d71425efcacc1d2d5d6e276f25d03da), 'block_header'), 'css' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_css'), 'body' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_body'), 'javascripts' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_javascripts'), 'mainImage' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_mainImage'), 'pageTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_pageTitle'), 'textTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_textTitle'), 'buttonText' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonText'), 'buttonURL' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonURL'), 'text' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_text')))
     (var/cache/dev/twig/29/2944b30e927929e959b9fcf2e5bd9cce.php:67)
  at __TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab->doDisplay(array('app' => object(AppVariable), 'company' => 'scodify', 'cdn_domain' => 'https://ops.scodify.co.uk', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'Scodify', 'twitter_handle' => '@scodify', '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('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' => '0', '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', 'campaignmonitor_apikey' => 'bd175225853df3bf3c60f0a56fa651ef', 'campaignmonitor_listid' => '4bebbb2d83cf43ed99dbe982448cafcf', 'colour_main' => '#3fb58b', 'colour_other' => '#359775', 'colour_other2' => '#59C59F', 'colour_primary_rgba' => 'rgba(252, 66, 74 , 0.95)', 'colour_secondary' => '#59C59F', 'colour_secondary_rgba' => 'rgba(244, 102, 109, 0.7)', 'company_email' => 'info@scodify.co.uk', 'company_telephone' => '0845299336', 'csv_path' => '', 'customer_names_on_delivery_blocks' => '1', 'daily_sales_target' => '0', 'default_add_order_window' => '0', 'default_addressid' => '5', 'default_invoice_type' => '1', 'default_order_line_notes' => '', 'default_turnaround_days' => '5', 'delivery_ready_indicator' => '1', 'delivery_stockcode' => 'COURIER', 'detrack_key' => 'ae0d2a4f602ef1cbfa6d66da9f7c9ec3d180c54410abf57b', 'display_customer_invoice_type' => '0', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'Shaun Bibby', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'flatpack', 'dpd_printer' => 'Citizen CL-S521', 'dpd_username' => 'jamjar1', 'ekomi_count' => '1', 'ekomi_rating' => '5', 'email_on_new_customer' => '0', 'email_on_new_order' => '0', 'email_on_new_order_type' => '0', 'enable_support' => '0', 'exchequer' => 'SOR', 'exchequer_path' => '', 'fedex_account' => '', 'fedex_return_address' => '2235', 'financial_month' => '7', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolder', 'ignore_orders_before_start' => '0', 'internal_customers' => '[]', 'invoice_email' => 'info@scodify.co.uk', 'locations_enabled' => '0', 'newcustomer_email' => 'hello@outofhand.co.uk', 'neworder_email' => 'hello@outofhand.co.uk', 'ops_start_date' => '2025-01-01', 'order_email' => 'info@scodify.co.uk', 'order_print_button' => '0', 'payment_email' => 'info@scodify.co.uk', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'info@scodify.co.uk', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'AB11735587035BRUyj0xvTzz4Rf8woKkt72TXs3nRbhsHAMtH7', 'quickbooks_companyid' => '9341453589924862', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"","field":"finishing"}]', 'quickbooks_include_credit_terms' => '0', 'quickbooks_invoice_number' => '1', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '0', 'quote_email' => 'info@scodify.co.uk', 'require_address_on_customers' => '1', 'require_job_ref_field' => '0', 'samplepack_email' => 'info@scodify.co.uk', 'scan_workflow' => '1', 'section_artworkprocessing' => '0', 'section_detrack' => '0', 'section_outdoor' => '0', 'section_portal' => '0', 'section_print_finishing' => '0', 'section_schedule' => '0', 'send_email_on_support_ticket' => '1', 'shortcut_buttons' => '["buildCustomersWindow","addCustomer","addOrder","addOrderfromCSV","addPrintPo","addDelivery","uploadArtwork"]', 'show_product_dropdowns' => '1', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '0', 'tbc_addressid' => '839', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1097906', 'worldpay_merchant_code' => '', 'worldpay_merchant_password' => 'xz8nEnSE', 'orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'frontendsettings' => array('orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0')), array('header' => array(object(__TwigTemplate_3d71425efcacc1d2d5d6e276f25d03da), 'block_header'), 'css' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_css'), 'body' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_body'), 'javascripts' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_javascripts'), 'mainImage' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_mainImage'), 'pageTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_pageTitle'), 'textTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_textTitle'), 'buttonText' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonText'), 'buttonURL' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonURL'), 'text' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_text')))
     (vendor/twig/twig/src/Template.php:387)
  at Twig\Template->yield(array('app' => object(AppVariable), 'company' => 'scodify', 'cdn_domain' => 'https://ops.scodify.co.uk', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'Scodify', 'twitter_handle' => '@scodify', '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('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' => '0', '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', 'campaignmonitor_apikey' => 'bd175225853df3bf3c60f0a56fa651ef', 'campaignmonitor_listid' => '4bebbb2d83cf43ed99dbe982448cafcf', 'colour_main' => '#3fb58b', 'colour_other' => '#359775', 'colour_other2' => '#59C59F', 'colour_primary_rgba' => 'rgba(252, 66, 74 , 0.95)', 'colour_secondary' => '#59C59F', 'colour_secondary_rgba' => 'rgba(244, 102, 109, 0.7)', 'company_email' => 'info@scodify.co.uk', 'company_telephone' => '0845299336', 'csv_path' => '', 'customer_names_on_delivery_blocks' => '1', 'daily_sales_target' => '0', 'default_add_order_window' => '0', 'default_addressid' => '5', 'default_invoice_type' => '1', 'default_order_line_notes' => '', 'default_turnaround_days' => '5', 'delivery_ready_indicator' => '1', 'delivery_stockcode' => 'COURIER', 'detrack_key' => 'ae0d2a4f602ef1cbfa6d66da9f7c9ec3d180c54410abf57b', 'display_customer_invoice_type' => '0', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'Shaun Bibby', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'flatpack', 'dpd_printer' => 'Citizen CL-S521', 'dpd_username' => 'jamjar1', 'ekomi_count' => '1', 'ekomi_rating' => '5', 'email_on_new_customer' => '0', 'email_on_new_order' => '0', 'email_on_new_order_type' => '0', 'enable_support' => '0', 'exchequer' => 'SOR', 'exchequer_path' => '', 'fedex_account' => '', 'fedex_return_address' => '2235', 'financial_month' => '7', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolder', 'ignore_orders_before_start' => '0', 'internal_customers' => '[]', 'invoice_email' => 'info@scodify.co.uk', 'locations_enabled' => '0', 'newcustomer_email' => 'hello@outofhand.co.uk', 'neworder_email' => 'hello@outofhand.co.uk', 'ops_start_date' => '2025-01-01', 'order_email' => 'info@scodify.co.uk', 'order_print_button' => '0', 'payment_email' => 'info@scodify.co.uk', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'info@scodify.co.uk', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'AB11735587035BRUyj0xvTzz4Rf8woKkt72TXs3nRbhsHAMtH7', 'quickbooks_companyid' => '9341453589924862', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"","field":"finishing"}]', 'quickbooks_include_credit_terms' => '0', 'quickbooks_invoice_number' => '1', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '0', 'quote_email' => 'info@scodify.co.uk', 'require_address_on_customers' => '1', 'require_job_ref_field' => '0', 'samplepack_email' => 'info@scodify.co.uk', 'scan_workflow' => '1', 'section_artworkprocessing' => '0', 'section_detrack' => '0', 'section_outdoor' => '0', 'section_portal' => '0', 'section_print_finishing' => '0', 'section_schedule' => '0', 'send_email_on_support_ticket' => '1', 'shortcut_buttons' => '["buildCustomersWindow","addCustomer","addOrder","addOrderfromCSV","addPrintPo","addDelivery","uploadArtwork"]', 'show_product_dropdowns' => '1', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '0', 'tbc_addressid' => '839', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1097906', 'worldpay_merchant_code' => '', 'worldpay_merchant_password' => 'xz8nEnSE', 'orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'frontendsettings' => array('orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0')), array('header' => array(object(__TwigTemplate_3d71425efcacc1d2d5d6e276f25d03da), 'block_header'), 'css' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_css'), 'body' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_body'), 'javascripts' => array(object(__TwigTemplate_b240f3a4fcafbe2e1cb94493d2e620ab), 'block_javascripts'), 'mainImage' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_mainImage'), 'pageTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_pageTitle'), 'textTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_textTitle'), 'buttonText' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonText'), 'buttonURL' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonURL'), 'text' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_text')))
     (var/cache/dev/twig/c2/c280a91451da81e74820d3b04fc509e5.php:58)
  at __TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb->doDisplay(array('app' => object(AppVariable), 'company' => 'scodify', 'cdn_domain' => 'https://ops.scodify.co.uk', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'Scodify', 'twitter_handle' => '@scodify', '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('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' => '0', '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', 'campaignmonitor_apikey' => 'bd175225853df3bf3c60f0a56fa651ef', 'campaignmonitor_listid' => '4bebbb2d83cf43ed99dbe982448cafcf', 'colour_main' => '#3fb58b', 'colour_other' => '#359775', 'colour_other2' => '#59C59F', 'colour_primary_rgba' => 'rgba(252, 66, 74 , 0.95)', 'colour_secondary' => '#59C59F', 'colour_secondary_rgba' => 'rgba(244, 102, 109, 0.7)', 'company_email' => 'info@scodify.co.uk', 'company_telephone' => '0845299336', 'csv_path' => '', 'customer_names_on_delivery_blocks' => '1', 'daily_sales_target' => '0', 'default_add_order_window' => '0', 'default_addressid' => '5', 'default_invoice_type' => '1', 'default_order_line_notes' => '', 'default_turnaround_days' => '5', 'delivery_ready_indicator' => '1', 'delivery_stockcode' => 'COURIER', 'detrack_key' => 'ae0d2a4f602ef1cbfa6d66da9f7c9ec3d180c54410abf57b', 'display_customer_invoice_type' => '0', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'Shaun Bibby', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'flatpack', 'dpd_printer' => 'Citizen CL-S521', 'dpd_username' => 'jamjar1', 'ekomi_count' => '1', 'ekomi_rating' => '5', 'email_on_new_customer' => '0', 'email_on_new_order' => '0', 'email_on_new_order_type' => '0', 'enable_support' => '0', 'exchequer' => 'SOR', 'exchequer_path' => '', 'fedex_account' => '', 'fedex_return_address' => '2235', 'financial_month' => '7', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolder', 'ignore_orders_before_start' => '0', 'internal_customers' => '[]', 'invoice_email' => 'info@scodify.co.uk', 'locations_enabled' => '0', 'newcustomer_email' => 'hello@outofhand.co.uk', 'neworder_email' => 'hello@outofhand.co.uk', 'ops_start_date' => '2025-01-01', 'order_email' => 'info@scodify.co.uk', 'order_print_button' => '0', 'payment_email' => 'info@scodify.co.uk', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'info@scodify.co.uk', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'AB11735587035BRUyj0xvTzz4Rf8woKkt72TXs3nRbhsHAMtH7', 'quickbooks_companyid' => '9341453589924862', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"","field":"finishing"}]', 'quickbooks_include_credit_terms' => '0', 'quickbooks_invoice_number' => '1', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '0', 'quote_email' => 'info@scodify.co.uk', 'require_address_on_customers' => '1', 'require_job_ref_field' => '0', 'samplepack_email' => 'info@scodify.co.uk', 'scan_workflow' => '1', 'section_artworkprocessing' => '0', 'section_detrack' => '0', 'section_outdoor' => '0', 'section_portal' => '0', 'section_print_finishing' => '0', 'section_schedule' => '0', 'send_email_on_support_ticket' => '1', 'shortcut_buttons' => '["buildCustomersWindow","addCustomer","addOrder","addOrderfromCSV","addPrintPo","addDelivery","uploadArtwork"]', 'show_product_dropdowns' => '1', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '0', 'tbc_addressid' => '839', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1097906', 'worldpay_merchant_code' => '', 'worldpay_merchant_password' => 'xz8nEnSE', 'orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'frontendsettings' => array('orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0')), array('mainImage' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_mainImage'), 'pageTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_pageTitle'), 'textTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_textTitle'), 'buttonText' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonText'), 'buttonURL' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonURL'), 'text' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_text')))
     (vendor/twig/twig/src/Template.php:387)
  at Twig\Template->yield(array('app' => object(AppVariable), 'company' => 'scodify', 'cdn_domain' => 'https://ops.scodify.co.uk', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'Scodify', 'twitter_handle' => '@scodify', '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('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' => '0', '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', 'campaignmonitor_apikey' => 'bd175225853df3bf3c60f0a56fa651ef', 'campaignmonitor_listid' => '4bebbb2d83cf43ed99dbe982448cafcf', 'colour_main' => '#3fb58b', 'colour_other' => '#359775', 'colour_other2' => '#59C59F', 'colour_primary_rgba' => 'rgba(252, 66, 74 , 0.95)', 'colour_secondary' => '#59C59F', 'colour_secondary_rgba' => 'rgba(244, 102, 109, 0.7)', 'company_email' => 'info@scodify.co.uk', 'company_telephone' => '0845299336', 'csv_path' => '', 'customer_names_on_delivery_blocks' => '1', 'daily_sales_target' => '0', 'default_add_order_window' => '0', 'default_addressid' => '5', 'default_invoice_type' => '1', 'default_order_line_notes' => '', 'default_turnaround_days' => '5', 'delivery_ready_indicator' => '1', 'delivery_stockcode' => 'COURIER', 'detrack_key' => 'ae0d2a4f602ef1cbfa6d66da9f7c9ec3d180c54410abf57b', 'display_customer_invoice_type' => '0', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'Shaun Bibby', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'flatpack', 'dpd_printer' => 'Citizen CL-S521', 'dpd_username' => 'jamjar1', 'ekomi_count' => '1', 'ekomi_rating' => '5', 'email_on_new_customer' => '0', 'email_on_new_order' => '0', 'email_on_new_order_type' => '0', 'enable_support' => '0', 'exchequer' => 'SOR', 'exchequer_path' => '', 'fedex_account' => '', 'fedex_return_address' => '2235', 'financial_month' => '7', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolder', 'ignore_orders_before_start' => '0', 'internal_customers' => '[]', 'invoice_email' => 'info@scodify.co.uk', 'locations_enabled' => '0', 'newcustomer_email' => 'hello@outofhand.co.uk', 'neworder_email' => 'hello@outofhand.co.uk', 'ops_start_date' => '2025-01-01', 'order_email' => 'info@scodify.co.uk', 'order_print_button' => '0', 'payment_email' => 'info@scodify.co.uk', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'info@scodify.co.uk', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'AB11735587035BRUyj0xvTzz4Rf8woKkt72TXs3nRbhsHAMtH7', 'quickbooks_companyid' => '9341453589924862', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"","field":"finishing"}]', 'quickbooks_include_credit_terms' => '0', 'quickbooks_invoice_number' => '1', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '0', 'quote_email' => 'info@scodify.co.uk', 'require_address_on_customers' => '1', 'require_job_ref_field' => '0', 'samplepack_email' => 'info@scodify.co.uk', 'scan_workflow' => '1', 'section_artworkprocessing' => '0', 'section_detrack' => '0', 'section_outdoor' => '0', 'section_portal' => '0', 'section_print_finishing' => '0', 'section_schedule' => '0', 'send_email_on_support_ticket' => '1', 'shortcut_buttons' => '["buildCustomersWindow","addCustomer","addOrder","addOrderfromCSV","addPrintPo","addDelivery","uploadArtwork"]', 'show_product_dropdowns' => '1', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '0', 'tbc_addressid' => '839', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1097906', 'worldpay_merchant_code' => '', 'worldpay_merchant_password' => 'xz8nEnSE', 'orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0', 'frontendsettings' => array('orderemail' => 'info@scodify.co.uk', 'worldpay_installationid' => '1099704', 'basket_usemincharge' => '1', 'basket_mincharge' => '15', 'productpage_proof' => '0', 'basket_proofcost' => '0', 'basket_freedeliveryamount' => '1000000', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#d73333', 'bannertextcolour' => '#130b0b', 'bannermessage' => 'Test banner', 'basket_pricemarkup' => '0', 'productpage_express' => '0', 'infoemail' => 'info@scodify.co.uk', 'hascampaignmonitor' => '1', 'quoteemail' => 'info@scodify.co.uk', 'samplepackemail' => 'info@scodify.co.uk', 'worldpay_mdstring' => 'G3v6H940r3f4*Y4.3!FdfgB32Gtg5', 'homepage_carousel' => '0', 'homepage_articles' => '1', 'homepage_vertical_menu' => '0', 'homepage_news' => '1', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '41', 'homepage_heading_widget' => '0', 'homepage_heading_id' => '24', 'homepage_blurb_shown' => '0', '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' => 'Unit 1, New Queen Street<br>Bedminster<br/>Bristol <br> UK<br/>BS3 4AG', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => 'To make payment please find our details below these can also be found at the bottom of your confirmation email<br>
 Terms and Conditions apply.<br>
 Bank details. Barclays Bank, Bristol Branch<br>
 Sort code 20-13-45 Account No 33851559', 'heading_lowest_price' => '1', 'phonenumber' => '+448452993936', 'phonenumber_display' => '0845 299 3936', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '1', 'basket_payment_credit' => '1', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => 'Select...', 'maintenance_mode' => '0', 'maintenance_date' => 'Tuesday 7th May 2024', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'hide_order_notes' => '0')), array('mainImage' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_mainImage'), 'pageTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_pageTitle'), 'textTitle' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_textTitle'), 'buttonText' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonText'), 'buttonURL' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_buttonURL'), 'text' => array(object(__TwigTemplate_9c204125cdc58b05b084a6ef80e6c8fb), 'block_text')))
     (vendor/twig/twig/src/Template.php:343)
  at Twig\Template->display(array())
     (vendor/twig/twig/src/Template.php:358)
  at Twig\Template->render(array())
     (vendor/twig/twig/src/TemplateWrapper.php:51)
  at Twig\TemplateWrapper->render(array())
     (vendor/twig/twig/src/Environment.php:320)
  at Twig\Environment->render('pages/scodix-other-processes.html.twig', array())
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:431)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView('pages/scodix-other-processes.html.twig', null, array(), 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:436)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender('pages/scodix-other-processes.html.twig', null, array(), null, 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:250)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('pages/scodix-other-processes.html.twig')
     (src/Controller/DefaultController.php:59)
  at App\Controller\DefaultController->scodixOthersAction()
     (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/scodify/public_html/dev.scodify.co.uk/vendor/autoload_runtime.php')
     (public/index.php:5)