Exceptions
Exception
Twig\Error\ RuntimeError
Show exception properties
Twig\Error\RuntimeError {#621 -lineno: 694 -name: "@ops_frontend_bundle/basket/basket.html.twig" -rawMessage: "Variable "restrictdelivery" does not exist." -sourcePath: "/home/celloglas/public_html/dev.celloglas.co.uk/opsfrontendbundle/OpsFrontendBundle/src/templates/basket/basket.html.twig" -sourceCode: """ {% extends 'template.html.twig' %}\n \n {% block htmltitle %}Shopping Basket - {{ company_name }}{% endblock %}\n {% block metadesc %}{% endblock %}\n {% block metakeywords %}{% endblock %}\n \n {% block extrameta %}\n {% endblock %}\n {% block css %}\n <style>\n #worldpay{\n display: none;\n }\n </style>\n <link rel='stylesheet' href='https://payments.worldpay.com/resources/hpp/integrations/embedded/css/hpp-embedded-integration-library.css'/>\n \n {% endblock %}\n {% block headjavascripts %}\n <script src='https://payments.worldpay.com/resources/hpp/integrations/embedded/js/hpp-embedded-integration-library.js'></script>\n {% endblock %}\n \n {% block body %}\n {% if app.session.get('basket') is null or app.session.get('basket') == false %}\n <div id="section-basketempty" class="row my-5">\n <div class="col-12 text-center my-5">\n It looks like your basket is empty<br><br>\n <button class="btn btn-dark btn-md goto-referer">\n <span class="icon me-3 d-inline-block" style="width: 20px; fill: white">\n <svg class="icon-btn-cart" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">\n <use href="{{ asset('opsfrontendbundle/assets/images/icons/icon-basket.svg') }}#icon-basket">\n \n </use>\n </svg>\n </span>\n CONTINUE SHOPPING\n </button>\n </div>\n </div>\n {% else %}\n {% if formAddress is not null %}\n <div id="editAddress" class="container mb-5" style="display: none">\n <h2>Address</h2>\n {{ form_start(formAddress, { 'attr' : {'id': 'editAddressAjax', 'class': 'login row g-3' } }) }}\n <div class="col-sm-6">\n {{ form_errors(formAddress.address_firstname) }}\n {{ form_label(formAddress.address_firstname) }}\n {{ form_widget(formAddress.address_firstname, {'attr': {'class': 'form-control'}}) }}\n </div>\n <div class="col-sm-6">\n {{ form_errors(formAddress.address_lastname) }}\n {{ form_label(formAddress.address_lastname) }}\n {{ form_widget(formAddress.address_lastname, {'attr': {'class': 'form-control'}}) }}\n </div>\n <div class="col-sm-6">\n {{ form_errors(formAddress.address_add1) }}\n {{ form_label(formAddress.address_add1) }}\n {{ form_widget(formAddress.address_add1, {'attr': {'class': 'form-control'}}) }}\n </div>\n <div class="col-sm-6">\n {{ form_errors(formAddress.address_add2) }}\n {{ form_label(formAddress.address_add2) }}\n {{ form_widget(formAddress.address_add2, {'attr': {'class': 'form-control'}}) }}\n </div>\n <div class="col-sm-6">\n {{ form_errors(formAddress.address_add3) }}\n {{ form_label(formAddress.address_add3) }}\n {{ form_widget(formAddress.address_add3, {'attr': {'class': 'form-control'}}) }}\n </div>\n <div class="col-sm-6">\n {{ form_errors(formAddress.address_city) }}\n {{ form_label(formAddress.address_city) }}\n {{ form_widget(formAddress.address_city, {'attr': {'class': 'form-control'}}) }}\n </div>\n <div class="col-sm-6">\n {{ form_errors(formAddress.address_county) }}\n {{ form_label(formAddress.address_county) }}\n {{ form_widget(formAddress.address_county, {'attr': {'class': 'form-control'}}) }}\n </div>\n <div class="col-sm-6">\n {{ form_errors(formAddress.address_countrycode) }}\n {{ form_label(formAddress.address_countrycode) }}\n {{ form_widget(formAddress.address_countrycode, {'required': true,'attr': {'class': 'form-select'}}) }}\n </div>\n <div class="col-sm-6">\n {{ form_errors(formAddress.address_postcode) }}\n {{ form_label(formAddress.address_postcode) }}\n {{ form_widget(formAddress.address_postcode, {'attr': {'class': 'form-control'}}) }}\n </div>\n <div class="col-12 text-center">\n <button class="btn btn-default show-windows" data-windowid="mainTab" type="button">Cancel</button>\n {{ form_widget(formAddress.address_add, {'attr': {'class': 'btn btn-default show-windows', 'data-windowid': 'mainTab'}}) }}\n </div>\n {{ form_rest(formAddress) }}\n {{ form_end(formAddress) }}\n </div>\n {% endif %}\n <div id="mainTab" class="container basket-mainTab">\n <form name="orderForm" id="orderForm" method="post" class="login">\n <input type="hidden" name="total" id="orderTotal">\n <div id="step-checkout-icons" class="row text-center px-md-4 mb-4 justify-content-around">\n <div class="step cart tab col-2 active">\n <div class="step-checkout-icon icon justify-content-center d-flex mb-md-2">\n <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="{{ asset('opsfrontendbundle/assets/images/icons/icon-basket.svg') }}#icon-basket"></use></svg>\n </div>\n <h5 class="step-checkout-label d-flex justify-content-center">1. Shopping<br>Basket</h5>\n </div>\n <div class="step checkout tab col-2">\n <div class="step-checkout-icon icon justify-content-center d-flex mb-md-2">\n <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 66.094 48.094"><use href="{{ asset('opsfrontendbundle/assets/images/icons/icon-delivery.svg') }}#icon-delivery"></use></svg>\n \n </div>\n <h5 class="step-checkout-label d-flex justify-content-center">2. Checkout<br>and Delivery</h5>\n </div>\n <div class="step payment tab col-2">\n <div class="step-checkout-icon icon justify-content-center d-flex mb-md-2">\n <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'><use href="{{ asset('opsfrontendbundle/assets/images/icons/icon-pound.svg') }}#icon-pound"></use></svg>\n </div>\n <h5 class="step-checkout-label d-flex justify-content-center">3. Payment</h5>\n </div>\n <div class="tab col-2">\n <div class="step-checkout-icon icon justify-content-center d-flex mb-md-2">\n <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60.047 59.977"><use href="{{ asset('opsfrontendbundle/assets/images/icons/icon-complete.svg') }}#icon-complete"></use></svg>\n </div>\n <h5 class="step-checkout-label d-flex justify-content-center">4. Order<br>Complete</h5>\n </div>\n <div class="tab col-2">\n <div class="step-checkout-icon icon justify-content-center d-flex mb-md-2">\n <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.142 16.008"><use href="{{ asset('opsfrontendbundle/assets/images/icons/icon-upload.svg') }}#icon-upload"></use></svg>\n </div>\n <h5 class="step-checkout-label d-flex justify-content-center">5. Artwork<br>Upload</h5>\n </div>\n \n </div>\n <div class="row justify-content-center mb-5">\n <div class="col-sm-11">\n <div class="progress active" role="progressbar" aria-valuemin="0" aria-valuemax="100">\n <div class="progress-bar progress-bar-striped progress-bar-animated bg-success" style="width:20%;" id="progressbar"></div>\n </div>\n </div>\n </div>\n \n {% if productpage_proof == 1 %}\n <div class="section-intro full-width mb-4">\n <div class="container">\n <div class="row">\n <div class="col-md-4">\n <h3>If you select to have a proof</h3>\n </div>\n <div class="col-md-8">\n <div>\n <p>If you select to have a proof, please be aware that production won’t start until we have received a sign off so please keep an eye on your email.<br>If you don’t select a proof, then your items will be printed as supplied and {{ company_name }} won’t be liable for any errors in your artwork.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n {% endif %}\n \n \n <h3 class="title hidden pull-right" id="basketPageTimer"></h3>\n <div id="basket" class="basket-products-wrapper"></div>\n <div class="cart-collaterals">\n <div class="row justify-content-end g-3 mb-3">\n {% if app.user %}\n {# basket steps #}\n <div class="col-md-4 section-step-cart">\n <div class="card bg-light h-100">\n <div class="card-header">\n Discount Code\n </div>\n <div class="card-body">\n <div class="row">\n <div class="col-sm-8">\n <input type="text" id="promoCode" class="form-control">\n </div>\n <div class="col-sm-4">\n <button class="btn btn-primary btn-block apply-promo" type="button"><span>APPLY</span></button>\n </div>\n </div>\n {% if app.session.get('appliedPromo') is defined %}\n {% if app.session.get('appliedPromo') is not null %}\n {% set addedpromos = [] %}\n {% set addedpromoids = [] %}\n {% for promo in app.session.get('appliedPromo') %}\n {% if promo[1].promoid not in addedpromoids %}\n {% set addedpromoids = addedpromoids|merge([promo[1].promoid]) %}\n {% set addedpromos = addedpromos|merge([promo[1]]) %}\n {% endif %}\n {% endfor %}\n <div class="margin-top" id="promosList">\n <h5 id="promoheader" style="display: {% if addedpromos|length > 0 %}block{% else %}none{% endif %}">Active Codes</h5>\n {% for promo in addedpromos %}\n <p class='label-success' id="promorow{{ promo.promoid }}">{{ promo.friendlyname }}<button class="btn btn-xs pull-right remove-promo" type="button" data-promoid="{{ promo.promoid }}"><i class="fa fa-times"></i></button></p>\n {% endfor %}\n </div>\n {% else %}\n <div class="margin-top" id="promosList">\n <h5 id="promoheader" style="display: none">Active Codes</h5>\n </div>\n {% endif %}\n {% else %}\n <div class="margin-top" id="promosList">\n <h5 id="promoheader" style="display: none">Active Codes</h5>\n </div>\n {% endif %}\n </div>\n </div>\n </div>\n <div class="col-md-4 section-step-cart">\n <div class="card bg-light h-100">\n <div class="card-header">\n Extra Information\n </div>\n <div class="card-body">\n <label class="form-label" for="customerPo">Customer Purchase Order</label>\n <input id="customerPo" type="text" name="customerPo" class="form-control mb-4">\n <label class="form-label" for="orderNotes">Order Notes</label>\n <textarea id="orderNotes" class="form-control" name="orderNotes"></textarea>\n </div>\n </div>\n </div>\n {# Checkout steps #}\n <div class="col-md-4 section-step-checkout" style="display: none">\n <div class="card bg-light h-100">\n <div class="card-header">Invoice Address</div>\n <div class="card-body">\n <div class="icheck-primary">\n <input type="radio" name="invoiceAddress" {% if app.session.get('invoiceAddress') is defined and app.session.get('invoiceAddress').addressid == app.user.invoiceaddress.addressid %} checked {% endif %} required value="{{ app.user.invoiceaddress.addressid }}" id="addressInvoiceDefault">\n <label for="addressInvoiceDefault"><span></span>Default Address</label>\n </div>\n <div class="selectedInvoiceAddress" id="invoiceAddress{{ app.user.invoiceaddress.addressid }}" {% if app.session.get('invoiceAddress') is defined and app.session.get('invoiceAddress').addressid != app.user.invoiceaddress.addressid %}style="display: none" {% endif %}>\n {{ app.user.invoiceaddress.firstname }} {{ app.user.invoiceaddress.lastname }}<br>\n {{ app.user.invoiceaddress.add1 }}\n {% if app.user.invoiceaddress.add2 is not empty %}<br>{{ app.user.invoiceaddress.add2 }} {% endif %}\n {% if app.user.invoiceaddress.add3 is not empty %}<br>{{ app.user.invoiceaddress.add3 }} {% endif %}\n <br>{{ app.user.invoiceaddress.city }}<br>{{ app.user.invoiceaddress.postcode|upper }}<br>{{ app.user.invoiceaddress.country.country }}<br>\n <button type="button" data-addressid="{{ app.user.invoiceaddress.addressid }}" title="Edit this address" class="btn btn-default btn-dark basketEditButtons edit-address my-3"><i class="far fa-fw fa-pencil"></i> Edit Address</button>\n </div>\n \n {% for address in app.user.addresses %}\n {% if address.visible == 1 and address.addressid != app.user.invoiceaddress.addressid %}\n <div class="icheck-primary">\n <input type="radio" name="invoiceAddress" {% if app.session.get('invoiceAddress') is defined and app.session.get('invoiceAddress').addressid == address.addressid %} checked {% endif %} required value="{{ address.addressid }}" id="addressInvoiceSelect{{ address.addressid }}">\n <label for="addressInvoiceSelect{{ address.addressid }}"><span></span>{{ address.firstname }} {{ address.lastname }} - {{ address.postcode }}</label>\n </div>\n <div class="selectedInvoiceAddress" id="invoiceAddress{{ address.addressid}}" {% if app.session.get('invoiceAddress') is defined and app.session.get('invoiceAddress').addressid != address.addressid %}style="display: none"{% endif %}>\n {{ address.firstname }} {{ address.lastname }}<br>\n {{ address.add1 }}\n {% if address.add2 is not empty %}<br>{{ address.add2 }} {% endif %}\n {% if address.add3 is not empty %}<br>{{ address.add3 }} {% endif %}\n <br>{{ address.city }}<br>{{ address.postcode|upper }}<br>{{ address.country.country }}<br>\n <button type="button" data-addressid="{{ address.addressid }}" title="Edit this address" class="btn btn-default btn-dark basketEditButtons edit-address my-3"><i class="far fa-fw fa-pencil"></i> Edit Address</button>\n </div>\n {% endif %}\n {% endfor %}\n <br><button type="button" class="btn btn-primary add-address">Add New Address</button>\n </div>\n </div>\n </div>\n <div class="col-md-4 section-step-checkout" style="display: none">\n <div class="card bg-light h-100" id="deliveryInfo">\n <div class="card-header" id="deliveryTitle">Delivery Address</div>\n {% if restrictdelivery == 0 %}\n <div class="card-body">\n <div class="icheck-primary">\n <input type="radio" name="deliveryAddress" {% if app.session.get('deliveryAddress') is null %}checked{% endif %} required value="0" id="addressCollection">\n <label for="addressCollection"><span></span>Collection</label>\n </div>\n <div class="icheck-primary">\n <input type="radio" name="deliveryAddress" {% if app.session.get('deliveryAddress') is defined and app.session.get('deliveryAddress') is not null %}\n {% if app.session.get('deliveryAddress').addressid == app.user.invoiceaddress.addressid %}\n checked\n {% endif %}{% endif %} required value="{{ app.user.invoiceaddress.addressid }}" id="addressDelivery{{ app.user.invoiceaddress.addressid }}">\n <label for="addressDelivery{{ app.user.invoiceaddress.addressid }}"><span></span>Default Address</label>\n </div>\n <div class="selectedDeliveryAddress mb-3" id="deliveryAddress{{ app.user.invoiceaddress.addressid }}" {% if app.session.get('deliveryAddress') is defined and app.session.get('deliveryAddress') is not null %}\n {% if app.session.get('deliveryAddress').addressid != app.user.invoiceaddress.addressid %}\n style="display: none"\n {% endif %}\n {% endif %}>\n {{ app.user.invoiceaddress.firstname }} {{ app.user.invoiceaddress.lastname }}<br>\n {{ app.user.invoiceaddress.add1 }}\n {% if app.user.invoiceaddress.add2 is not empty %}<br>{{ app.user.invoiceaddress.add2 }} {% endif %}\n {% if app.user.invoiceaddress.add3 is not empty %}<br>{{ app.user.invoiceaddress.add3 }} {% endif %}\n <br>{{ app.user.invoiceaddress.city }}<br>{{ app.user.invoiceaddress.postcode|upper }}<br>{{ app.user.invoiceaddress.country.country }}<br>\n <button type="button" data-addressid="{{ app.user.invoiceaddress.addressid }}" title="Edit this address" class="btn btn-default btn-dark my-3 basketEditButtons edit-address"><i class="far fa-fw fa-pencil"></i> Edit Address</button>\n </div>\n {% for address in app.user.addresses %}\n {% if address.visible == 1 and address.addressid != app.user.invoiceaddress.addressid %}\n <div class="icheck-primary">\n <input type="radio" name="deliveryAddress" {% if app.session.get('deliveryAddress') is defined and app.session.get('deliveryAddress') is not null %} {% if app.session.get('deliveryAddress').addressid == address.addressid %} checked {% endif %} {% endif %}required value="{{ address.addressid }}" id="addressDeliverySelect{{ address.addressid }}">\n <label for="addressDeliverySelect{{ address.addressid }}"><span></span>{{ address.firstname }} {{ address.lastname }} - {{ address.postcode }}</label>\n <div class="selectedDeliveryAddress" id="deliveryAddress{{ address.addressid }}" {% if app.session.get('deliveryAddress') is defined and app.session.get('deliveryAddress') is not null %} {% if app.session.get('deliveryAddress').addressid != address.addressid %}style="display: none"{% endif %}{% endif %}>\n {{ address.firstname }} {{ address.lastname }}<br>\n {{ address.add1 }}\n {% if address.add2 is not empty %}<br>{{ address.add2 }} {% endif %}\n {% if address.add3 is not empty %}<br>{{ address.add3 }} {% endif %}\n <br>{{ address.city }}<br>{{ address.postcode|upper }}<br>{{ address.country.country }}<br>\n <button type="button" data-addressid="{{ address.addressid}}" title="Edit this address" class="btn btn-default btn-dark my-3 basketEditButtons edit-address"><i class="far fa-fw fa-pencil"></i> Edit Address</button>\n </div>\n </div>\n {% endif %}\n {% endfor %}\n <span id="deliveryInfoNew"></span>\n <button type="button" class="btn btn-primary add-address mb-3">Add New Address</button><br>\n <label class="form-label mt-4" for="deliveryNotes">Delivery Notes</label><br>\n <textarea class="form-control" name="deliveryNotes"></textarea>\n </div>\n {% else %}\n <div class="card-body">\n <div class="info">\n Your delivery options are limited as you are buying a personalised product from your company portal. If you need this delivered elsewhere then please speak to your purchasing manager to add approved addresses.\n </div>\n <select name="deliveryAddress" required class="form-control">\n <option value="">Select Delivery Address</option>\n {% for address in restrictaddresses %}\n {% if address.visible != 0 %}\n <option value="{{ address.addressid }}">{{ address.add1 }}\n {% if address.add2 is not empty %}, {{ address.add2 }} {% endif %}\n {% if address.add3 is not empty %}, {{ address.add3 }} {% endif %}\n , {{ address.city }} {{ address.postcode|upper }} - {{ address.country.country }}</option>\n {# <div class="icheck-primary">\n <input type="radio" name="deliveryAddress" {% if app.session.get('deliveryAddress') is defined and app.session.get('deliveryAddress') is not null %} {% if app.session.get('deliveryAddress').addressid == address.addressid %} checked {% endif %} {% endif %}required value="{{ address.addressid }}" id="addressDeliverySelect{{ address.addressid }}">\n <label for="addressDeliverySelect{{ address.addressid }}"><span></span>{{ address.firstname }} {{ address.lastname }} - {{ address.postcode }}</label>\n <div class="selectedDeliveryAddress" id="deliveryAddress{{ address.addressid }}" {% if app.session.get('deliveryAddress') is defined and app.session.get('deliveryAddress') is not null %} {% if app.session.get('deliveryAddress').addressid != address.addressid %}style="display: none"{% endif %}{% endif %}>\n {{ address.firstname }} {{ address.lastname }}<br>\n {{ address.add1 }}\n {% if address.add2 is not empty %}<br>{{ address.add2 }} {% endif %}\n {% if address.add3 is not empty %}<br>{{ address.add3 }} {% endif %}\n <br>{{ address.city }}<br>{{ address.postcode|upper }}<br>{{ address.country.country }}<br>\n </div>\n </div>#}\n {% endif %}\n {% endfor %}\n </select>\n <span id="deliveryInfoNew"></span>\n <label class="form-label mt-4" for="deliveryNotes">Delivery Notes</label><br>\n <textarea class="form-control" name="deliveryNotes"></textarea>\n </div>\n {% endif %}\n </div>\n </div>\n {# Payment steps #}\n <div class="col-md-4 section-step-payment" style="display: none">\n <div class="card bg-light h-100" id="artworkInfo">\n <div class="card-header">Artwork Info</div>\n <div class="card-body">\n <div class="icheck-primary">\n <input type="radio" name="artworkMethod" required value="online" checked id="artworkOnline">\n <label for="artworkOnline"><span></span>Upload Online</label>\n </div>\n <div class="icheck-primary">\n <input type="radio" name="artworkMethod" required value="email" id="artworkEmail">\n <label for="artworkEmail"><span></span>Send via email</label>\n </div>\n <div class="icheck-primary">\n <input type="radio" name="artworkMethod" required value="post" id="artworkPost">\n <label for="artworkPost"><span></span>Send via post</label>\n </div>\n </div>\n </div>\n </div>\n <div class="col-md-4 section-step-payment" style="display: none">\n <div class="card bg-light h-100" id="paymentInfo">\n <div class="card-header">Payment Method</div>\n <div class="card-body">\n {% if basket_payment_online == 1 %}\n <div class="icheck-primary">\n <input type="radio" name="paymentMethod" required value="Online" id="paymentOnline" checked>\n <label for="paymentOnline"><span></span>Pay Online</label>\n </div>\n {% endif %}\n {% if basket_payment_bacs == 1 %}\n <div class="icheck-primary">\n <input type="radio" name="paymentMethod" required value="BACS" id="paymentBacs">\n <label for="paymentBacs"><span></span>Pay by BACS</label>\n </div>\n {% endif %}\n {#<div class="icheck-primary" style="display: none;">\n <input type="radio" name="paymentMethod" required value="payoncollection" id="payonCollection">\n <label for="payonCollection"><span></span>Pay on Collection</label>\n </div>#}\n {% if app.user.hascreditterms == 1 and basket_payment_credit == 1 %}\n <div class="icheck-primary">\n <input type="radio" name="paymentMethod" required value="Credit" id="paymentCredit">\n <label for="paymentCredit"><span></span>Charge to Credit Account</label>\n </div>\n {% endif %}\n </div>\n </div>\n </div>\n {% endif %}\n <div class="col-md-4 text-center text-md-end order-first order-md-last">\n <div class="card bg-light h-100">\n <div class="card-header">Basket Totals</div>\n <div class="card-body">\n <table class="table cartTotal align-middle" style="margin-left: auto;margin-right: auto">\n <tbody>\n <tr class="cart-subtotal">\n <th>Subtotal</th>\n <td><h5 class="m-0">£<span class="amount subtotal fw-bold"></span></h5></td>\n </tr>\n <tr class="cart-subtotal">\n <th>Delivery</th>\n <td><h5 class="m-0">£<span class="amount deliveryCharge fw-bold">{% if app.session.get('deliveryCharge') == 'Personal' or app.session.get('deliveryCharge') is not defined %}{% if restrictdelivery == 1 %}{% else %}Please call us{% endif %}{% else %}{{ app.session.get('deliveryCharge')|number_format(2,'.','') }}{% endif %}</span></h5></td>\n </tr>\n <tr class="cart-subtotal">\n <th>VAT</th>\n <td><h5 class="m-0">£<span class="amount vat fw-bold"></span></h5></td>\n </tr>\n <tr class="cart-subtotal cart-discount" style="display: none;">\n <th>Discount</th>\n <td><h5 class="m-0">£<span class="amount discountval fw-bold"></span></h5></td>\n </tr>\n <tr class="order-total">\n <th>Total</th>\n <td>\n <h3 class="m-0"><strong class="amount">£<span class="total fw-bold"></span></strong></h3>\n </td>\n </tr>\n </tbody>\n </table>\n </div>\n </div>\n </div>\n </div>\n {% if not app.user %}\n <div class="row justify-content-center section-step-cart">\n <div class="col-sm-6 text-center text-sm-start mb-4">\n <button class="btn btn-primary btn-checkout goto-referer" type="button">CONTINUE SHOPPING</button>\n </div>\n <div class="col-sm-6 text-center text-sm-end mb-4">\n <button class="btn btn-primary btn-checkout modal-login" type="button">PROCEED TO CHECKOUT</button>\n </div>\n </div>\n {% endif %}\n {% if app.user %}\n {% if basket_displaytandcs == 1%}\n <div class="row section-step-cart">\n <div class="col-12">\n <h5 class="m-0">Terms and Conditions</h5>\n <h6>Please read and scroll to continue</h6>\n <div class="terms-conditions">\n <textarea readonly id="termsandconditions" rows="12">\n {{ termsandconditions|raw }}\n </textarea>\n </div>\n </div>\n </div>\n {% endif %}\n {% if basket_displaytandcs == 1 or basket_requiretandcs == 1 %}\n <div class="row section-step-cart justify-content-center mb-3">\n {% if basket_displaytandcs == 1%}\n <div class="col-12">\n <a href="{{ path('downloadFile', {filename: 'standard_terms.pdf'}) }}" target="_blank">Download Terms & Conditions PDF</a>\n </div>\n {% endif %}\n {% if basket_requiretandcs == 1%}\n <div class="col-6 col-sm-7 pt-md terms-conditions-checkbox">\n <div class="form-check form-switch">\n <input type="checkbox" id="tandc" class="form-check-input cursor-pointer" role="switch" {% if basket_displaytandcs == 1%}disabled{% endif %}/>\n <label class="form-check-label" for="tandc" style="font-size: 1em;">I agree with the <a href="{{ path('downloadFile', {filename: 'standard_terms.pdf'}) }}" target="_blank">Terms & Conditions</a> {% if basket_displaytandcs == 1%}(Please read and scroll to continue){% endif %}</label>\n </div>\n </div>\n {% endif %}\n </div>\n {% endif %}\n <div class="row section-step-cart">\n <div class="col-sm-6 text-center text-sm-start mb-4">\n <a class="btn btn-primary btn-checkout" href="{{ referer }}"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="{{ asset('opsfrontendbundle/assets/images/icons/icon-basket.svg') }}#icon-basket"></use></svg></span>CONTINUE SHOPPING</a>\n </div>\n <div class="col-sm-6 text-center text-sm-end cart_totals mb-4">\n <button class="btn btn-primary btn-checkout alt wc-forward no-margin basket-step" type="button" data-step="checkout"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26.374 21.786"><use href="{{ asset('opsfrontendbundle/assets/images/icons/icon-basket-check.svg') }}#icon-basket-check"></use></svg></span>PROCEED TO CHECKOUT</button>\n </div>\n </div>\n <div class="row section-step-checkout" style="display: none">\n <div class="col-sm-6 text-center text-sm-start mb-4">\n <button class="btn btn-primary btn-checkout basket-step" type="button" data-step="cart"><i class="far fa-fw fa-chevron-left"></i> BACK</button>\n </div>\n <div class="col-sm-6 text-center text-sm-end cart_totals mb-4">\n <button class="btn btn-primary btn-checkout alt wc-forward basket-step" type="button" data-step="payment" id="proceedtoPaymentButton"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25"><use href="{{ asset('opsfrontendbundle/assets/images/icons/icon-pound.svg') }}#icon-pound"></use></svg></span>PROCEED TO PAYMENT</button>\n </div>\n </div>\n \n <div class="row section-step-payment" style="display: none">\n <div id="worldpay">\n <h4 class="mb-3">Customer Payment Details</h4>\n <div class="row g-3">\n <div class="col-sm-6">\n <label class="form-label" for="customer_firstname">First Name</label><span class="required">*</span>\n <input class="form-control" type="text" id="customer_firstname" name="customer_firstname" maxlength="50" value="{{ app.user.invoiceaddress.firstname }}">\n </div>\n <div class="col-sm-6">\n <label class="form-label" for="customer_lastname">Last Name</label><span class="required">*</span>\n <input class="form-control" type="text" id="customer_lastname" name="customer_lastname" maxlength="50" value="{{ app.user.invoiceaddress.lastname }}">\n </div>\n <div class="col-sm-6">\n <label class="form-label" for="customer_add1">Address 1</label><span class="required">*</span>\n <input class="form-control" type="text" id="customer_add1" name="customer_add1" value="{{ app.user.invoiceaddress.add1 }}">\n \n </div>\n <div class="col-sm-6">\n <label class="form-label" for="customer_add2">Address 2</label>\n <input class="form-control" type="text" id="customer_add2" name="customer_add2" value="{{ app.user.invoiceaddress.add2 }}">\n </div>\n <div class="col-sm-6">\n <label class="form-label" for="customer_add3">Address 3</label>\n <input class="form-control" type="text" id="customer_add3" name="customer_add3" value="{{ app.user.invoiceaddress.add3 }}">\n </div>\n <div class="col-sm-6">\n <label class="form-label" for="customer_city">City</label><span class="required">*</span>\n <input class="form-control" type="text" id="customer_city" name="customer_city" value="{{ app.user.invoiceaddress.city }}">\n </div>\n <div class="col-sm-6">\n <label class="form-label" for="customer_county">County</label>\n <input class="form-control" type="text" id="customer_county" name="customer_county" value="{{ app.user.invoiceaddress.county }}">\n \n </div>\n <div class="col-sm-6">\n <label class="form-label" for="customer_postcode">Postcode</label>\n <input class="form-control" type="text" id="customer_postcode" name="customer_postcode" value="{{ app.user.invoiceaddress.postcode }}">\n \n </div>\n <div class="col-sm-6">\n <label class="form-label" for="customer_countrycode">Country</label>\n <select class="form-select" id="customer_countrycode" name="customer_countrycode">\n {% include '@ops_frontend_bundle/blocks/countrycodes.html.twig' %}\n </select>\n </div>\n <div class="col-sm-6">\n <label class="form-label" for="customer_email">Email</label><span class="required">*</span>\n <input class="form-control" type="email" id="customer_email" name="customer_email" value="{{ app.user.email }}">\n </div>\n </div>\n </div>\n {% if basket_payment_bacs == 1 %}\n <div id="bacsdetails" style="display: none">\n <div class="row">\n <div class="col-sm-12">\n <p>To make payment please find our details below these can also be found at the bottom of your confirmation email<br>\n Terms and Conditions apply.<br>\n {{ bacsdetails|raw }}\n </p>\n </div>\n </div>\n </div>\n {% endif %}\n </div>\n <div class="row section-step-payment section-margin-top" style="display: none">\n <div class="col-sm-6 text-center text-sm-start mb-4">\n <button class="btn btn-primary btn-checkout basket-step" type="button" data-step="checkout"><i class="far fa-fw fa-chevron-left"></i> BACK</button>\n </div>\n <div class="col-sm-6 text-center text-sm-end cart_totals mb-4">\n <button class="btn btn-primary btn-checkout alt wc-forward" type="submit"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60.047 59.977"><use href="{{ asset('opsfrontendbundle/assets/images/icons/icon-complete.svg') }}#icon-complete"></use></svg></span>PLACE ORDER</button>\n </div>\n </div>\n {% endif %}\n </div>\n </form>\n </div>\n {% endif %}\n \n <div id='custom-html'></div>\n <a href='#' id='custom-trigger' class="hidden">Click me</a>\n {% endblock%}\n \n {% block javascripts %}\n <script src="{{ path('packedJs',{'filename':'basket.js'}) }}?v=1"></script>\n <script>\n const entries = performance.getEntriesByType("navigation");\n entries.forEach((entry) => {\n if (entry.type === "back_forward") {\n location.reload(true);\n }\n });\n \n {% if appliedPromo is defined %}\n company.appliedPromo = '{{ appliedPromo|json_encode| raw }}';\n {% endif %}\n \n \n $(document).ready(function() {\n $("#editAddressAjax").on("submit", function(e){\n e.preventDefault();\n let data = {};\n $(this).serializeArray().forEach((object)=>{\n data[object.name] = object.value;\n });\n \n $.ajax({\n type: "POST",\n url: '{{ path('address') }}',\n data: data,\n beforeSend: function() {\n $.blockUI({\n message : '<i class="fa fa-spinner fa-spin"></i> Saving details...'\n });\n },\n success: function(data) {\n $.unblockUI();\n \n let addressHtml = data.firstname + ' ' + data.lastname+'<br>'+\n data.add1;\n if(data.add2 !== null) {\n addressHtml += '<br>'+data.add2;\n }\n if(data.add3 !== null) {\n addressHtml += '<br>'+data.add3;\n }\n addressHtml += '<br>'+data.city+'<br>'+data.postcode+'<br>'+data.country.country+'<br>';\n addressHtml += '<button type="button" data-addressid="'+data.addressid+'" title="Edit this address" class="btn btn-default btn-dark my-3 basketEditButtons edit-address"><i class="far fa-fw fa-pencil"></i> Edit Address</button>';\n \n company.showWindows('mainTab');\n \n if($('#deliveryAddress'+data.addressid).length){\n //update\n $('#deliveryAddress'+data.addressid).html(addressHtml);\n $("label[for='addressDeliverySelect"+data.addressid+"']").html('<span></span>'+ data.firstname + ' ' + data.lastname+' - '+data.postcode);\n }\n else{\n //add it\n $('#deliveryInfoNew').before('<div class="icheck-primary"><input type="radio" name="deliveryAddress" required value="'+data.addressid+'" id="addressDeliverySelect'+data.addressid+'"><label for="addressDeliverySelect'+data.addressid+'"><span></span>'+data.firstname+' '+data.lastname+' - '+data.postcode+'</label><div class="selectedDeliveryAddress" id="deliveryAddress'+data.addressid+'" style="display: none">'+addressHtml+'</div></div>');\n \n $('input[type=radio][name=deliveryAddress]').on('change',function() {\n company.changeDeliveryAddress(this.value);\n \n if(parseInt(this.value) === 0){\n $('#payonCollection').parent().css('display','block');\n }\n else {\n $('#payonCollection').parent().css('display','none');\n }\n });\n \n $('#addressDeliverySelect'+data.addressid).click();\n //$('input[name="deliveryAddress"]').trigger('change');\n }\n \n company.notification("Your address has been updated.", "success");\n },\n error: function(res) {\n $.unblockUI();\n company.notification(res.responseText,'error');\n }\n });\n })\n \n {% if app.user %}\n $('#customer_countrycode').val('{{ app.user.invoiceaddress.countrycode }}');\n {% endif %}\n var complete_order_options = {\n success: function(data) {\n $.unblockUI();\n if(data.msg === 'login'){\n company.modalLogin();\n }\n if(data.msg === 'reference'){\n window.location.href = ('{{ url('basket_3Dform') }}');\n }\n if(data.msg === 'ok'){\n window.location.href = ('{{ url('basket_complete') }}');\n }\n \n },\n beforeSend: function() {\n $.blockUI({\n message : '<i class="fa fa-spinner fa-spin"></i> Placing order...'\n });\n },\n error: function (data) {\n $.unblockUI();\n var error = JSON.parse(data.responseText);\n company.notification(error.message, "error");\n },\n url: '{{ path('basket_checkout') }}',\n type: 'POST',\n clearForm: false,\n resetForm: false\n };\n $("#orderForm").ajaxForm(complete_order_options);\n \n company.buildBasket('{{ basket|json_encode|url_encode }}');\n \n $('[name=deliveryAddress]').on('change',function() {\n company.changeDeliveryAddress(this.value);\n \n if(parseInt(this.value) === 0){\n $('#payonCollection').parent().css('display','block');\n }\n else {\n $('#payonCollection').parent().css('display','none');\n }\n });\n {% if restrictdelivery == 1 %}\n company.restrictdelivery = 1;\n {% endif %}\n $('input[type=radio][name=invoiceAddress]').on('change',function() {\n company.changeInvoiceAddress(this.value);\n });\n \n $('input[type=radio][name=paymentMethod]').on('change',function() {\n var worldpay = $('#worldpay');\n var bacsdetails = $('#bacsdetails');\n var customer_name = $("#customer_name");\n var customer_add1 = $("#customer_add1");\n var customer_city = $("#customer_city");\n var customer_email = $("#customer_email");\n var customer_email2 = $("#customer_email2");\n \n if(this.value === "Online"){\n worldpay.show().removeClass('animated fadeOutRight').addClass('animated fadeInLeft');\n customer_name.prop('required',true);\n customer_add1.prop('required',true);\n customer_city.prop('required',true);\n customer_email.prop('required',true);\n customer_email2.prop('required',false);\n }\n else{\n worldpay.removeClass('animated fadeInLeft').addClass('animated fadeOutRight');\n setTimeout(function(){ worldpay.hide(); }, 800);\n customer_name.prop('required',false);\n customer_add1.prop('required',false);\n customer_city.prop('required',false);\n customer_email.prop('required',false);\n customer_email2.prop('required',false);\n }\n \n if(this.value === 'BACS'){\n bacsdetails.show().removeClass('animated fadeOutRight').addClass('animated fadeInLeft');\n }\n else{\n bacsdetails.removeClass('animated fadeInLeft').addClass('animated fadeOutRight');\n setTimeout(function(){ bacsdetails.hide(); }, 800);\n }\n });\n \n $('#termsandconditions').scroll(function () {\n if ($(this).scrollTop() + $(this).innerHeight() +2 >= $(this)[0].scrollHeight) {\n $('#tandc').attr('disabled',false);\n }\n });\n \n company.addAddressListeners();\n company.showWindowListeners();\n company.basketPageListeners();\n });\n </script>\n {% endblock %} """ }
}else {$('#payonCollection').parent().css('display','none');}});{% if restrictdelivery == 1 %}company.restrictdelivery = 1;{% endif %}$('input[type=radio][name=invoiceAddress]').on('change',function() {company.changeInvoiceAddress(this.value);});
in
var/cache/dev/twig/17/172379f0c55c251e6d8010b22c2bd1fb.php
->
{closure}
(line 1523)
\$('#payonCollection').parent().css('display','none');}});";// line 694if (((isset($context["restrictdelivery"]) || array_key_exists("restrictdelivery", $context) ? $context["restrictdelivery"] : (function () { throw new RuntimeError('Variable "restrictdelivery" does not exist.', 694, $this->source); })()) == 1)) {// line 695yield " company.restrictdelivery = 1;";}// line 697
in
vendor/twig/twig/src/Template.php
->
block_javascripts
(line 430)
}$level = ob_get_level();ob_start();foreach ($template->$block($context, $blocks) as $data) {if (ob_get_length()) {$data = ob_get_clean().$data;ob_start();}
in
var/cache/dev/twig/bd/bd1e7465763b6059ca206e8fecfbf543.php
->
yieldBlock
(line 668)
}// line 209yield "</script>";// line 210yield from $this->unwrap()->yieldBlock('javascripts', $context, $blocks);// line 212yield "</body></html>";$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 360)
}$level = ob_get_level();ob_start();foreach ($this->doDisplay($context, $blocks) as $data) {if (ob_get_length()) {$data = ob_get_clean().$data;ob_start();}
in
var/cache/dev/twig/0a/0a273146f78a448236ec80001ce03cb9.php
->
yield
(line 74)
</div></section>") ? '' : new Markup($tmp, $this->env->getCharset());// line 1$this->parent = $this->loadTemplate("@ops_frontend_bundle/template.html.twig", "template.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 360)
}$level = ob_get_level();ob_start();foreach ($this->doDisplay($context, $blocks) as $data) {if (ob_get_length()) {$data = ob_get_clean().$data;ob_start();}
in
var/cache/dev/twig/17/172379f0c55c251e6d8010b22c2bd1fb.php
->
yield
(line 56)
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@ops_frontend_bundle/basket/basket.html.twig"));$this->parent = $this->loadTemplate("template.html.twig", "@ops_frontend_bundle/basket/basket.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 360)
}$level = ob_get_level();ob_start();foreach ($this->doDisplay($context, $blocks) as $data) {if (ob_get_length()) {$data = ob_get_clean().$data;ob_start();}
in
vendor/twig/twig/src/Template.php
->
yield
(line 335)
}public function render(array $context): string{$content = '';foreach ($this->yield($context) as $data) {$content .= $data;}return $content;}
in
vendor/twig/twig/src/TemplateWrapper.php
->
render
(line 38)
$this->template = $template;}public function render(array $context = []): string{return $this->template->render($context);}public function display(array $context = []){// using func_get_args() allows to not expose the blocks argument
in
vendor/twig/twig/src/Environment.php
->
render
(line 307)
* @throws SyntaxError When an error occurred during compilation* @throws RuntimeError When an error occurred during rendering*/public function render($name, array $context = []): string{return $this->load($name)->render($context);}/*** Displays a template.*
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
render
(line 431)
if (null !== $block) {return $this->container->get('twig')->load($view)->renderBlock($block, $parameters);}return $this->container->get('twig')->render($view, $parameters);}private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response{$content = $this->doRenderView($view, $block, $parameters, $method);
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRenderView
(line 436)
return $this->container->get('twig')->render($view, $parameters);}private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response{$content = $this->doRenderView($view, $block, $parameters, $method);$response ??= new Response();if (200 === $response->getStatusCode()) {foreach ($parameters as $v) {if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
in
vendor/symfony/framework-bundle/Controller/AbstractController.php
->
doRender
(line 250)
* If an invalid form is found in the list of parameters, a 422 status code is returned.* Forms found in parameters are auto-cast to form views.*/protected function render(string $view, array $parameters = [], ?Response $response = null): Response{return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}/*** Renders a block in a view.*
AbstractController->render('@ops_frontend_bundle/basket/basket.html.twig', array('basket' => null, 'referer' => '/', 'breadcrumbs' => array(array('text' => 'Basket', 'link' => false))))
in
opsfrontendbundle/OpsFrontendBundle/src/Controller/BasketController.php
(line 312)
}$breadcrumbs[] = array('text' => 'Basket', 'link' => false);if (!$session->has('basketId')) {$basket = null;return $this->render('@ops_frontend_bundle/basket/basket.html.twig', array( 'basket'=>$basket,'referer'=>$referer,'breadcrumbs' => $breadcrumbs));}if($request->request->has('basket')){$basket = json_decode($request->request->get('basket'),true);$session->set('currentBasket',$basket);
in
vendor/symfony/http-kernel/HttpKernel.php
->
basketIndex
(line 183)
$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);$controller = $event->getController();$arguments = $event->getArguments();// call controller$response = $controller(...$arguments);// viewif (!$response instanceof Response) {$event = new ViewEvent($this, $request, $type, $response, $event);$this->dispatcher->dispatch($event, KernelEvents::VIEW);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());$this->requestStack->push($request);$response = null;try {return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {if ($e instanceof \Error && !$this->handleAllThrowables) {throw $e;}
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 182)
$this->boot();++$this->requestStackSize;$this->resetServices = true;try {return $this->getHttpKernel()->handle($request, $type, $catch);} finally {--$this->requestStackSize;}}
in
vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php
->
handle
(line 35)
) {}public function run(): int{$response = $this->kernel->handle($this->request);if (Kernel::VERSION_ID >= 60400) {$response->send(false);if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in
vendor/autoload_runtime.php
->
run
(line 29)
$app = $app(...$args);exit($runtime->getRunner($app)->run());
require_once('/home/celloglas/public_html/dev.celloglas.co.uk/vendor/autoload_runtime.php')
in
public/index.php
(line 5)
<?phpuse App\Kernel;require_once dirname(__DIR__).'/vendor/autoload_runtime.php';return function (array $context) {return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);};
Logs
| Level | Channel | Message |
|---|---|---|
| INFO 05:22:44 | request |
Matched route "_profiler". {
"route": "_profiler",
"route_parameters": {
"_route": "_profiler",
"_controller": "web_profiler.controller.profiler::panelAction",
"token": "ee8baa"
},
"request_uri": "https://dev.celloglas.co.uk/_profiler/ee8baa",
"method": "GET"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.request" to listener "Ops\OpsFrontendBundle\Services\SessionIdleHandler::onKernelRequest". {
"event": "kernel.request",
"listener": "Ops\\OpsFrontendBundle\\Services\\SessionIdleHandler::onKernelRequest"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.controller" to listener "Ops\OpsFrontendBundle\Services\TwigGlobalsExtension::onKernelController". {
"event": "kernel.controller",
"listener": "Ops\\OpsFrontendBundle\\Services\\TwigGlobalsExtension::onKernelController"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 05:22:44 | 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 05:22:44 | 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 05:22:44 | 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 05:22:44 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.request" to listener "Ops\OpsFrontendBundle\Services\SessionIdleHandler::onKernelRequest". {
"event": "kernel.request",
"listener": "Ops\\OpsFrontendBundle\\Services\\SessionIdleHandler::onKernelRequest"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.controller" to listener "Ops\OpsFrontendBundle\Services\TwigGlobalsExtension::onKernelController". {
"event": "kernel.controller",
"listener": "Ops\\OpsFrontendBundle\\Services\\TwigGlobalsExtension::onKernelController"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 05:22:44 | 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 05:22:44 | 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 05:22:44 | 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 05:22:44 | 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 05:22:44 | 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 05:22:44 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SurrogateListener::onKernelResponse"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
|
| DEBUG 05:22:44 | 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 05:22:44 | 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 05:22:44 | 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 05:22:44 | 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 05:22:44 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.request" to listener "Ops\OpsFrontendBundle\Services\SessionIdleHandler::onKernelRequest". {
"event": "kernel.request",
"listener": "Ops\\OpsFrontendBundle\\Services\\SessionIdleHandler::onKernelRequest"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.controller" to listener "Ops\OpsFrontendBundle\Services\TwigGlobalsExtension::onKernelController". {
"event": "kernel.controller",
"listener": "Ops\\OpsFrontendBundle\\Services\\TwigGlobalsExtension::onKernelController"
}
|
| DEBUG 05:22:44 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 05:22:44 | 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 05:22:44 | 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 05:22:44 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
|
Stack Trace
|
RuntimeError
|
|---|
Twig\Error\RuntimeError:
Variable "restrictdelivery" does not exist.
at opsfrontendbundle/OpsFrontendBundle/src/templates/basket/basket.html.twig:694
at __TwigTemplate_a94874e4b1eee4b2e706c668ceb75053->{closure}()
(var/cache/dev/twig/17/172379f0c55c251e6d8010b22c2bd1fb.php:1523)
at __TwigTemplate_a94874e4b1eee4b2e706c668ceb75053->block_javascripts(array('basket' => null, 'referer' => '/', 'breadcrumbs' => array(array('text' => 'Basket', 'link' => false)), 'app' => object(AppVariable), 'company' => 'celloglas', 'cdn_domain' => 'https://ops.celloglas.co.uk', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'Celloglas Mirri', 'twitter_handle' => '@celloglas', 'site_description' => 'Bristol Printers JamJar Print for all your printing needs: flyers, leaflets, business cards, posters, etc. Best for prices, quality and service.', 'siteMenu' => array(array('menu' => 'Main Menu', 'active' => 1, 'menuid' => 1, 'headings' => array(array('headingid' => 2, 'friendlyurl' => '/flyers', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Flyers', 'pages' => array(array('pageid' => 2, 'visibility' => 1, 'pagenavname' => 'Flyers', 'friendlyurl' => '/printing/flyers', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 5, 'pageid' => 2, 'image' => 'flyers.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e870992d2eb.png'), array('headingid' => 3, 'friendlyurl' => '/headings/leaflets', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Leaflets', 'pages' => array(array('pageid' => 3, 'visibility' => 1, 'pagenavname' => 'Leaflets', 'friendlyurl' => '/printing/leaflets', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 2, 'pageid' => 3, 'image' => 'leaflets.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e8708cedf48.png'), array('headingid' => 4, 'friendlyurl' => '/printing/folded-leaflets', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Folded Leaflets', 'pages' => array(array('pageid' => 4, 'visibility' => 1, 'pagenavname' => 'Single Folded Leaflets', 'friendlyurl' => '/printing/single-folded-leaflets', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 3, 'pageid' => 4, 'image' => 'foldedleaflets.png', 'imageflag' => '["1","2"]'))), array('pageid' => 5, 'visibility' => 1, 'pagenavname' => 'Cross Folded Leaflets', 'friendlyurl' => '/printing/cross-folded-leaflets', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 4, 'pageid' => 5, 'image' => 'foldedleaflets.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e748cf95145.png'), array('headingid' => 5, 'friendlyurl' => '/printing/brochures', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Brochures', 'pages' => array(array('pageid' => 6, 'visibility' => 1, 'pagenavname' => 'Soft Cover Brochures', 'friendlyurl' => '/brochures-soft-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => 'Brochures with a soft cover (Self Cover)<br>', 'images' => array(array('imageid' => 6, 'pageid' => 6, 'image' => 'brochures.png', 'imageflag' => '["1","2"]'))), array('pageid' => 7, 'visibility' => 1, 'pagenavname' => 'Hard Cover Brochures', 'friendlyurl' => '/brochures-hard-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 7, 'pageid' => 7, 'image' => 'brochures.png', 'imageflag' => '["1","2"]'))), array('pageid' => 8, 'visibility' => 1, 'pagenavname' => 'Laminated Cover Brochures', 'friendlyurl' => 'brochures-laminated-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 8, 'pageid' => 8, 'image' => 'brochures.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e86f27d1083.png'), array('headingid' => 6, 'friendlyurl' => '/printing/booklets', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Booklets', 'pages' => array(array('pageid' => 9, 'visibility' => 1, 'pagenavname' => 'Soft Cover Booklets', 'friendlyurl' => '/printing/booklets-soft-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => 'Booklets with a soft cover (Self Cover)<br>', 'images' => array(array('imageid' => 10, 'pageid' => 9, 'image' => 'booklets.png', 'imageflag' => '["1","2"]'))), array('pageid' => 10, 'visibility' => 1, 'pagenavname' => 'Hard Cover Booklets', 'friendlyurl' => '/printing/booklets-hard-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => 'Booklets with a heavy cover (Hard Cover)<br>', 'images' => array(array('imageid' => 12, 'pageid' => 10, 'image' => 'booklets.png', 'imageflag' => '["1","2"]'))), array('pageid' => 11, 'visibility' => 1, 'pagenavname' => 'Laminated Cover Booklets', 'friendlyurl' => '/printing/booklets-laminted-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => 'Booklets with a heavy laminated cover<br>', 'images' => array(array('imageid' => 13, 'pageid' => 11, 'image' => 'booklets.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e87194b6817.png'))), 'no' => array(array('headingid' => 1, 'friendlyurl' => '/headings5/flyers', 'visibility' => 1, 'headingnavname' => 'Flyers-NM', 'pages' => array(array('pageid' => 1, 'visibility' => 1, 'pagenavname' => 'Flyers-Page', 'friendlyurl' => '/printing/flyers-nm', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 1, 'pageid' => 1, 'image' => 'flyers.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65df48b5de638.png'))), 'upsellProducts' => array(), 'types' => array(), 'processes' => array(array('process' => 'Lithographic Print', 'category' => 1, 'code' => 'LITHO', 'sizes' => null, 'typeid' => 1, 'processid' => 2), array('process' => 'Digital Print', 'category' => 1, 'code' => 'DIG', 'sizes' => null, 'typeid' => 1, 'processid' => 3), array('process' => 'Indigo Print', 'category' => 1, 'code' => 'IND', 'sizes' => null, 'typeid' => 1, 'processid' => 4), array('process' => 'Full Colour', 'category' => 5, 'code' => '4col', 'sizes' => null, 'typeid' => 1, 'processid' => 5), array('process' => 'Matt Lam 1 Side', 'category' => 3, 'code' => 'LamMTSS', 'sizes' => null, 'typeid' => 1, 'processid' => 7), array('process' => 'Matt Lam 2 Sides', 'category' => 3, 'code' => 'LamMTDS', 'sizes' => null, 'typeid' => 1, 'processid' => 8), array('process' => 'Gloss Lam 1 Side', 'category' => 3, 'code' => 'LamGLSSS', 'sizes' => null, 'typeid' => 4, 'processid' => 9), array('process' => 'Gloss Lam 2 Sides', 'category' => 3, 'code' => 'LamGLSDS', 'sizes' => null, 'typeid' => 1, 'processid' => 10), array('process' => 'Soft Touch Lam 1 Side', 'category' => 3, 'code' => 'LamSOFSS', 'sizes' => null, 'typeid' => 1, 'processid' => 11), array('process' => 'Soft Touch Lam 2 Sides', 'category' => 3, 'code' => 'LamSOFDS', 'sizes' => null, 'typeid' => 1, 'processid' => 12), array('process' => 'Large Format Print', 'category' => 1, 'code' => 'LFP', 'sizes' => null, 'typeid' => 1, 'processid' => 13), array('process' => 'Sublimation', 'category' => 1, 'code' => 'SUB', 'sizes' => null, 'typeid' => 1, 'processid' => 14), array('process' => 'A4 Cross Fold to A6', 'category' => 4, 'code' => 'A4xfA6', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 17), array('process' => 'A3 Cross Fold to A5', 'category' => 4, 'code' => 'A3xfA5', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 18), array('process' => 'A5 Double Fold to 1/3 A5', 'category' => 4, 'code' => 'A5df3rdA5', 'sizes' => '["21"]', 'typeid' => 9, 'processid' => 19), array('process' => 'A4 Double Fold to 1/3 A4', 'category' => 4, 'code' => 'A4df3rdA4', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 20), array('process' => 'A3 Double Fold to 1/3 A3', 'category' => 4, 'code' => 'A3df3rdA3', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 21), array('process' => 'A5 Single Fold to A6', 'category' => 4, 'code' => 'A5sfA6', 'sizes' => '["21","235"]', 'typeid' => 9, 'processid' => 22), array('process' => 'A4 Single Fold to A5', 'category' => 4, 'code' => 'A4sfA5', 'sizes' => '["2","234"]', 'typeid' => 9, 'processid' => 25), array('process' => 'A4 Single Fold to A5L', 'category' => 4, 'code' => 'A4sfA5L', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 26), array('process' => 'A3 Single Fold to A4', 'category' => 4, 'code' => 'A3sfA4', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 27), array('process' => 'A3 Single Fold to A3L', 'category' => 4, 'code' => 'A3sfA3L', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 28), array('process' => 'Gold Foil', 'category' => 4, 'code' => 'FOILGld', 'sizes' => null, 'typeid' => 1, 'processid' => 29), array('process' => 'Silver Foil', 'category' => 4, 'code' => 'FOILSlv', 'sizes' => null, 'typeid' => 1, 'processid' => 30), array('process' => 'Single Sided Spot UV', 'category' => 4, 'code' => 'spUVSS', 'sizes' => null, 'typeid' => 1, 'processid' => 31), array('process' => 'Scodix Hi Build', 'category' => 4, 'code' => 'ScdxHIB', 'sizes' => null, 'typeid' => 17, 'processid' => 32), array('process' => 'Scodix Sense', 'category' => 4, 'code' => 'ScdxSNS', 'sizes' => null, 'typeid' => 17, 'processid' => 33), array('process' => 'Scodix Gold Foil', 'category' => 4, 'code' => 'ScdxGLD', 'sizes' => null, 'typeid' => 17, 'processid' => 34), array('process' => 'Scodix Silver Foil', 'category' => 4, 'code' => 'ScdxSLV', 'sizes' => null, 'typeid' => 17, 'processid' => 35), array('process' => 'Scodix Foil', 'category' => 4, 'code' => 'ScdxFOIL', 'sizes' => null, 'typeid' => 17, 'processid' => 36), array('process' => 'Gloss Encapsulation', 'category' => 3, 'code' => 'EncapGLS', 'sizes' => null, 'typeid' => 1, 'processid' => 37), array('process' => 'Matt Encapsulation', 'category' => 4, 'code' => 'EncapMT', 'sizes' => null, 'typeid' => 1, 'processid' => 38), array('process' => 'Diecut', 'category' => 4, 'code' => 'Diecut', 'sizes' => null, 'typeid' => 1, 'processid' => 39), array('process' => 'Rounded Corners', 'category' => 4, 'code' => 'RndCNR', 'sizes' => null, 'typeid' => 10, 'processid' => 40), array('process' => '1 Colour', 'category' => 5, 'code' => '1col', 'sizes' => null, 'typeid' => 1, 'processid' => 44), array('process' => 'Full Colour + SS Pantone', 'category' => 5, 'code' => '5/4', 'sizes' => null, 'typeid' => 1, 'processid' => 45), array('process' => 'Full Colour + DS Pantone', 'category' => 5, 'code' => '5/5', 'sizes' => null, 'typeid' => 1, 'processid' => 46), array('process' => 'Single Fold to CC', 'category' => 4, 'code' => 'SFCC', 'sizes' => null, 'typeid' => 1, 'processid' => 47), array('process' => 'Edge Painted', 'category' => 4, 'code' => 'EgPaint', 'sizes' => null, 'typeid' => 1, 'processid' => 48), array('process' => 'Interlocking Flap', 'category' => 4, 'code' => 'LOCflaps', 'sizes' => null, 'typeid' => 1, 'processid' => 49), array('process' => 'Pocket & BC', 'category' => 4, 'code' => 'PocBC', 'sizes' => '["217"]', 'typeid' => 1, 'processid' => 50), array('process' => '4mm Pocket & BC', 'category' => 4, 'code' => '4mmPocBC', 'sizes' => '["217"]', 'typeid' => 1, 'processid' => 51), array('process' => '8 Page', 'category' => 2, 'code' => '8pp', 'sizes' => null, 'typeid' => 1, 'processid' => 53), array('process' => '16 Page', 'category' => 2, 'code' => '16pp', 'sizes' => null, 'typeid' => 1, 'processid' => 54), array('process' => 'Single Sided', 'category' => 2, 'code' => 'SS', 'sizes' => null, 'typeid' => 2, 'processid' => 55), array('process' => 'Double Sided', 'category' => 2, 'code' => 'DS', 'sizes' => null, 'typeid' => 2, 'processid' => 56), array('process' => 'Silk Lamination 1 Side', 'category' => 3, 'code' => 'LamSSslk', 'sizes' => null, 'typeid' => 15, 'processid' => 57), array('process' => 'Silk Lamination 2 Sides', 'category' => 3, 'code' => 'LamDSslk', 'sizes' => null, 'typeid' => 15, 'processid' => 58), array('process' => 'Anti Scuff Lam 1 Side', 'category' => 3, 'code' => 'LamSSscuff', 'sizes' => null, 'typeid' => 7, 'processid' => 59), array('process' => 'DS Anti Scuff Lam', 'category' => 3, 'code' => 'LamDSscuff', 'sizes' => null, 'typeid' => 7, 'processid' => 61), array('process' => 'Linen Lam 1 Side', 'category' => 3, 'code' => 'LamSSlinen', 'sizes' => null, 'typeid' => 6, 'processid' => 62), array('process' => 'DS Linen Lam', 'category' => 3, 'code' => 'LamDSlinen', 'sizes' => null, 'typeid' => 6, 'processid' => 63), array('process' => 'Vertical Business Card Slot', 'category' => 4, 'code' => 'DieVBC', 'sizes' => null, 'typeid' => 10, 'processid' => 64), array('process' => 'Horizontal Business Card Slot', 'category' => 4, 'code' => 'DieHBC', 'sizes' => null, 'typeid' => 10, 'processid' => 65), array('process' => 'A3 Cross Fold to A6', 'category' => 4, 'code' => 'A3xfA6', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 68), array('process' => 'A2 Cross Fold to A5', 'category' => 4, 'code' => 'A2xfA5', 'sizes' => '["20"]', 'typeid' => 9, 'processid' => 72), array('process' => 'Silver Stitch', 'category' => 4, 'code' => 'STITslv', 'sizes' => null, 'typeid' => 19, 'processid' => 73), array('process' => '2 Colour', 'category' => 5, 'code' => '2col', 'sizes' => null, 'typeid' => 1, 'processid' => 74), array('process' => 'Pad', 'category' => 4, 'code' => 'PAD', 'sizes' => null, 'typeid' => 19, 'processid' => 75), array('process' => 'Black Only', 'category' => 5, 'code' => 'Blk', 'sizes' => null, 'typeid' => 1, 'processid' => 76), array('process' => 'with Eyelets', 'category' => 4, 'code' => 'Eyelet', 'sizes' => null, 'typeid' => 12, 'processid' => 77), array('process' => 'No Eyelets', 'category' => 4, 'code' => 'NoEyelets', 'sizes' => null, 'typeid' => 12, 'processid' => 78), array('process' => '2 Part', 'category' => 4, 'code' => '1Perf', 'sizes' => null, 'typeid' => 20, 'processid' => 79), array('process' => '3 Part', 'category' => 4, 'code' => '2Perf', 'sizes' => null, 'typeid' => 20, 'processid' => 80), array('process' => 'Laser Cutting', 'category' => 4, 'code' => 'LASER', 'sizes' => null, 'typeid' => 21, 'processid' => 81), array('process' => 'Glue', 'category' => 4, 'code' => 'GLUE', 'sizes' => null, 'typeid' => 12, 'processid' => 82), array('process' => 'Drill', 'category' => 4, 'code' => 'DRILL', 'sizes' => null, 'typeid' => 22, 'processid' => 83), array('process' => 'SIngle Fold to 55x55mm', 'category' => 4, 'code' => 'SF55x55', 'sizes' => null, 'typeid' => 9, 'processid' => 84), array('process' => 'A6 Single Fold to A7', 'category' => 4, 'code' => 'A6sfA7', 'sizes' => '["4"]', 'typeid' => 9, 'processid' => 85), array('process' => 'Wiro Binding', 'category' => 4, 'code' => 'WIRO', 'sizes' => null, 'typeid' => 19, 'processid' => 86), array('process' => 'Bond', 'category' => 4, 'code' => 'BOND', 'sizes' => null, 'typeid' => 23, 'processid' => 87), array('process' => '14 Page', 'category' => 2, 'code' => '14pp', 'sizes' => null, 'typeid' => 2, 'processid' => 88), array('process' => '26 Page', 'category' => 2, 'code' => '26pp', 'sizes' => null, 'typeid' => 2, 'processid' => 89), array('process' => 'A2 Double Fold to A4', 'category' => 4, 'code' => 'A2dfA4', 'sizes' => '["20"]', 'typeid' => 9, 'processid' => 90), array('process' => 'A1 cross fold to A4', 'category' => 4, 'code' => 'A1xfA4', 'sizes' => '["19"]', 'typeid' => 9, 'processid' => 91), array('process' => '290mm Single Fold to 145mm', 'category' => 4, 'code' => '290sf145', 'sizes' => '["227"]', 'typeid' => 9, 'processid' => 92), array('process' => 'White Ink', 'category' => 5, 'code' => 'WhtINK', 'sizes' => null, 'typeid' => 1, 'processid' => 94), array('process' => '198mm Single Fold to 99mm', 'category' => 4, 'code' => '198sf99', 'sizes' => '["228"]', 'typeid' => 9, 'processid' => 95), array('process' => '370 Single Fold to 85mm', 'category' => 4, 'code' => '370sf85', 'sizes' => '["229"]', 'typeid' => 9, 'processid' => 96), array('process' => 'White Laminate', 'category' => 3, 'code' => 'WhtLAM', 'sizes' => null, 'typeid' => 24, 'processid' => 97), array('process' => 'A4 Single Fold to A4L', 'category' => 4, 'code' => 'A4sfA4L', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 98), array('process' => 'Anti Slip Laminate', 'category' => 3, 'code' => 'LamSSantislip', 'sizes' => null, 'typeid' => 25, 'processid' => 107), array('process' => '13 Leaves', 'category' => 2, 'code' => '13Leaf', 'sizes' => null, 'typeid' => 2, 'processid' => 108), array('process' => '7 Leaves', 'category' => 2, 'code' => '7 Leaf', 'sizes' => null, 'typeid' => 2, 'processid' => 109), array('process' => 'Stretch', 'category' => 4, 'code' => 'STRETCH', 'sizes' => null, 'typeid' => 12, 'processid' => 110)), 'processtypes' => array(array('type' => 'print', 'hasnooption' => 0, 'blocks' => null, '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', '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' => '1', 'block_printing_orders_on_credit_hold' => '1', 'campaignmonitor_apikey' => 'bd175225853df3bf3c60f0a56fa651ef', 'campaignmonitor_listid' => '8654d575aa9990f0dd40694111171151', 'colour_main' => '#F5932A', 'colour_other' => '#FF8B1F', 'colour_other2' => '#fff', 'colour_primary_rgba' => 'rgba(245,130,42, 0.95)', 'colour_secondary' => '#EC8E29', 'colour_secondary_rgba' => 'rgba(255,124,0, 0.7)', 'company_email' => 'thealefactory@celloglas.co.uk', 'company_telephone' => '0118 916 7300', 'csv_path' => '', 'default_addressid' => '1', 'default_order_line_notes' => '', 'default_turnaround_days' => '5', 'delivery_stockcode' => 'DEL/COURIER', 'detrack_key' => 'ae0d2a4f602ef1cbfa6d66da9f7c9ec3d180c54410abf57b', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'na', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'Pr3552jam1', 'dpd_printer' => 'Citizen CL-S521', 'dpd_username' => 'jamjarrg', 'ekomi_count' => '1', 'ekomi_rating' => '5', 'email_on_new_customer' => '1', 'email_on_new_order' => '1', 'email_on_new_order_type' => '2', 'enable_support' => '0', 'exchequer' => 'SIN', 'exchequer_path' => '', 'fedex_account' => '802255209', 'fedex_api_key' => 'l70ab0f7a1b41b40e9b250f0f827327932', 'fedex_secret_key' => 'a1e058fd06e84f2c95e2d1adf21000b2', 'fedex_url' => 'https://apis-sandbox.fedex.com', 'financial_month' => '05', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolder', 'ignore_orders_before_start' => '0', 'internal_customers' => '["MIRR01"]', 'invoice_email' => 'creditcontrol@celloglas.co.uk', 'locations_enabled' => '1', 'newcustomer_email' => 'creditcontrol@celloglas.co.uk', 'neworder_email' => 'creditcontrol@celloglas.co.uk', 'ops_start_date' => '1990-01-01', 'order_email' => 'thealefactory@celloglas.co.uk', 'order_print_button' => '0', 'payment_email' => 'creditcontrol@celloglas.co.uk', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'thealefactory@celloglas.co.uk', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiZGlyIn0..Wp4iLjuyfsoh28PSDcMEMw.W3VkWpLyzRzCpgsUe9dF1GNiGonHkpuYnlimwaTT38Pz582ek6p1993PjIYtX2rENXKHRU-NGCTVaq85K6ahbXPoN04V-fIyhVTLILJnX7js6VedUSNM5x38I96N5a-4JBLaVzycwuplpulHOYVMkljFJAR2tCpYiOBT8gcMdN1DgPiOci1DcdnPWXWH4GUSO5xyS9YAhyGtajGqPshGBD6xWySUXOesz-YEd4szSUUxuxgLDMUs0ixboiNHq6nGa9llxak4H1rAjNPtX0TunK4g7qPNdqcu9c4dJKDgulyOb6GrCgy_K0_WzZPsSv917l9xss8L0M1zmS4kTd7OPWYlVeceWQucRPpj8Bs2mG744bw5rRBZGVX3rja6eVv-o3jzJqZ6rCuiECfqxmy5aMUlqCtGzucJTeVD1VfCPX4tdRGV83-XLCUlb-cDPvoD6gSAzBPKzn2JQYApH5K7pLFRF-ocAsIXK6L27wCWtZ_ahelnwAxSTIK2u8SKjXzUXE9rEeKu9PHLLAUoGlb_Pm34nD-dZPwE_luuubUd2PGrz3jKhepduYNkJigpw1n3av_HsSDcnCmO3CWWRHzz3ejCRUS1b3zkyNKcoJPrSnCrsZSBho2muufURSEyA4SobvaHXqHg8vy__bjX4m5KOcdHbEcUFkEf0eY71aR-G0dizDy-03HtjAAccwxuvZL8KlZ8_Ahrt4KDBRaB156HyFolvHFqVUW2BkSikwAutYbSvERP8IJd8eIOuQ2FjvYb.pzZI-VOeVib1jX7w-l0_9A', 'quickbooks_clientid' => 'ABzZiabR3jasGcfnMCm9x9HHx8SbjmTQFq27Yq80bgXYsoynlk', 'quickbooks_companyid' => '9341452218688632', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"","field":"finishing"},{"prefix":"","field":"notes"}]', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '0', 'quickbooks_secret' => 'OOcwriYnHSwG4JZLUNiyfVCFwrkvjNuBaWyKWxF9', 'quote_email' => 'thealefactory@celloglas.co.uk', 'require_address_on_customers' => '1', 'require_job_ref_field' => '1', 'require_po_on_customers' => '1', 'send_email_on_support_ticket' => '1', 'show_product_dropdowns' => '0', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '1', 'tbc_addressid' => '1', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1', 'worldpay_merchant_code' => '1', 'worldpay_merchant_password' => '1', 'worldpay_url' => 'https://secure-test.worldpay.com/wcc/purchase', 'orderemail' => 'sam@jamjarprint.co.uk', 'worldpay_installationid' => '', 'basket_usemincharge' => '0', 'basket_mincharge' => '', 'productpage_proof' => '0', 'basket_proofcost' => '', 'basket_freedeliveryamount' => '200', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#ffffff', 'bannertextcolour' => '#394fa2', 'bannermessage' => 'We are still open and taking order 24 hours a day!', 'basket_pricemarkup' => '', 'productpage_express' => '0', 'infoemail' => 'thealefactory@celloglas.co.uk', 'hascampaignmonitor' => '0', 'quoteemail' => '', 'samplepackemail' => '', 'worldpay_mdstring' => '', 'homepage_carousel' => '1', 'homepage_articles' => '0', 'homepage_vertical_menu' => '0', 'homepage_news' => '0', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '', 'homepage_heading_widget' => '0', 'homepage_heading_id' => 'Select...', 'homepage_blurb_shown' => '1', 'homepage_blurb' => 'Test Blurb', 'productpage_jobname' => '0', 'page_title_headings' => '1', 'address_display' => 'Unit 12c Exeter Way,
Theale Commercial Estate,
Reading,
Berkshire
RG7 4AW', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => '', 'heading_lowest_price' => '0', 'phonenumber' => '01189167300', 'phonenumber_display' => '01189 167300', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '0', 'basket_payment_credit' => '0', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => '0', 'maintenance_mode' => '0', 'maintenance_date' => '', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'frontendsettings' => array('orderemail' => 'sam@jamjarprint.co.uk', 'worldpay_installationid' => '', 'basket_usemincharge' => '0', 'basket_mincharge' => '', 'productpage_proof' => '0', 'basket_proofcost' => '', 'basket_freedeliveryamount' => '200', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#ffffff', 'bannertextcolour' => '#394fa2', 'bannermessage' => 'We are still open and taking order 24 hours a day!', 'basket_pricemarkup' => '', 'productpage_express' => '0', 'infoemail' => 'thealefactory@celloglas.co.uk', 'hascampaignmonitor' => '0', 'quoteemail' => '', 'samplepackemail' => '', 'worldpay_mdstring' => '', 'homepage_carousel' => '1', 'homepage_articles' => '0', 'homepage_vertical_menu' => '0', 'homepage_news' => '0', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '', 'homepage_heading_widget' => '0', 'homepage_heading_id' => 'Select...', 'homepage_blurb_shown' => '1', 'homepage_blurb' => 'Test Blurb', 'productpage_jobname' => '0', 'page_title_headings' => '1', 'address_display' => 'Unit 12c Exeter Way,
Theale Commercial Estate,
Reading,
Berkshire
RG7 4AW', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => '', 'heading_lowest_price' => '0', 'phonenumber' => '01189167300', 'phonenumber_display' => '01189 167300', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '0', 'basket_payment_credit' => '0', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => '0', 'maintenance_mode' => '0', 'maintenance_date' => '', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => ''), 'pagebannerstart' => object(Markup), 'pagebannerend' => object(Markup)), array('htmltitle' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_htmltitle'), 'metadesc' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_metadesc'), 'metakeywords' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_metakeywords'), 'templateheader' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_templateheader'), 'extrameta' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_extrameta'), 'css' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_css'), 'headjavascripts' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_headjavascripts'), 'sitecontainerstart' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_sitecontainerstart'), 'pagebanner' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_pagebanner'), 'precontent' => array(object(__TwigTemplate_aa6bb062262021b7e95b9def56dad025), 'block_precontent'), 'contentcontainerstart' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_contentcontainerstart'), 'body' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_body'), 'contentcontainerend' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_contentcontainerend'), 'postcontent' => array(object(__TwigTemplate_aa6bb062262021b7e95b9def56dad025), 'block_postcontent'), 'sitecontainerend' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_sitecontainerend'), 'templatejavascripts' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_templatejavascripts'), 'javascripts' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_javascripts'), 'logintitle' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_logintitle')))
(vendor/twig/twig/src/Template.php:430)
at Twig\Template->yieldBlock('javascripts', array('basket' => null, 'referer' => '/', 'breadcrumbs' => array(array('text' => 'Basket', 'link' => false)), 'app' => object(AppVariable), 'company' => 'celloglas', 'cdn_domain' => 'https://ops.celloglas.co.uk', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'Celloglas Mirri', 'twitter_handle' => '@celloglas', 'site_description' => 'Bristol Printers JamJar Print for all your printing needs: flyers, leaflets, business cards, posters, etc. Best for prices, quality and service.', 'siteMenu' => array(array('menu' => 'Main Menu', 'active' => 1, 'menuid' => 1, 'headings' => array(array('headingid' => 2, 'friendlyurl' => '/flyers', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Flyers', 'pages' => array(array('pageid' => 2, 'visibility' => 1, 'pagenavname' => 'Flyers', 'friendlyurl' => '/printing/flyers', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 5, 'pageid' => 2, 'image' => 'flyers.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e870992d2eb.png'), array('headingid' => 3, 'friendlyurl' => '/headings/leaflets', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Leaflets', 'pages' => array(array('pageid' => 3, 'visibility' => 1, 'pagenavname' => 'Leaflets', 'friendlyurl' => '/printing/leaflets', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 2, 'pageid' => 3, 'image' => 'leaflets.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e8708cedf48.png'), array('headingid' => 4, 'friendlyurl' => '/printing/folded-leaflets', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Folded Leaflets', 'pages' => array(array('pageid' => 4, 'visibility' => 1, 'pagenavname' => 'Single Folded Leaflets', 'friendlyurl' => '/printing/single-folded-leaflets', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 3, 'pageid' => 4, 'image' => 'foldedleaflets.png', 'imageflag' => '["1","2"]'))), array('pageid' => 5, 'visibility' => 1, 'pagenavname' => 'Cross Folded Leaflets', 'friendlyurl' => '/printing/cross-folded-leaflets', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 4, 'pageid' => 5, 'image' => 'foldedleaflets.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e748cf95145.png'), array('headingid' => 5, 'friendlyurl' => '/printing/brochures', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Brochures', 'pages' => array(array('pageid' => 6, 'visibility' => 1, 'pagenavname' => 'Soft Cover Brochures', 'friendlyurl' => '/brochures-soft-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => 'Brochures with a soft cover (Self Cover)<br>', 'images' => array(array('imageid' => 6, 'pageid' => 6, 'image' => 'brochures.png', 'imageflag' => '["1","2"]'))), array('pageid' => 7, 'visibility' => 1, 'pagenavname' => 'Hard Cover Brochures', 'friendlyurl' => '/brochures-hard-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 7, 'pageid' => 7, 'image' => 'brochures.png', 'imageflag' => '["1","2"]'))), array('pageid' => 8, 'visibility' => 1, 'pagenavname' => 'Laminated Cover Brochures', 'friendlyurl' => 'brochures-laminated-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 8, 'pageid' => 8, 'image' => 'brochures.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e86f27d1083.png'), array('headingid' => 6, 'friendlyurl' => '/printing/booklets', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Booklets', 'pages' => array(array('pageid' => 9, 'visibility' => 1, 'pagenavname' => 'Soft Cover Booklets', 'friendlyurl' => '/printing/booklets-soft-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => 'Booklets with a soft cover (Self Cover)<br>', 'images' => array(array('imageid' => 10, 'pageid' => 9, 'image' => 'booklets.png', 'imageflag' => '["1","2"]'))), array('pageid' => 10, 'visibility' => 1, 'pagenavname' => 'Hard Cover Booklets', 'friendlyurl' => '/printing/booklets-hard-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => 'Booklets with a heavy cover (Hard Cover)<br>', 'images' => array(array('imageid' => 12, 'pageid' => 10, 'image' => 'booklets.png', 'imageflag' => '["1","2"]'))), array('pageid' => 11, 'visibility' => 1, 'pagenavname' => 'Laminated Cover Booklets', 'friendlyurl' => '/printing/booklets-laminted-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => 'Booklets with a heavy laminated cover<br>', 'images' => array(array('imageid' => 13, 'pageid' => 11, 'image' => 'booklets.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e87194b6817.png'))), 'no' => array(array('headingid' => 1, 'friendlyurl' => '/headings5/flyers', 'visibility' => 1, 'headingnavname' => 'Flyers-NM', 'pages' => array(array('pageid' => 1, 'visibility' => 1, 'pagenavname' => 'Flyers-Page', 'friendlyurl' => '/printing/flyers-nm', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 1, 'pageid' => 1, 'image' => 'flyers.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65df48b5de638.png'))), 'upsellProducts' => array(), 'types' => array(), 'processes' => array(array('process' => 'Lithographic Print', 'category' => 1, 'code' => 'LITHO', 'sizes' => null, 'typeid' => 1, 'processid' => 2), array('process' => 'Digital Print', 'category' => 1, 'code' => 'DIG', 'sizes' => null, 'typeid' => 1, 'processid' => 3), array('process' => 'Indigo Print', 'category' => 1, 'code' => 'IND', 'sizes' => null, 'typeid' => 1, 'processid' => 4), array('process' => 'Full Colour', 'category' => 5, 'code' => '4col', 'sizes' => null, 'typeid' => 1, 'processid' => 5), array('process' => 'Matt Lam 1 Side', 'category' => 3, 'code' => 'LamMTSS', 'sizes' => null, 'typeid' => 1, 'processid' => 7), array('process' => 'Matt Lam 2 Sides', 'category' => 3, 'code' => 'LamMTDS', 'sizes' => null, 'typeid' => 1, 'processid' => 8), array('process' => 'Gloss Lam 1 Side', 'category' => 3, 'code' => 'LamGLSSS', 'sizes' => null, 'typeid' => 4, 'processid' => 9), array('process' => 'Gloss Lam 2 Sides', 'category' => 3, 'code' => 'LamGLSDS', 'sizes' => null, 'typeid' => 1, 'processid' => 10), array('process' => 'Soft Touch Lam 1 Side', 'category' => 3, 'code' => 'LamSOFSS', 'sizes' => null, 'typeid' => 1, 'processid' => 11), array('process' => 'Soft Touch Lam 2 Sides', 'category' => 3, 'code' => 'LamSOFDS', 'sizes' => null, 'typeid' => 1, 'processid' => 12), array('process' => 'Large Format Print', 'category' => 1, 'code' => 'LFP', 'sizes' => null, 'typeid' => 1, 'processid' => 13), array('process' => 'Sublimation', 'category' => 1, 'code' => 'SUB', 'sizes' => null, 'typeid' => 1, 'processid' => 14), array('process' => 'A4 Cross Fold to A6', 'category' => 4, 'code' => 'A4xfA6', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 17), array('process' => 'A3 Cross Fold to A5', 'category' => 4, 'code' => 'A3xfA5', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 18), array('process' => 'A5 Double Fold to 1/3 A5', 'category' => 4, 'code' => 'A5df3rdA5', 'sizes' => '["21"]', 'typeid' => 9, 'processid' => 19), array('process' => 'A4 Double Fold to 1/3 A4', 'category' => 4, 'code' => 'A4df3rdA4', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 20), array('process' => 'A3 Double Fold to 1/3 A3', 'category' => 4, 'code' => 'A3df3rdA3', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 21), array('process' => 'A5 Single Fold to A6', 'category' => 4, 'code' => 'A5sfA6', 'sizes' => '["21","235"]', 'typeid' => 9, 'processid' => 22), array('process' => 'A4 Single Fold to A5', 'category' => 4, 'code' => 'A4sfA5', 'sizes' => '["2","234"]', 'typeid' => 9, 'processid' => 25), array('process' => 'A4 Single Fold to A5L', 'category' => 4, 'code' => 'A4sfA5L', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 26), array('process' => 'A3 Single Fold to A4', 'category' => 4, 'code' => 'A3sfA4', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 27), array('process' => 'A3 Single Fold to A3L', 'category' => 4, 'code' => 'A3sfA3L', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 28), array('process' => 'Gold Foil', 'category' => 4, 'code' => 'FOILGld', 'sizes' => null, 'typeid' => 1, 'processid' => 29), array('process' => 'Silver Foil', 'category' => 4, 'code' => 'FOILSlv', 'sizes' => null, 'typeid' => 1, 'processid' => 30), array('process' => 'Single Sided Spot UV', 'category' => 4, 'code' => 'spUVSS', 'sizes' => null, 'typeid' => 1, 'processid' => 31), array('process' => 'Scodix Hi Build', 'category' => 4, 'code' => 'ScdxHIB', 'sizes' => null, 'typeid' => 17, 'processid' => 32), array('process' => 'Scodix Sense', 'category' => 4, 'code' => 'ScdxSNS', 'sizes' => null, 'typeid' => 17, 'processid' => 33), array('process' => 'Scodix Gold Foil', 'category' => 4, 'code' => 'ScdxGLD', 'sizes' => null, 'typeid' => 17, 'processid' => 34), array('process' => 'Scodix Silver Foil', 'category' => 4, 'code' => 'ScdxSLV', 'sizes' => null, 'typeid' => 17, 'processid' => 35), array('process' => 'Scodix Foil', 'category' => 4, 'code' => 'ScdxFOIL', 'sizes' => null, 'typeid' => 17, 'processid' => 36), array('process' => 'Gloss Encapsulation', 'category' => 3, 'code' => 'EncapGLS', 'sizes' => null, 'typeid' => 1, 'processid' => 37), array('process' => 'Matt Encapsulation', 'category' => 4, 'code' => 'EncapMT', 'sizes' => null, 'typeid' => 1, 'processid' => 38), array('process' => 'Diecut', 'category' => 4, 'code' => 'Diecut', 'sizes' => null, 'typeid' => 1, 'processid' => 39), array('process' => 'Rounded Corners', 'category' => 4, 'code' => 'RndCNR', 'sizes' => null, 'typeid' => 10, 'processid' => 40), array('process' => '1 Colour', 'category' => 5, 'code' => '1col', 'sizes' => null, 'typeid' => 1, 'processid' => 44), array('process' => 'Full Colour + SS Pantone', 'category' => 5, 'code' => '5/4', 'sizes' => null, 'typeid' => 1, 'processid' => 45), array('process' => 'Full Colour + DS Pantone', 'category' => 5, 'code' => '5/5', 'sizes' => null, 'typeid' => 1, 'processid' => 46), array('process' => 'Single Fold to CC', 'category' => 4, 'code' => 'SFCC', 'sizes' => null, 'typeid' => 1, 'processid' => 47), array('process' => 'Edge Painted', 'category' => 4, 'code' => 'EgPaint', 'sizes' => null, 'typeid' => 1, 'processid' => 48), array('process' => 'Interlocking Flap', 'category' => 4, 'code' => 'LOCflaps', 'sizes' => null, 'typeid' => 1, 'processid' => 49), array('process' => 'Pocket & BC', 'category' => 4, 'code' => 'PocBC', 'sizes' => '["217"]', 'typeid' => 1, 'processid' => 50), array('process' => '4mm Pocket & BC', 'category' => 4, 'code' => '4mmPocBC', 'sizes' => '["217"]', 'typeid' => 1, 'processid' => 51), array('process' => '8 Page', 'category' => 2, 'code' => '8pp', 'sizes' => null, 'typeid' => 1, 'processid' => 53), array('process' => '16 Page', 'category' => 2, 'code' => '16pp', 'sizes' => null, 'typeid' => 1, 'processid' => 54), array('process' => 'Single Sided', 'category' => 2, 'code' => 'SS', 'sizes' => null, 'typeid' => 2, 'processid' => 55), array('process' => 'Double Sided', 'category' => 2, 'code' => 'DS', 'sizes' => null, 'typeid' => 2, 'processid' => 56), array('process' => 'Silk Lamination 1 Side', 'category' => 3, 'code' => 'LamSSslk', 'sizes' => null, 'typeid' => 15, 'processid' => 57), array('process' => 'Silk Lamination 2 Sides', 'category' => 3, 'code' => 'LamDSslk', 'sizes' => null, 'typeid' => 15, 'processid' => 58), array('process' => 'Anti Scuff Lam 1 Side', 'category' => 3, 'code' => 'LamSSscuff', 'sizes' => null, 'typeid' => 7, 'processid' => 59), array('process' => 'DS Anti Scuff Lam', 'category' => 3, 'code' => 'LamDSscuff', 'sizes' => null, 'typeid' => 7, 'processid' => 61), array('process' => 'Linen Lam 1 Side', 'category' => 3, 'code' => 'LamSSlinen', 'sizes' => null, 'typeid' => 6, 'processid' => 62), array('process' => 'DS Linen Lam', 'category' => 3, 'code' => 'LamDSlinen', 'sizes' => null, 'typeid' => 6, 'processid' => 63), array('process' => 'Vertical Business Card Slot', 'category' => 4, 'code' => 'DieVBC', 'sizes' => null, 'typeid' => 10, 'processid' => 64), array('process' => 'Horizontal Business Card Slot', 'category' => 4, 'code' => 'DieHBC', 'sizes' => null, 'typeid' => 10, 'processid' => 65), array('process' => 'A3 Cross Fold to A6', 'category' => 4, 'code' => 'A3xfA6', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 68), array('process' => 'A2 Cross Fold to A5', 'category' => 4, 'code' => 'A2xfA5', 'sizes' => '["20"]', 'typeid' => 9, 'processid' => 72), array('process' => 'Silver Stitch', 'category' => 4, 'code' => 'STITslv', 'sizes' => null, 'typeid' => 19, 'processid' => 73), array('process' => '2 Colour', 'category' => 5, 'code' => '2col', 'sizes' => null, 'typeid' => 1, 'processid' => 74), array('process' => 'Pad', 'category' => 4, 'code' => 'PAD', 'sizes' => null, 'typeid' => 19, 'processid' => 75), array('process' => 'Black Only', 'category' => 5, 'code' => 'Blk', 'sizes' => null, 'typeid' => 1, 'processid' => 76), array('process' => 'with Eyelets', 'category' => 4, 'code' => 'Eyelet', 'sizes' => null, 'typeid' => 12, 'processid' => 77), array('process' => 'No Eyelets', 'category' => 4, 'code' => 'NoEyelets', 'sizes' => null, 'typeid' => 12, 'processid' => 78), array('process' => '2 Part', 'category' => 4, 'code' => '1Perf', 'sizes' => null, 'typeid' => 20, 'processid' => 79), array('process' => '3 Part', 'category' => 4, 'code' => '2Perf', 'sizes' => null, 'typeid' => 20, 'processid' => 80), array('process' => 'Laser Cutting', 'category' => 4, 'code' => 'LASER', 'sizes' => null, 'typeid' => 21, 'processid' => 81), array('process' => 'Glue', 'category' => 4, 'code' => 'GLUE', 'sizes' => null, 'typeid' => 12, 'processid' => 82), array('process' => 'Drill', 'category' => 4, 'code' => 'DRILL', 'sizes' => null, 'typeid' => 22, 'processid' => 83), array('process' => 'SIngle Fold to 55x55mm', 'category' => 4, 'code' => 'SF55x55', 'sizes' => null, 'typeid' => 9, 'processid' => 84), array('process' => 'A6 Single Fold to A7', 'category' => 4, 'code' => 'A6sfA7', 'sizes' => '["4"]', 'typeid' => 9, 'processid' => 85), array('process' => 'Wiro Binding', 'category' => 4, 'code' => 'WIRO', 'sizes' => null, 'typeid' => 19, 'processid' => 86), array('process' => 'Bond', 'category' => 4, 'code' => 'BOND', 'sizes' => null, 'typeid' => 23, 'processid' => 87), array('process' => '14 Page', 'category' => 2, 'code' => '14pp', 'sizes' => null, 'typeid' => 2, 'processid' => 88), array('process' => '26 Page', 'category' => 2, 'code' => '26pp', 'sizes' => null, 'typeid' => 2, 'processid' => 89), array('process' => 'A2 Double Fold to A4', 'category' => 4, 'code' => 'A2dfA4', 'sizes' => '["20"]', 'typeid' => 9, 'processid' => 90), array('process' => 'A1 cross fold to A4', 'category' => 4, 'code' => 'A1xfA4', 'sizes' => '["19"]', 'typeid' => 9, 'processid' => 91), array('process' => '290mm Single Fold to 145mm', 'category' => 4, 'code' => '290sf145', 'sizes' => '["227"]', 'typeid' => 9, 'processid' => 92), array('process' => 'White Ink', 'category' => 5, 'code' => 'WhtINK', 'sizes' => null, 'typeid' => 1, 'processid' => 94), array('process' => '198mm Single Fold to 99mm', 'category' => 4, 'code' => '198sf99', 'sizes' => '["228"]', 'typeid' => 9, 'processid' => 95), array('process' => '370 Single Fold to 85mm', 'category' => 4, 'code' => '370sf85', 'sizes' => '["229"]', 'typeid' => 9, 'processid' => 96), array('process' => 'White Laminate', 'category' => 3, 'code' => 'WhtLAM', 'sizes' => null, 'typeid' => 24, 'processid' => 97), array('process' => 'A4 Single Fold to A4L', 'category' => 4, 'code' => 'A4sfA4L', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 98), array('process' => 'Anti Slip Laminate', 'category' => 3, 'code' => 'LamSSantislip', 'sizes' => null, 'typeid' => 25, 'processid' => 107), array('process' => '13 Leaves', 'category' => 2, 'code' => '13Leaf', 'sizes' => null, 'typeid' => 2, 'processid' => 108), array('process' => '7 Leaves', 'category' => 2, 'code' => '7 Leaf', 'sizes' => null, 'typeid' => 2, 'processid' => 109), array('process' => 'Stretch', 'category' => 4, 'code' => 'STRETCH', 'sizes' => null, 'typeid' => 12, 'processid' => 110)), 'processtypes' => array(array('type' => 'print', 'hasnooption' => 0, 'blocks' => null, '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', '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' => '1', 'block_printing_orders_on_credit_hold' => '1', 'campaignmonitor_apikey' => 'bd175225853df3bf3c60f0a56fa651ef', 'campaignmonitor_listid' => '8654d575aa9990f0dd40694111171151', 'colour_main' => '#F5932A', 'colour_other' => '#FF8B1F', 'colour_other2' => '#fff', 'colour_primary_rgba' => 'rgba(245,130,42, 0.95)', 'colour_secondary' => '#EC8E29', 'colour_secondary_rgba' => 'rgba(255,124,0, 0.7)', 'company_email' => 'thealefactory@celloglas.co.uk', 'company_telephone' => '0118 916 7300', 'csv_path' => '', 'default_addressid' => '1', 'default_order_line_notes' => '', 'default_turnaround_days' => '5', 'delivery_stockcode' => 'DEL/COURIER', 'detrack_key' => 'ae0d2a4f602ef1cbfa6d66da9f7c9ec3d180c54410abf57b', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'na', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'Pr3552jam1', 'dpd_printer' => 'Citizen CL-S521', 'dpd_username' => 'jamjarrg', 'ekomi_count' => '1', 'ekomi_rating' => '5', 'email_on_new_customer' => '1', 'email_on_new_order' => '1', 'email_on_new_order_type' => '2', 'enable_support' => '0', 'exchequer' => 'SIN', 'exchequer_path' => '', 'fedex_account' => '802255209', 'fedex_api_key' => 'l70ab0f7a1b41b40e9b250f0f827327932', 'fedex_secret_key' => 'a1e058fd06e84f2c95e2d1adf21000b2', 'fedex_url' => 'https://apis-sandbox.fedex.com', 'financial_month' => '05', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolder', 'ignore_orders_before_start' => '0', 'internal_customers' => '["MIRR01"]', 'invoice_email' => 'creditcontrol@celloglas.co.uk', 'locations_enabled' => '1', 'newcustomer_email' => 'creditcontrol@celloglas.co.uk', 'neworder_email' => 'creditcontrol@celloglas.co.uk', 'ops_start_date' => '1990-01-01', 'order_email' => 'thealefactory@celloglas.co.uk', 'order_print_button' => '0', 'payment_email' => 'creditcontrol@celloglas.co.uk', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'thealefactory@celloglas.co.uk', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiZGlyIn0..Wp4iLjuyfsoh28PSDcMEMw.W3VkWpLyzRzCpgsUe9dF1GNiGonHkpuYnlimwaTT38Pz582ek6p1993PjIYtX2rENXKHRU-NGCTVaq85K6ahbXPoN04V-fIyhVTLILJnX7js6VedUSNM5x38I96N5a-4JBLaVzycwuplpulHOYVMkljFJAR2tCpYiOBT8gcMdN1DgPiOci1DcdnPWXWH4GUSO5xyS9YAhyGtajGqPshGBD6xWySUXOesz-YEd4szSUUxuxgLDMUs0ixboiNHq6nGa9llxak4H1rAjNPtX0TunK4g7qPNdqcu9c4dJKDgulyOb6GrCgy_K0_WzZPsSv917l9xss8L0M1zmS4kTd7OPWYlVeceWQucRPpj8Bs2mG744bw5rRBZGVX3rja6eVv-o3jzJqZ6rCuiECfqxmy5aMUlqCtGzucJTeVD1VfCPX4tdRGV83-XLCUlb-cDPvoD6gSAzBPKzn2JQYApH5K7pLFRF-ocAsIXK6L27wCWtZ_ahelnwAxSTIK2u8SKjXzUXE9rEeKu9PHLLAUoGlb_Pm34nD-dZPwE_luuubUd2PGrz3jKhepduYNkJigpw1n3av_HsSDcnCmO3CWWRHzz3ejCRUS1b3zkyNKcoJPrSnCrsZSBho2muufURSEyA4SobvaHXqHg8vy__bjX4m5KOcdHbEcUFkEf0eY71aR-G0dizDy-03HtjAAccwxuvZL8KlZ8_Ahrt4KDBRaB156HyFolvHFqVUW2BkSikwAutYbSvERP8IJd8eIOuQ2FjvYb.pzZI-VOeVib1jX7w-l0_9A', 'quickbooks_clientid' => 'ABzZiabR3jasGcfnMCm9x9HHx8SbjmTQFq27Yq80bgXYsoynlk', 'quickbooks_companyid' => '9341452218688632', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"","field":"finishing"},{"prefix":"","field":"notes"}]', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '0', 'quickbooks_secret' => 'OOcwriYnHSwG4JZLUNiyfVCFwrkvjNuBaWyKWxF9', 'quote_email' => 'thealefactory@celloglas.co.uk', 'require_address_on_customers' => '1', 'require_job_ref_field' => '1', 'require_po_on_customers' => '1', 'send_email_on_support_ticket' => '1', 'show_product_dropdowns' => '0', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '1', 'tbc_addressid' => '1', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1', 'worldpay_merchant_code' => '1', 'worldpay_merchant_password' => '1', 'worldpay_url' => 'https://secure-test.worldpay.com/wcc/purchase', 'orderemail' => 'sam@jamjarprint.co.uk', 'worldpay_installationid' => '', 'basket_usemincharge' => '0', 'basket_mincharge' => '', 'productpage_proof' => '0', 'basket_proofcost' => '', 'basket_freedeliveryamount' => '200', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#ffffff', 'bannertextcolour' => '#394fa2', 'bannermessage' => 'We are still open and taking order 24 hours a day!', 'basket_pricemarkup' => '', 'productpage_express' => '0', 'infoemail' => 'thealefactory@celloglas.co.uk', 'hascampaignmonitor' => '0', 'quoteemail' => '', 'samplepackemail' => '', 'worldpay_mdstring' => '', 'homepage_carousel' => '1', 'homepage_articles' => '0', 'homepage_vertical_menu' => '0', 'homepage_news' => '0', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '', 'homepage_heading_widget' => '0', 'homepage_heading_id' => 'Select...', 'homepage_blurb_shown' => '1', 'homepage_blurb' => 'Test Blurb', 'productpage_jobname' => '0', 'page_title_headings' => '1', 'address_display' => 'Unit 12c Exeter Way,
Theale Commercial Estate,
Reading,
Berkshire
RG7 4AW', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => '', 'heading_lowest_price' => '0', 'phonenumber' => '01189167300', 'phonenumber_display' => '01189 167300', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '0', 'basket_payment_credit' => '0', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => '0', 'maintenance_mode' => '0', 'maintenance_date' => '', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'frontendsettings' => array('orderemail' => 'sam@jamjarprint.co.uk', 'worldpay_installationid' => '', 'basket_usemincharge' => '0', 'basket_mincharge' => '', 'productpage_proof' => '0', 'basket_proofcost' => '', 'basket_freedeliveryamount' => '200', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#ffffff', 'bannertextcolour' => '#394fa2', 'bannermessage' => 'We are still open and taking order 24 hours a day!', 'basket_pricemarkup' => '', 'productpage_express' => '0', 'infoemail' => 'thealefactory@celloglas.co.uk', 'hascampaignmonitor' => '0', 'quoteemail' => '', 'samplepackemail' => '', 'worldpay_mdstring' => '', 'homepage_carousel' => '1', 'homepage_articles' => '0', 'homepage_vertical_menu' => '0', 'homepage_news' => '0', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '', 'homepage_heading_widget' => '0', 'homepage_heading_id' => 'Select...', 'homepage_blurb_shown' => '1', 'homepage_blurb' => 'Test Blurb', 'productpage_jobname' => '0', 'page_title_headings' => '1', 'address_display' => 'Unit 12c Exeter Way,
Theale Commercial Estate,
Reading,
Berkshire
RG7 4AW', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => '', 'heading_lowest_price' => '0', 'phonenumber' => '01189167300', 'phonenumber_display' => '01189 167300', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '0', 'basket_payment_credit' => '0', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => '0', 'maintenance_mode' => '0', 'maintenance_date' => '', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => ''), 'pagebannerstart' => object(Markup), 'pagebannerend' => object(Markup)), array('htmltitle' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_htmltitle'), 'metadesc' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_metadesc'), 'metakeywords' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_metakeywords'), 'templateheader' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_templateheader'), 'extrameta' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_extrameta'), 'css' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_css'), 'headjavascripts' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_headjavascripts'), 'sitecontainerstart' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_sitecontainerstart'), 'pagebanner' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_pagebanner'), 'precontent' => array(object(__TwigTemplate_aa6bb062262021b7e95b9def56dad025), 'block_precontent'), 'contentcontainerstart' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_contentcontainerstart'), 'body' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_body'), 'contentcontainerend' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_contentcontainerend'), 'postcontent' => array(object(__TwigTemplate_aa6bb062262021b7e95b9def56dad025), 'block_postcontent'), 'sitecontainerend' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_sitecontainerend'), 'templatejavascripts' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_templatejavascripts'), 'javascripts' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_javascripts'), 'logintitle' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_logintitle')))
(var/cache/dev/twig/bd/bd1e7465763b6059ca206e8fecfbf543.php:668)
at __TwigTemplate_aa6bb062262021b7e95b9def56dad025->doDisplay(array('basket' => null, 'referer' => '/', 'breadcrumbs' => array(array('text' => 'Basket', 'link' => false)), 'app' => object(AppVariable), 'company' => 'celloglas', 'cdn_domain' => 'https://ops.celloglas.co.uk', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'Celloglas Mirri', 'twitter_handle' => '@celloglas', 'site_description' => 'Bristol Printers JamJar Print for all your printing needs: flyers, leaflets, business cards, posters, etc. Best for prices, quality and service.', 'siteMenu' => array(array('menu' => 'Main Menu', 'active' => 1, 'menuid' => 1, 'headings' => array(array('headingid' => 2, 'friendlyurl' => '/flyers', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Flyers', 'pages' => array(array('pageid' => 2, 'visibility' => 1, 'pagenavname' => 'Flyers', 'friendlyurl' => '/printing/flyers', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 5, 'pageid' => 2, 'image' => 'flyers.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e870992d2eb.png'), array('headingid' => 3, 'friendlyurl' => '/headings/leaflets', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Leaflets', 'pages' => array(array('pageid' => 3, 'visibility' => 1, 'pagenavname' => 'Leaflets', 'friendlyurl' => '/printing/leaflets', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 2, 'pageid' => 3, 'image' => 'leaflets.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e8708cedf48.png'), array('headingid' => 4, 'friendlyurl' => '/printing/folded-leaflets', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Folded Leaflets', 'pages' => array(array('pageid' => 4, 'visibility' => 1, 'pagenavname' => 'Single Folded Leaflets', 'friendlyurl' => '/printing/single-folded-leaflets', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 3, 'pageid' => 4, 'image' => 'foldedleaflets.png', 'imageflag' => '["1","2"]'))), array('pageid' => 5, 'visibility' => 1, 'pagenavname' => 'Cross Folded Leaflets', 'friendlyurl' => '/printing/cross-folded-leaflets', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 4, 'pageid' => 5, 'image' => 'foldedleaflets.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e748cf95145.png'), array('headingid' => 5, 'friendlyurl' => '/printing/brochures', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Brochures', 'pages' => array(array('pageid' => 6, 'visibility' => 1, 'pagenavname' => 'Soft Cover Brochures', 'friendlyurl' => '/brochures-soft-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => 'Brochures with a soft cover (Self Cover)<br>', 'images' => array(array('imageid' => 6, 'pageid' => 6, 'image' => 'brochures.png', 'imageflag' => '["1","2"]'))), array('pageid' => 7, 'visibility' => 1, 'pagenavname' => 'Hard Cover Brochures', 'friendlyurl' => '/brochures-hard-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 7, 'pageid' => 7, 'image' => 'brochures.png', 'imageflag' => '["1","2"]'))), array('pageid' => 8, 'visibility' => 1, 'pagenavname' => 'Laminated Cover Brochures', 'friendlyurl' => 'brochures-laminated-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 8, 'pageid' => 8, 'image' => 'brochures.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e86f27d1083.png'), array('headingid' => 6, 'friendlyurl' => '/printing/booklets', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Booklets', 'pages' => array(array('pageid' => 9, 'visibility' => 1, 'pagenavname' => 'Soft Cover Booklets', 'friendlyurl' => '/printing/booklets-soft-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => 'Booklets with a soft cover (Self Cover)<br>', 'images' => array(array('imageid' => 10, 'pageid' => 9, 'image' => 'booklets.png', 'imageflag' => '["1","2"]'))), array('pageid' => 10, 'visibility' => 1, 'pagenavname' => 'Hard Cover Booklets', 'friendlyurl' => '/printing/booklets-hard-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => 'Booklets with a heavy cover (Hard Cover)<br>', 'images' => array(array('imageid' => 12, 'pageid' => 10, 'image' => 'booklets.png', 'imageflag' => '["1","2"]'))), array('pageid' => 11, 'visibility' => 1, 'pagenavname' => 'Laminated Cover Booklets', 'friendlyurl' => '/printing/booklets-laminted-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => 'Booklets with a heavy laminated cover<br>', 'images' => array(array('imageid' => 13, 'pageid' => 11, 'image' => 'booklets.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e87194b6817.png'))), 'no' => array(array('headingid' => 1, 'friendlyurl' => '/headings5/flyers', 'visibility' => 1, 'headingnavname' => 'Flyers-NM', 'pages' => array(array('pageid' => 1, 'visibility' => 1, 'pagenavname' => 'Flyers-Page', 'friendlyurl' => '/printing/flyers-nm', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 1, 'pageid' => 1, 'image' => 'flyers.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65df48b5de638.png'))), 'upsellProducts' => array(), 'types' => array(), 'processes' => array(array('process' => 'Lithographic Print', 'category' => 1, 'code' => 'LITHO', 'sizes' => null, 'typeid' => 1, 'processid' => 2), array('process' => 'Digital Print', 'category' => 1, 'code' => 'DIG', 'sizes' => null, 'typeid' => 1, 'processid' => 3), array('process' => 'Indigo Print', 'category' => 1, 'code' => 'IND', 'sizes' => null, 'typeid' => 1, 'processid' => 4), array('process' => 'Full Colour', 'category' => 5, 'code' => '4col', 'sizes' => null, 'typeid' => 1, 'processid' => 5), array('process' => 'Matt Lam 1 Side', 'category' => 3, 'code' => 'LamMTSS', 'sizes' => null, 'typeid' => 1, 'processid' => 7), array('process' => 'Matt Lam 2 Sides', 'category' => 3, 'code' => 'LamMTDS', 'sizes' => null, 'typeid' => 1, 'processid' => 8), array('process' => 'Gloss Lam 1 Side', 'category' => 3, 'code' => 'LamGLSSS', 'sizes' => null, 'typeid' => 4, 'processid' => 9), array('process' => 'Gloss Lam 2 Sides', 'category' => 3, 'code' => 'LamGLSDS', 'sizes' => null, 'typeid' => 1, 'processid' => 10), array('process' => 'Soft Touch Lam 1 Side', 'category' => 3, 'code' => 'LamSOFSS', 'sizes' => null, 'typeid' => 1, 'processid' => 11), array('process' => 'Soft Touch Lam 2 Sides', 'category' => 3, 'code' => 'LamSOFDS', 'sizes' => null, 'typeid' => 1, 'processid' => 12), array('process' => 'Large Format Print', 'category' => 1, 'code' => 'LFP', 'sizes' => null, 'typeid' => 1, 'processid' => 13), array('process' => 'Sublimation', 'category' => 1, 'code' => 'SUB', 'sizes' => null, 'typeid' => 1, 'processid' => 14), array('process' => 'A4 Cross Fold to A6', 'category' => 4, 'code' => 'A4xfA6', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 17), array('process' => 'A3 Cross Fold to A5', 'category' => 4, 'code' => 'A3xfA5', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 18), array('process' => 'A5 Double Fold to 1/3 A5', 'category' => 4, 'code' => 'A5df3rdA5', 'sizes' => '["21"]', 'typeid' => 9, 'processid' => 19), array('process' => 'A4 Double Fold to 1/3 A4', 'category' => 4, 'code' => 'A4df3rdA4', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 20), array('process' => 'A3 Double Fold to 1/3 A3', 'category' => 4, 'code' => 'A3df3rdA3', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 21), array('process' => 'A5 Single Fold to A6', 'category' => 4, 'code' => 'A5sfA6', 'sizes' => '["21","235"]', 'typeid' => 9, 'processid' => 22), array('process' => 'A4 Single Fold to A5', 'category' => 4, 'code' => 'A4sfA5', 'sizes' => '["2","234"]', 'typeid' => 9, 'processid' => 25), array('process' => 'A4 Single Fold to A5L', 'category' => 4, 'code' => 'A4sfA5L', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 26), array('process' => 'A3 Single Fold to A4', 'category' => 4, 'code' => 'A3sfA4', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 27), array('process' => 'A3 Single Fold to A3L', 'category' => 4, 'code' => 'A3sfA3L', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 28), array('process' => 'Gold Foil', 'category' => 4, 'code' => 'FOILGld', 'sizes' => null, 'typeid' => 1, 'processid' => 29), array('process' => 'Silver Foil', 'category' => 4, 'code' => 'FOILSlv', 'sizes' => null, 'typeid' => 1, 'processid' => 30), array('process' => 'Single Sided Spot UV', 'category' => 4, 'code' => 'spUVSS', 'sizes' => null, 'typeid' => 1, 'processid' => 31), array('process' => 'Scodix Hi Build', 'category' => 4, 'code' => 'ScdxHIB', 'sizes' => null, 'typeid' => 17, 'processid' => 32), array('process' => 'Scodix Sense', 'category' => 4, 'code' => 'ScdxSNS', 'sizes' => null, 'typeid' => 17, 'processid' => 33), array('process' => 'Scodix Gold Foil', 'category' => 4, 'code' => 'ScdxGLD', 'sizes' => null, 'typeid' => 17, 'processid' => 34), array('process' => 'Scodix Silver Foil', 'category' => 4, 'code' => 'ScdxSLV', 'sizes' => null, 'typeid' => 17, 'processid' => 35), array('process' => 'Scodix Foil', 'category' => 4, 'code' => 'ScdxFOIL', 'sizes' => null, 'typeid' => 17, 'processid' => 36), array('process' => 'Gloss Encapsulation', 'category' => 3, 'code' => 'EncapGLS', 'sizes' => null, 'typeid' => 1, 'processid' => 37), array('process' => 'Matt Encapsulation', 'category' => 4, 'code' => 'EncapMT', 'sizes' => null, 'typeid' => 1, 'processid' => 38), array('process' => 'Diecut', 'category' => 4, 'code' => 'Diecut', 'sizes' => null, 'typeid' => 1, 'processid' => 39), array('process' => 'Rounded Corners', 'category' => 4, 'code' => 'RndCNR', 'sizes' => null, 'typeid' => 10, 'processid' => 40), array('process' => '1 Colour', 'category' => 5, 'code' => '1col', 'sizes' => null, 'typeid' => 1, 'processid' => 44), array('process' => 'Full Colour + SS Pantone', 'category' => 5, 'code' => '5/4', 'sizes' => null, 'typeid' => 1, 'processid' => 45), array('process' => 'Full Colour + DS Pantone', 'category' => 5, 'code' => '5/5', 'sizes' => null, 'typeid' => 1, 'processid' => 46), array('process' => 'Single Fold to CC', 'category' => 4, 'code' => 'SFCC', 'sizes' => null, 'typeid' => 1, 'processid' => 47), array('process' => 'Edge Painted', 'category' => 4, 'code' => 'EgPaint', 'sizes' => null, 'typeid' => 1, 'processid' => 48), array('process' => 'Interlocking Flap', 'category' => 4, 'code' => 'LOCflaps', 'sizes' => null, 'typeid' => 1, 'processid' => 49), array('process' => 'Pocket & BC', 'category' => 4, 'code' => 'PocBC', 'sizes' => '["217"]', 'typeid' => 1, 'processid' => 50), array('process' => '4mm Pocket & BC', 'category' => 4, 'code' => '4mmPocBC', 'sizes' => '["217"]', 'typeid' => 1, 'processid' => 51), array('process' => '8 Page', 'category' => 2, 'code' => '8pp', 'sizes' => null, 'typeid' => 1, 'processid' => 53), array('process' => '16 Page', 'category' => 2, 'code' => '16pp', 'sizes' => null, 'typeid' => 1, 'processid' => 54), array('process' => 'Single Sided', 'category' => 2, 'code' => 'SS', 'sizes' => null, 'typeid' => 2, 'processid' => 55), array('process' => 'Double Sided', 'category' => 2, 'code' => 'DS', 'sizes' => null, 'typeid' => 2, 'processid' => 56), array('process' => 'Silk Lamination 1 Side', 'category' => 3, 'code' => 'LamSSslk', 'sizes' => null, 'typeid' => 15, 'processid' => 57), array('process' => 'Silk Lamination 2 Sides', 'category' => 3, 'code' => 'LamDSslk', 'sizes' => null, 'typeid' => 15, 'processid' => 58), array('process' => 'Anti Scuff Lam 1 Side', 'category' => 3, 'code' => 'LamSSscuff', 'sizes' => null, 'typeid' => 7, 'processid' => 59), array('process' => 'DS Anti Scuff Lam', 'category' => 3, 'code' => 'LamDSscuff', 'sizes' => null, 'typeid' => 7, 'processid' => 61), array('process' => 'Linen Lam 1 Side', 'category' => 3, 'code' => 'LamSSlinen', 'sizes' => null, 'typeid' => 6, 'processid' => 62), array('process' => 'DS Linen Lam', 'category' => 3, 'code' => 'LamDSlinen', 'sizes' => null, 'typeid' => 6, 'processid' => 63), array('process' => 'Vertical Business Card Slot', 'category' => 4, 'code' => 'DieVBC', 'sizes' => null, 'typeid' => 10, 'processid' => 64), array('process' => 'Horizontal Business Card Slot', 'category' => 4, 'code' => 'DieHBC', 'sizes' => null, 'typeid' => 10, 'processid' => 65), array('process' => 'A3 Cross Fold to A6', 'category' => 4, 'code' => 'A3xfA6', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 68), array('process' => 'A2 Cross Fold to A5', 'category' => 4, 'code' => 'A2xfA5', 'sizes' => '["20"]', 'typeid' => 9, 'processid' => 72), array('process' => 'Silver Stitch', 'category' => 4, 'code' => 'STITslv', 'sizes' => null, 'typeid' => 19, 'processid' => 73), array('process' => '2 Colour', 'category' => 5, 'code' => '2col', 'sizes' => null, 'typeid' => 1, 'processid' => 74), array('process' => 'Pad', 'category' => 4, 'code' => 'PAD', 'sizes' => null, 'typeid' => 19, 'processid' => 75), array('process' => 'Black Only', 'category' => 5, 'code' => 'Blk', 'sizes' => null, 'typeid' => 1, 'processid' => 76), array('process' => 'with Eyelets', 'category' => 4, 'code' => 'Eyelet', 'sizes' => null, 'typeid' => 12, 'processid' => 77), array('process' => 'No Eyelets', 'category' => 4, 'code' => 'NoEyelets', 'sizes' => null, 'typeid' => 12, 'processid' => 78), array('process' => '2 Part', 'category' => 4, 'code' => '1Perf', 'sizes' => null, 'typeid' => 20, 'processid' => 79), array('process' => '3 Part', 'category' => 4, 'code' => '2Perf', 'sizes' => null, 'typeid' => 20, 'processid' => 80), array('process' => 'Laser Cutting', 'category' => 4, 'code' => 'LASER', 'sizes' => null, 'typeid' => 21, 'processid' => 81), array('process' => 'Glue', 'category' => 4, 'code' => 'GLUE', 'sizes' => null, 'typeid' => 12, 'processid' => 82), array('process' => 'Drill', 'category' => 4, 'code' => 'DRILL', 'sizes' => null, 'typeid' => 22, 'processid' => 83), array('process' => 'SIngle Fold to 55x55mm', 'category' => 4, 'code' => 'SF55x55', 'sizes' => null, 'typeid' => 9, 'processid' => 84), array('process' => 'A6 Single Fold to A7', 'category' => 4, 'code' => 'A6sfA7', 'sizes' => '["4"]', 'typeid' => 9, 'processid' => 85), array('process' => 'Wiro Binding', 'category' => 4, 'code' => 'WIRO', 'sizes' => null, 'typeid' => 19, 'processid' => 86), array('process' => 'Bond', 'category' => 4, 'code' => 'BOND', 'sizes' => null, 'typeid' => 23, 'processid' => 87), array('process' => '14 Page', 'category' => 2, 'code' => '14pp', 'sizes' => null, 'typeid' => 2, 'processid' => 88), array('process' => '26 Page', 'category' => 2, 'code' => '26pp', 'sizes' => null, 'typeid' => 2, 'processid' => 89), array('process' => 'A2 Double Fold to A4', 'category' => 4, 'code' => 'A2dfA4', 'sizes' => '["20"]', 'typeid' => 9, 'processid' => 90), array('process' => 'A1 cross fold to A4', 'category' => 4, 'code' => 'A1xfA4', 'sizes' => '["19"]', 'typeid' => 9, 'processid' => 91), array('process' => '290mm Single Fold to 145mm', 'category' => 4, 'code' => '290sf145', 'sizes' => '["227"]', 'typeid' => 9, 'processid' => 92), array('process' => 'White Ink', 'category' => 5, 'code' => 'WhtINK', 'sizes' => null, 'typeid' => 1, 'processid' => 94), array('process' => '198mm Single Fold to 99mm', 'category' => 4, 'code' => '198sf99', 'sizes' => '["228"]', 'typeid' => 9, 'processid' => 95), array('process' => '370 Single Fold to 85mm', 'category' => 4, 'code' => '370sf85', 'sizes' => '["229"]', 'typeid' => 9, 'processid' => 96), array('process' => 'White Laminate', 'category' => 3, 'code' => 'WhtLAM', 'sizes' => null, 'typeid' => 24, 'processid' => 97), array('process' => 'A4 Single Fold to A4L', 'category' => 4, 'code' => 'A4sfA4L', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 98), array('process' => 'Anti Slip Laminate', 'category' => 3, 'code' => 'LamSSantislip', 'sizes' => null, 'typeid' => 25, 'processid' => 107), array('process' => '13 Leaves', 'category' => 2, 'code' => '13Leaf', 'sizes' => null, 'typeid' => 2, 'processid' => 108), array('process' => '7 Leaves', 'category' => 2, 'code' => '7 Leaf', 'sizes' => null, 'typeid' => 2, 'processid' => 109), array('process' => 'Stretch', 'category' => 4, 'code' => 'STRETCH', 'sizes' => null, 'typeid' => 12, 'processid' => 110)), 'processtypes' => array(array('type' => 'print', 'hasnooption' => 0, 'blocks' => null, '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', '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' => '1', 'block_printing_orders_on_credit_hold' => '1', 'campaignmonitor_apikey' => 'bd175225853df3bf3c60f0a56fa651ef', 'campaignmonitor_listid' => '8654d575aa9990f0dd40694111171151', 'colour_main' => '#F5932A', 'colour_other' => '#FF8B1F', 'colour_other2' => '#fff', 'colour_primary_rgba' => 'rgba(245,130,42, 0.95)', 'colour_secondary' => '#EC8E29', 'colour_secondary_rgba' => 'rgba(255,124,0, 0.7)', 'company_email' => 'thealefactory@celloglas.co.uk', 'company_telephone' => '0118 916 7300', 'csv_path' => '', 'default_addressid' => '1', 'default_order_line_notes' => '', 'default_turnaround_days' => '5', 'delivery_stockcode' => 'DEL/COURIER', 'detrack_key' => 'ae0d2a4f602ef1cbfa6d66da9f7c9ec3d180c54410abf57b', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'na', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'Pr3552jam1', 'dpd_printer' => 'Citizen CL-S521', 'dpd_username' => 'jamjarrg', 'ekomi_count' => '1', 'ekomi_rating' => '5', 'email_on_new_customer' => '1', 'email_on_new_order' => '1', 'email_on_new_order_type' => '2', 'enable_support' => '0', 'exchequer' => 'SIN', 'exchequer_path' => '', 'fedex_account' => '802255209', 'fedex_api_key' => 'l70ab0f7a1b41b40e9b250f0f827327932', 'fedex_secret_key' => 'a1e058fd06e84f2c95e2d1adf21000b2', 'fedex_url' => 'https://apis-sandbox.fedex.com', 'financial_month' => '05', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolder', 'ignore_orders_before_start' => '0', 'internal_customers' => '["MIRR01"]', 'invoice_email' => 'creditcontrol@celloglas.co.uk', 'locations_enabled' => '1', 'newcustomer_email' => 'creditcontrol@celloglas.co.uk', 'neworder_email' => 'creditcontrol@celloglas.co.uk', 'ops_start_date' => '1990-01-01', 'order_email' => 'thealefactory@celloglas.co.uk', 'order_print_button' => '0', 'payment_email' => 'creditcontrol@celloglas.co.uk', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'thealefactory@celloglas.co.uk', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiZGlyIn0..Wp4iLjuyfsoh28PSDcMEMw.W3VkWpLyzRzCpgsUe9dF1GNiGonHkpuYnlimwaTT38Pz582ek6p1993PjIYtX2rENXKHRU-NGCTVaq85K6ahbXPoN04V-fIyhVTLILJnX7js6VedUSNM5x38I96N5a-4JBLaVzycwuplpulHOYVMkljFJAR2tCpYiOBT8gcMdN1DgPiOci1DcdnPWXWH4GUSO5xyS9YAhyGtajGqPshGBD6xWySUXOesz-YEd4szSUUxuxgLDMUs0ixboiNHq6nGa9llxak4H1rAjNPtX0TunK4g7qPNdqcu9c4dJKDgulyOb6GrCgy_K0_WzZPsSv917l9xss8L0M1zmS4kTd7OPWYlVeceWQucRPpj8Bs2mG744bw5rRBZGVX3rja6eVv-o3jzJqZ6rCuiECfqxmy5aMUlqCtGzucJTeVD1VfCPX4tdRGV83-XLCUlb-cDPvoD6gSAzBPKzn2JQYApH5K7pLFRF-ocAsIXK6L27wCWtZ_ahelnwAxSTIK2u8SKjXzUXE9rEeKu9PHLLAUoGlb_Pm34nD-dZPwE_luuubUd2PGrz3jKhepduYNkJigpw1n3av_HsSDcnCmO3CWWRHzz3ejCRUS1b3zkyNKcoJPrSnCrsZSBho2muufURSEyA4SobvaHXqHg8vy__bjX4m5KOcdHbEcUFkEf0eY71aR-G0dizDy-03HtjAAccwxuvZL8KlZ8_Ahrt4KDBRaB156HyFolvHFqVUW2BkSikwAutYbSvERP8IJd8eIOuQ2FjvYb.pzZI-VOeVib1jX7w-l0_9A', 'quickbooks_clientid' => 'ABzZiabR3jasGcfnMCm9x9HHx8SbjmTQFq27Yq80bgXYsoynlk', 'quickbooks_companyid' => '9341452218688632', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"","field":"finishing"},{"prefix":"","field":"notes"}]', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '0', 'quickbooks_secret' => 'OOcwriYnHSwG4JZLUNiyfVCFwrkvjNuBaWyKWxF9', 'quote_email' => 'thealefactory@celloglas.co.uk', 'require_address_on_customers' => '1', 'require_job_ref_field' => '1', 'require_po_on_customers' => '1', 'send_email_on_support_ticket' => '1', 'show_product_dropdowns' => '0', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '1', 'tbc_addressid' => '1', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1', 'worldpay_merchant_code' => '1', 'worldpay_merchant_password' => '1', 'worldpay_url' => 'https://secure-test.worldpay.com/wcc/purchase', 'orderemail' => 'sam@jamjarprint.co.uk', 'worldpay_installationid' => '', 'basket_usemincharge' => '0', 'basket_mincharge' => '', 'productpage_proof' => '0', 'basket_proofcost' => '', 'basket_freedeliveryamount' => '200', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#ffffff', 'bannertextcolour' => '#394fa2', 'bannermessage' => 'We are still open and taking order 24 hours a day!', 'basket_pricemarkup' => '', 'productpage_express' => '0', 'infoemail' => 'thealefactory@celloglas.co.uk', 'hascampaignmonitor' => '0', 'quoteemail' => '', 'samplepackemail' => '', 'worldpay_mdstring' => '', 'homepage_carousel' => '1', 'homepage_articles' => '0', 'homepage_vertical_menu' => '0', 'homepage_news' => '0', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '', 'homepage_heading_widget' => '0', 'homepage_heading_id' => 'Select...', 'homepage_blurb_shown' => '1', 'homepage_blurb' => 'Test Blurb', 'productpage_jobname' => '0', 'page_title_headings' => '1', 'address_display' => 'Unit 12c Exeter Way,
Theale Commercial Estate,
Reading,
Berkshire
RG7 4AW', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => '', 'heading_lowest_price' => '0', 'phonenumber' => '01189167300', 'phonenumber_display' => '01189 167300', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '0', 'basket_payment_credit' => '0', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => '0', 'maintenance_mode' => '0', 'maintenance_date' => '', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'frontendsettings' => array('orderemail' => 'sam@jamjarprint.co.uk', 'worldpay_installationid' => '', 'basket_usemincharge' => '0', 'basket_mincharge' => '', 'productpage_proof' => '0', 'basket_proofcost' => '', 'basket_freedeliveryamount' => '200', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#ffffff', 'bannertextcolour' => '#394fa2', 'bannermessage' => 'We are still open and taking order 24 hours a day!', 'basket_pricemarkup' => '', 'productpage_express' => '0', 'infoemail' => 'thealefactory@celloglas.co.uk', 'hascampaignmonitor' => '0', 'quoteemail' => '', 'samplepackemail' => '', 'worldpay_mdstring' => '', 'homepage_carousel' => '1', 'homepage_articles' => '0', 'homepage_vertical_menu' => '0', 'homepage_news' => '0', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '', 'homepage_heading_widget' => '0', 'homepage_heading_id' => 'Select...', 'homepage_blurb_shown' => '1', 'homepage_blurb' => 'Test Blurb', 'productpage_jobname' => '0', 'page_title_headings' => '1', 'address_display' => 'Unit 12c Exeter Way,
Theale Commercial Estate,
Reading,
Berkshire
RG7 4AW', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => '', 'heading_lowest_price' => '0', 'phonenumber' => '01189167300', 'phonenumber_display' => '01189 167300', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '0', 'basket_payment_credit' => '0', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => '0', 'maintenance_mode' => '0', 'maintenance_date' => '', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => ''), 'pagebannerstart' => object(Markup), 'pagebannerend' => object(Markup)), array('htmltitle' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_htmltitle'), 'metadesc' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_metadesc'), 'metakeywords' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_metakeywords'), 'templateheader' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_templateheader'), 'extrameta' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_extrameta'), 'css' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_css'), 'headjavascripts' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_headjavascripts'), 'sitecontainerstart' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_sitecontainerstart'), 'pagebanner' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_pagebanner'), 'precontent' => array(object(__TwigTemplate_aa6bb062262021b7e95b9def56dad025), 'block_precontent'), 'contentcontainerstart' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_contentcontainerstart'), 'body' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_body'), 'contentcontainerend' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_contentcontainerend'), 'postcontent' => array(object(__TwigTemplate_aa6bb062262021b7e95b9def56dad025), 'block_postcontent'), 'sitecontainerend' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_sitecontainerend'), 'templatejavascripts' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_templatejavascripts'), 'javascripts' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_javascripts'), 'logintitle' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_logintitle')))
(vendor/twig/twig/src/Template.php:360)
at Twig\Template->yield(array('basket' => null, 'referer' => '/', 'breadcrumbs' => array(array('text' => 'Basket', 'link' => false)), 'app' => object(AppVariable), 'company' => 'celloglas', 'cdn_domain' => 'https://ops.celloglas.co.uk', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'Celloglas Mirri', 'twitter_handle' => '@celloglas', 'site_description' => 'Bristol Printers JamJar Print for all your printing needs: flyers, leaflets, business cards, posters, etc. Best for prices, quality and service.', 'siteMenu' => array(array('menu' => 'Main Menu', 'active' => 1, 'menuid' => 1, 'headings' => array(array('headingid' => 2, 'friendlyurl' => '/flyers', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Flyers', 'pages' => array(array('pageid' => 2, 'visibility' => 1, 'pagenavname' => 'Flyers', 'friendlyurl' => '/printing/flyers', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 5, 'pageid' => 2, 'image' => 'flyers.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e870992d2eb.png'), array('headingid' => 3, 'friendlyurl' => '/headings/leaflets', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Leaflets', 'pages' => array(array('pageid' => 3, 'visibility' => 1, 'pagenavname' => 'Leaflets', 'friendlyurl' => '/printing/leaflets', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 2, 'pageid' => 3, 'image' => 'leaflets.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e8708cedf48.png'), array('headingid' => 4, 'friendlyurl' => '/printing/folded-leaflets', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Folded Leaflets', 'pages' => array(array('pageid' => 4, 'visibility' => 1, 'pagenavname' => 'Single Folded Leaflets', 'friendlyurl' => '/printing/single-folded-leaflets', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 3, 'pageid' => 4, 'image' => 'foldedleaflets.png', 'imageflag' => '["1","2"]'))), array('pageid' => 5, 'visibility' => 1, 'pagenavname' => 'Cross Folded Leaflets', 'friendlyurl' => '/printing/cross-folded-leaflets', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 4, 'pageid' => 5, 'image' => 'foldedleaflets.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e748cf95145.png'), array('headingid' => 5, 'friendlyurl' => '/printing/brochures', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Brochures', 'pages' => array(array('pageid' => 6, 'visibility' => 1, 'pagenavname' => 'Soft Cover Brochures', 'friendlyurl' => '/brochures-soft-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => 'Brochures with a soft cover (Self Cover)<br>', 'images' => array(array('imageid' => 6, 'pageid' => 6, 'image' => 'brochures.png', 'imageflag' => '["1","2"]'))), array('pageid' => 7, 'visibility' => 1, 'pagenavname' => 'Hard Cover Brochures', 'friendlyurl' => '/brochures-hard-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 7, 'pageid' => 7, 'image' => 'brochures.png', 'imageflag' => '["1","2"]'))), array('pageid' => 8, 'visibility' => 1, 'pagenavname' => 'Laminated Cover Brochures', 'friendlyurl' => 'brochures-laminated-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 8, 'pageid' => 8, 'image' => 'brochures.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e86f27d1083.png'), array('headingid' => 6, 'friendlyurl' => '/printing/booklets', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Booklets', 'pages' => array(array('pageid' => 9, 'visibility' => 1, 'pagenavname' => 'Soft Cover Booklets', 'friendlyurl' => '/printing/booklets-soft-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => 'Booklets with a soft cover (Self Cover)<br>', 'images' => array(array('imageid' => 10, 'pageid' => 9, 'image' => 'booklets.png', 'imageflag' => '["1","2"]'))), array('pageid' => 10, 'visibility' => 1, 'pagenavname' => 'Hard Cover Booklets', 'friendlyurl' => '/printing/booklets-hard-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => 'Booklets with a heavy cover (Hard Cover)<br>', 'images' => array(array('imageid' => 12, 'pageid' => 10, 'image' => 'booklets.png', 'imageflag' => '["1","2"]'))), array('pageid' => 11, 'visibility' => 1, 'pagenavname' => 'Laminated Cover Booklets', 'friendlyurl' => '/printing/booklets-laminted-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => 'Booklets with a heavy laminated cover<br>', 'images' => array(array('imageid' => 13, 'pageid' => 11, 'image' => 'booklets.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e87194b6817.png'))), 'no' => array(array('headingid' => 1, 'friendlyurl' => '/headings5/flyers', 'visibility' => 1, 'headingnavname' => 'Flyers-NM', 'pages' => array(array('pageid' => 1, 'visibility' => 1, 'pagenavname' => 'Flyers-Page', 'friendlyurl' => '/printing/flyers-nm', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 1, 'pageid' => 1, 'image' => 'flyers.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65df48b5de638.png'))), 'upsellProducts' => array(), 'types' => array(), 'processes' => array(array('process' => 'Lithographic Print', 'category' => 1, 'code' => 'LITHO', 'sizes' => null, 'typeid' => 1, 'processid' => 2), array('process' => 'Digital Print', 'category' => 1, 'code' => 'DIG', 'sizes' => null, 'typeid' => 1, 'processid' => 3), array('process' => 'Indigo Print', 'category' => 1, 'code' => 'IND', 'sizes' => null, 'typeid' => 1, 'processid' => 4), array('process' => 'Full Colour', 'category' => 5, 'code' => '4col', 'sizes' => null, 'typeid' => 1, 'processid' => 5), array('process' => 'Matt Lam 1 Side', 'category' => 3, 'code' => 'LamMTSS', 'sizes' => null, 'typeid' => 1, 'processid' => 7), array('process' => 'Matt Lam 2 Sides', 'category' => 3, 'code' => 'LamMTDS', 'sizes' => null, 'typeid' => 1, 'processid' => 8), array('process' => 'Gloss Lam 1 Side', 'category' => 3, 'code' => 'LamGLSSS', 'sizes' => null, 'typeid' => 4, 'processid' => 9), array('process' => 'Gloss Lam 2 Sides', 'category' => 3, 'code' => 'LamGLSDS', 'sizes' => null, 'typeid' => 1, 'processid' => 10), array('process' => 'Soft Touch Lam 1 Side', 'category' => 3, 'code' => 'LamSOFSS', 'sizes' => null, 'typeid' => 1, 'processid' => 11), array('process' => 'Soft Touch Lam 2 Sides', 'category' => 3, 'code' => 'LamSOFDS', 'sizes' => null, 'typeid' => 1, 'processid' => 12), array('process' => 'Large Format Print', 'category' => 1, 'code' => 'LFP', 'sizes' => null, 'typeid' => 1, 'processid' => 13), array('process' => 'Sublimation', 'category' => 1, 'code' => 'SUB', 'sizes' => null, 'typeid' => 1, 'processid' => 14), array('process' => 'A4 Cross Fold to A6', 'category' => 4, 'code' => 'A4xfA6', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 17), array('process' => 'A3 Cross Fold to A5', 'category' => 4, 'code' => 'A3xfA5', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 18), array('process' => 'A5 Double Fold to 1/3 A5', 'category' => 4, 'code' => 'A5df3rdA5', 'sizes' => '["21"]', 'typeid' => 9, 'processid' => 19), array('process' => 'A4 Double Fold to 1/3 A4', 'category' => 4, 'code' => 'A4df3rdA4', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 20), array('process' => 'A3 Double Fold to 1/3 A3', 'category' => 4, 'code' => 'A3df3rdA3', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 21), array('process' => 'A5 Single Fold to A6', 'category' => 4, 'code' => 'A5sfA6', 'sizes' => '["21","235"]', 'typeid' => 9, 'processid' => 22), array('process' => 'A4 Single Fold to A5', 'category' => 4, 'code' => 'A4sfA5', 'sizes' => '["2","234"]', 'typeid' => 9, 'processid' => 25), array('process' => 'A4 Single Fold to A5L', 'category' => 4, 'code' => 'A4sfA5L', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 26), array('process' => 'A3 Single Fold to A4', 'category' => 4, 'code' => 'A3sfA4', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 27), array('process' => 'A3 Single Fold to A3L', 'category' => 4, 'code' => 'A3sfA3L', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 28), array('process' => 'Gold Foil', 'category' => 4, 'code' => 'FOILGld', 'sizes' => null, 'typeid' => 1, 'processid' => 29), array('process' => 'Silver Foil', 'category' => 4, 'code' => 'FOILSlv', 'sizes' => null, 'typeid' => 1, 'processid' => 30), array('process' => 'Single Sided Spot UV', 'category' => 4, 'code' => 'spUVSS', 'sizes' => null, 'typeid' => 1, 'processid' => 31), array('process' => 'Scodix Hi Build', 'category' => 4, 'code' => 'ScdxHIB', 'sizes' => null, 'typeid' => 17, 'processid' => 32), array('process' => 'Scodix Sense', 'category' => 4, 'code' => 'ScdxSNS', 'sizes' => null, 'typeid' => 17, 'processid' => 33), array('process' => 'Scodix Gold Foil', 'category' => 4, 'code' => 'ScdxGLD', 'sizes' => null, 'typeid' => 17, 'processid' => 34), array('process' => 'Scodix Silver Foil', 'category' => 4, 'code' => 'ScdxSLV', 'sizes' => null, 'typeid' => 17, 'processid' => 35), array('process' => 'Scodix Foil', 'category' => 4, 'code' => 'ScdxFOIL', 'sizes' => null, 'typeid' => 17, 'processid' => 36), array('process' => 'Gloss Encapsulation', 'category' => 3, 'code' => 'EncapGLS', 'sizes' => null, 'typeid' => 1, 'processid' => 37), array('process' => 'Matt Encapsulation', 'category' => 4, 'code' => 'EncapMT', 'sizes' => null, 'typeid' => 1, 'processid' => 38), array('process' => 'Diecut', 'category' => 4, 'code' => 'Diecut', 'sizes' => null, 'typeid' => 1, 'processid' => 39), array('process' => 'Rounded Corners', 'category' => 4, 'code' => 'RndCNR', 'sizes' => null, 'typeid' => 10, 'processid' => 40), array('process' => '1 Colour', 'category' => 5, 'code' => '1col', 'sizes' => null, 'typeid' => 1, 'processid' => 44), array('process' => 'Full Colour + SS Pantone', 'category' => 5, 'code' => '5/4', 'sizes' => null, 'typeid' => 1, 'processid' => 45), array('process' => 'Full Colour + DS Pantone', 'category' => 5, 'code' => '5/5', 'sizes' => null, 'typeid' => 1, 'processid' => 46), array('process' => 'Single Fold to CC', 'category' => 4, 'code' => 'SFCC', 'sizes' => null, 'typeid' => 1, 'processid' => 47), array('process' => 'Edge Painted', 'category' => 4, 'code' => 'EgPaint', 'sizes' => null, 'typeid' => 1, 'processid' => 48), array('process' => 'Interlocking Flap', 'category' => 4, 'code' => 'LOCflaps', 'sizes' => null, 'typeid' => 1, 'processid' => 49), array('process' => 'Pocket & BC', 'category' => 4, 'code' => 'PocBC', 'sizes' => '["217"]', 'typeid' => 1, 'processid' => 50), array('process' => '4mm Pocket & BC', 'category' => 4, 'code' => '4mmPocBC', 'sizes' => '["217"]', 'typeid' => 1, 'processid' => 51), array('process' => '8 Page', 'category' => 2, 'code' => '8pp', 'sizes' => null, 'typeid' => 1, 'processid' => 53), array('process' => '16 Page', 'category' => 2, 'code' => '16pp', 'sizes' => null, 'typeid' => 1, 'processid' => 54), array('process' => 'Single Sided', 'category' => 2, 'code' => 'SS', 'sizes' => null, 'typeid' => 2, 'processid' => 55), array('process' => 'Double Sided', 'category' => 2, 'code' => 'DS', 'sizes' => null, 'typeid' => 2, 'processid' => 56), array('process' => 'Silk Lamination 1 Side', 'category' => 3, 'code' => 'LamSSslk', 'sizes' => null, 'typeid' => 15, 'processid' => 57), array('process' => 'Silk Lamination 2 Sides', 'category' => 3, 'code' => 'LamDSslk', 'sizes' => null, 'typeid' => 15, 'processid' => 58), array('process' => 'Anti Scuff Lam 1 Side', 'category' => 3, 'code' => 'LamSSscuff', 'sizes' => null, 'typeid' => 7, 'processid' => 59), array('process' => 'DS Anti Scuff Lam', 'category' => 3, 'code' => 'LamDSscuff', 'sizes' => null, 'typeid' => 7, 'processid' => 61), array('process' => 'Linen Lam 1 Side', 'category' => 3, 'code' => 'LamSSlinen', 'sizes' => null, 'typeid' => 6, 'processid' => 62), array('process' => 'DS Linen Lam', 'category' => 3, 'code' => 'LamDSlinen', 'sizes' => null, 'typeid' => 6, 'processid' => 63), array('process' => 'Vertical Business Card Slot', 'category' => 4, 'code' => 'DieVBC', 'sizes' => null, 'typeid' => 10, 'processid' => 64), array('process' => 'Horizontal Business Card Slot', 'category' => 4, 'code' => 'DieHBC', 'sizes' => null, 'typeid' => 10, 'processid' => 65), array('process' => 'A3 Cross Fold to A6', 'category' => 4, 'code' => 'A3xfA6', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 68), array('process' => 'A2 Cross Fold to A5', 'category' => 4, 'code' => 'A2xfA5', 'sizes' => '["20"]', 'typeid' => 9, 'processid' => 72), array('process' => 'Silver Stitch', 'category' => 4, 'code' => 'STITslv', 'sizes' => null, 'typeid' => 19, 'processid' => 73), array('process' => '2 Colour', 'category' => 5, 'code' => '2col', 'sizes' => null, 'typeid' => 1, 'processid' => 74), array('process' => 'Pad', 'category' => 4, 'code' => 'PAD', 'sizes' => null, 'typeid' => 19, 'processid' => 75), array('process' => 'Black Only', 'category' => 5, 'code' => 'Blk', 'sizes' => null, 'typeid' => 1, 'processid' => 76), array('process' => 'with Eyelets', 'category' => 4, 'code' => 'Eyelet', 'sizes' => null, 'typeid' => 12, 'processid' => 77), array('process' => 'No Eyelets', 'category' => 4, 'code' => 'NoEyelets', 'sizes' => null, 'typeid' => 12, 'processid' => 78), array('process' => '2 Part', 'category' => 4, 'code' => '1Perf', 'sizes' => null, 'typeid' => 20, 'processid' => 79), array('process' => '3 Part', 'category' => 4, 'code' => '2Perf', 'sizes' => null, 'typeid' => 20, 'processid' => 80), array('process' => 'Laser Cutting', 'category' => 4, 'code' => 'LASER', 'sizes' => null, 'typeid' => 21, 'processid' => 81), array('process' => 'Glue', 'category' => 4, 'code' => 'GLUE', 'sizes' => null, 'typeid' => 12, 'processid' => 82), array('process' => 'Drill', 'category' => 4, 'code' => 'DRILL', 'sizes' => null, 'typeid' => 22, 'processid' => 83), array('process' => 'SIngle Fold to 55x55mm', 'category' => 4, 'code' => 'SF55x55', 'sizes' => null, 'typeid' => 9, 'processid' => 84), array('process' => 'A6 Single Fold to A7', 'category' => 4, 'code' => 'A6sfA7', 'sizes' => '["4"]', 'typeid' => 9, 'processid' => 85), array('process' => 'Wiro Binding', 'category' => 4, 'code' => 'WIRO', 'sizes' => null, 'typeid' => 19, 'processid' => 86), array('process' => 'Bond', 'category' => 4, 'code' => 'BOND', 'sizes' => null, 'typeid' => 23, 'processid' => 87), array('process' => '14 Page', 'category' => 2, 'code' => '14pp', 'sizes' => null, 'typeid' => 2, 'processid' => 88), array('process' => '26 Page', 'category' => 2, 'code' => '26pp', 'sizes' => null, 'typeid' => 2, 'processid' => 89), array('process' => 'A2 Double Fold to A4', 'category' => 4, 'code' => 'A2dfA4', 'sizes' => '["20"]', 'typeid' => 9, 'processid' => 90), array('process' => 'A1 cross fold to A4', 'category' => 4, 'code' => 'A1xfA4', 'sizes' => '["19"]', 'typeid' => 9, 'processid' => 91), array('process' => '290mm Single Fold to 145mm', 'category' => 4, 'code' => '290sf145', 'sizes' => '["227"]', 'typeid' => 9, 'processid' => 92), array('process' => 'White Ink', 'category' => 5, 'code' => 'WhtINK', 'sizes' => null, 'typeid' => 1, 'processid' => 94), array('process' => '198mm Single Fold to 99mm', 'category' => 4, 'code' => '198sf99', 'sizes' => '["228"]', 'typeid' => 9, 'processid' => 95), array('process' => '370 Single Fold to 85mm', 'category' => 4, 'code' => '370sf85', 'sizes' => '["229"]', 'typeid' => 9, 'processid' => 96), array('process' => 'White Laminate', 'category' => 3, 'code' => 'WhtLAM', 'sizes' => null, 'typeid' => 24, 'processid' => 97), array('process' => 'A4 Single Fold to A4L', 'category' => 4, 'code' => 'A4sfA4L', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 98), array('process' => 'Anti Slip Laminate', 'category' => 3, 'code' => 'LamSSantislip', 'sizes' => null, 'typeid' => 25, 'processid' => 107), array('process' => '13 Leaves', 'category' => 2, 'code' => '13Leaf', 'sizes' => null, 'typeid' => 2, 'processid' => 108), array('process' => '7 Leaves', 'category' => 2, 'code' => '7 Leaf', 'sizes' => null, 'typeid' => 2, 'processid' => 109), array('process' => 'Stretch', 'category' => 4, 'code' => 'STRETCH', 'sizes' => null, 'typeid' => 12, 'processid' => 110)), 'processtypes' => array(array('type' => 'print', 'hasnooption' => 0, 'blocks' => null, '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', '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' => '1', 'block_printing_orders_on_credit_hold' => '1', 'campaignmonitor_apikey' => 'bd175225853df3bf3c60f0a56fa651ef', 'campaignmonitor_listid' => '8654d575aa9990f0dd40694111171151', 'colour_main' => '#F5932A', 'colour_other' => '#FF8B1F', 'colour_other2' => '#fff', 'colour_primary_rgba' => 'rgba(245,130,42, 0.95)', 'colour_secondary' => '#EC8E29', 'colour_secondary_rgba' => 'rgba(255,124,0, 0.7)', 'company_email' => 'thealefactory@celloglas.co.uk', 'company_telephone' => '0118 916 7300', 'csv_path' => '', 'default_addressid' => '1', 'default_order_line_notes' => '', 'default_turnaround_days' => '5', 'delivery_stockcode' => 'DEL/COURIER', 'detrack_key' => 'ae0d2a4f602ef1cbfa6d66da9f7c9ec3d180c54410abf57b', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'na', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'Pr3552jam1', 'dpd_printer' => 'Citizen CL-S521', 'dpd_username' => 'jamjarrg', 'ekomi_count' => '1', 'ekomi_rating' => '5', 'email_on_new_customer' => '1', 'email_on_new_order' => '1', 'email_on_new_order_type' => '2', 'enable_support' => '0', 'exchequer' => 'SIN', 'exchequer_path' => '', 'fedex_account' => '802255209', 'fedex_api_key' => 'l70ab0f7a1b41b40e9b250f0f827327932', 'fedex_secret_key' => 'a1e058fd06e84f2c95e2d1adf21000b2', 'fedex_url' => 'https://apis-sandbox.fedex.com', 'financial_month' => '05', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolder', 'ignore_orders_before_start' => '0', 'internal_customers' => '["MIRR01"]', 'invoice_email' => 'creditcontrol@celloglas.co.uk', 'locations_enabled' => '1', 'newcustomer_email' => 'creditcontrol@celloglas.co.uk', 'neworder_email' => 'creditcontrol@celloglas.co.uk', 'ops_start_date' => '1990-01-01', 'order_email' => 'thealefactory@celloglas.co.uk', 'order_print_button' => '0', 'payment_email' => 'creditcontrol@celloglas.co.uk', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'thealefactory@celloglas.co.uk', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiZGlyIn0..Wp4iLjuyfsoh28PSDcMEMw.W3VkWpLyzRzCpgsUe9dF1GNiGonHkpuYnlimwaTT38Pz582ek6p1993PjIYtX2rENXKHRU-NGCTVaq85K6ahbXPoN04V-fIyhVTLILJnX7js6VedUSNM5x38I96N5a-4JBLaVzycwuplpulHOYVMkljFJAR2tCpYiOBT8gcMdN1DgPiOci1DcdnPWXWH4GUSO5xyS9YAhyGtajGqPshGBD6xWySUXOesz-YEd4szSUUxuxgLDMUs0ixboiNHq6nGa9llxak4H1rAjNPtX0TunK4g7qPNdqcu9c4dJKDgulyOb6GrCgy_K0_WzZPsSv917l9xss8L0M1zmS4kTd7OPWYlVeceWQucRPpj8Bs2mG744bw5rRBZGVX3rja6eVv-o3jzJqZ6rCuiECfqxmy5aMUlqCtGzucJTeVD1VfCPX4tdRGV83-XLCUlb-cDPvoD6gSAzBPKzn2JQYApH5K7pLFRF-ocAsIXK6L27wCWtZ_ahelnwAxSTIK2u8SKjXzUXE9rEeKu9PHLLAUoGlb_Pm34nD-dZPwE_luuubUd2PGrz3jKhepduYNkJigpw1n3av_HsSDcnCmO3CWWRHzz3ejCRUS1b3zkyNKcoJPrSnCrsZSBho2muufURSEyA4SobvaHXqHg8vy__bjX4m5KOcdHbEcUFkEf0eY71aR-G0dizDy-03HtjAAccwxuvZL8KlZ8_Ahrt4KDBRaB156HyFolvHFqVUW2BkSikwAutYbSvERP8IJd8eIOuQ2FjvYb.pzZI-VOeVib1jX7w-l0_9A', 'quickbooks_clientid' => 'ABzZiabR3jasGcfnMCm9x9HHx8SbjmTQFq27Yq80bgXYsoynlk', 'quickbooks_companyid' => '9341452218688632', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"","field":"finishing"},{"prefix":"","field":"notes"}]', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '0', 'quickbooks_secret' => 'OOcwriYnHSwG4JZLUNiyfVCFwrkvjNuBaWyKWxF9', 'quote_email' => 'thealefactory@celloglas.co.uk', 'require_address_on_customers' => '1', 'require_job_ref_field' => '1', 'require_po_on_customers' => '1', 'send_email_on_support_ticket' => '1', 'show_product_dropdowns' => '0', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '1', 'tbc_addressid' => '1', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1', 'worldpay_merchant_code' => '1', 'worldpay_merchant_password' => '1', 'worldpay_url' => 'https://secure-test.worldpay.com/wcc/purchase', 'orderemail' => 'sam@jamjarprint.co.uk', 'worldpay_installationid' => '', 'basket_usemincharge' => '0', 'basket_mincharge' => '', 'productpage_proof' => '0', 'basket_proofcost' => '', 'basket_freedeliveryamount' => '200', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#ffffff', 'bannertextcolour' => '#394fa2', 'bannermessage' => 'We are still open and taking order 24 hours a day!', 'basket_pricemarkup' => '', 'productpage_express' => '0', 'infoemail' => 'thealefactory@celloglas.co.uk', 'hascampaignmonitor' => '0', 'quoteemail' => '', 'samplepackemail' => '', 'worldpay_mdstring' => '', 'homepage_carousel' => '1', 'homepage_articles' => '0', 'homepage_vertical_menu' => '0', 'homepage_news' => '0', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '', 'homepage_heading_widget' => '0', 'homepage_heading_id' => 'Select...', 'homepage_blurb_shown' => '1', 'homepage_blurb' => 'Test Blurb', 'productpage_jobname' => '0', 'page_title_headings' => '1', 'address_display' => 'Unit 12c Exeter Way,
Theale Commercial Estate,
Reading,
Berkshire
RG7 4AW', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => '', 'heading_lowest_price' => '0', 'phonenumber' => '01189167300', 'phonenumber_display' => '01189 167300', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '0', 'basket_payment_credit' => '0', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => '0', 'maintenance_mode' => '0', 'maintenance_date' => '', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'frontendsettings' => array('orderemail' => 'sam@jamjarprint.co.uk', 'worldpay_installationid' => '', 'basket_usemincharge' => '0', 'basket_mincharge' => '', 'productpage_proof' => '0', 'basket_proofcost' => '', 'basket_freedeliveryamount' => '200', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#ffffff', 'bannertextcolour' => '#394fa2', 'bannermessage' => 'We are still open and taking order 24 hours a day!', 'basket_pricemarkup' => '', 'productpage_express' => '0', 'infoemail' => 'thealefactory@celloglas.co.uk', 'hascampaignmonitor' => '0', 'quoteemail' => '', 'samplepackemail' => '', 'worldpay_mdstring' => '', 'homepage_carousel' => '1', 'homepage_articles' => '0', 'homepage_vertical_menu' => '0', 'homepage_news' => '0', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '', 'homepage_heading_widget' => '0', 'homepage_heading_id' => 'Select...', 'homepage_blurb_shown' => '1', 'homepage_blurb' => 'Test Blurb', 'productpage_jobname' => '0', 'page_title_headings' => '1', 'address_display' => 'Unit 12c Exeter Way,
Theale Commercial Estate,
Reading,
Berkshire
RG7 4AW', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => '', 'heading_lowest_price' => '0', 'phonenumber' => '01189167300', 'phonenumber_display' => '01189 167300', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '0', 'basket_payment_credit' => '0', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => '0', 'maintenance_mode' => '0', 'maintenance_date' => '', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => ''), 'pagebannerstart' => object(Markup), 'pagebannerend' => object(Markup)), array('htmltitle' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_htmltitle'), 'metadesc' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_metadesc'), 'metakeywords' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_metakeywords'), 'templateheader' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_templateheader'), 'extrameta' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_extrameta'), 'css' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_css'), 'headjavascripts' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_headjavascripts'), 'sitecontainerstart' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_sitecontainerstart'), 'pagebanner' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_pagebanner'), 'precontent' => array(object(__TwigTemplate_aa6bb062262021b7e95b9def56dad025), 'block_precontent'), 'contentcontainerstart' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_contentcontainerstart'), 'body' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_body'), 'contentcontainerend' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_contentcontainerend'), 'postcontent' => array(object(__TwigTemplate_aa6bb062262021b7e95b9def56dad025), 'block_postcontent'), 'sitecontainerend' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_sitecontainerend'), 'templatejavascripts' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_templatejavascripts'), 'javascripts' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_javascripts'), 'logintitle' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_logintitle')))
(var/cache/dev/twig/0a/0a273146f78a448236ec80001ce03cb9.php:74)
at __TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19->doDisplay(array('basket' => null, 'referer' => '/', 'breadcrumbs' => array(array('text' => 'Basket', 'link' => false)), 'app' => object(AppVariable), 'company' => 'celloglas', 'cdn_domain' => 'https://ops.celloglas.co.uk', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'Celloglas Mirri', 'twitter_handle' => '@celloglas', 'site_description' => 'Bristol Printers JamJar Print for all your printing needs: flyers, leaflets, business cards, posters, etc. Best for prices, quality and service.', 'siteMenu' => array(array('menu' => 'Main Menu', 'active' => 1, 'menuid' => 1, 'headings' => array(array('headingid' => 2, 'friendlyurl' => '/flyers', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Flyers', 'pages' => array(array('pageid' => 2, 'visibility' => 1, 'pagenavname' => 'Flyers', 'friendlyurl' => '/printing/flyers', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 5, 'pageid' => 2, 'image' => 'flyers.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e870992d2eb.png'), array('headingid' => 3, 'friendlyurl' => '/headings/leaflets', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Leaflets', 'pages' => array(array('pageid' => 3, 'visibility' => 1, 'pagenavname' => 'Leaflets', 'friendlyurl' => '/printing/leaflets', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 2, 'pageid' => 3, 'image' => 'leaflets.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e8708cedf48.png'), array('headingid' => 4, 'friendlyurl' => '/printing/folded-leaflets', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Folded Leaflets', 'pages' => array(array('pageid' => 4, 'visibility' => 1, 'pagenavname' => 'Single Folded Leaflets', 'friendlyurl' => '/printing/single-folded-leaflets', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 3, 'pageid' => 4, 'image' => 'foldedleaflets.png', 'imageflag' => '["1","2"]'))), array('pageid' => 5, 'visibility' => 1, 'pagenavname' => 'Cross Folded Leaflets', 'friendlyurl' => '/printing/cross-folded-leaflets', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 4, 'pageid' => 5, 'image' => 'foldedleaflets.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e748cf95145.png'), array('headingid' => 5, 'friendlyurl' => '/printing/brochures', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Brochures', 'pages' => array(array('pageid' => 6, 'visibility' => 1, 'pagenavname' => 'Soft Cover Brochures', 'friendlyurl' => '/brochures-soft-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => 'Brochures with a soft cover (Self Cover)<br>', 'images' => array(array('imageid' => 6, 'pageid' => 6, 'image' => 'brochures.png', 'imageflag' => '["1","2"]'))), array('pageid' => 7, 'visibility' => 1, 'pagenavname' => 'Hard Cover Brochures', 'friendlyurl' => '/brochures-hard-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 7, 'pageid' => 7, 'image' => 'brochures.png', 'imageflag' => '["1","2"]'))), array('pageid' => 8, 'visibility' => 1, 'pagenavname' => 'Laminated Cover Brochures', 'friendlyurl' => 'brochures-laminated-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 8, 'pageid' => 8, 'image' => 'brochures.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e86f27d1083.png'), array('headingid' => 6, 'friendlyurl' => '/printing/booklets', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Booklets', 'pages' => array(array('pageid' => 9, 'visibility' => 1, 'pagenavname' => 'Soft Cover Booklets', 'friendlyurl' => '/printing/booklets-soft-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => 'Booklets with a soft cover (Self Cover)<br>', 'images' => array(array('imageid' => 10, 'pageid' => 9, 'image' => 'booklets.png', 'imageflag' => '["1","2"]'))), array('pageid' => 10, 'visibility' => 1, 'pagenavname' => 'Hard Cover Booklets', 'friendlyurl' => '/printing/booklets-hard-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => 'Booklets with a heavy cover (Hard Cover)<br>', 'images' => array(array('imageid' => 12, 'pageid' => 10, 'image' => 'booklets.png', 'imageflag' => '["1","2"]'))), array('pageid' => 11, 'visibility' => 1, 'pagenavname' => 'Laminated Cover Booklets', 'friendlyurl' => '/printing/booklets-laminted-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => 'Booklets with a heavy laminated cover<br>', 'images' => array(array('imageid' => 13, 'pageid' => 11, 'image' => 'booklets.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e87194b6817.png'))), 'no' => array(array('headingid' => 1, 'friendlyurl' => '/headings5/flyers', 'visibility' => 1, 'headingnavname' => 'Flyers-NM', 'pages' => array(array('pageid' => 1, 'visibility' => 1, 'pagenavname' => 'Flyers-Page', 'friendlyurl' => '/printing/flyers-nm', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 1, 'pageid' => 1, 'image' => 'flyers.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65df48b5de638.png'))), 'upsellProducts' => array(), 'types' => array(), 'processes' => array(array('process' => 'Lithographic Print', 'category' => 1, 'code' => 'LITHO', 'sizes' => null, 'typeid' => 1, 'processid' => 2), array('process' => 'Digital Print', 'category' => 1, 'code' => 'DIG', 'sizes' => null, 'typeid' => 1, 'processid' => 3), array('process' => 'Indigo Print', 'category' => 1, 'code' => 'IND', 'sizes' => null, 'typeid' => 1, 'processid' => 4), array('process' => 'Full Colour', 'category' => 5, 'code' => '4col', 'sizes' => null, 'typeid' => 1, 'processid' => 5), array('process' => 'Matt Lam 1 Side', 'category' => 3, 'code' => 'LamMTSS', 'sizes' => null, 'typeid' => 1, 'processid' => 7), array('process' => 'Matt Lam 2 Sides', 'category' => 3, 'code' => 'LamMTDS', 'sizes' => null, 'typeid' => 1, 'processid' => 8), array('process' => 'Gloss Lam 1 Side', 'category' => 3, 'code' => 'LamGLSSS', 'sizes' => null, 'typeid' => 4, 'processid' => 9), array('process' => 'Gloss Lam 2 Sides', 'category' => 3, 'code' => 'LamGLSDS', 'sizes' => null, 'typeid' => 1, 'processid' => 10), array('process' => 'Soft Touch Lam 1 Side', 'category' => 3, 'code' => 'LamSOFSS', 'sizes' => null, 'typeid' => 1, 'processid' => 11), array('process' => 'Soft Touch Lam 2 Sides', 'category' => 3, 'code' => 'LamSOFDS', 'sizes' => null, 'typeid' => 1, 'processid' => 12), array('process' => 'Large Format Print', 'category' => 1, 'code' => 'LFP', 'sizes' => null, 'typeid' => 1, 'processid' => 13), array('process' => 'Sublimation', 'category' => 1, 'code' => 'SUB', 'sizes' => null, 'typeid' => 1, 'processid' => 14), array('process' => 'A4 Cross Fold to A6', 'category' => 4, 'code' => 'A4xfA6', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 17), array('process' => 'A3 Cross Fold to A5', 'category' => 4, 'code' => 'A3xfA5', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 18), array('process' => 'A5 Double Fold to 1/3 A5', 'category' => 4, 'code' => 'A5df3rdA5', 'sizes' => '["21"]', 'typeid' => 9, 'processid' => 19), array('process' => 'A4 Double Fold to 1/3 A4', 'category' => 4, 'code' => 'A4df3rdA4', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 20), array('process' => 'A3 Double Fold to 1/3 A3', 'category' => 4, 'code' => 'A3df3rdA3', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 21), array('process' => 'A5 Single Fold to A6', 'category' => 4, 'code' => 'A5sfA6', 'sizes' => '["21","235"]', 'typeid' => 9, 'processid' => 22), array('process' => 'A4 Single Fold to A5', 'category' => 4, 'code' => 'A4sfA5', 'sizes' => '["2","234"]', 'typeid' => 9, 'processid' => 25), array('process' => 'A4 Single Fold to A5L', 'category' => 4, 'code' => 'A4sfA5L', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 26), array('process' => 'A3 Single Fold to A4', 'category' => 4, 'code' => 'A3sfA4', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 27), array('process' => 'A3 Single Fold to A3L', 'category' => 4, 'code' => 'A3sfA3L', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 28), array('process' => 'Gold Foil', 'category' => 4, 'code' => 'FOILGld', 'sizes' => null, 'typeid' => 1, 'processid' => 29), array('process' => 'Silver Foil', 'category' => 4, 'code' => 'FOILSlv', 'sizes' => null, 'typeid' => 1, 'processid' => 30), array('process' => 'Single Sided Spot UV', 'category' => 4, 'code' => 'spUVSS', 'sizes' => null, 'typeid' => 1, 'processid' => 31), array('process' => 'Scodix Hi Build', 'category' => 4, 'code' => 'ScdxHIB', 'sizes' => null, 'typeid' => 17, 'processid' => 32), array('process' => 'Scodix Sense', 'category' => 4, 'code' => 'ScdxSNS', 'sizes' => null, 'typeid' => 17, 'processid' => 33), array('process' => 'Scodix Gold Foil', 'category' => 4, 'code' => 'ScdxGLD', 'sizes' => null, 'typeid' => 17, 'processid' => 34), array('process' => 'Scodix Silver Foil', 'category' => 4, 'code' => 'ScdxSLV', 'sizes' => null, 'typeid' => 17, 'processid' => 35), array('process' => 'Scodix Foil', 'category' => 4, 'code' => 'ScdxFOIL', 'sizes' => null, 'typeid' => 17, 'processid' => 36), array('process' => 'Gloss Encapsulation', 'category' => 3, 'code' => 'EncapGLS', 'sizes' => null, 'typeid' => 1, 'processid' => 37), array('process' => 'Matt Encapsulation', 'category' => 4, 'code' => 'EncapMT', 'sizes' => null, 'typeid' => 1, 'processid' => 38), array('process' => 'Diecut', 'category' => 4, 'code' => 'Diecut', 'sizes' => null, 'typeid' => 1, 'processid' => 39), array('process' => 'Rounded Corners', 'category' => 4, 'code' => 'RndCNR', 'sizes' => null, 'typeid' => 10, 'processid' => 40), array('process' => '1 Colour', 'category' => 5, 'code' => '1col', 'sizes' => null, 'typeid' => 1, 'processid' => 44), array('process' => 'Full Colour + SS Pantone', 'category' => 5, 'code' => '5/4', 'sizes' => null, 'typeid' => 1, 'processid' => 45), array('process' => 'Full Colour + DS Pantone', 'category' => 5, 'code' => '5/5', 'sizes' => null, 'typeid' => 1, 'processid' => 46), array('process' => 'Single Fold to CC', 'category' => 4, 'code' => 'SFCC', 'sizes' => null, 'typeid' => 1, 'processid' => 47), array('process' => 'Edge Painted', 'category' => 4, 'code' => 'EgPaint', 'sizes' => null, 'typeid' => 1, 'processid' => 48), array('process' => 'Interlocking Flap', 'category' => 4, 'code' => 'LOCflaps', 'sizes' => null, 'typeid' => 1, 'processid' => 49), array('process' => 'Pocket & BC', 'category' => 4, 'code' => 'PocBC', 'sizes' => '["217"]', 'typeid' => 1, 'processid' => 50), array('process' => '4mm Pocket & BC', 'category' => 4, 'code' => '4mmPocBC', 'sizes' => '["217"]', 'typeid' => 1, 'processid' => 51), array('process' => '8 Page', 'category' => 2, 'code' => '8pp', 'sizes' => null, 'typeid' => 1, 'processid' => 53), array('process' => '16 Page', 'category' => 2, 'code' => '16pp', 'sizes' => null, 'typeid' => 1, 'processid' => 54), array('process' => 'Single Sided', 'category' => 2, 'code' => 'SS', 'sizes' => null, 'typeid' => 2, 'processid' => 55), array('process' => 'Double Sided', 'category' => 2, 'code' => 'DS', 'sizes' => null, 'typeid' => 2, 'processid' => 56), array('process' => 'Silk Lamination 1 Side', 'category' => 3, 'code' => 'LamSSslk', 'sizes' => null, 'typeid' => 15, 'processid' => 57), array('process' => 'Silk Lamination 2 Sides', 'category' => 3, 'code' => 'LamDSslk', 'sizes' => null, 'typeid' => 15, 'processid' => 58), array('process' => 'Anti Scuff Lam 1 Side', 'category' => 3, 'code' => 'LamSSscuff', 'sizes' => null, 'typeid' => 7, 'processid' => 59), array('process' => 'DS Anti Scuff Lam', 'category' => 3, 'code' => 'LamDSscuff', 'sizes' => null, 'typeid' => 7, 'processid' => 61), array('process' => 'Linen Lam 1 Side', 'category' => 3, 'code' => 'LamSSlinen', 'sizes' => null, 'typeid' => 6, 'processid' => 62), array('process' => 'DS Linen Lam', 'category' => 3, 'code' => 'LamDSlinen', 'sizes' => null, 'typeid' => 6, 'processid' => 63), array('process' => 'Vertical Business Card Slot', 'category' => 4, 'code' => 'DieVBC', 'sizes' => null, 'typeid' => 10, 'processid' => 64), array('process' => 'Horizontal Business Card Slot', 'category' => 4, 'code' => 'DieHBC', 'sizes' => null, 'typeid' => 10, 'processid' => 65), array('process' => 'A3 Cross Fold to A6', 'category' => 4, 'code' => 'A3xfA6', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 68), array('process' => 'A2 Cross Fold to A5', 'category' => 4, 'code' => 'A2xfA5', 'sizes' => '["20"]', 'typeid' => 9, 'processid' => 72), array('process' => 'Silver Stitch', 'category' => 4, 'code' => 'STITslv', 'sizes' => null, 'typeid' => 19, 'processid' => 73), array('process' => '2 Colour', 'category' => 5, 'code' => '2col', 'sizes' => null, 'typeid' => 1, 'processid' => 74), array('process' => 'Pad', 'category' => 4, 'code' => 'PAD', 'sizes' => null, 'typeid' => 19, 'processid' => 75), array('process' => 'Black Only', 'category' => 5, 'code' => 'Blk', 'sizes' => null, 'typeid' => 1, 'processid' => 76), array('process' => 'with Eyelets', 'category' => 4, 'code' => 'Eyelet', 'sizes' => null, 'typeid' => 12, 'processid' => 77), array('process' => 'No Eyelets', 'category' => 4, 'code' => 'NoEyelets', 'sizes' => null, 'typeid' => 12, 'processid' => 78), array('process' => '2 Part', 'category' => 4, 'code' => '1Perf', 'sizes' => null, 'typeid' => 20, 'processid' => 79), array('process' => '3 Part', 'category' => 4, 'code' => '2Perf', 'sizes' => null, 'typeid' => 20, 'processid' => 80), array('process' => 'Laser Cutting', 'category' => 4, 'code' => 'LASER', 'sizes' => null, 'typeid' => 21, 'processid' => 81), array('process' => 'Glue', 'category' => 4, 'code' => 'GLUE', 'sizes' => null, 'typeid' => 12, 'processid' => 82), array('process' => 'Drill', 'category' => 4, 'code' => 'DRILL', 'sizes' => null, 'typeid' => 22, 'processid' => 83), array('process' => 'SIngle Fold to 55x55mm', 'category' => 4, 'code' => 'SF55x55', 'sizes' => null, 'typeid' => 9, 'processid' => 84), array('process' => 'A6 Single Fold to A7', 'category' => 4, 'code' => 'A6sfA7', 'sizes' => '["4"]', 'typeid' => 9, 'processid' => 85), array('process' => 'Wiro Binding', 'category' => 4, 'code' => 'WIRO', 'sizes' => null, 'typeid' => 19, 'processid' => 86), array('process' => 'Bond', 'category' => 4, 'code' => 'BOND', 'sizes' => null, 'typeid' => 23, 'processid' => 87), array('process' => '14 Page', 'category' => 2, 'code' => '14pp', 'sizes' => null, 'typeid' => 2, 'processid' => 88), array('process' => '26 Page', 'category' => 2, 'code' => '26pp', 'sizes' => null, 'typeid' => 2, 'processid' => 89), array('process' => 'A2 Double Fold to A4', 'category' => 4, 'code' => 'A2dfA4', 'sizes' => '["20"]', 'typeid' => 9, 'processid' => 90), array('process' => 'A1 cross fold to A4', 'category' => 4, 'code' => 'A1xfA4', 'sizes' => '["19"]', 'typeid' => 9, 'processid' => 91), array('process' => '290mm Single Fold to 145mm', 'category' => 4, 'code' => '290sf145', 'sizes' => '["227"]', 'typeid' => 9, 'processid' => 92), array('process' => 'White Ink', 'category' => 5, 'code' => 'WhtINK', 'sizes' => null, 'typeid' => 1, 'processid' => 94), array('process' => '198mm Single Fold to 99mm', 'category' => 4, 'code' => '198sf99', 'sizes' => '["228"]', 'typeid' => 9, 'processid' => 95), array('process' => '370 Single Fold to 85mm', 'category' => 4, 'code' => '370sf85', 'sizes' => '["229"]', 'typeid' => 9, 'processid' => 96), array('process' => 'White Laminate', 'category' => 3, 'code' => 'WhtLAM', 'sizes' => null, 'typeid' => 24, 'processid' => 97), array('process' => 'A4 Single Fold to A4L', 'category' => 4, 'code' => 'A4sfA4L', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 98), array('process' => 'Anti Slip Laminate', 'category' => 3, 'code' => 'LamSSantislip', 'sizes' => null, 'typeid' => 25, 'processid' => 107), array('process' => '13 Leaves', 'category' => 2, 'code' => '13Leaf', 'sizes' => null, 'typeid' => 2, 'processid' => 108), array('process' => '7 Leaves', 'category' => 2, 'code' => '7 Leaf', 'sizes' => null, 'typeid' => 2, 'processid' => 109), array('process' => 'Stretch', 'category' => 4, 'code' => 'STRETCH', 'sizes' => null, 'typeid' => 12, 'processid' => 110)), 'processtypes' => array(array('type' => 'print', 'hasnooption' => 0, 'blocks' => null, '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', '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' => '1', 'block_printing_orders_on_credit_hold' => '1', 'campaignmonitor_apikey' => 'bd175225853df3bf3c60f0a56fa651ef', 'campaignmonitor_listid' => '8654d575aa9990f0dd40694111171151', 'colour_main' => '#F5932A', 'colour_other' => '#FF8B1F', 'colour_other2' => '#fff', 'colour_primary_rgba' => 'rgba(245,130,42, 0.95)', 'colour_secondary' => '#EC8E29', 'colour_secondary_rgba' => 'rgba(255,124,0, 0.7)', 'company_email' => 'thealefactory@celloglas.co.uk', 'company_telephone' => '0118 916 7300', 'csv_path' => '', 'default_addressid' => '1', 'default_order_line_notes' => '', 'default_turnaround_days' => '5', 'delivery_stockcode' => 'DEL/COURIER', 'detrack_key' => 'ae0d2a4f602ef1cbfa6d66da9f7c9ec3d180c54410abf57b', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'na', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'Pr3552jam1', 'dpd_printer' => 'Citizen CL-S521', 'dpd_username' => 'jamjarrg', 'ekomi_count' => '1', 'ekomi_rating' => '5', 'email_on_new_customer' => '1', 'email_on_new_order' => '1', 'email_on_new_order_type' => '2', 'enable_support' => '0', 'exchequer' => 'SIN', 'exchequer_path' => '', 'fedex_account' => '802255209', 'fedex_api_key' => 'l70ab0f7a1b41b40e9b250f0f827327932', 'fedex_secret_key' => 'a1e058fd06e84f2c95e2d1adf21000b2', 'fedex_url' => 'https://apis-sandbox.fedex.com', 'financial_month' => '05', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolder', 'ignore_orders_before_start' => '0', 'internal_customers' => '["MIRR01"]', 'invoice_email' => 'creditcontrol@celloglas.co.uk', 'locations_enabled' => '1', 'newcustomer_email' => 'creditcontrol@celloglas.co.uk', 'neworder_email' => 'creditcontrol@celloglas.co.uk', 'ops_start_date' => '1990-01-01', 'order_email' => 'thealefactory@celloglas.co.uk', 'order_print_button' => '0', 'payment_email' => 'creditcontrol@celloglas.co.uk', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'thealefactory@celloglas.co.uk', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiZGlyIn0..Wp4iLjuyfsoh28PSDcMEMw.W3VkWpLyzRzCpgsUe9dF1GNiGonHkpuYnlimwaTT38Pz582ek6p1993PjIYtX2rENXKHRU-NGCTVaq85K6ahbXPoN04V-fIyhVTLILJnX7js6VedUSNM5x38I96N5a-4JBLaVzycwuplpulHOYVMkljFJAR2tCpYiOBT8gcMdN1DgPiOci1DcdnPWXWH4GUSO5xyS9YAhyGtajGqPshGBD6xWySUXOesz-YEd4szSUUxuxgLDMUs0ixboiNHq6nGa9llxak4H1rAjNPtX0TunK4g7qPNdqcu9c4dJKDgulyOb6GrCgy_K0_WzZPsSv917l9xss8L0M1zmS4kTd7OPWYlVeceWQucRPpj8Bs2mG744bw5rRBZGVX3rja6eVv-o3jzJqZ6rCuiECfqxmy5aMUlqCtGzucJTeVD1VfCPX4tdRGV83-XLCUlb-cDPvoD6gSAzBPKzn2JQYApH5K7pLFRF-ocAsIXK6L27wCWtZ_ahelnwAxSTIK2u8SKjXzUXE9rEeKu9PHLLAUoGlb_Pm34nD-dZPwE_luuubUd2PGrz3jKhepduYNkJigpw1n3av_HsSDcnCmO3CWWRHzz3ejCRUS1b3zkyNKcoJPrSnCrsZSBho2muufURSEyA4SobvaHXqHg8vy__bjX4m5KOcdHbEcUFkEf0eY71aR-G0dizDy-03HtjAAccwxuvZL8KlZ8_Ahrt4KDBRaB156HyFolvHFqVUW2BkSikwAutYbSvERP8IJd8eIOuQ2FjvYb.pzZI-VOeVib1jX7w-l0_9A', 'quickbooks_clientid' => 'ABzZiabR3jasGcfnMCm9x9HHx8SbjmTQFq27Yq80bgXYsoynlk', 'quickbooks_companyid' => '9341452218688632', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"","field":"finishing"},{"prefix":"","field":"notes"}]', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '0', 'quickbooks_secret' => 'OOcwriYnHSwG4JZLUNiyfVCFwrkvjNuBaWyKWxF9', 'quote_email' => 'thealefactory@celloglas.co.uk', 'require_address_on_customers' => '1', 'require_job_ref_field' => '1', 'require_po_on_customers' => '1', 'send_email_on_support_ticket' => '1', 'show_product_dropdowns' => '0', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '1', 'tbc_addressid' => '1', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1', 'worldpay_merchant_code' => '1', 'worldpay_merchant_password' => '1', 'worldpay_url' => 'https://secure-test.worldpay.com/wcc/purchase', 'orderemail' => 'sam@jamjarprint.co.uk', 'worldpay_installationid' => '', 'basket_usemincharge' => '0', 'basket_mincharge' => '', 'productpage_proof' => '0', 'basket_proofcost' => '', 'basket_freedeliveryamount' => '200', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#ffffff', 'bannertextcolour' => '#394fa2', 'bannermessage' => 'We are still open and taking order 24 hours a day!', 'basket_pricemarkup' => '', 'productpage_express' => '0', 'infoemail' => 'thealefactory@celloglas.co.uk', 'hascampaignmonitor' => '0', 'quoteemail' => '', 'samplepackemail' => '', 'worldpay_mdstring' => '', 'homepage_carousel' => '1', 'homepage_articles' => '0', 'homepage_vertical_menu' => '0', 'homepage_news' => '0', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '', 'homepage_heading_widget' => '0', 'homepage_heading_id' => 'Select...', 'homepage_blurb_shown' => '1', 'homepage_blurb' => 'Test Blurb', 'productpage_jobname' => '0', 'page_title_headings' => '1', 'address_display' => 'Unit 12c Exeter Way,
Theale Commercial Estate,
Reading,
Berkshire
RG7 4AW', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => '', 'heading_lowest_price' => '0', 'phonenumber' => '01189167300', 'phonenumber_display' => '01189 167300', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '0', 'basket_payment_credit' => '0', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => '0', 'maintenance_mode' => '0', 'maintenance_date' => '', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'frontendsettings' => array('orderemail' => 'sam@jamjarprint.co.uk', 'worldpay_installationid' => '', 'basket_usemincharge' => '0', 'basket_mincharge' => '', 'productpage_proof' => '0', 'basket_proofcost' => '', 'basket_freedeliveryamount' => '200', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#ffffff', 'bannertextcolour' => '#394fa2', 'bannermessage' => 'We are still open and taking order 24 hours a day!', 'basket_pricemarkup' => '', 'productpage_express' => '0', 'infoemail' => 'thealefactory@celloglas.co.uk', 'hascampaignmonitor' => '0', 'quoteemail' => '', 'samplepackemail' => '', 'worldpay_mdstring' => '', 'homepage_carousel' => '1', 'homepage_articles' => '0', 'homepage_vertical_menu' => '0', 'homepage_news' => '0', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '', 'homepage_heading_widget' => '0', 'homepage_heading_id' => 'Select...', 'homepage_blurb_shown' => '1', 'homepage_blurb' => 'Test Blurb', 'productpage_jobname' => '0', 'page_title_headings' => '1', 'address_display' => 'Unit 12c Exeter Way,
Theale Commercial Estate,
Reading,
Berkshire
RG7 4AW', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => '', 'heading_lowest_price' => '0', 'phonenumber' => '01189167300', 'phonenumber_display' => '01189 167300', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '0', 'basket_payment_credit' => '0', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => '0', 'maintenance_mode' => '0', 'maintenance_date' => '', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => ''), 'pagebannerstart' => object(Markup), 'pagebannerend' => object(Markup)), array('templateheader' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_templateheader'), 'htmltitle' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_htmltitle'), 'metadesc' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_metadesc'), 'metakeywords' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_metakeywords'), 'logintitle' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_logintitle'), 'pagebanner' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_pagebanner'), 'sitecontainerstart' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_sitecontainerstart'), 'contentcontainerstart' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_contentcontainerstart'), 'contentcontainerend' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_contentcontainerend'), 'sitecontainerend' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_sitecontainerend'), 'templatejavascripts' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_templatejavascripts'), 'extrameta' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_extrameta'), 'css' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_css'), 'headjavascripts' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_headjavascripts'), 'body' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_body'), 'javascripts' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_javascripts')))
(vendor/twig/twig/src/Template.php:360)
at Twig\Template->yield(array('basket' => null, 'referer' => '/', 'breadcrumbs' => array(array('text' => 'Basket', 'link' => false)), 'app' => object(AppVariable), 'company' => 'celloglas', 'cdn_domain' => 'https://ops.celloglas.co.uk', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'Celloglas Mirri', 'twitter_handle' => '@celloglas', 'site_description' => 'Bristol Printers JamJar Print for all your printing needs: flyers, leaflets, business cards, posters, etc. Best for prices, quality and service.', 'siteMenu' => array(array('menu' => 'Main Menu', 'active' => 1, 'menuid' => 1, 'headings' => array(array('headingid' => 2, 'friendlyurl' => '/flyers', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Flyers', 'pages' => array(array('pageid' => 2, 'visibility' => 1, 'pagenavname' => 'Flyers', 'friendlyurl' => '/printing/flyers', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 5, 'pageid' => 2, 'image' => 'flyers.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e870992d2eb.png'), array('headingid' => 3, 'friendlyurl' => '/headings/leaflets', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Leaflets', 'pages' => array(array('pageid' => 3, 'visibility' => 1, 'pagenavname' => 'Leaflets', 'friendlyurl' => '/printing/leaflets', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 2, 'pageid' => 3, 'image' => 'leaflets.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e8708cedf48.png'), array('headingid' => 4, 'friendlyurl' => '/printing/folded-leaflets', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Folded Leaflets', 'pages' => array(array('pageid' => 4, 'visibility' => 1, 'pagenavname' => 'Single Folded Leaflets', 'friendlyurl' => '/printing/single-folded-leaflets', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 3, 'pageid' => 4, 'image' => 'foldedleaflets.png', 'imageflag' => '["1","2"]'))), array('pageid' => 5, 'visibility' => 1, 'pagenavname' => 'Cross Folded Leaflets', 'friendlyurl' => '/printing/cross-folded-leaflets', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 4, 'pageid' => 5, 'image' => 'foldedleaflets.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e748cf95145.png'), array('headingid' => 5, 'friendlyurl' => '/printing/brochures', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Brochures', 'pages' => array(array('pageid' => 6, 'visibility' => 1, 'pagenavname' => 'Soft Cover Brochures', 'friendlyurl' => '/brochures-soft-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => 'Brochures with a soft cover (Self Cover)<br>', 'images' => array(array('imageid' => 6, 'pageid' => 6, 'image' => 'brochures.png', 'imageflag' => '["1","2"]'))), array('pageid' => 7, 'visibility' => 1, 'pagenavname' => 'Hard Cover Brochures', 'friendlyurl' => '/brochures-hard-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 7, 'pageid' => 7, 'image' => 'brochures.png', 'imageflag' => '["1","2"]'))), array('pageid' => 8, 'visibility' => 1, 'pagenavname' => 'Laminated Cover Brochures', 'friendlyurl' => 'brochures-laminated-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 8, 'pageid' => 8, 'image' => 'brochures.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e86f27d1083.png'), array('headingid' => 6, 'friendlyurl' => '/printing/booklets', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Booklets', 'pages' => array(array('pageid' => 9, 'visibility' => 1, 'pagenavname' => 'Soft Cover Booklets', 'friendlyurl' => '/printing/booklets-soft-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => 'Booklets with a soft cover (Self Cover)<br>', 'images' => array(array('imageid' => 10, 'pageid' => 9, 'image' => 'booklets.png', 'imageflag' => '["1","2"]'))), array('pageid' => 10, 'visibility' => 1, 'pagenavname' => 'Hard Cover Booklets', 'friendlyurl' => '/printing/booklets-hard-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => 'Booklets with a heavy cover (Hard Cover)<br>', 'images' => array(array('imageid' => 12, 'pageid' => 10, 'image' => 'booklets.png', 'imageflag' => '["1","2"]'))), array('pageid' => 11, 'visibility' => 1, 'pagenavname' => 'Laminated Cover Booklets', 'friendlyurl' => '/printing/booklets-laminted-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => 'Booklets with a heavy laminated cover<br>', 'images' => array(array('imageid' => 13, 'pageid' => 11, 'image' => 'booklets.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e87194b6817.png'))), 'no' => array(array('headingid' => 1, 'friendlyurl' => '/headings5/flyers', 'visibility' => 1, 'headingnavname' => 'Flyers-NM', 'pages' => array(array('pageid' => 1, 'visibility' => 1, 'pagenavname' => 'Flyers-Page', 'friendlyurl' => '/printing/flyers-nm', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 1, 'pageid' => 1, 'image' => 'flyers.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65df48b5de638.png'))), 'upsellProducts' => array(), 'types' => array(), 'processes' => array(array('process' => 'Lithographic Print', 'category' => 1, 'code' => 'LITHO', 'sizes' => null, 'typeid' => 1, 'processid' => 2), array('process' => 'Digital Print', 'category' => 1, 'code' => 'DIG', 'sizes' => null, 'typeid' => 1, 'processid' => 3), array('process' => 'Indigo Print', 'category' => 1, 'code' => 'IND', 'sizes' => null, 'typeid' => 1, 'processid' => 4), array('process' => 'Full Colour', 'category' => 5, 'code' => '4col', 'sizes' => null, 'typeid' => 1, 'processid' => 5), array('process' => 'Matt Lam 1 Side', 'category' => 3, 'code' => 'LamMTSS', 'sizes' => null, 'typeid' => 1, 'processid' => 7), array('process' => 'Matt Lam 2 Sides', 'category' => 3, 'code' => 'LamMTDS', 'sizes' => null, 'typeid' => 1, 'processid' => 8), array('process' => 'Gloss Lam 1 Side', 'category' => 3, 'code' => 'LamGLSSS', 'sizes' => null, 'typeid' => 4, 'processid' => 9), array('process' => 'Gloss Lam 2 Sides', 'category' => 3, 'code' => 'LamGLSDS', 'sizes' => null, 'typeid' => 1, 'processid' => 10), array('process' => 'Soft Touch Lam 1 Side', 'category' => 3, 'code' => 'LamSOFSS', 'sizes' => null, 'typeid' => 1, 'processid' => 11), array('process' => 'Soft Touch Lam 2 Sides', 'category' => 3, 'code' => 'LamSOFDS', 'sizes' => null, 'typeid' => 1, 'processid' => 12), array('process' => 'Large Format Print', 'category' => 1, 'code' => 'LFP', 'sizes' => null, 'typeid' => 1, 'processid' => 13), array('process' => 'Sublimation', 'category' => 1, 'code' => 'SUB', 'sizes' => null, 'typeid' => 1, 'processid' => 14), array('process' => 'A4 Cross Fold to A6', 'category' => 4, 'code' => 'A4xfA6', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 17), array('process' => 'A3 Cross Fold to A5', 'category' => 4, 'code' => 'A3xfA5', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 18), array('process' => 'A5 Double Fold to 1/3 A5', 'category' => 4, 'code' => 'A5df3rdA5', 'sizes' => '["21"]', 'typeid' => 9, 'processid' => 19), array('process' => 'A4 Double Fold to 1/3 A4', 'category' => 4, 'code' => 'A4df3rdA4', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 20), array('process' => 'A3 Double Fold to 1/3 A3', 'category' => 4, 'code' => 'A3df3rdA3', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 21), array('process' => 'A5 Single Fold to A6', 'category' => 4, 'code' => 'A5sfA6', 'sizes' => '["21","235"]', 'typeid' => 9, 'processid' => 22), array('process' => 'A4 Single Fold to A5', 'category' => 4, 'code' => 'A4sfA5', 'sizes' => '["2","234"]', 'typeid' => 9, 'processid' => 25), array('process' => 'A4 Single Fold to A5L', 'category' => 4, 'code' => 'A4sfA5L', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 26), array('process' => 'A3 Single Fold to A4', 'category' => 4, 'code' => 'A3sfA4', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 27), array('process' => 'A3 Single Fold to A3L', 'category' => 4, 'code' => 'A3sfA3L', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 28), array('process' => 'Gold Foil', 'category' => 4, 'code' => 'FOILGld', 'sizes' => null, 'typeid' => 1, 'processid' => 29), array('process' => 'Silver Foil', 'category' => 4, 'code' => 'FOILSlv', 'sizes' => null, 'typeid' => 1, 'processid' => 30), array('process' => 'Single Sided Spot UV', 'category' => 4, 'code' => 'spUVSS', 'sizes' => null, 'typeid' => 1, 'processid' => 31), array('process' => 'Scodix Hi Build', 'category' => 4, 'code' => 'ScdxHIB', 'sizes' => null, 'typeid' => 17, 'processid' => 32), array('process' => 'Scodix Sense', 'category' => 4, 'code' => 'ScdxSNS', 'sizes' => null, 'typeid' => 17, 'processid' => 33), array('process' => 'Scodix Gold Foil', 'category' => 4, 'code' => 'ScdxGLD', 'sizes' => null, 'typeid' => 17, 'processid' => 34), array('process' => 'Scodix Silver Foil', 'category' => 4, 'code' => 'ScdxSLV', 'sizes' => null, 'typeid' => 17, 'processid' => 35), array('process' => 'Scodix Foil', 'category' => 4, 'code' => 'ScdxFOIL', 'sizes' => null, 'typeid' => 17, 'processid' => 36), array('process' => 'Gloss Encapsulation', 'category' => 3, 'code' => 'EncapGLS', 'sizes' => null, 'typeid' => 1, 'processid' => 37), array('process' => 'Matt Encapsulation', 'category' => 4, 'code' => 'EncapMT', 'sizes' => null, 'typeid' => 1, 'processid' => 38), array('process' => 'Diecut', 'category' => 4, 'code' => 'Diecut', 'sizes' => null, 'typeid' => 1, 'processid' => 39), array('process' => 'Rounded Corners', 'category' => 4, 'code' => 'RndCNR', 'sizes' => null, 'typeid' => 10, 'processid' => 40), array('process' => '1 Colour', 'category' => 5, 'code' => '1col', 'sizes' => null, 'typeid' => 1, 'processid' => 44), array('process' => 'Full Colour + SS Pantone', 'category' => 5, 'code' => '5/4', 'sizes' => null, 'typeid' => 1, 'processid' => 45), array('process' => 'Full Colour + DS Pantone', 'category' => 5, 'code' => '5/5', 'sizes' => null, 'typeid' => 1, 'processid' => 46), array('process' => 'Single Fold to CC', 'category' => 4, 'code' => 'SFCC', 'sizes' => null, 'typeid' => 1, 'processid' => 47), array('process' => 'Edge Painted', 'category' => 4, 'code' => 'EgPaint', 'sizes' => null, 'typeid' => 1, 'processid' => 48), array('process' => 'Interlocking Flap', 'category' => 4, 'code' => 'LOCflaps', 'sizes' => null, 'typeid' => 1, 'processid' => 49), array('process' => 'Pocket & BC', 'category' => 4, 'code' => 'PocBC', 'sizes' => '["217"]', 'typeid' => 1, 'processid' => 50), array('process' => '4mm Pocket & BC', 'category' => 4, 'code' => '4mmPocBC', 'sizes' => '["217"]', 'typeid' => 1, 'processid' => 51), array('process' => '8 Page', 'category' => 2, 'code' => '8pp', 'sizes' => null, 'typeid' => 1, 'processid' => 53), array('process' => '16 Page', 'category' => 2, 'code' => '16pp', 'sizes' => null, 'typeid' => 1, 'processid' => 54), array('process' => 'Single Sided', 'category' => 2, 'code' => 'SS', 'sizes' => null, 'typeid' => 2, 'processid' => 55), array('process' => 'Double Sided', 'category' => 2, 'code' => 'DS', 'sizes' => null, 'typeid' => 2, 'processid' => 56), array('process' => 'Silk Lamination 1 Side', 'category' => 3, 'code' => 'LamSSslk', 'sizes' => null, 'typeid' => 15, 'processid' => 57), array('process' => 'Silk Lamination 2 Sides', 'category' => 3, 'code' => 'LamDSslk', 'sizes' => null, 'typeid' => 15, 'processid' => 58), array('process' => 'Anti Scuff Lam 1 Side', 'category' => 3, 'code' => 'LamSSscuff', 'sizes' => null, 'typeid' => 7, 'processid' => 59), array('process' => 'DS Anti Scuff Lam', 'category' => 3, 'code' => 'LamDSscuff', 'sizes' => null, 'typeid' => 7, 'processid' => 61), array('process' => 'Linen Lam 1 Side', 'category' => 3, 'code' => 'LamSSlinen', 'sizes' => null, 'typeid' => 6, 'processid' => 62), array('process' => 'DS Linen Lam', 'category' => 3, 'code' => 'LamDSlinen', 'sizes' => null, 'typeid' => 6, 'processid' => 63), array('process' => 'Vertical Business Card Slot', 'category' => 4, 'code' => 'DieVBC', 'sizes' => null, 'typeid' => 10, 'processid' => 64), array('process' => 'Horizontal Business Card Slot', 'category' => 4, 'code' => 'DieHBC', 'sizes' => null, 'typeid' => 10, 'processid' => 65), array('process' => 'A3 Cross Fold to A6', 'category' => 4, 'code' => 'A3xfA6', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 68), array('process' => 'A2 Cross Fold to A5', 'category' => 4, 'code' => 'A2xfA5', 'sizes' => '["20"]', 'typeid' => 9, 'processid' => 72), array('process' => 'Silver Stitch', 'category' => 4, 'code' => 'STITslv', 'sizes' => null, 'typeid' => 19, 'processid' => 73), array('process' => '2 Colour', 'category' => 5, 'code' => '2col', 'sizes' => null, 'typeid' => 1, 'processid' => 74), array('process' => 'Pad', 'category' => 4, 'code' => 'PAD', 'sizes' => null, 'typeid' => 19, 'processid' => 75), array('process' => 'Black Only', 'category' => 5, 'code' => 'Blk', 'sizes' => null, 'typeid' => 1, 'processid' => 76), array('process' => 'with Eyelets', 'category' => 4, 'code' => 'Eyelet', 'sizes' => null, 'typeid' => 12, 'processid' => 77), array('process' => 'No Eyelets', 'category' => 4, 'code' => 'NoEyelets', 'sizes' => null, 'typeid' => 12, 'processid' => 78), array('process' => '2 Part', 'category' => 4, 'code' => '1Perf', 'sizes' => null, 'typeid' => 20, 'processid' => 79), array('process' => '3 Part', 'category' => 4, 'code' => '2Perf', 'sizes' => null, 'typeid' => 20, 'processid' => 80), array('process' => 'Laser Cutting', 'category' => 4, 'code' => 'LASER', 'sizes' => null, 'typeid' => 21, 'processid' => 81), array('process' => 'Glue', 'category' => 4, 'code' => 'GLUE', 'sizes' => null, 'typeid' => 12, 'processid' => 82), array('process' => 'Drill', 'category' => 4, 'code' => 'DRILL', 'sizes' => null, 'typeid' => 22, 'processid' => 83), array('process' => 'SIngle Fold to 55x55mm', 'category' => 4, 'code' => 'SF55x55', 'sizes' => null, 'typeid' => 9, 'processid' => 84), array('process' => 'A6 Single Fold to A7', 'category' => 4, 'code' => 'A6sfA7', 'sizes' => '["4"]', 'typeid' => 9, 'processid' => 85), array('process' => 'Wiro Binding', 'category' => 4, 'code' => 'WIRO', 'sizes' => null, 'typeid' => 19, 'processid' => 86), array('process' => 'Bond', 'category' => 4, 'code' => 'BOND', 'sizes' => null, 'typeid' => 23, 'processid' => 87), array('process' => '14 Page', 'category' => 2, 'code' => '14pp', 'sizes' => null, 'typeid' => 2, 'processid' => 88), array('process' => '26 Page', 'category' => 2, 'code' => '26pp', 'sizes' => null, 'typeid' => 2, 'processid' => 89), array('process' => 'A2 Double Fold to A4', 'category' => 4, 'code' => 'A2dfA4', 'sizes' => '["20"]', 'typeid' => 9, 'processid' => 90), array('process' => 'A1 cross fold to A4', 'category' => 4, 'code' => 'A1xfA4', 'sizes' => '["19"]', 'typeid' => 9, 'processid' => 91), array('process' => '290mm Single Fold to 145mm', 'category' => 4, 'code' => '290sf145', 'sizes' => '["227"]', 'typeid' => 9, 'processid' => 92), array('process' => 'White Ink', 'category' => 5, 'code' => 'WhtINK', 'sizes' => null, 'typeid' => 1, 'processid' => 94), array('process' => '198mm Single Fold to 99mm', 'category' => 4, 'code' => '198sf99', 'sizes' => '["228"]', 'typeid' => 9, 'processid' => 95), array('process' => '370 Single Fold to 85mm', 'category' => 4, 'code' => '370sf85', 'sizes' => '["229"]', 'typeid' => 9, 'processid' => 96), array('process' => 'White Laminate', 'category' => 3, 'code' => 'WhtLAM', 'sizes' => null, 'typeid' => 24, 'processid' => 97), array('process' => 'A4 Single Fold to A4L', 'category' => 4, 'code' => 'A4sfA4L', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 98), array('process' => 'Anti Slip Laminate', 'category' => 3, 'code' => 'LamSSantislip', 'sizes' => null, 'typeid' => 25, 'processid' => 107), array('process' => '13 Leaves', 'category' => 2, 'code' => '13Leaf', 'sizes' => null, 'typeid' => 2, 'processid' => 108), array('process' => '7 Leaves', 'category' => 2, 'code' => '7 Leaf', 'sizes' => null, 'typeid' => 2, 'processid' => 109), array('process' => 'Stretch', 'category' => 4, 'code' => 'STRETCH', 'sizes' => null, 'typeid' => 12, 'processid' => 110)), 'processtypes' => array(array('type' => 'print', 'hasnooption' => 0, 'blocks' => null, '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', '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' => '1', 'block_printing_orders_on_credit_hold' => '1', 'campaignmonitor_apikey' => 'bd175225853df3bf3c60f0a56fa651ef', 'campaignmonitor_listid' => '8654d575aa9990f0dd40694111171151', 'colour_main' => '#F5932A', 'colour_other' => '#FF8B1F', 'colour_other2' => '#fff', 'colour_primary_rgba' => 'rgba(245,130,42, 0.95)', 'colour_secondary' => '#EC8E29', 'colour_secondary_rgba' => 'rgba(255,124,0, 0.7)', 'company_email' => 'thealefactory@celloglas.co.uk', 'company_telephone' => '0118 916 7300', 'csv_path' => '', 'default_addressid' => '1', 'default_order_line_notes' => '', 'default_turnaround_days' => '5', 'delivery_stockcode' => 'DEL/COURIER', 'detrack_key' => 'ae0d2a4f602ef1cbfa6d66da9f7c9ec3d180c54410abf57b', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'na', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'Pr3552jam1', 'dpd_printer' => 'Citizen CL-S521', 'dpd_username' => 'jamjarrg', 'ekomi_count' => '1', 'ekomi_rating' => '5', 'email_on_new_customer' => '1', 'email_on_new_order' => '1', 'email_on_new_order_type' => '2', 'enable_support' => '0', 'exchequer' => 'SIN', 'exchequer_path' => '', 'fedex_account' => '802255209', 'fedex_api_key' => 'l70ab0f7a1b41b40e9b250f0f827327932', 'fedex_secret_key' => 'a1e058fd06e84f2c95e2d1adf21000b2', 'fedex_url' => 'https://apis-sandbox.fedex.com', 'financial_month' => '05', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolder', 'ignore_orders_before_start' => '0', 'internal_customers' => '["MIRR01"]', 'invoice_email' => 'creditcontrol@celloglas.co.uk', 'locations_enabled' => '1', 'newcustomer_email' => 'creditcontrol@celloglas.co.uk', 'neworder_email' => 'creditcontrol@celloglas.co.uk', 'ops_start_date' => '1990-01-01', 'order_email' => 'thealefactory@celloglas.co.uk', 'order_print_button' => '0', 'payment_email' => 'creditcontrol@celloglas.co.uk', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'thealefactory@celloglas.co.uk', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiZGlyIn0..Wp4iLjuyfsoh28PSDcMEMw.W3VkWpLyzRzCpgsUe9dF1GNiGonHkpuYnlimwaTT38Pz582ek6p1993PjIYtX2rENXKHRU-NGCTVaq85K6ahbXPoN04V-fIyhVTLILJnX7js6VedUSNM5x38I96N5a-4JBLaVzycwuplpulHOYVMkljFJAR2tCpYiOBT8gcMdN1DgPiOci1DcdnPWXWH4GUSO5xyS9YAhyGtajGqPshGBD6xWySUXOesz-YEd4szSUUxuxgLDMUs0ixboiNHq6nGa9llxak4H1rAjNPtX0TunK4g7qPNdqcu9c4dJKDgulyOb6GrCgy_K0_WzZPsSv917l9xss8L0M1zmS4kTd7OPWYlVeceWQucRPpj8Bs2mG744bw5rRBZGVX3rja6eVv-o3jzJqZ6rCuiECfqxmy5aMUlqCtGzucJTeVD1VfCPX4tdRGV83-XLCUlb-cDPvoD6gSAzBPKzn2JQYApH5K7pLFRF-ocAsIXK6L27wCWtZ_ahelnwAxSTIK2u8SKjXzUXE9rEeKu9PHLLAUoGlb_Pm34nD-dZPwE_luuubUd2PGrz3jKhepduYNkJigpw1n3av_HsSDcnCmO3CWWRHzz3ejCRUS1b3zkyNKcoJPrSnCrsZSBho2muufURSEyA4SobvaHXqHg8vy__bjX4m5KOcdHbEcUFkEf0eY71aR-G0dizDy-03HtjAAccwxuvZL8KlZ8_Ahrt4KDBRaB156HyFolvHFqVUW2BkSikwAutYbSvERP8IJd8eIOuQ2FjvYb.pzZI-VOeVib1jX7w-l0_9A', 'quickbooks_clientid' => 'ABzZiabR3jasGcfnMCm9x9HHx8SbjmTQFq27Yq80bgXYsoynlk', 'quickbooks_companyid' => '9341452218688632', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"","field":"finishing"},{"prefix":"","field":"notes"}]', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '0', 'quickbooks_secret' => 'OOcwriYnHSwG4JZLUNiyfVCFwrkvjNuBaWyKWxF9', 'quote_email' => 'thealefactory@celloglas.co.uk', 'require_address_on_customers' => '1', 'require_job_ref_field' => '1', 'require_po_on_customers' => '1', 'send_email_on_support_ticket' => '1', 'show_product_dropdowns' => '0', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '1', 'tbc_addressid' => '1', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1', 'worldpay_merchant_code' => '1', 'worldpay_merchant_password' => '1', 'worldpay_url' => 'https://secure-test.worldpay.com/wcc/purchase', 'orderemail' => 'sam@jamjarprint.co.uk', 'worldpay_installationid' => '', 'basket_usemincharge' => '0', 'basket_mincharge' => '', 'productpage_proof' => '0', 'basket_proofcost' => '', 'basket_freedeliveryamount' => '200', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#ffffff', 'bannertextcolour' => '#394fa2', 'bannermessage' => 'We are still open and taking order 24 hours a day!', 'basket_pricemarkup' => '', 'productpage_express' => '0', 'infoemail' => 'thealefactory@celloglas.co.uk', 'hascampaignmonitor' => '0', 'quoteemail' => '', 'samplepackemail' => '', 'worldpay_mdstring' => '', 'homepage_carousel' => '1', 'homepage_articles' => '0', 'homepage_vertical_menu' => '0', 'homepage_news' => '0', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '', 'homepage_heading_widget' => '0', 'homepage_heading_id' => 'Select...', 'homepage_blurb_shown' => '1', 'homepage_blurb' => 'Test Blurb', 'productpage_jobname' => '0', 'page_title_headings' => '1', 'address_display' => 'Unit 12c Exeter Way,
Theale Commercial Estate,
Reading,
Berkshire
RG7 4AW', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => '', 'heading_lowest_price' => '0', 'phonenumber' => '01189167300', 'phonenumber_display' => '01189 167300', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '0', 'basket_payment_credit' => '0', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => '0', 'maintenance_mode' => '0', 'maintenance_date' => '', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'frontendsettings' => array('orderemail' => 'sam@jamjarprint.co.uk', 'worldpay_installationid' => '', 'basket_usemincharge' => '0', 'basket_mincharge' => '', 'productpage_proof' => '0', 'basket_proofcost' => '', 'basket_freedeliveryamount' => '200', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#ffffff', 'bannertextcolour' => '#394fa2', 'bannermessage' => 'We are still open and taking order 24 hours a day!', 'basket_pricemarkup' => '', 'productpage_express' => '0', 'infoemail' => 'thealefactory@celloglas.co.uk', 'hascampaignmonitor' => '0', 'quoteemail' => '', 'samplepackemail' => '', 'worldpay_mdstring' => '', 'homepage_carousel' => '1', 'homepage_articles' => '0', 'homepage_vertical_menu' => '0', 'homepage_news' => '0', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '', 'homepage_heading_widget' => '0', 'homepage_heading_id' => 'Select...', 'homepage_blurb_shown' => '1', 'homepage_blurb' => 'Test Blurb', 'productpage_jobname' => '0', 'page_title_headings' => '1', 'address_display' => 'Unit 12c Exeter Way,
Theale Commercial Estate,
Reading,
Berkshire
RG7 4AW', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => '', 'heading_lowest_price' => '0', 'phonenumber' => '01189167300', 'phonenumber_display' => '01189 167300', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '0', 'basket_payment_credit' => '0', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => '0', 'maintenance_mode' => '0', 'maintenance_date' => '', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '')), array('templateheader' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_templateheader'), 'htmltitle' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_htmltitle'), 'metadesc' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_metadesc'), 'metakeywords' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_metakeywords'), 'logintitle' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_logintitle'), 'pagebanner' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_pagebanner'), 'sitecontainerstart' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_sitecontainerstart'), 'contentcontainerstart' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_contentcontainerstart'), 'contentcontainerend' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_contentcontainerend'), 'sitecontainerend' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_sitecontainerend'), 'templatejavascripts' => array(object(__TwigTemplate_1c74ee171c0c337555bb0b95f29f7b19), 'block_templatejavascripts'), 'extrameta' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_extrameta'), 'css' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_css'), 'headjavascripts' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_headjavascripts'), 'body' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_body'), 'javascripts' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_javascripts')))
(var/cache/dev/twig/17/172379f0c55c251e6d8010b22c2bd1fb.php:56)
at __TwigTemplate_a94874e4b1eee4b2e706c668ceb75053->doDisplay(array('basket' => null, 'referer' => '/', 'breadcrumbs' => array(array('text' => 'Basket', 'link' => false)), 'app' => object(AppVariable), 'company' => 'celloglas', 'cdn_domain' => 'https://ops.celloglas.co.uk', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'Celloglas Mirri', 'twitter_handle' => '@celloglas', 'site_description' => 'Bristol Printers JamJar Print for all your printing needs: flyers, leaflets, business cards, posters, etc. Best for prices, quality and service.', 'siteMenu' => array(array('menu' => 'Main Menu', 'active' => 1, 'menuid' => 1, 'headings' => array(array('headingid' => 2, 'friendlyurl' => '/flyers', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Flyers', 'pages' => array(array('pageid' => 2, 'visibility' => 1, 'pagenavname' => 'Flyers', 'friendlyurl' => '/printing/flyers', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 5, 'pageid' => 2, 'image' => 'flyers.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e870992d2eb.png'), array('headingid' => 3, 'friendlyurl' => '/headings/leaflets', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Leaflets', 'pages' => array(array('pageid' => 3, 'visibility' => 1, 'pagenavname' => 'Leaflets', 'friendlyurl' => '/printing/leaflets', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 2, 'pageid' => 3, 'image' => 'leaflets.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e8708cedf48.png'), array('headingid' => 4, 'friendlyurl' => '/printing/folded-leaflets', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Folded Leaflets', 'pages' => array(array('pageid' => 4, 'visibility' => 1, 'pagenavname' => 'Single Folded Leaflets', 'friendlyurl' => '/printing/single-folded-leaflets', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 3, 'pageid' => 4, 'image' => 'foldedleaflets.png', 'imageflag' => '["1","2"]'))), array('pageid' => 5, 'visibility' => 1, 'pagenavname' => 'Cross Folded Leaflets', 'friendlyurl' => '/printing/cross-folded-leaflets', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 4, 'pageid' => 5, 'image' => 'foldedleaflets.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e748cf95145.png'), array('headingid' => 5, 'friendlyurl' => '/printing/brochures', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Brochures', 'pages' => array(array('pageid' => 6, 'visibility' => 1, 'pagenavname' => 'Soft Cover Brochures', 'friendlyurl' => '/brochures-soft-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => 'Brochures with a soft cover (Self Cover)<br>', 'images' => array(array('imageid' => 6, 'pageid' => 6, 'image' => 'brochures.png', 'imageflag' => '["1","2"]'))), array('pageid' => 7, 'visibility' => 1, 'pagenavname' => 'Hard Cover Brochures', 'friendlyurl' => '/brochures-hard-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 7, 'pageid' => 7, 'image' => 'brochures.png', 'imageflag' => '["1","2"]'))), array('pageid' => 8, 'visibility' => 1, 'pagenavname' => 'Laminated Cover Brochures', 'friendlyurl' => 'brochures-laminated-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 8, 'pageid' => 8, 'image' => 'brochures.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e86f27d1083.png'), array('headingid' => 6, 'friendlyurl' => '/printing/booklets', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Booklets', 'pages' => array(array('pageid' => 9, 'visibility' => 1, 'pagenavname' => 'Soft Cover Booklets', 'friendlyurl' => '/printing/booklets-soft-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => 'Booklets with a soft cover (Self Cover)<br>', 'images' => array(array('imageid' => 10, 'pageid' => 9, 'image' => 'booklets.png', 'imageflag' => '["1","2"]'))), array('pageid' => 10, 'visibility' => 1, 'pagenavname' => 'Hard Cover Booklets', 'friendlyurl' => '/printing/booklets-hard-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => 'Booklets with a heavy cover (Hard Cover)<br>', 'images' => array(array('imageid' => 12, 'pageid' => 10, 'image' => 'booklets.png', 'imageflag' => '["1","2"]'))), array('pageid' => 11, 'visibility' => 1, 'pagenavname' => 'Laminated Cover Booklets', 'friendlyurl' => '/printing/booklets-laminted-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => 'Booklets with a heavy laminated cover<br>', 'images' => array(array('imageid' => 13, 'pageid' => 11, 'image' => 'booklets.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e87194b6817.png'))), 'no' => array(array('headingid' => 1, 'friendlyurl' => '/headings5/flyers', 'visibility' => 1, 'headingnavname' => 'Flyers-NM', 'pages' => array(array('pageid' => 1, 'visibility' => 1, 'pagenavname' => 'Flyers-Page', 'friendlyurl' => '/printing/flyers-nm', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 1, 'pageid' => 1, 'image' => 'flyers.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65df48b5de638.png'))), 'upsellProducts' => array(), 'types' => array(), 'processes' => array(array('process' => 'Lithographic Print', 'category' => 1, 'code' => 'LITHO', 'sizes' => null, 'typeid' => 1, 'processid' => 2), array('process' => 'Digital Print', 'category' => 1, 'code' => 'DIG', 'sizes' => null, 'typeid' => 1, 'processid' => 3), array('process' => 'Indigo Print', 'category' => 1, 'code' => 'IND', 'sizes' => null, 'typeid' => 1, 'processid' => 4), array('process' => 'Full Colour', 'category' => 5, 'code' => '4col', 'sizes' => null, 'typeid' => 1, 'processid' => 5), array('process' => 'Matt Lam 1 Side', 'category' => 3, 'code' => 'LamMTSS', 'sizes' => null, 'typeid' => 1, 'processid' => 7), array('process' => 'Matt Lam 2 Sides', 'category' => 3, 'code' => 'LamMTDS', 'sizes' => null, 'typeid' => 1, 'processid' => 8), array('process' => 'Gloss Lam 1 Side', 'category' => 3, 'code' => 'LamGLSSS', 'sizes' => null, 'typeid' => 4, 'processid' => 9), array('process' => 'Gloss Lam 2 Sides', 'category' => 3, 'code' => 'LamGLSDS', 'sizes' => null, 'typeid' => 1, 'processid' => 10), array('process' => 'Soft Touch Lam 1 Side', 'category' => 3, 'code' => 'LamSOFSS', 'sizes' => null, 'typeid' => 1, 'processid' => 11), array('process' => 'Soft Touch Lam 2 Sides', 'category' => 3, 'code' => 'LamSOFDS', 'sizes' => null, 'typeid' => 1, 'processid' => 12), array('process' => 'Large Format Print', 'category' => 1, 'code' => 'LFP', 'sizes' => null, 'typeid' => 1, 'processid' => 13), array('process' => 'Sublimation', 'category' => 1, 'code' => 'SUB', 'sizes' => null, 'typeid' => 1, 'processid' => 14), array('process' => 'A4 Cross Fold to A6', 'category' => 4, 'code' => 'A4xfA6', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 17), array('process' => 'A3 Cross Fold to A5', 'category' => 4, 'code' => 'A3xfA5', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 18), array('process' => 'A5 Double Fold to 1/3 A5', 'category' => 4, 'code' => 'A5df3rdA5', 'sizes' => '["21"]', 'typeid' => 9, 'processid' => 19), array('process' => 'A4 Double Fold to 1/3 A4', 'category' => 4, 'code' => 'A4df3rdA4', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 20), array('process' => 'A3 Double Fold to 1/3 A3', 'category' => 4, 'code' => 'A3df3rdA3', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 21), array('process' => 'A5 Single Fold to A6', 'category' => 4, 'code' => 'A5sfA6', 'sizes' => '["21","235"]', 'typeid' => 9, 'processid' => 22), array('process' => 'A4 Single Fold to A5', 'category' => 4, 'code' => 'A4sfA5', 'sizes' => '["2","234"]', 'typeid' => 9, 'processid' => 25), array('process' => 'A4 Single Fold to A5L', 'category' => 4, 'code' => 'A4sfA5L', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 26), array('process' => 'A3 Single Fold to A4', 'category' => 4, 'code' => 'A3sfA4', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 27), array('process' => 'A3 Single Fold to A3L', 'category' => 4, 'code' => 'A3sfA3L', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 28), array('process' => 'Gold Foil', 'category' => 4, 'code' => 'FOILGld', 'sizes' => null, 'typeid' => 1, 'processid' => 29), array('process' => 'Silver Foil', 'category' => 4, 'code' => 'FOILSlv', 'sizes' => null, 'typeid' => 1, 'processid' => 30), array('process' => 'Single Sided Spot UV', 'category' => 4, 'code' => 'spUVSS', 'sizes' => null, 'typeid' => 1, 'processid' => 31), array('process' => 'Scodix Hi Build', 'category' => 4, 'code' => 'ScdxHIB', 'sizes' => null, 'typeid' => 17, 'processid' => 32), array('process' => 'Scodix Sense', 'category' => 4, 'code' => 'ScdxSNS', 'sizes' => null, 'typeid' => 17, 'processid' => 33), array('process' => 'Scodix Gold Foil', 'category' => 4, 'code' => 'ScdxGLD', 'sizes' => null, 'typeid' => 17, 'processid' => 34), array('process' => 'Scodix Silver Foil', 'category' => 4, 'code' => 'ScdxSLV', 'sizes' => null, 'typeid' => 17, 'processid' => 35), array('process' => 'Scodix Foil', 'category' => 4, 'code' => 'ScdxFOIL', 'sizes' => null, 'typeid' => 17, 'processid' => 36), array('process' => 'Gloss Encapsulation', 'category' => 3, 'code' => 'EncapGLS', 'sizes' => null, 'typeid' => 1, 'processid' => 37), array('process' => 'Matt Encapsulation', 'category' => 4, 'code' => 'EncapMT', 'sizes' => null, 'typeid' => 1, 'processid' => 38), array('process' => 'Diecut', 'category' => 4, 'code' => 'Diecut', 'sizes' => null, 'typeid' => 1, 'processid' => 39), array('process' => 'Rounded Corners', 'category' => 4, 'code' => 'RndCNR', 'sizes' => null, 'typeid' => 10, 'processid' => 40), array('process' => '1 Colour', 'category' => 5, 'code' => '1col', 'sizes' => null, 'typeid' => 1, 'processid' => 44), array('process' => 'Full Colour + SS Pantone', 'category' => 5, 'code' => '5/4', 'sizes' => null, 'typeid' => 1, 'processid' => 45), array('process' => 'Full Colour + DS Pantone', 'category' => 5, 'code' => '5/5', 'sizes' => null, 'typeid' => 1, 'processid' => 46), array('process' => 'Single Fold to CC', 'category' => 4, 'code' => 'SFCC', 'sizes' => null, 'typeid' => 1, 'processid' => 47), array('process' => 'Edge Painted', 'category' => 4, 'code' => 'EgPaint', 'sizes' => null, 'typeid' => 1, 'processid' => 48), array('process' => 'Interlocking Flap', 'category' => 4, 'code' => 'LOCflaps', 'sizes' => null, 'typeid' => 1, 'processid' => 49), array('process' => 'Pocket & BC', 'category' => 4, 'code' => 'PocBC', 'sizes' => '["217"]', 'typeid' => 1, 'processid' => 50), array('process' => '4mm Pocket & BC', 'category' => 4, 'code' => '4mmPocBC', 'sizes' => '["217"]', 'typeid' => 1, 'processid' => 51), array('process' => '8 Page', 'category' => 2, 'code' => '8pp', 'sizes' => null, 'typeid' => 1, 'processid' => 53), array('process' => '16 Page', 'category' => 2, 'code' => '16pp', 'sizes' => null, 'typeid' => 1, 'processid' => 54), array('process' => 'Single Sided', 'category' => 2, 'code' => 'SS', 'sizes' => null, 'typeid' => 2, 'processid' => 55), array('process' => 'Double Sided', 'category' => 2, 'code' => 'DS', 'sizes' => null, 'typeid' => 2, 'processid' => 56), array('process' => 'Silk Lamination 1 Side', 'category' => 3, 'code' => 'LamSSslk', 'sizes' => null, 'typeid' => 15, 'processid' => 57), array('process' => 'Silk Lamination 2 Sides', 'category' => 3, 'code' => 'LamDSslk', 'sizes' => null, 'typeid' => 15, 'processid' => 58), array('process' => 'Anti Scuff Lam 1 Side', 'category' => 3, 'code' => 'LamSSscuff', 'sizes' => null, 'typeid' => 7, 'processid' => 59), array('process' => 'DS Anti Scuff Lam', 'category' => 3, 'code' => 'LamDSscuff', 'sizes' => null, 'typeid' => 7, 'processid' => 61), array('process' => 'Linen Lam 1 Side', 'category' => 3, 'code' => 'LamSSlinen', 'sizes' => null, 'typeid' => 6, 'processid' => 62), array('process' => 'DS Linen Lam', 'category' => 3, 'code' => 'LamDSlinen', 'sizes' => null, 'typeid' => 6, 'processid' => 63), array('process' => 'Vertical Business Card Slot', 'category' => 4, 'code' => 'DieVBC', 'sizes' => null, 'typeid' => 10, 'processid' => 64), array('process' => 'Horizontal Business Card Slot', 'category' => 4, 'code' => 'DieHBC', 'sizes' => null, 'typeid' => 10, 'processid' => 65), array('process' => 'A3 Cross Fold to A6', 'category' => 4, 'code' => 'A3xfA6', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 68), array('process' => 'A2 Cross Fold to A5', 'category' => 4, 'code' => 'A2xfA5', 'sizes' => '["20"]', 'typeid' => 9, 'processid' => 72), array('process' => 'Silver Stitch', 'category' => 4, 'code' => 'STITslv', 'sizes' => null, 'typeid' => 19, 'processid' => 73), array('process' => '2 Colour', 'category' => 5, 'code' => '2col', 'sizes' => null, 'typeid' => 1, 'processid' => 74), array('process' => 'Pad', 'category' => 4, 'code' => 'PAD', 'sizes' => null, 'typeid' => 19, 'processid' => 75), array('process' => 'Black Only', 'category' => 5, 'code' => 'Blk', 'sizes' => null, 'typeid' => 1, 'processid' => 76), array('process' => 'with Eyelets', 'category' => 4, 'code' => 'Eyelet', 'sizes' => null, 'typeid' => 12, 'processid' => 77), array('process' => 'No Eyelets', 'category' => 4, 'code' => 'NoEyelets', 'sizes' => null, 'typeid' => 12, 'processid' => 78), array('process' => '2 Part', 'category' => 4, 'code' => '1Perf', 'sizes' => null, 'typeid' => 20, 'processid' => 79), array('process' => '3 Part', 'category' => 4, 'code' => '2Perf', 'sizes' => null, 'typeid' => 20, 'processid' => 80), array('process' => 'Laser Cutting', 'category' => 4, 'code' => 'LASER', 'sizes' => null, 'typeid' => 21, 'processid' => 81), array('process' => 'Glue', 'category' => 4, 'code' => 'GLUE', 'sizes' => null, 'typeid' => 12, 'processid' => 82), array('process' => 'Drill', 'category' => 4, 'code' => 'DRILL', 'sizes' => null, 'typeid' => 22, 'processid' => 83), array('process' => 'SIngle Fold to 55x55mm', 'category' => 4, 'code' => 'SF55x55', 'sizes' => null, 'typeid' => 9, 'processid' => 84), array('process' => 'A6 Single Fold to A7', 'category' => 4, 'code' => 'A6sfA7', 'sizes' => '["4"]', 'typeid' => 9, 'processid' => 85), array('process' => 'Wiro Binding', 'category' => 4, 'code' => 'WIRO', 'sizes' => null, 'typeid' => 19, 'processid' => 86), array('process' => 'Bond', 'category' => 4, 'code' => 'BOND', 'sizes' => null, 'typeid' => 23, 'processid' => 87), array('process' => '14 Page', 'category' => 2, 'code' => '14pp', 'sizes' => null, 'typeid' => 2, 'processid' => 88), array('process' => '26 Page', 'category' => 2, 'code' => '26pp', 'sizes' => null, 'typeid' => 2, 'processid' => 89), array('process' => 'A2 Double Fold to A4', 'category' => 4, 'code' => 'A2dfA4', 'sizes' => '["20"]', 'typeid' => 9, 'processid' => 90), array('process' => 'A1 cross fold to A4', 'category' => 4, 'code' => 'A1xfA4', 'sizes' => '["19"]', 'typeid' => 9, 'processid' => 91), array('process' => '290mm Single Fold to 145mm', 'category' => 4, 'code' => '290sf145', 'sizes' => '["227"]', 'typeid' => 9, 'processid' => 92), array('process' => 'White Ink', 'category' => 5, 'code' => 'WhtINK', 'sizes' => null, 'typeid' => 1, 'processid' => 94), array('process' => '198mm Single Fold to 99mm', 'category' => 4, 'code' => '198sf99', 'sizes' => '["228"]', 'typeid' => 9, 'processid' => 95), array('process' => '370 Single Fold to 85mm', 'category' => 4, 'code' => '370sf85', 'sizes' => '["229"]', 'typeid' => 9, 'processid' => 96), array('process' => 'White Laminate', 'category' => 3, 'code' => 'WhtLAM', 'sizes' => null, 'typeid' => 24, 'processid' => 97), array('process' => 'A4 Single Fold to A4L', 'category' => 4, 'code' => 'A4sfA4L', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 98), array('process' => 'Anti Slip Laminate', 'category' => 3, 'code' => 'LamSSantislip', 'sizes' => null, 'typeid' => 25, 'processid' => 107), array('process' => '13 Leaves', 'category' => 2, 'code' => '13Leaf', 'sizes' => null, 'typeid' => 2, 'processid' => 108), array('process' => '7 Leaves', 'category' => 2, 'code' => '7 Leaf', 'sizes' => null, 'typeid' => 2, 'processid' => 109), array('process' => 'Stretch', 'category' => 4, 'code' => 'STRETCH', 'sizes' => null, 'typeid' => 12, 'processid' => 110)), 'processtypes' => array(array('type' => 'print', 'hasnooption' => 0, 'blocks' => null, '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', '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' => '1', 'block_printing_orders_on_credit_hold' => '1', 'campaignmonitor_apikey' => 'bd175225853df3bf3c60f0a56fa651ef', 'campaignmonitor_listid' => '8654d575aa9990f0dd40694111171151', 'colour_main' => '#F5932A', 'colour_other' => '#FF8B1F', 'colour_other2' => '#fff', 'colour_primary_rgba' => 'rgba(245,130,42, 0.95)', 'colour_secondary' => '#EC8E29', 'colour_secondary_rgba' => 'rgba(255,124,0, 0.7)', 'company_email' => 'thealefactory@celloglas.co.uk', 'company_telephone' => '0118 916 7300', 'csv_path' => '', 'default_addressid' => '1', 'default_order_line_notes' => '', 'default_turnaround_days' => '5', 'delivery_stockcode' => 'DEL/COURIER', 'detrack_key' => 'ae0d2a4f602ef1cbfa6d66da9f7c9ec3d180c54410abf57b', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'na', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'Pr3552jam1', 'dpd_printer' => 'Citizen CL-S521', 'dpd_username' => 'jamjarrg', 'ekomi_count' => '1', 'ekomi_rating' => '5', 'email_on_new_customer' => '1', 'email_on_new_order' => '1', 'email_on_new_order_type' => '2', 'enable_support' => '0', 'exchequer' => 'SIN', 'exchequer_path' => '', 'fedex_account' => '802255209', 'fedex_api_key' => 'l70ab0f7a1b41b40e9b250f0f827327932', 'fedex_secret_key' => 'a1e058fd06e84f2c95e2d1adf21000b2', 'fedex_url' => 'https://apis-sandbox.fedex.com', 'financial_month' => '05', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolder', 'ignore_orders_before_start' => '0', 'internal_customers' => '["MIRR01"]', 'invoice_email' => 'creditcontrol@celloglas.co.uk', 'locations_enabled' => '1', 'newcustomer_email' => 'creditcontrol@celloglas.co.uk', 'neworder_email' => 'creditcontrol@celloglas.co.uk', 'ops_start_date' => '1990-01-01', 'order_email' => 'thealefactory@celloglas.co.uk', 'order_print_button' => '0', 'payment_email' => 'creditcontrol@celloglas.co.uk', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'thealefactory@celloglas.co.uk', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiZGlyIn0..Wp4iLjuyfsoh28PSDcMEMw.W3VkWpLyzRzCpgsUe9dF1GNiGonHkpuYnlimwaTT38Pz582ek6p1993PjIYtX2rENXKHRU-NGCTVaq85K6ahbXPoN04V-fIyhVTLILJnX7js6VedUSNM5x38I96N5a-4JBLaVzycwuplpulHOYVMkljFJAR2tCpYiOBT8gcMdN1DgPiOci1DcdnPWXWH4GUSO5xyS9YAhyGtajGqPshGBD6xWySUXOesz-YEd4szSUUxuxgLDMUs0ixboiNHq6nGa9llxak4H1rAjNPtX0TunK4g7qPNdqcu9c4dJKDgulyOb6GrCgy_K0_WzZPsSv917l9xss8L0M1zmS4kTd7OPWYlVeceWQucRPpj8Bs2mG744bw5rRBZGVX3rja6eVv-o3jzJqZ6rCuiECfqxmy5aMUlqCtGzucJTeVD1VfCPX4tdRGV83-XLCUlb-cDPvoD6gSAzBPKzn2JQYApH5K7pLFRF-ocAsIXK6L27wCWtZ_ahelnwAxSTIK2u8SKjXzUXE9rEeKu9PHLLAUoGlb_Pm34nD-dZPwE_luuubUd2PGrz3jKhepduYNkJigpw1n3av_HsSDcnCmO3CWWRHzz3ejCRUS1b3zkyNKcoJPrSnCrsZSBho2muufURSEyA4SobvaHXqHg8vy__bjX4m5KOcdHbEcUFkEf0eY71aR-G0dizDy-03HtjAAccwxuvZL8KlZ8_Ahrt4KDBRaB156HyFolvHFqVUW2BkSikwAutYbSvERP8IJd8eIOuQ2FjvYb.pzZI-VOeVib1jX7w-l0_9A', 'quickbooks_clientid' => 'ABzZiabR3jasGcfnMCm9x9HHx8SbjmTQFq27Yq80bgXYsoynlk', 'quickbooks_companyid' => '9341452218688632', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"","field":"finishing"},{"prefix":"","field":"notes"}]', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '0', 'quickbooks_secret' => 'OOcwriYnHSwG4JZLUNiyfVCFwrkvjNuBaWyKWxF9', 'quote_email' => 'thealefactory@celloglas.co.uk', 'require_address_on_customers' => '1', 'require_job_ref_field' => '1', 'require_po_on_customers' => '1', 'send_email_on_support_ticket' => '1', 'show_product_dropdowns' => '0', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '1', 'tbc_addressid' => '1', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1', 'worldpay_merchant_code' => '1', 'worldpay_merchant_password' => '1', 'worldpay_url' => 'https://secure-test.worldpay.com/wcc/purchase', 'orderemail' => 'sam@jamjarprint.co.uk', 'worldpay_installationid' => '', 'basket_usemincharge' => '0', 'basket_mincharge' => '', 'productpage_proof' => '0', 'basket_proofcost' => '', 'basket_freedeliveryamount' => '200', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#ffffff', 'bannertextcolour' => '#394fa2', 'bannermessage' => 'We are still open and taking order 24 hours a day!', 'basket_pricemarkup' => '', 'productpage_express' => '0', 'infoemail' => 'thealefactory@celloglas.co.uk', 'hascampaignmonitor' => '0', 'quoteemail' => '', 'samplepackemail' => '', 'worldpay_mdstring' => '', 'homepage_carousel' => '1', 'homepage_articles' => '0', 'homepage_vertical_menu' => '0', 'homepage_news' => '0', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '', 'homepage_heading_widget' => '0', 'homepage_heading_id' => 'Select...', 'homepage_blurb_shown' => '1', 'homepage_blurb' => 'Test Blurb', 'productpage_jobname' => '0', 'page_title_headings' => '1', 'address_display' => 'Unit 12c Exeter Way,
Theale Commercial Estate,
Reading,
Berkshire
RG7 4AW', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => '', 'heading_lowest_price' => '0', 'phonenumber' => '01189167300', 'phonenumber_display' => '01189 167300', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '0', 'basket_payment_credit' => '0', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => '0', 'maintenance_mode' => '0', 'maintenance_date' => '', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'frontendsettings' => array('orderemail' => 'sam@jamjarprint.co.uk', 'worldpay_installationid' => '', 'basket_usemincharge' => '0', 'basket_mincharge' => '', 'productpage_proof' => '0', 'basket_proofcost' => '', 'basket_freedeliveryamount' => '200', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#ffffff', 'bannertextcolour' => '#394fa2', 'bannermessage' => 'We are still open and taking order 24 hours a day!', 'basket_pricemarkup' => '', 'productpage_express' => '0', 'infoemail' => 'thealefactory@celloglas.co.uk', 'hascampaignmonitor' => '0', 'quoteemail' => '', 'samplepackemail' => '', 'worldpay_mdstring' => '', 'homepage_carousel' => '1', 'homepage_articles' => '0', 'homepage_vertical_menu' => '0', 'homepage_news' => '0', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '', 'homepage_heading_widget' => '0', 'homepage_heading_id' => 'Select...', 'homepage_blurb_shown' => '1', 'homepage_blurb' => 'Test Blurb', 'productpage_jobname' => '0', 'page_title_headings' => '1', 'address_display' => 'Unit 12c Exeter Way,
Theale Commercial Estate,
Reading,
Berkshire
RG7 4AW', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => '', 'heading_lowest_price' => '0', 'phonenumber' => '01189167300', 'phonenumber_display' => '01189 167300', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '0', 'basket_payment_credit' => '0', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => '0', 'maintenance_mode' => '0', 'maintenance_date' => '', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '')), array('htmltitle' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_htmltitle'), 'metadesc' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_metadesc'), 'metakeywords' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_metakeywords'), 'extrameta' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_extrameta'), 'css' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_css'), 'headjavascripts' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_headjavascripts'), 'body' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_body'), 'javascripts' => array(object(__TwigTemplate_a94874e4b1eee4b2e706c668ceb75053), 'block_javascripts')))
(vendor/twig/twig/src/Template.php:360)
at Twig\Template->yield(array('basket' => null, 'referer' => '/', 'breadcrumbs' => array(array('text' => 'Basket', 'link' => false)), 'app' => object(AppVariable), 'company' => 'celloglas', 'cdn_domain' => 'https://ops.celloglas.co.uk', 'api_domain' => 'https://print-ops.com', 'google_maps_key' => 'AIzaSyC_R7ekthtQ0Xa8u0orlv9ugiS79a3Qf_w', 'company_name' => 'Celloglas Mirri', 'twitter_handle' => '@celloglas', 'site_description' => 'Bristol Printers JamJar Print for all your printing needs: flyers, leaflets, business cards, posters, etc. Best for prices, quality and service.', 'siteMenu' => array(array('menu' => 'Main Menu', 'active' => 1, 'menuid' => 1, 'headings' => array(array('headingid' => 2, 'friendlyurl' => '/flyers', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Flyers', 'pages' => array(array('pageid' => 2, 'visibility' => 1, 'pagenavname' => 'Flyers', 'friendlyurl' => '/printing/flyers', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 5, 'pageid' => 2, 'image' => 'flyers.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e870992d2eb.png'), array('headingid' => 3, 'friendlyurl' => '/headings/leaflets', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Leaflets', 'pages' => array(array('pageid' => 3, 'visibility' => 1, 'pagenavname' => 'Leaflets', 'friendlyurl' => '/printing/leaflets', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 2, 'pageid' => 3, 'image' => 'leaflets.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e8708cedf48.png'), array('headingid' => 4, 'friendlyurl' => '/printing/folded-leaflets', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Folded Leaflets', 'pages' => array(array('pageid' => 4, 'visibility' => 1, 'pagenavname' => 'Single Folded Leaflets', 'friendlyurl' => '/printing/single-folded-leaflets', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 3, 'pageid' => 4, 'image' => 'foldedleaflets.png', 'imageflag' => '["1","2"]'))), array('pageid' => 5, 'visibility' => 1, 'pagenavname' => 'Cross Folded Leaflets', 'friendlyurl' => '/printing/cross-folded-leaflets', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 4, 'pageid' => 5, 'image' => 'foldedleaflets.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e748cf95145.png'), array('headingid' => 5, 'friendlyurl' => '/printing/brochures', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Brochures', 'pages' => array(array('pageid' => 6, 'visibility' => 1, 'pagenavname' => 'Soft Cover Brochures', 'friendlyurl' => '/brochures-soft-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => 'Brochures with a soft cover (Self Cover)<br>', 'images' => array(array('imageid' => 6, 'pageid' => 6, 'image' => 'brochures.png', 'imageflag' => '["1","2"]'))), array('pageid' => 7, 'visibility' => 1, 'pagenavname' => 'Hard Cover Brochures', 'friendlyurl' => '/brochures-hard-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 7, 'pageid' => 7, 'image' => 'brochures.png', 'imageflag' => '["1","2"]'))), array('pageid' => 8, 'visibility' => 1, 'pagenavname' => 'Laminated Cover Brochures', 'friendlyurl' => 'brochures-laminated-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 8, 'pageid' => 8, 'image' => 'brochures.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e86f27d1083.png'), array('headingid' => 6, 'friendlyurl' => '/printing/booklets', 'menuid' => 1, 'visibility' => 1, 'headingnavname' => 'Booklets', 'pages' => array(array('pageid' => 9, 'visibility' => 1, 'pagenavname' => 'Soft Cover Booklets', 'friendlyurl' => '/printing/booklets-soft-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => 'Booklets with a soft cover (Self Cover)<br>', 'images' => array(array('imageid' => 10, 'pageid' => 9, 'image' => 'booklets.png', 'imageflag' => '["1","2"]'))), array('pageid' => 10, 'visibility' => 1, 'pagenavname' => 'Hard Cover Booklets', 'friendlyurl' => '/printing/booklets-hard-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => 'Booklets with a heavy cover (Hard Cover)<br>', 'images' => array(array('imageid' => 12, 'pageid' => 10, 'image' => 'booklets.png', 'imageflag' => '["1","2"]'))), array('pageid' => 11, 'visibility' => 1, 'pagenavname' => 'Laminated Cover Booklets', 'friendlyurl' => '/printing/booklets-laminted-cover', 'linkflag' => 0, 'users' => array(), 'navblurb' => 'Booklets with a heavy laminated cover<br>', 'images' => array(array('imageid' => 13, 'pageid' => 11, 'image' => 'booklets.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65e87194b6817.png'))), 'no' => array(array('headingid' => 1, 'friendlyurl' => '/headings5/flyers', 'visibility' => 1, 'headingnavname' => 'Flyers-NM', 'pages' => array(array('pageid' => 1, 'visibility' => 1, 'pagenavname' => 'Flyers-Page', 'friendlyurl' => '/printing/flyers-nm', 'linkflag' => 0, 'users' => array(), 'navblurb' => null, 'images' => array(array('imageid' => 1, 'pageid' => 1, 'image' => 'flyers.png', 'imageflag' => '["1","2"]')))), 'users' => array(), 'image' => '65df48b5de638.png'))), 'upsellProducts' => array(), 'types' => array(), 'processes' => array(array('process' => 'Lithographic Print', 'category' => 1, 'code' => 'LITHO', 'sizes' => null, 'typeid' => 1, 'processid' => 2), array('process' => 'Digital Print', 'category' => 1, 'code' => 'DIG', 'sizes' => null, 'typeid' => 1, 'processid' => 3), array('process' => 'Indigo Print', 'category' => 1, 'code' => 'IND', 'sizes' => null, 'typeid' => 1, 'processid' => 4), array('process' => 'Full Colour', 'category' => 5, 'code' => '4col', 'sizes' => null, 'typeid' => 1, 'processid' => 5), array('process' => 'Matt Lam 1 Side', 'category' => 3, 'code' => 'LamMTSS', 'sizes' => null, 'typeid' => 1, 'processid' => 7), array('process' => 'Matt Lam 2 Sides', 'category' => 3, 'code' => 'LamMTDS', 'sizes' => null, 'typeid' => 1, 'processid' => 8), array('process' => 'Gloss Lam 1 Side', 'category' => 3, 'code' => 'LamGLSSS', 'sizes' => null, 'typeid' => 4, 'processid' => 9), array('process' => 'Gloss Lam 2 Sides', 'category' => 3, 'code' => 'LamGLSDS', 'sizes' => null, 'typeid' => 1, 'processid' => 10), array('process' => 'Soft Touch Lam 1 Side', 'category' => 3, 'code' => 'LamSOFSS', 'sizes' => null, 'typeid' => 1, 'processid' => 11), array('process' => 'Soft Touch Lam 2 Sides', 'category' => 3, 'code' => 'LamSOFDS', 'sizes' => null, 'typeid' => 1, 'processid' => 12), array('process' => 'Large Format Print', 'category' => 1, 'code' => 'LFP', 'sizes' => null, 'typeid' => 1, 'processid' => 13), array('process' => 'Sublimation', 'category' => 1, 'code' => 'SUB', 'sizes' => null, 'typeid' => 1, 'processid' => 14), array('process' => 'A4 Cross Fold to A6', 'category' => 4, 'code' => 'A4xfA6', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 17), array('process' => 'A3 Cross Fold to A5', 'category' => 4, 'code' => 'A3xfA5', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 18), array('process' => 'A5 Double Fold to 1/3 A5', 'category' => 4, 'code' => 'A5df3rdA5', 'sizes' => '["21"]', 'typeid' => 9, 'processid' => 19), array('process' => 'A4 Double Fold to 1/3 A4', 'category' => 4, 'code' => 'A4df3rdA4', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 20), array('process' => 'A3 Double Fold to 1/3 A3', 'category' => 4, 'code' => 'A3df3rdA3', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 21), array('process' => 'A5 Single Fold to A6', 'category' => 4, 'code' => 'A5sfA6', 'sizes' => '["21","235"]', 'typeid' => 9, 'processid' => 22), array('process' => 'A4 Single Fold to A5', 'category' => 4, 'code' => 'A4sfA5', 'sizes' => '["2","234"]', 'typeid' => 9, 'processid' => 25), array('process' => 'A4 Single Fold to A5L', 'category' => 4, 'code' => 'A4sfA5L', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 26), array('process' => 'A3 Single Fold to A4', 'category' => 4, 'code' => 'A3sfA4', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 27), array('process' => 'A3 Single Fold to A3L', 'category' => 4, 'code' => 'A3sfA3L', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 28), array('process' => 'Gold Foil', 'category' => 4, 'code' => 'FOILGld', 'sizes' => null, 'typeid' => 1, 'processid' => 29), array('process' => 'Silver Foil', 'category' => 4, 'code' => 'FOILSlv', 'sizes' => null, 'typeid' => 1, 'processid' => 30), array('process' => 'Single Sided Spot UV', 'category' => 4, 'code' => 'spUVSS', 'sizes' => null, 'typeid' => 1, 'processid' => 31), array('process' => 'Scodix Hi Build', 'category' => 4, 'code' => 'ScdxHIB', 'sizes' => null, 'typeid' => 17, 'processid' => 32), array('process' => 'Scodix Sense', 'category' => 4, 'code' => 'ScdxSNS', 'sizes' => null, 'typeid' => 17, 'processid' => 33), array('process' => 'Scodix Gold Foil', 'category' => 4, 'code' => 'ScdxGLD', 'sizes' => null, 'typeid' => 17, 'processid' => 34), array('process' => 'Scodix Silver Foil', 'category' => 4, 'code' => 'ScdxSLV', 'sizes' => null, 'typeid' => 17, 'processid' => 35), array('process' => 'Scodix Foil', 'category' => 4, 'code' => 'ScdxFOIL', 'sizes' => null, 'typeid' => 17, 'processid' => 36), array('process' => 'Gloss Encapsulation', 'category' => 3, 'code' => 'EncapGLS', 'sizes' => null, 'typeid' => 1, 'processid' => 37), array('process' => 'Matt Encapsulation', 'category' => 4, 'code' => 'EncapMT', 'sizes' => null, 'typeid' => 1, 'processid' => 38), array('process' => 'Diecut', 'category' => 4, 'code' => 'Diecut', 'sizes' => null, 'typeid' => 1, 'processid' => 39), array('process' => 'Rounded Corners', 'category' => 4, 'code' => 'RndCNR', 'sizes' => null, 'typeid' => 10, 'processid' => 40), array('process' => '1 Colour', 'category' => 5, 'code' => '1col', 'sizes' => null, 'typeid' => 1, 'processid' => 44), array('process' => 'Full Colour + SS Pantone', 'category' => 5, 'code' => '5/4', 'sizes' => null, 'typeid' => 1, 'processid' => 45), array('process' => 'Full Colour + DS Pantone', 'category' => 5, 'code' => '5/5', 'sizes' => null, 'typeid' => 1, 'processid' => 46), array('process' => 'Single Fold to CC', 'category' => 4, 'code' => 'SFCC', 'sizes' => null, 'typeid' => 1, 'processid' => 47), array('process' => 'Edge Painted', 'category' => 4, 'code' => 'EgPaint', 'sizes' => null, 'typeid' => 1, 'processid' => 48), array('process' => 'Interlocking Flap', 'category' => 4, 'code' => 'LOCflaps', 'sizes' => null, 'typeid' => 1, 'processid' => 49), array('process' => 'Pocket & BC', 'category' => 4, 'code' => 'PocBC', 'sizes' => '["217"]', 'typeid' => 1, 'processid' => 50), array('process' => '4mm Pocket & BC', 'category' => 4, 'code' => '4mmPocBC', 'sizes' => '["217"]', 'typeid' => 1, 'processid' => 51), array('process' => '8 Page', 'category' => 2, 'code' => '8pp', 'sizes' => null, 'typeid' => 1, 'processid' => 53), array('process' => '16 Page', 'category' => 2, 'code' => '16pp', 'sizes' => null, 'typeid' => 1, 'processid' => 54), array('process' => 'Single Sided', 'category' => 2, 'code' => 'SS', 'sizes' => null, 'typeid' => 2, 'processid' => 55), array('process' => 'Double Sided', 'category' => 2, 'code' => 'DS', 'sizes' => null, 'typeid' => 2, 'processid' => 56), array('process' => 'Silk Lamination 1 Side', 'category' => 3, 'code' => 'LamSSslk', 'sizes' => null, 'typeid' => 15, 'processid' => 57), array('process' => 'Silk Lamination 2 Sides', 'category' => 3, 'code' => 'LamDSslk', 'sizes' => null, 'typeid' => 15, 'processid' => 58), array('process' => 'Anti Scuff Lam 1 Side', 'category' => 3, 'code' => 'LamSSscuff', 'sizes' => null, 'typeid' => 7, 'processid' => 59), array('process' => 'DS Anti Scuff Lam', 'category' => 3, 'code' => 'LamDSscuff', 'sizes' => null, 'typeid' => 7, 'processid' => 61), array('process' => 'Linen Lam 1 Side', 'category' => 3, 'code' => 'LamSSlinen', 'sizes' => null, 'typeid' => 6, 'processid' => 62), array('process' => 'DS Linen Lam', 'category' => 3, 'code' => 'LamDSlinen', 'sizes' => null, 'typeid' => 6, 'processid' => 63), array('process' => 'Vertical Business Card Slot', 'category' => 4, 'code' => 'DieVBC', 'sizes' => null, 'typeid' => 10, 'processid' => 64), array('process' => 'Horizontal Business Card Slot', 'category' => 4, 'code' => 'DieHBC', 'sizes' => null, 'typeid' => 10, 'processid' => 65), array('process' => 'A3 Cross Fold to A6', 'category' => 4, 'code' => 'A3xfA6', 'sizes' => '["3"]', 'typeid' => 9, 'processid' => 68), array('process' => 'A2 Cross Fold to A5', 'category' => 4, 'code' => 'A2xfA5', 'sizes' => '["20"]', 'typeid' => 9, 'processid' => 72), array('process' => 'Silver Stitch', 'category' => 4, 'code' => 'STITslv', 'sizes' => null, 'typeid' => 19, 'processid' => 73), array('process' => '2 Colour', 'category' => 5, 'code' => '2col', 'sizes' => null, 'typeid' => 1, 'processid' => 74), array('process' => 'Pad', 'category' => 4, 'code' => 'PAD', 'sizes' => null, 'typeid' => 19, 'processid' => 75), array('process' => 'Black Only', 'category' => 5, 'code' => 'Blk', 'sizes' => null, 'typeid' => 1, 'processid' => 76), array('process' => 'with Eyelets', 'category' => 4, 'code' => 'Eyelet', 'sizes' => null, 'typeid' => 12, 'processid' => 77), array('process' => 'No Eyelets', 'category' => 4, 'code' => 'NoEyelets', 'sizes' => null, 'typeid' => 12, 'processid' => 78), array('process' => '2 Part', 'category' => 4, 'code' => '1Perf', 'sizes' => null, 'typeid' => 20, 'processid' => 79), array('process' => '3 Part', 'category' => 4, 'code' => '2Perf', 'sizes' => null, 'typeid' => 20, 'processid' => 80), array('process' => 'Laser Cutting', 'category' => 4, 'code' => 'LASER', 'sizes' => null, 'typeid' => 21, 'processid' => 81), array('process' => 'Glue', 'category' => 4, 'code' => 'GLUE', 'sizes' => null, 'typeid' => 12, 'processid' => 82), array('process' => 'Drill', 'category' => 4, 'code' => 'DRILL', 'sizes' => null, 'typeid' => 22, 'processid' => 83), array('process' => 'SIngle Fold to 55x55mm', 'category' => 4, 'code' => 'SF55x55', 'sizes' => null, 'typeid' => 9, 'processid' => 84), array('process' => 'A6 Single Fold to A7', 'category' => 4, 'code' => 'A6sfA7', 'sizes' => '["4"]', 'typeid' => 9, 'processid' => 85), array('process' => 'Wiro Binding', 'category' => 4, 'code' => 'WIRO', 'sizes' => null, 'typeid' => 19, 'processid' => 86), array('process' => 'Bond', 'category' => 4, 'code' => 'BOND', 'sizes' => null, 'typeid' => 23, 'processid' => 87), array('process' => '14 Page', 'category' => 2, 'code' => '14pp', 'sizes' => null, 'typeid' => 2, 'processid' => 88), array('process' => '26 Page', 'category' => 2, 'code' => '26pp', 'sizes' => null, 'typeid' => 2, 'processid' => 89), array('process' => 'A2 Double Fold to A4', 'category' => 4, 'code' => 'A2dfA4', 'sizes' => '["20"]', 'typeid' => 9, 'processid' => 90), array('process' => 'A1 cross fold to A4', 'category' => 4, 'code' => 'A1xfA4', 'sizes' => '["19"]', 'typeid' => 9, 'processid' => 91), array('process' => '290mm Single Fold to 145mm', 'category' => 4, 'code' => '290sf145', 'sizes' => '["227"]', 'typeid' => 9, 'processid' => 92), array('process' => 'White Ink', 'category' => 5, 'code' => 'WhtINK', 'sizes' => null, 'typeid' => 1, 'processid' => 94), array('process' => '198mm Single Fold to 99mm', 'category' => 4, 'code' => '198sf99', 'sizes' => '["228"]', 'typeid' => 9, 'processid' => 95), array('process' => '370 Single Fold to 85mm', 'category' => 4, 'code' => '370sf85', 'sizes' => '["229"]', 'typeid' => 9, 'processid' => 96), array('process' => 'White Laminate', 'category' => 3, 'code' => 'WhtLAM', 'sizes' => null, 'typeid' => 24, 'processid' => 97), array('process' => 'A4 Single Fold to A4L', 'category' => 4, 'code' => 'A4sfA4L', 'sizes' => '["2"]', 'typeid' => 9, 'processid' => 98), array('process' => 'Anti Slip Laminate', 'category' => 3, 'code' => 'LamSSantislip', 'sizes' => null, 'typeid' => 25, 'processid' => 107), array('process' => '13 Leaves', 'category' => 2, 'code' => '13Leaf', 'sizes' => null, 'typeid' => 2, 'processid' => 108), array('process' => '7 Leaves', 'category' => 2, 'code' => '7 Leaf', 'sizes' => null, 'typeid' => 2, 'processid' => 109), array('process' => 'Stretch', 'category' => 4, 'code' => 'STRETCH', 'sizes' => null, 'typeid' => 12, 'processid' => 110)), 'processtypes' => array(array('type' => 'print', 'hasnooption' => 0, 'blocks' => null, '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', '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' => '1', 'block_printing_orders_on_credit_hold' => '1', 'campaignmonitor_apikey' => 'bd175225853df3bf3c60f0a56fa651ef', 'campaignmonitor_listid' => '8654d575aa9990f0dd40694111171151', 'colour_main' => '#F5932A', 'colour_other' => '#FF8B1F', 'colour_other2' => '#fff', 'colour_primary_rgba' => 'rgba(245,130,42, 0.95)', 'colour_secondary' => '#EC8E29', 'colour_secondary_rgba' => 'rgba(255,124,0, 0.7)', 'company_email' => 'thealefactory@celloglas.co.uk', 'company_telephone' => '0118 916 7300', 'csv_path' => '', 'default_addressid' => '1', 'default_order_line_notes' => '', 'default_turnaround_days' => '5', 'delivery_stockcode' => 'DEL/COURIER', 'detrack_key' => 'ae0d2a4f602ef1cbfa6d66da9f7c9ec3d180c54410abf57b', 'display_invoiceemail_customers' => '1', 'dpd_our_contact' => 'na', 'dpd_parcelweight_1' => '5', 'dpd_parcelweight_multiple' => '15', 'dpd_password' => 'Pr3552jam1', 'dpd_printer' => 'Citizen CL-S521', 'dpd_username' => 'jamjarrg', 'ekomi_count' => '1', 'ekomi_rating' => '5', 'email_on_new_customer' => '1', 'email_on_new_order' => '1', 'email_on_new_order_type' => '2', 'enable_support' => '0', 'exchequer' => 'SIN', 'exchequer_path' => '', 'fedex_account' => '802255209', 'fedex_api_key' => 'l70ab0f7a1b41b40e9b250f0f827327932', 'fedex_secret_key' => 'a1e058fd06e84f2c95e2d1adf21000b2', 'fedex_url' => 'https://apis-sandbox.fedex.com', 'financial_month' => '05', 'googlemaps_key' => 'AIzaSyDnsSZvmS8TzYY54AKAkFfORWQNDaQKu1k', 'hotfolder_path' => 'artworkhotfolder', 'ignore_orders_before_start' => '0', 'internal_customers' => '["MIRR01"]', 'invoice_email' => 'creditcontrol@celloglas.co.uk', 'locations_enabled' => '1', 'newcustomer_email' => 'creditcontrol@celloglas.co.uk', 'neworder_email' => 'creditcontrol@celloglas.co.uk', 'ops_start_date' => '1990-01-01', 'order_email' => 'thealefactory@celloglas.co.uk', 'order_print_button' => '0', 'payment_email' => 'creditcontrol@celloglas.co.uk', 'pca_account' => 'FUEL111111', 'pca_key' => 'PF45-YM45-GP55-RE56', 'pca_on' => '1', 'po_email' => 'thealefactory@celloglas.co.uk', 'prodcode_separator' => '-', 'quickbooks_authcode' => 'eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiZGlyIn0..Wp4iLjuyfsoh28PSDcMEMw.W3VkWpLyzRzCpgsUe9dF1GNiGonHkpuYnlimwaTT38Pz582ek6p1993PjIYtX2rENXKHRU-NGCTVaq85K6ahbXPoN04V-fIyhVTLILJnX7js6VedUSNM5x38I96N5a-4JBLaVzycwuplpulHOYVMkljFJAR2tCpYiOBT8gcMdN1DgPiOci1DcdnPWXWH4GUSO5xyS9YAhyGtajGqPshGBD6xWySUXOesz-YEd4szSUUxuxgLDMUs0ixboiNHq6nGa9llxak4H1rAjNPtX0TunK4g7qPNdqcu9c4dJKDgulyOb6GrCgy_K0_WzZPsSv917l9xss8L0M1zmS4kTd7OPWYlVeceWQucRPpj8Bs2mG744bw5rRBZGVX3rja6eVv-o3jzJqZ6rCuiECfqxmy5aMUlqCtGzucJTeVD1VfCPX4tdRGV83-XLCUlb-cDPvoD6gSAzBPKzn2JQYApH5K7pLFRF-ocAsIXK6L27wCWtZ_ahelnwAxSTIK2u8SKjXzUXE9rEeKu9PHLLAUoGlb_Pm34nD-dZPwE_luuubUd2PGrz3jKhepduYNkJigpw1n3av_HsSDcnCmO3CWWRHzz3ejCRUS1b3zkyNKcoJPrSnCrsZSBho2muufURSEyA4SobvaHXqHg8vy__bjX4m5KOcdHbEcUFkEf0eY71aR-G0dizDy-03HtjAAccwxuvZL8KlZ8_Ahrt4KDBRaB156HyFolvHFqVUW2BkSikwAutYbSvERP8IJd8eIOuQ2FjvYb.pzZI-VOeVib1jX7w-l0_9A', 'quickbooks_clientid' => 'ABzZiabR3jasGcfnMCm9x9HHx8SbjmTQFq27Yq80bgXYsoynlk', 'quickbooks_companyid' => '9341452218688632', 'quickbooks_description_fields' => '[{"prefix":"","field":"jobname"},{"prefix":"","field":"productname"},{"prefix":"","field":"finishing"},{"prefix":"","field":"notes"}]', 'quickbooks_pobill_pushing' => '0', 'quickbooks_ponumber_on_statement' => '0', 'quickbooks_secret' => 'OOcwriYnHSwG4JZLUNiyfVCFwrkvjNuBaWyKWxF9', 'quote_email' => 'thealefactory@celloglas.co.uk', 'require_address_on_customers' => '1', 'require_job_ref_field' => '1', 'require_po_on_customers' => '1', 'send_email_on_support_ticket' => '1', 'show_product_dropdowns' => '0', 'support_notification_email' => 'it@jamjarprint.co.uk', 'surcharges_enabled' => '1', 'tbc_addressid' => '1', 'tradeprint_key' => 'ztlfkfm3tor9uwsd0tyqryaj', 'tradeprint_user' => 'outofhand', 'worldpay_installation_id' => '1', 'worldpay_merchant_code' => '1', 'worldpay_merchant_password' => '1', 'worldpay_url' => 'https://secure-test.worldpay.com/wcc/purchase', 'orderemail' => 'sam@jamjarprint.co.uk', 'worldpay_installationid' => '', 'basket_usemincharge' => '0', 'basket_mincharge' => '', 'productpage_proof' => '0', 'basket_proofcost' => '', 'basket_freedeliveryamount' => '200', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#ffffff', 'bannertextcolour' => '#394fa2', 'bannermessage' => 'We are still open and taking order 24 hours a day!', 'basket_pricemarkup' => '', 'productpage_express' => '0', 'infoemail' => 'thealefactory@celloglas.co.uk', 'hascampaignmonitor' => '0', 'quoteemail' => '', 'samplepackemail' => '', 'worldpay_mdstring' => '', 'homepage_carousel' => '1', 'homepage_articles' => '0', 'homepage_vertical_menu' => '0', 'homepage_news' => '0', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '', 'homepage_heading_widget' => '0', 'homepage_heading_id' => 'Select...', 'homepage_blurb_shown' => '1', 'homepage_blurb' => 'Test Blurb', 'productpage_jobname' => '0', 'page_title_headings' => '1', 'address_display' => 'Unit 12c Exeter Way,
Theale Commercial Estate,
Reading,
Berkshire
RG7 4AW', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => '', 'heading_lowest_price' => '0', 'phonenumber' => '01189167300', 'phonenumber_display' => '01189 167300', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '0', 'basket_payment_credit' => '0', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => '0', 'maintenance_mode' => '0', 'maintenance_date' => '', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '', 'frontendsettings' => array('orderemail' => 'sam@jamjarprint.co.uk', 'worldpay_installationid' => '', 'basket_usemincharge' => '0', 'basket_mincharge' => '', 'productpage_proof' => '0', 'basket_proofcost' => '', 'basket_freedeliveryamount' => '200', 'saledisabled' => '0', 'banneractive' => '0', 'bannercolour' => '#ffffff', 'bannertextcolour' => '#394fa2', 'bannermessage' => 'We are still open and taking order 24 hours a day!', 'basket_pricemarkup' => '', 'productpage_express' => '0', 'infoemail' => 'thealefactory@celloglas.co.uk', 'hascampaignmonitor' => '0', 'quoteemail' => '', 'samplepackemail' => '', 'worldpay_mdstring' => '', 'homepage_carousel' => '1', 'homepage_articles' => '0', 'homepage_vertical_menu' => '0', 'homepage_news' => '0', 'homepage_upsell_display' => '0', 'homepage_upsell_products' => '', 'homepage_heading_widget' => '0', 'homepage_heading_id' => 'Select...', 'homepage_blurb_shown' => '1', 'homepage_blurb' => 'Test Blurb', 'productpage_jobname' => '0', 'page_title_headings' => '1', 'address_display' => 'Unit 12c Exeter Way,
Theale Commercial Estate,
Reading,
Berkshire
RG7 4AW', 'basket_displaytandcs' => '0', 'termsandconditions' => '', 'bacsdetails' => '', 'heading_lowest_price' => '0', 'phonenumber' => '01189167300', 'phonenumber_display' => '01189 167300', 'productpage_showturnaround' => '1', 'basket_payment_bacs' => '0', 'basket_payment_credit' => '0', 'basket_requiretandcs' => '0', 'basket_minicart_icon' => '1', 'site_display_breadcrumbs' => '1', 'saledisabled_fringe' => '0', 'maintenance_mode' => '0', 'maintenance_date' => '', 'site_users' => '', 'basket_payment_online' => '1', 'worldpay_mode' => '1', 'sample_pack_types' => '')))
(vendor/twig/twig/src/Template.php:335)
at Twig\Template->render(array('basket' => null, 'referer' => '/', 'breadcrumbs' => array(array('text' => 'Basket', 'link' => false))))
(vendor/twig/twig/src/TemplateWrapper.php:38)
at Twig\TemplateWrapper->render(array('basket' => null, 'referer' => '/', 'breadcrumbs' => array(array('text' => 'Basket', 'link' => false))))
(vendor/twig/twig/src/Environment.php:307)
at Twig\Environment->render('@ops_frontend_bundle/basket/basket.html.twig', array('basket' => null, 'referer' => '/', 'breadcrumbs' => array(array('text' => 'Basket', 'link' => false))))
(vendor/symfony/framework-bundle/Controller/AbstractController.php:431)
at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView('@ops_frontend_bundle/basket/basket.html.twig', null, array('basket' => null, 'referer' => '/', 'breadcrumbs' => array(array('text' => 'Basket', 'link' => false))), 'render')
(vendor/symfony/framework-bundle/Controller/AbstractController.php:436)
at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender('@ops_frontend_bundle/basket/basket.html.twig', null, array('basket' => null, 'referer' => '/', 'breadcrumbs' => array(array('text' => 'Basket', 'link' => false))), null, 'render')
(vendor/symfony/framework-bundle/Controller/AbstractController.php:250)
at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('@ops_frontend_bundle/basket/basket.html.twig', array('basket' => null, 'referer' => '/', 'breadcrumbs' => array(array('text' => 'Basket', 'link' => false))))
(opsfrontendbundle/OpsFrontendBundle/src/Controller/BasketController.php:312)
at Ops\OpsFrontendBundle\Controller\BasketController->basketIndex(object(APIManager), object(Request))
(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/celloglas/public_html/dev.celloglas.co.uk/vendor/autoload_runtime.php')
(public/index.php:5)
|