Error 500 Internal Server Error

GET https://78.129.140.211/fringe/venue-wayfinding-arrows

Exceptions

Key "selecttype" for sequence/mapping with keys "typeid, friendlyname, processes, productid, active, ispackaging, type" does not exist.

Exception

Twig\Error\ RuntimeError

Show exception properties
Twig\Error\RuntimeError {#630
  -lineno: 296
  -name: "@ops_frontend_outdoor_bundle/fringe/page.html.twig"
  -rawMessage: "Key "selecttype" for sequence/mapping with keys "typeid, friendlyname, processes, productid, active, ispackaging, type" does not exist."
  -sourcePath: "/home/outofhand/public_html/opsfrontendoutdoorbundle/OpsFrontendOutdoorBundle/src/templates/fringe/page.html.twig"
  -sourceCode: """
    {% extends 'template.html.twig' %}\n
    \n
    {% block htmltitle %}{{ page.htmltitle }}{% endblock %}\n
    {% block metadesc %}{{ page.metadesc }}{% endblock %}\n
    {% block metakeywords %}{{ page.metakeywords }}{% endblock %}\n
    \n
    {% set pageimage = 'noimage.png' %}\n
    {% if page.images is not null %}\n
        {% if page.images|length == 1 %}\n
            {% set pageimage = page.images[0].image %}\n
        {% else %}\n
            {% for image in page.images %}\n
                {% if '1' in image.imageflag %}\n
                    {% set pageimage = image.image %}\n
                {% endif %}\n
            {% endfor %}\n
        {% endif %}\n
    {% endif %}\n
    \n
    {% block extrameta %}\n
        <meta property="og:url" content="{{ app.request.getUri }}" />\n
        <meta property="og:title" content="{{ page.pagename }}" />\n
        <meta property="og:description" content="{{ page.blurb|striptags|raw }}" />\n
        <meta property="og:image" content="{{ cdn_domain }}/assets/images/pages/{{ pageimage}}"/>\n
        <meta name="twitter:card" content="summary" />\n
        <meta name="twitter:image:src" content="{{ cdn_domain }}/assets/images/pages/{{ pageimage}}">\n
        <meta name="twitter:site" content="@jamjarprint" />\n
        <meta property="twitter:url" content="{{ app.request.getUri }}" />\n
        <meta name="twitter:title" content="{{ page.pagename }}" />\n
        <meta name="twitter:description" content="{{ page.blurb|striptags|raw }}" />\n
    {% endblock %}\n
    {% block css %}\n
        <style>\n
            select option[disabled] {\n
                display: none;\n
            }\n
            .chosen-container .chosen-results li.disabled-result {\n
                display: none !important;\n
            }\n
        </style>\n
    {% endblock %}\n
    {% block headjavascripts %}\n
    {% endblock %}\n
    \n
    {% block contentcontainerstart %}\n
        <div class="container-fluid p-0">\n
            {% endblock %}\n
    \n
            {% block contentcontainerend %}\n
        </div>\n
    {% endblock %}\n
    \n
    {% block body %}\n
    \n
    {% if page.pageblurb4 is not null and page.pageblurb4 is not empty  %}\n
        {% set productfeatures = page.pageblurb4|split(',') %}\n
    {% else %}\n
        {% set productfeatures = " " %}\n
    {% endif %}\n
        \n
    <div class="fringe-23 product-page">\n
        <div class="container mt-5">\n
            <div class="row">\n
                <div class="col-sm-12 col-md-6">\n
                    <div class="single-images">\n
                        {% if page.images is not empty %}\n
                            {% set mainimage = page.images[0].image %}\n
                            {% for image in page.images %}\n
                                {% if '1' in image.imageflag %}\n
                                    {% set mainimage = image.image %}\n
                                {% endif %}\n
                            {% endfor %}\n
                            <a class="popup-image" href="{{ cdn_domain }}/assets/images/pages/{{ mainimage }}"><img class="main-image" src="{{ cdn_domain }}/assets/images/pages/{{ mainimage }}" alt="{{ page.pagename }}"/></a>\n
                            <div class="single-product-thumbnails">\n
                                {% for image in page.images %}\n
                                    {% if '2' not in image.imageflag %}\n
                                        <span {% if loop.index == 0 %}class="selected" {% endif %}data-image_full="{{ cdn_domain }}/assets/images/pages/{{ image.image }}"><img src="{{ cdn_domain }}/assets/images/pages/{{ image.image }}" width="76"/></span>\n
                                    {% endif %}\n
                                {% endfor %}\n
                            </div>\n
                        {% endif %}\n
                    </div>\n
                    <div class="clearfix"></div>\n
                </div>\n
                <div class="col-sm-12 col-md-6">\n
                    <div class="summary entry-summary">\n
                        <div class="product-icon">{% if productfeatures|length > 1 %}<img src="{{ productfeatures.2 }}" />{% endif %}</div>\n
                        <h1 {% if productfeatures|length > 1 %}style="color:{{ productfeatures.1 }};"{% endif %}>{{ page.pagename }}</h1>\n
                        <h5 {% if productfeatures|length > 1 %}style="color:{{ productfeatures.1 }};"{% endif %}>{{ page.pageblurb3|raw }}</h5>\n
    \n
                        {% if packages|length+prices|length == 1 %}\n
                            {#has only one thing linked-which is a price or a package#}\n
                            {% if prices|length == 1 %}\n
                                {% for price in prices %}\n
                                    {% set stocklevel = price.productvariation.stocklevel %}\n
                                    {% if price.productvariation.slotstocklevel is defined and price.productvariation.stocklevelused == 1 %}\n
                                        {% set stocklevel = price.productvariation.slotstocklevel %}\n
                                    {% endif %}\n
                                    <div class="col-sm-12 col-md-12">\n
                                        <p class="price">\n
                                            <ins><span class="amount">&pound;{{ price.price|number_format(2) }}{% if price.productprice.singlequantity == 1 %} each{% endif %}</span></ins>\n
                                        </p>\n
                                        {% if stocklevel > 0 %}\n
                                            <span class="in-stock"><i class="fa fa-check-circle-o"></i>&nbsp;&nbsp;We have <span id="stocklevel{{ price.priceid }}">{{ stocklevel }}</span> in stock</span>\n
                                        {% else %}\n
                                            <span class="in-stock"><i class="fa fa-times-circle-o"></i>&nbsp;&nbsp;Sorry, we are out of stock</span>\n
                                        {% endif %}\n
                                    </div>\n
                                    <div class="col-sm-12 col-md-12">\n
                                        <hr>\n
                                        {% if stocklevel > 0 %}\n
                                            {% set restrictbylocation = 0 %}\n
                                            {% set restrictbyzone = 0 %}\n
                                            {% set restrictbycampaign = 0 %}\n
                                            {% set restrictbycampaignpriceid = 0 %}\n
                                            {% if price.productvariation.product.restrictions is defined %}\n
                                                {% if price.productvariation.product.restrictions.bylocation is not null %}\n
                                                    {% set restrictbylocation = price.productvariation.product.restrictions.bylocation %}\n
                                                {% endif %}\n
                                                {% if price.productvariation.product.restrictions.byzone is not null %}\n
                                                    {% set restrictbyzone = price.productvariation.product.restrictions.byzone %}\n
                                                {% endif %}\n
                                                {% if price.productvariation.product.restrictions.bycampaign is not null %}\n
                                                    {% set restrictbycampaign = price.productvariation.product.restrictions.bycampaign %}\n
                                                {% endif %}\n
                                                {% set restrictbycampaignpriceid = price.priceid %}\n
                                            {% endif %}\n
                                            <div class="cart_totals">\n
                                                <p>\n
                                                    <button type="button" class="single_add_to_cart_button button-23 button-23-green button-23-icon no-margin add-fringe-campaign-item" data-price="{{ price.price }}" data-priceid="{{ price.priceid }}" data-stocklevel="{{ stocklevel }}" data-restrictbylocation="{{ restrictbylocation }}" data-restrictbyzone="{{ restrictbyzone }}" data-restrictbycampaign="{{ restrictbycampaign }}" data-restrictbycampaignpriceid="{{ restrictbycampaignpriceid }}"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="{{ asset('assets/images/2023/icon-basket.svg') }}#icon-basket"></use></svg></span><span class="label">Buy Now</span></button>\n
                                                </p>\n
                                            </div>\n
                                            <hr>\n
                                        {% endif %}\n
                                    </div>\n
                                {% endfor %}\n
                            {% else %}\n
                                {% if packages|length == 1  %}\n
                                    {% set package = packages[0] %}\n
                                    {% set stocklevel = 0 %}\n
                                    {% set singlequantity = 0 %}\n
                                    {% set restrictbylocation = 0 %}\n
                                    {% set restrictbyzone = 0 %}\n
                                    {% set restrictbycampaign = 0 %}\n
                                    {% set restrictbycampaignpriceid = 0 %}\n
                                    {% set productvariation = null %}\n
                                    {% for price in package.productpackage.packageprices %}\n
                                        {% if price.categoryid == 3 %}\n
                                            {% for variation in variations %}\n
                                                {% if price.variation.variationid == variation.variationid %}\n
                                                    {% set productvariation = variation %}\n
                                                {% endif %}\n
                                            {% endfor %}\n
                                            {% set stocklevel = productvariation.stocklevel %}\n
                                            {% set singlequantity = price.productprice.singlequantity %}\n
                                            {% if productvariation.product.restrictions is defined %}\n
                                                {% if productvariation.product.restrictions.bylocation is not null %}\n
                                                    {% set restrictbylocation = productvariation.product.restrictions.bylocation %}\n
                                                {% endif %}\n
                                                {% if productvariation.product.restrictions.byzone is not null %}\n
                                                    {% set restrictbyzone = productvariation.product.restrictions.byzone %}\n
                                                {% endif %}\n
                                                {% if productvariation.product.restrictions.bycampaign is not null %}\n
                                                    {% set restrictbycampaign = productvariation.product.restrictions.bycampaign %}\n
                                                {% endif %}\n
                                                {% set restrictbycampaignpriceid = price.priceid %}\n
                                            {% endif %}\n
                                            {% if productvariation.slotstocklevel is defined and productvariation.stocklevelused == 1 %}\n
                                                {% set stocklevel = productvariation.slotstocklevel %}\n
                                            {% endif %}\n
                                        {% endif %}\n
                                        {% if price.categoryid == 6 %}\n
                                            {% set stocklevel = price.variation.stocklevel %}\n
                                        {% endif %}\n
                                    {% endfor %}\n
                                    <div class="col-sm-12 col-md-12">\n
                                        <p class="price">\n
                                            <ins><span class="amount">&pound;{{ package.productpackage.price|number_format(2) }} each</span></ins>\n
                                        </p>\n
                                        {% if stocklevel > 0 %}\n
                                            <span class="in-stock"><i class="fa fa-check-circle-o"></i>&nbsp;&nbsp;We have  <span id="stocklevel{{ package.packageid }}">{{ stocklevel }}</span> in stock</span>\n
                                        {% else %}\n
                                            <span class="in-stock"><i class="fa fa-times-circle-o"></i>&nbsp;&nbsp;Sorry, we are out of stock</span>\n
                                        {% endif %}\n
                                    </div>\n
                                    <div class="col-sm-12 col-md-12">\n
                                        <hr>\n
                                        {% if stocklevel > 0 %}\n
                                            <div class="cart_totals">\n
                                                <button type="button" class="single_add_to_cart_button button-23 button-23-green button-23-icon no-margin add-fringe-package-item" data-packageid="{{ package.packageid }}" data-stocklevel="{{ stocklevel }}" data-restrictbylocation="{{ restrictbylocation }}" data-restrictbyzone="{{ restrictbyzone }}" data-restrictbycampaign="{{ restrictbycampaign }}" data-restrictbycampaignpriceid="{{ restrictbycampaignpriceid }}"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="{{ asset('assets/images/2023/icon-basket.svg') }}#icon-basket"></use></svg></span><span class="label">Buy Now</span></button>\n
                                            </div>\n
                                            <hr>\n
                                        {% endif %}\n
                                    </div>\n
                                {% endif %}\n
                            {% endif %}\n
                        {% else %}\n
                            <div class="login">\n
                                <select class="form-control" id="pricetabselect" autocomplete="off">\n
                                    {% for package in packages|sort %}\n
                                        <option value="package-{{ package.packageid }}">{{ package.productpackage.productname }}</option>\n
                                    {% endfor %}\n
                                    {% for price in prices|sort %}\n
                                        <option value="price-{{ price.priceid }}">{{ price.productvariation.friendlyname }}</option>\n
                                    {% endfor %}\n
                                </select>\n
                            </div>\n
                            {% set displayed = 0 %}\n
                            {% for package in packages|sort %}\n
                                {% set id = package.packageid %}\n
                                {% set currprice = package.productpackage.price %}\n
                                {% set singlequantity = 0 %}\n
                                {% set stocklevel = 0 %}\n
                                {% set restrictbylocation = 0 %}\n
                                {% set restrictbyzone = 0 %}\n
                                {% set restrictbycampaign = 0 %}\n
                                {% set restrictbycampaignpriceid = 0 %}\n
                                {% for price in package.productpackage.packageprices %}\n
                                    {% if price.categoryid == 3 %}\n
                                        {% set singlequantity = price.productprice.singlequantity %}\n
                                        {% for variation in variations %}\n
                                            {% if price.variation.variationid == variation.variationid %}\n
                                                    {% set stocklevel = variation.stocklevel %}\n
                                                    {% if variation.product.restrictions is defined %}\n
                                                        {% if variation.product.restrictions.bylocation is not null %}\n
                                                            {% set restrictbylocation = variation.product.restrictions.bylocation %}\n
                                                        {% endif %}\n
                                                        {% if variation.product.restrictions.byzone is not null %}\n
                                                            {% set restrictbyzone = variation.product.restrictions.byzone %}\n
                                                        {% endif %}\n
                                                        {% if variation.product.restrictions.bycampaign is not null %}\n
                                                            {% set restrictbycampaign = variation.product.restrictions.bycampaign %}\n
                                                        {% endif %}\n
                                                    {% endif %}\n
                                                    {% if variation.slotstocklevel is defined and variation.stocklevelused == 1 %}\n
                                                        {% set stocklevel = variation.slotstocklevel %}\n
                                                    {% endif %}\n
                                            {% endif %}\n
                                        {% endfor %}\n
                                    {% endif %}\n
                                {% endfor %}\n
                                <div id="priceforpackage-{{ id }}" class="pricetab" {% if displayed == 1  %}style="display: none"{% else %}{% set displayed = 1 %}{% endif %}>\n
                                    <div class="col-sm-12 col-md-12">\n
                                        <p class="price">\n
                                            <ins><span class="amount">&pound;{{ currprice|number_format(2) }} {% if singlequantity == 1 %} each{% endif %}</span></ins>\n
                                        </p>\n
                                        {% if stocklevel > 0 %}\n
                                            <span class="in-stock"><i class="fa fa-check-circle-o"></i>&nbsp;&nbsp;We have <span id="stocklevel{{ id }}">{{ stocklevel }}</span> in stock</span>\n
                                        {% else %}\n
                                            <span class="in-stock"><i class="fa fa-times-circle-o"></i>&nbsp;&nbsp;Sorry, we are out of stock</span>\n
                                        {% endif %}\n
                                    </div>\n
                                    <div class="col-sm-12 col-md-12">\n
                                        <hr>\n
                                        {% if stocklevel > 0 %}\n
                                            <div class="cart_totals">\n
                                                <button type="button" class="single_add_to_cart_button button-23 button-23-green button-23-icon no-margin add-fringe-package-item" data-packageid="{{ package.packageid }}" data-stocklevel="{{ stocklevel }}" data-restrictbylocation="{{ restrictbylocation }}" data-restrictbyzone="{{ restrictbyzone }}" data-restrictbycampaign="{{ restrictbycampaign }}" data-restrictbycampaignpriceid="{{ restrictbycampaignpriceid }}"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="{{ asset('assets/images/2023/icon-basket.svg') }}#icon-basket"></use></svg></span><span class="label">Buy Now</span></button>\n
                                            </div>\n
                                            <hr>\n
                                        {% endif %}\n
                                    </div>\n
                                </div>\n
                            {% endfor %}\n
                            {% for price in prices|sort %}\n
                                {% set id = price.priceid %}\n
                                {% set currprice = price.price %}\n
                                {% set singlequantity = 0 %}\n
                                {% set quantity = 0 %}\n
                                {% set stocklevel = 0 %}\n
                                {% set selecttype = 0 %} {# 0-zone,1-location,2-none#}\n
                                {% set structuretype = 0 %}\n
                                {% set restrictbylocation = 0 %}\n
                                {% set restrictbyzone = 0 %}\n
                                {% set restrictbycampaign = 0 %}\n
                                {% set restrictbycampaignpriceid = 0 %}\n
                                {% for variation in variations %}\n
                                    {% if variation.variationid == price.variationid %}\n
                                        {% set id = price.priceid %}\n
                                        {% set currprice = price.price %}\n
                                        {% set singlequantity = price.productprice.singlequantity %}\n
                                        {% set stocklevel = variation.stocklevel %}\n
                                        {% if variation.product.restrictions is defined %}\n
                                            {% if variation.product.restrictions.bylocation is not null %}\n
                                                {% set restrictbylocation = variation.product.restrictions.bylocation %}\n
                                            {% endif %}\n
                                            {% if variation.product.restrictions.byzone is not null %}\n
                                                {% set restrictbyzone = variation.product.restrictions.byzone %}\n
                                            {% endif %}\n
                                            {% if variation.product.restrictions.bycampaign is not null %}\n
                                                {% set restrictbycampaign = variation.product.restrictions.bycampaign %}\n
                                            {% endif %}\n
                                            {% set restrictbycampaignpriceid = price.priceid %}\n
                                        {% endif %}\n
    \n
                                            {% set stocklevel = variation.stocklevel %}\n
                                            {% set selecttype = variation.product.selecttype %} {# 0-zone,1-location,2-none#}\n
                                            {% set structuretype = variation.product.structuretypeid %}\n
                                            {% if variation.product.restrictions is defined %}\n
                                                {% set restrictbylocation = variation.product.restrictions.bylocation %}\n
                                                {% set restrictbycampaign = variation.product.restrictions.bycampaign %}\n
                                                {% set restrictbyzone = variation.product.restrictions.byzone %}\n
                                            {% endif %}\n
    \n
                                        {% if variation.slotstocklevel is defined and variation.stocklevelused == 1 %}\n
                                            {% set stocklevel = variation.slotstocklevel %}\n
                                        {% endif %}\n
                                    {% endif %}\n
                                {% endfor %}\n
                                <div id="priceforprice-{{ id }}" class="pricetab" {% if displayed == 1  %}style="display: none"{% else %}{% set displayed = 1 %}{% endif %}>\n
                                    <div class="col-sm-12 col-md-12">\n
                                                <p class="price">\n
                                                    <ins><span class="amount">&pound;{{ currprice|number_format(2) }} {% if singlequantity == 1 %} each{% endif %}</span></ins>\n
                                                </p>\n
                                                {% if stocklevel > 0 %}\n
                                                    <span class="in-stock"><i class="fa fa-check-circle-o"></i>&nbsp;&nbsp;We have <span id="stocklevel{{ id }}">{{ stocklevel }}</span> in stock</span>\n
                                                {% else %}\n
                                                    <span class="in-stock"><i class="fa fa-times-circle-o"></i>&nbsp;&nbsp;Sorry, we are out of stock</span>\n
                                                {% endif %}\n
                                            </div>\n
                                    <div class="col-sm-12 col-md-12">\n
                                        <hr>\n
                                        {% if stocklevel > 0 %}\n
                                            <div class="cart_totals">\n
                                                <p>\n
                                                    <button type="button" class="single_add_to_cart_button button-23 button-23-green button-23-icon no-margin add-fringe-campaign-item" data-price="{{ price.price }}" data-priceid="{{ price.priceid }}" data-stocklevel="{{ stocklevel }}" data-restrictbylocation="{{ restrictbylocation }}" data-restrictbyzone="{{ restrictbyzone }}" data-restrictbycampaign="{{ restrictbycampaign }}" data-restrictbycampaignpriceid="{{ restrictbycampaignpriceid }}"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="{{ asset('assets/images/2023/icon-basket.svg') }}#icon-basket"></use></svg></span><span class="label">Buy Now</span></button>\n
                                                </p>\n
                                            </div>\n
                                            <hr>\n
                                        {% endif %}\n
                                    </div>\n
                                </div>\n
                            {% endfor %}\n
                        {% endif %}\n
    \n
                        <div class="clearfix"></div>\n
                        {# <div class="text-center text-uppercase" style="">\n
                            Price Includes 10% Earlybird Discount\n
                            <hr>\n
                        </div>#}\n
                        <div class="description text-justify">\n
                            {{ page.blurb|raw }}\n
                        </div>\n
                    </div>\n
                </div>\n
            </div>\n
        </div>\n
    \n
        <div class="section-intro">\n
            <div class="row">\n
                <div class="container">\n
                    <div class="row">\n
                        {% if productfeatures|length > 1 and productfeatures.0 == "Zone" %}\n
                            <div class="col-md-4">\n
                                <h3>This is a <span class="highlight-red">zone</span><br>Based product</h3>\n
                            </div>\n
                            <div class="col-md-8">\n
                                <div>\n
                                    <h3>Zone</h3>\n
                                    <p>We have divided the city into four zones to create a zonal booking structure for selected formats. Posters will be placed on general distribution across all the advertising sites we have available for each format within that zone, e.g. if you book 10 x 4-sheets in Zone One which has 10 different sites for that format, one poster will go on each site. So, if you only want to target the area around the Pleasance Courtyard, now you can! When you book, out of your total order, please specify how many posters you want in each zone.</p>\n
                                </div>\n
                            </div>\n
                        {% elseif productfeatures|length > 1 and productfeatures.0 == "Replacement" %}\n
                            <div class="col-md-4">\n
                                <h3>This is a <span class="highlight-red">Replacement</span><br> product</h3>\n
                            </div>\n
                            <div class="col-md-8">\n
                                <div>\n
                                    <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>\n
                                </div>\n
                            </div>\n
                        {% elseif productfeatures|length > 1 and productfeatures.0 == "Design" %}\n
                        <div class="col-md-4">\n
                            <h3>This is a <span class="highlight-red">Design</span><br> service</h3>\n
                        </div>\n
                        <div class="col-md-8">\n
                            <div>\n
                                <h3>Creative Design Package</h3>\n
                                <p>You supply the text, but no photos / images. We use a suitable photo from Stock Library. </p>\n
                            </div>\n
                            <div>\n
                                <h3>Image Supplied Package</h3>\n
                                <p>You supply high resolution photos, text, logos and brief of what you'd like. </p>\n
                            </div>\n
                        </div>\n
                        {% else %}\n
                            <div class="col-md-4">\n
                                <h3>This is a <span class="highlight-red">Location</span><br>Based product</h3>\n
                            </div>\n
                            <div class="col-md-8">\n
                                <div>\n
                                    <h3>Location</h3>\n
                                    <p>A majority of our advertising formats are booked by specific location – just refer to our map at www.outofhand.co.uk for each format and pick the exact location you’d like to book your poster advertising, and it will be fitted in that location.</p>\n
                                </div>\n
                            </div>\n
                        {% endif %}\n
                    </div>\n
                </div>\n
            </div>\n
        </div>\n
    \n
        <div class="container section-margin-bottom">\n
            <div id="addFringePackageItemDiv">\n
    \n
            </div>\n
        </div>\n
    \n
    \n
    \n
        <div id="product-checkout-popup" style="display:none;">\n
            <div class="row">\n
                <div class="col">\n
                    <h4 class="lower-case text-center">You've added {{ page.pagename }}<span class="popup-fringe"></span> to the basket.</h4>\n
                </div>\n
            </div>\n
            <hr>\n
    \n
            <div class="section product-popup-summary row gy-3 px-2 px-sm-5 mb-5">\n
                <div class="product-image col-sm-2"><img class="img-fluid rounded" src="{{ cdn_domain }}/assets/images/pages/{{ mainimage }}" alt="4 Sheet Correx"></div>\n
                <div class="product-info col-sm-10">\n
                    <div class="product-icon float-end" style="width: 50px">{% if productfeatures|length > 1 %}<img src="{{ productfeatures.2 }}" />{% endif %}</div>\n
                    <h2 {% if productfeatures|length > 1 %}style="color:{{ productfeatures.1 }};"{% endif %}>{{ page.pagename }}</h2>\n
                    <h5 class="lower-case" {% if productfeatures|length > 1 %}style="color:{{ productfeatures.1 }};"{% endif %}>{{ page.pageblurb3|raw }}</h5>\n
                    <h6 class="popup-campaign"></h6>\n
                </div>\n
            </div>\n
    \n
            {#\n
            {% if (productfeatures|length > 1) and (productfeatures.3 is defined) and (productfeatures.3 == "high") %}\n
            <div class="section-intro no-margin">\n
                <div class="risk col-md-4 text-center">\n
                    <span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 89.652 98.717"><use href="/assets/images/2023/icon-fringe-replacements.svg#icon-fringe-replacements"></use></svg></span>\n
                    <h4>SPARES</h4>\n
                </div>\n
                <div class="col-md-8 text-center">\n
                    <h6>Consider buying spares for this product.</h6>\n
                    <h4 class="risk-type"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 70.449 60.24"><use href="/assets/images/2023/icon-high-risk.svg#icon-high-risk"></use></svg></span>High<br>Damage Risk</h4>\n
                    <p>There is a HIGH risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.</p>\n
                    {% if productfeatures.4 is defined %}\n
                    <a href="{{ productfeatures.4 }}" class="button-23 button-23-green button-23-icon no-margin" ><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 89.652 98.717"><use href="{{ asset('assets/images/2023/icon-fringe-replacements.svg') }}#icon-fringe-replacements"></use></svg></span><span class="label">Buy Spares for this product</span></a>\n
                    {% endif %}\n
                </div>\n
            </div>\n
            {% endif %}\n
            #}\n
    \n
            {% if (productfeatures|length > 1) and (productfeatures.3 is defined) and (productfeatures.3 == "high" or productfeatures.3 == "medium" or productfeatures.3 == "low") %}\n
            <div class="section row px-2 px-sm-5 py-4 bg-body-secondary">\n
                <div class="col-md-2 text-center d-flex flex-column justify-content-center align-items-center pb-3 pb-sm-0">\n
                    <span class="icon d-inline-block mb-2" style="width: 70px"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 89.652 98.717"><use href="/assets/images/2023/icon-fringe-replacements.svg#icon-fringe-replacements"></use></svg></span>\n
                    <h4>SPARES</h4>\n
                </div>\n
                <div class="col-md-10 text-center">\n
                    <div class="row px-2 px-sm-5">\n
                        <div class="col-12 mb-3">\n
                            <h6>Consider buying spares for this product.</h6>\n
                        </div>\n
                        <div class="col-12 mb-3">\n
                            {% if productfeatures.3 == "medium" %}\n
                                <h4 class="risk-type d-inline-flex mb-4"><svg class="d-inline-block me-3" style="width: 50px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 70.449 60.24"><use href="/assets/images/2023/icon-medium-risk.svg#icon-medium-risk"></use></svg>Medium<br>Damage Risk</h4>\n
                                <p>There is a MEDIUM risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.</p>\n
                            {% elseif productfeatures.3 == "high" %}\n
                                <h4 class="risk-type d-inline-flex mb-4"><svg class="d-inline-block me-3" style="width: 50px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 70.449 60.24"><use href="/assets/images/2023/icon-high-risk.svg#icon-high-risk"></use></svg>High<br>Damage Risk</h4>\n
                                <p>There is a HIGH risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.</p>\n
                            {% elseif productfeatures.3 == "low" %}\n
                                <h4 class="risk-type d-inline-flex mb-4"><svg class="d-inline-block me-3" style="width: 50px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 70.449 60.24"><use href="/assets/images/2023/icon-low-risk.svg#icon-low-risk"></use></svg>Low<br>Damage Risk</h4>\n
                                <p>There is a LOW risk this format may get damaged during the Fringe.</p>\n
                            {% endif %}\n
                        </div>\n
                        {% if productfeatures.4 is defined %}\n
                            <div class="col-12">\n
                                <a href="{{ productfeatures.4 }}" class="button-23 button-23-green button-23-icon no-margin" ><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 89.652 98.717"><use href="{{ asset('assets/images/2023/icon-fringe-replacements.svg') }}#icon-fringe-replacements"></use></svg></span><span class="label">Buy Spares for this product</span></a>\n
                            </div>\n
                        {% endif %}\n
                    </div>\n
                </div>\n
            </div>\n
            {% endif %}\n
            {#\n
            {% if (productfeatures|length > 1) and (productfeatures.3 is defined) and (productfeatures.3 == "low") %}\n
            <div class="section-intro no-margin">\n
                <div class="risk col-md-4">\n
                    <span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 89.652 98.717"><use href="/assets/images/2023/icon-fringe-replacements.svg#icon-fringe-replacements"></use></svg></span>\n
                    <h4>SPARES</h4>\n
                </div>\n
                <div class="col-md-8 text-center">\n
                    <h6>Consider buying spares for this product.</h6>\n
                    <h4 class="risk-type"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 70.449 60.24"><use href="/assets/images/2023/icon-low-risk.svg#icon-low-risk"></use></svg></span>Low<br>Damage Risk</h4>\n
                    <p>There is a LOW risk this format may get damaged during the Fringe.</p>\n
                    {% if productfeatures.4 is defined %}\n
                    <a href="{{ productfeatures.4 }}" class="button-23 button-23-green button-23-icon no-margin" ><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 89.652 98.717"><use href="{{ asset('assets/images/2023/icon-fringe-replacements.svg') }}#icon-fringe-replacements"></use></svg></span><span class="label">Buy Spares for this product</span></a>\n
                    {% endif %}\n
                </div>\n
            </div>\n
            {% endif %}\n
            #}\n
    \n
            <div class="no-margin text-center">\n
                <a href="/fringe/order-by-product" class="button-23 button-23-orange button-23-icon no-margin" ><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="{{ asset('assets/images/2023/icon-basket.svg') }}#icon-basket"></use></svg></span><span class="label">Continue Shopping</span></a>\n
    \n
                <a href="/basket-campaigns" class="button-23 button-23-green button-23-icon mt-4 mb-0" ><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26.374 21.786"><use href="{{ asset('assets/images/2023/icon-basket-check.svg') }}#icon-basket-check"></use></svg></span><span class="label">Checkout</span></a>\n
            </div>\n
        </div>\n
    \n
    \n
    \n
        {% if page.pageblurb2|length > 1 %}\n
    \n
            <h3 class="text-center section-margin-top">We also recommend</h3>\n
            <div class="product-listing-wrapper container">\n
                <div class="recommended-products row g-lg-5">\n
                    {{ page.pageblurb2|raw }}\n
                </div>\n
            </div>\n
    \n
        {% endif %}\n
    </div>\n
    \n
        {% include '@ops_frontend_outdoor_bundle/blocks/campaigns.html.twig' %}\n
    {% endblock%}\n
    \n
    {% block javascripts %}\n
        <script>\n
            $(document).ready(function () {\n
                $('body').addClass('fringe-body fringe-23 page-{{ page.friendlyurl }}');\n
    \n
                company.addFringeItemListener();\n
                setProductPagePadding();\n
    \n
                if(sessionStorage.getItem("fringepackageidafterlogin") !== null){\n
                    let pck = JSON.parse(sessionStorage.getItem("fringepackageidafterlogin"));\n
                    company.addFringePackageItem(pck.packageid,pck.stocklevel,pck.restrictbylocation,pck.restrictbyzone,pck.restrictbycampaign,pck.restrictbycampaignpriceid);\n
                    sessionStorage.removeItem("fringepackageidafterlogin");\n
                }\n
    \n
                $('#pricetabselect').on('change',function () {\n
                    $('.pricetab').each(function () {\n
                        $(this).css('display','none');\n
                    });\n
    \n
                    $('#pricefor'+this.value).css('display','block');\n
                });\n
    \n
                {% if saledisabled_fringe == 1 %}\n
                {% set disable = 1 %}\n
                {% if app.user %}\n
                    {% if app.user.customerid in fringe_users %}\n
                    {% set disable = 0 %}\n
                    {% endif %}\n
                {% endif %}\n
                {% if disable == 1 %}\n
                $('.add-fringe-campaign-item').each(function (){\n
                    $(this).attr('disabled',true).addClass('btn-disabled');\n
                    $(this)[0].onclick = false;\n
                });\n
                $('.add-fringe-package-item').each(function (){\n
                    $(this).attr('disabled',true).addClass('btn-disabled');\n
                    $(this)[0].onclick = false;\n
                });\n
                {% endif %}\n
                {% endif %}\n
            });\n
        </script>\n
    {% endblock %}
    """
}
  1.                                         {% endif %}
  2.                                         {% set restrictbycampaignpriceid = price.priceid %}
  3.                                     {% endif %}
  4.                                         {% set stocklevel = variation.stocklevel %}
  5.                                         {% set selecttype = variation.product.selecttype %} {# 0-zone,1-location,2-none#}
  6.                                         {% set structuretype = variation.product.structuretypeid %}
  7.                                         {% if variation.product.restrictions is defined %}
  8.                                             {% set restrictbylocation = variation.product.restrictions.bylocation %}
  9.                                             {% set restrictbycampaign = variation.product.restrictions.bycampaign %}
  10.                                             {% set restrictbyzone = variation.product.restrictions.byzone %}
  1.                                         ";
  2.                         // line 295
  3.                         $context["stocklevel"] = CoreExtension::getAttribute($this->env$this->source$context["variation"], "stocklevel", [], "any"falsefalsefalse295);
  4.                         // line 296
  5.                         yield "                                        ";
  6.                         $context["selecttype"] = CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["variation"], "product", [], "any"falsefalsefalse296), "selecttype", [], "any"falsefalsefalse296);
  7.                         yield " ";
  8.                         // line 297
  9.                         yield "                                        ";
  10.                         $context["structuretype"] = CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["variation"], "product", [], "any"falsefalsefalse297), "structuretypeid", [], "any"falsefalsefalse297);
  11.                         // line 298
in vendor/twig/twig/src/Template.php -> block_body (line 432)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 yield from $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1.         yield from $this->unwrap()->yieldBlock('contentcontainerstart'$context$blocks);
  2.         // line 83
  3.         yield "
  4. ";
  5.         // line 84
  6.         yield from $this->unwrap()->yieldBlock('body'$context$blocks);
  7.         // line 85
  8.         yield "
  9. ";
  10.         // line 86
  11.         yield from $this->unwrap()->yieldBlock('contentcontainerend'$context$blocks);
in vendor/twig/twig/src/Template.php -> doDisplay (line 388)
  1.     {
  2.         $context += $this->env->getGlobals();
  3.         $blocks array_merge($this->blocks$blocks);
  4.         try {
  5.             yield from $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
  1.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""template.html.twig"));
  3.         $this->parent $this->loadTemplate("@ops_frontend_bundle/template.html.twig""template.html.twig"1);
  4.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  5.         
  6.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  7.         
  8.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 388)
  1.     {
  2.         $context += $this->env->getGlobals();
  3.         $blocks array_merge($this->blocks$blocks);
  4.         try {
  5.             yield from $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
  1.                 $context array_intersect_key($context$_parent) + $_parent;
  2.             }
  3.         }
  4.         // line 1
  5.         $this->parent $this->loadTemplate("template.html.twig""@ops_frontend_outdoor_bundle/fringe/page.html.twig"1);
  6.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  7.         
  8.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  9.         
  10.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 388)
  1.     {
  2.         $context += $this->env->getGlobals();
  3.         $blocks array_merge($this->blocks$blocks);
  4.         try {
  5.             yield from $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = []): void
  4.     {
  5.         foreach ($this->yield($context$blocks) as $data) {
  6.             echo $data;
  7.         }
  8.     }
  9.     public function render(array $context): string
in vendor/twig/twig/src/Template.php -> display (line 359)
  1.                 ob_start();
  2.             } else {
  3.                 ob_start(function () { return ''; });
  4.             }
  5.             try {
  6.                 $this->display($context);
  7.             } catch (\Throwable $e) {
  8.                 while (ob_get_level() > $level) {
  9.                     ob_end_clean();
  10.                 }
  1.         yield from $this->template->yieldBlock($name$context);
  2.     }
  3.     public function render(array $context = []): string
  4.     {
  5.         return $this->template->render($context);
  6.     }
  7.     /**
  8.      * @return void
  9.      */
  1.      * @throws SyntaxError  When an error occurred during compilation
  2.      * @throws RuntimeError When an error occurred during rendering
  3.      */
  4.     public function render($name, array $context = []): string
  5.     {
  6.         return $this->load($name)->render($context);
  7.     }
  8.     /**
  9.      * Displays a template.
  10.      *
  1.         if (null !== $block) {
  2.             return $this->container->get('twig')->load($view)->renderBlock($block$parameters);
  3.         }
  4.         return $this->container->get('twig')->render($view$parameters);
  5.     }
  6.     private function doRender(string $view, ?string $block, array $parameters, ?Response $responsestring $method): Response
  7.     {
  8.         $content $this->doRenderView($view$block$parameters$method);
  1.         return $this->container->get('twig')->render($view$parameters);
  2.     }
  3.     private function doRender(string $view, ?string $block, array $parameters, ?Response $responsestring $method): Response
  4.     {
  5.         $content $this->doRenderView($view$block$parameters$method);
  6.         $response ??= new Response();
  7.         if (200 === $response->getStatusCode()) {
  8.             foreach ($parameters as $v) {
  9.                 if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
  1.      * If an invalid form is found in the list of parameters, a 422 status code is returned.
  2.      * Forms found in parameters are auto-cast to form views.
  3.      */
  4.     protected function render(string $view, array $parameters = [], ?Response $response null): Response
  5.     {
  6.         return $this->doRender($viewnull$parameters$response__FUNCTION__);
  7.     }
  8.     /**
  9.      * Renders a block in a view.
  10.      *
AbstractController->render('@ops_frontend_outdoor_bundle/fringe/page.html.twig', array('prices' => array(array('priceid' => 14574, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 140.0, 'weight' => 0.0, 'quantity' => 5, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 14574, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 140.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 5, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15625, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 280.0, 'weight' => 0.0, 'quantity' => 10, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15625, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 280.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 10, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15626, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 420.0, 'weight' => 0.0, 'quantity' => 15, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15626, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 420.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 15, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15627, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 560.0, 'weight' => 0.0, 'quantity' => 20, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15627, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 560.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 20, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1))), 'variations' => array(array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), 'quantities' => array(array('quantity' => 5, 'title' => 5, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 10, 'title' => 10, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 15, 'title' => 15, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 20, 'title' => 20, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx')), 'sizes' => array('Venue Arrow'), 'stocks' => array('4mm Correx'), 'displays' => array('Base Product;-;558'), 'startturnaround' => 5, 'minprice' => 140.0, 'vatbehaviour' => 0, 'matrixes' => array(array('variationid' => 558, 'stock' => '4mm Correx', 'sizes' => array('Venue Arrow'), 'quantities' => array(array('quantity' => 5, 'title' => 5, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 10, 'title' => 10, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 15, 'title' => 15, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 20, 'title' => 20, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx')), 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1), 'displays' => array('Base Product;-;558'), 'prices' => array(array('priceid' => 14574, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 140.0, 'weight' => 0.0, 'quantity' => 5, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 14574, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 140.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 5, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15625, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 280.0, 'weight' => 0.0, 'quantity' => 10, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15625, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 280.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 10, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15626, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 420.0, 'weight' => 0.0, 'quantity' => 15, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15626, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 420.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 15, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15627, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 560.0, 'weight' => 0.0, 'quantity' => 20, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15627, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 560.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 20, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1))), 'maxturnaround' => 5, 'lowestprice' => 140.0)), 'packages' => array(), 'page' => array('pageid' => 316, 'pagename' => 'Venue Wayfinding Arrows', 'pagenavname' => 'Venue Wayfinding Arrows', 'pagenavblurb' => 'from £140 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 1, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 1, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description"><strong>Available for Promoters or Venues only.</strong> Purpose built fringe venue wayfinding arrows to help guide ticket holders to your venue. Printed full colour, double sided on correx. Arrows are sold in packs of five and the price includes fitting - you\'ll be allocated a two hour fitting slot w/c Mon 3rd August with our fitting team to put up the arrows on suitable lamp posts (not sign posts) within 500m of your venue.<br><br>Arrows are fitted above head height on lamp posts. Arrows are only available for venues, not individual shows.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-venue-arrow.svg"></div> <p class="size"><strong>Size:</strong> 550mm wide x 210mm high<br>21.6" wide x 8.3" high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> <br>5 Arrows: £140 + vat <br>10 Arrows: £280 + vat<br>15 Arrows: £420 + vat <br>20 Arrows: £560 + vat <br> <strong>Locations:</strong> Arrows can be placed within 500m of your venue.</p><p class="info">All prices include printing your supplied artwork directly onto correx and fitting.</p></div>', 'htmltitle' => 'Venue Wayfinding Arrows', 'metakeywords' => null, 'metadesc' => 'Purpose built fringe venue wayfinding arrows to help guide ticket holders to your venue. Printed full colour, double sided on correx. Arrows are sold in packs of five and the price includes fitting.', 'friendlyurl' => 'venue-wayfinding-arrows', 'sortorder' => 35, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#009542;">Location</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div> <a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/12-sheet"> <h3 style="color:#009542;">12 Sheet</h3> </a> <h6 style="color:#009542;">13048mm wide x 524mm high<br> 120” wide x 60” high</h6> </div> <p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p> <div class="button-wrapper flex-nowrap" style="background-color:#009542"> <div class="price">£660 +vat</div> <a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#db5c4e;">Design</h5> <div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div> <a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div> <div class="title-wrapper"> <a href="/fringe/main-design-package"> <h3 style="color:#db5c4e;">Image Supplied Package</h3> </a> <h6 style="color:#db5c4e;"></h6> </div> <p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p> <div class="button-wrapper flex-nowrap" style="background-color:#db5c4e"> <div class="price">£275 + vat</div> <a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Zone</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div> <a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/4-sheet"> <h3 style="color:#eb5c44;">4 Sheet</h3> </a> <h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br> 40" wide x 60" high</h6> </div> <p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£165 + vat</div> <a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '550mm wide x 210mm high<br>21.6" wide x 8.3" high', 'pageblurb4' => 'Location,#7CC1D4,/assets/images/2023/fringe-products/Venue-Wayfinding-Arrows.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'heading' => array('headingid' => 83, 'menuid' => 32, 'headingname' => 'Order by Product', 'headingnavname' => 'Order by Product', 'picturefilename' => '5e46db32cbf9c.jpeg', 'blurb' => '<div class="container section-inner-margin-top center"> <div class="tabs"> <a href="#" class="tab active"> <div class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 67.961 98.718"> <use href="/assets/images/2023/icon-fringe-product.svg#icon-fringe-product"></use> </svg> </div> <h3>Fringe<br> Products</h3> <p>Location and Zone Based Products</p> <div class="icon-tab active"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 22"> <use href="/assets/images/2023/icon-tab-active.svg#icon-tab-active"></use> </svg> </div> </a> <a href="/fringe/replacement-outdoor-posters" class="tab"> <div class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 89.652 98.717"> <use href="/assets/images/2023/icon-fringe-replacements.svg#icon-fringe-replacements"></use> </svg> </div> <h3>Replacement<br> Posters</h3> <p>Replacement posters for your Fringe products</p> <p></p> <div class="icon-tab"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 22"> <use href="/assets/images/2023/icon-tab-active.svg#icon-tab-active"></use> </svg> </div> </a> <a href="/fringe/design-packages" class="tab"> <div class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.484 19.484"> <use href="/assets/images/2023/icon-design.svg#icon-design"></use> </svg> </div> <h3>Design<br> Packages</h3> <p>We can create artwork for you</p> <div class="icon-tab"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 22"> <use href="/assets/images/2023/icon-tab-active.svg#icon-tab-active"></use> </svg> </div> </a> </div> </div> <div id="fringe-products" class="tab-content fringe-products"> <div class="section-intro"> <div class="container"> <div class="col-md-4"> <h3>Choose your Products below</h3> <h5 class="highlight-red">They are zone and location based</h5> </div> <div class="col-md-8"> <div> <h3>Zone</h3> <p>We have divided the city into four zones to create a zonal booking structure for selected formats. Posters will be placed on general distribution across all the advertising sites we have available for each format within that zone, e.g. if you book 10 x 4-sheets in Zone One which has 10 different sites for that format, one poster will go on each site. So, if you only want to target the area around the Pleasance Courtyard, now you can! When you book, out of your total order, please specify how many posters you want in each zone.</p> </div> <div> <h3>Location</h3> <p>A majority of our larger advertising formats are booked by specific location - just refer to the map on each product page and pick the exact location you\'d like to book your poster advertising, and it will be fitted in that location.</p> </div> </div> </div> </div> </div>', 'htmltitle' => 'Order by Product', 'metakeywords' => null, 'metadesc' => null, 'friendlyurl' => 'order-by-product', 'sortorder' => 1, 'visibility' => 1, 'verticalmenu' => 0, 'clientid' => 3, 'pages' => array(array('pageid' => 299, 'pagename' => 'All Products', 'pagenavname' => 'All Products', 'pagenavblurb' => ' ', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => ' ', 'htmltitle' => null, 'metakeywords' => null, 'metadesc' => null, 'friendlyurl' => '/fringe/order-by-product', 'sortorder' => 1, 'pageblurb' => ' ', 'pageblurb2' => ' ', 'pageblurb3' => ' ', 'pageblurb4' => ' ', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 1, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 301, 'pagename' => '4 Sheet', 'pagenavname' => '4 Sheet', 'pagenavblurb' => '£165 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-4-sheet.svg"></div><p class="size"><strong> Size:</strong> 1016mm wide x 1524mm high<br>40" wide x 60" high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £165 + vat</p><p class="limit"><strong>Order limit:</strong> In high demand locations, we\'ll only allocate one poster per site. This includes sites at Pleasance Hill, around Bristo Square, Charles St and Cowgate amongst others.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £45 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => '4 Sheet', 'metakeywords' => null, 'metadesc' => 'One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.', 'friendlyurl' => '4-sheet', 'sortorder' => 2, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div> <a href="/fringe/replacements-4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4-Sheets---VP.jpg" alt="Replacements - 4 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/replacements-4-sheet"><h3 style="color:#eb5c44;">Replacements - 4 Sheet</h3></a> <h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>40" wide x 60" high</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£45 + vat</div> <a href="/fringe/replacements-4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#db5c4e;">Design</h5> <div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div> <a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div> <div class="title-wrapper"> <a href="/fringe/main-design-package"><h3 style="color:#db5c4e;">Image Supplied Package</h3></a> <h6 style="color:#db5c4e;"></h6> </div> <p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p> <div class="button-wrapper flex-nowrap" style="background-color:#db5c4e"> <div class="price">£275 + vat</div> <a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Location</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/8-Sheet.svg"> </div> <a href="/fringe/8-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/8%20Sheets%202.jpg" alt="8 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/8-sheet"><h3 style="color:#eb5c44;">8 Sheet</h3></a> <h6 style="color:#eb5c44;">2032mm wide x 1524mm high<br>80” wide x 60” high</h6> </div> <p>An unusual size that really grabs people\'s attention but is still affordable to smaller shows. Posters are attached to temporary fencing panels or railings depending on location in high footfall areas.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£385&nbsp;+ vat</div> <a href="/fringe/8-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div>', 'pageblurb3' => '1016mm wide x 1524mm high<br>40" wide x 60" high', 'pageblurb4' => 'Zone,#eb5c44,/assets/images/2023/fringe-products/4-Sheet.svg,medium,/fringe/replacements-4-sheet', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 441, 'pageid' => 301, 'image' => '4sheet.jpg', 'imageflag' => null), array('imageid' => 442, 'pageid' => 301, 'image' => '4-SHEETS-_60x40_1024x1024.jpg', 'imageflag' => null), array('imageid' => 443, 'pageid' => 301, 'image' => '4-SHEETS-_60_-x-40_4b408779-3016-4954-ab0f-aee0a0cc021d_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1042, 'pageid' => 301, 'image' => '4 Sheets.jpg', 'imageflag' => null), array('imageid' => 1045, 'pageid' => 301, 'image' => '4 Sheets.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 295, 'pagename' => '8 Sheet', 'pagenavname' => '8 Sheet', 'pagenavblurb' => '£385 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">An unusual size that really grabs people\'s attention but is still affordable to smaller shows. Posters are attached to temporary fencing panels or railings depending on location in high footfall areas.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-8-sheet.svg"></div><p class="size"><strong>Size:</strong> 2032mm wide x 1524mm high<br>80” wide x 60” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £385 + vat</p> <p class="limit"><strong>Order limit:</strong> One per show, per location.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £90 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => '8 Sheet', 'metakeywords' => null, 'metadesc' => 'An unusual size that really grabs people\'s attention but is still affordable to smaller shows. Posters are attached to temporary fencing panels or railings depending on location in high footfall areas.', 'friendlyurl' => '8-sheet', 'sortorder' => 3, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/8-Sheet.svg"> </div> <a href="/fringe/replacement-8-sheets"><img src="https://ops.outofhand.co.uk/assets/images/pages/8%20Sheets%202.jpg" alt="Replacements - 8 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/replacement-8-sheets"> <h3 style="color:#eb5c44;">Replacements - 8 Sheet</h3> </a> <h6 style="color:#eb5c44;">2032mm wide x 1524mm high<br> 80” wide x 60” high</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£90 + vat</div> <a href="/fringe/replacement-8-sheets" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#db5c4e;">Design</h5> <div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div> <a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div> <div class="title-wrapper"> <a href="/fringe/main-design-package"> <h3 style="color:#db5c4e;">Image Supplied Package</h3> </a> <h6 style="color:#db5c4e;"></h6> </div> <p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p> <div class="button-wrapper flex-nowrap" style="background-color:#db5c4e"> <div class="price">£275 + vat</div> <a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Zone</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div> <a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4%20Sheets.jpg" alt="4 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/4-sheet"> <h3 style="color:#eb5c44;">4 Sheet</h3> </a> <h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br> 40" wide x 60" high</h6> </div> <p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£165 + vat</div> <a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '2032mm wide x 1524mm high<br>80” wide x 60” high', 'pageblurb4' => 'Location,#eb5c44,/assets/images/2023/fringe-products/8-Sheet.svg,medium,/fringe/replacement-8-sheets', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 444, 'pageid' => 295, 'image' => '8sheet-1.jpg', 'imageflag' => null), array('imageid' => 445, 'pageid' => 295, 'image' => '8-SHEET-60x80_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1009, 'pageid' => 295, 'image' => '8 Sheets 2.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 292, 'pagename' => '12 Sheet', 'pagenavname' => '12 Sheet', 'pagenavblurb' => '£660 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Our largest poster size that really stands out with a huge landscape area for your show artwork.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-12-sheet.svg"></div> <p class="size"><strong>Size:</strong> 13048mm wide x 524mm high<br>120” wide x 60” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p> <p class="cost"><strong>Cost:</strong> £660 + vat</p> <p class="limit"><strong>Order limit:</strong> One per show, per location.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £125 + vat</p> <p class="fringe-description"><strong>EXTRAS:</strong><br>Add a fence top above your artwork to really stand out above other shows. Each fence top is 0.5m high and 3.5m wide - perfect for quotes or review comments to help draw attention to your show. </p> <p class="cost"><strong>Cost:</strong> £175 + vat<br><strong>NOTE:</strong> You can only buy a fence top to go above your own poster.</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => '12 Sheet', 'metakeywords' => null, 'metadesc' => 'Our largest poster size that really stands out with a huge landscape area for your show artwork. Select the exact location for your poster to ensure you reach your target audience.', 'friendlyurl' => '12-sheet', 'sortorder' => 4, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#009542;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div> <a href="/fringe/replacements-12-sheets"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="Replacements - 12 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/replacements-12-sheets"> <h3 style="color:#009542;">Replacements - 12 Sheet</h3> </a> <h6 style="color:#009542;">13048mm wide x 524mm high<br> 120” wide x 60” high</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#009542"> <div class="price">£125 + vat</div> <a href="/fringe/replacements-12-sheets" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#db5c4e;">Design</h5> <div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div> <a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div> <div class="title-wrapper"> <a href="/fringe/main-design-package"> <h3 style="color:#db5c4e;">Image Supplied Package</h3> </a> <h6 style="color:#db5c4e;"></h6> </div> <p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p> <div class="button-wrapper flex-nowrap" style="background-color:#db5c4e"> <div class="price">£275 + vat</div> <a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#EE9C26;">Location</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet-Topper.svg"> </div> <a href="/fringe/12-sheet-topper"><img src="https://ops.outofhand.co.uk/assets/images/pages/fencetops.jpg" alt="12 Sheet Topper"></a> </div> <div class="title-wrapper"> <a href="/fringe/12-sheet-topper"> <h3 style="color:#EE9C26;">12 Sheet Topper</h3> </a> <h6 style="color:#EE9C26;">3500mm wide x 500mm high<br> 138” wide x 20” high</h6> </div> <p>Give some height to your poster advertising - this format sits perfectly above each side of a Festival Triangle / Cube / above your 12 sheet.</p> <div class="button-wrapper flex-nowrap" style="background-color:#EE9C26"> <div class="price">£175 + vat</div> <a href="/fringe/12-sheet-topper" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '13048mm wide x 524mm high<br>120” wide x 60” high', 'pageblurb4' => 'Location,#009542,/assets/images/2023/fringe-products/12-Sheet.svg,medium,/fringe/replacements-12-sheets', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 338, 'pageid' => 292, 'image' => '12sheet.jpg', 'imageflag' => null), array('imageid' => 342, 'pageid' => 292, 'image' => '12sheet-1.jpg', 'imageflag' => null), array('imageid' => 343, 'pageid' => 292, 'image' => '12sheet-2.jpg', 'imageflag' => null), array('imageid' => 1046, 'pageid' => 292, 'image' => '12Sheet.jpg', 'imageflag' => null), array('imageid' => 1047, 'pageid' => 292, 'image' => '12sheet.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 307, 'pagename' => '12 Sheet Topper', 'pagenavname' => '12 Sheet Topper', 'pagenavblurb' => '£175 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Give some height to your poster advertising - this format sits perfectly above each side of a Festival Triangle / Cube / above your 12 sheet. This space is great to use for highlighting those great reviews and star ratings / promote special ticket deals or performances. Draw extra attention to your shows advertised underneath on each fence panel as this poster format is 2.5m above the ground!</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-12-sheet-topper.svg"></div> <p class="size"><strong>Size:</strong> 3500mm wide x 500mm high<br>138” wide x 20” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £175 + vat per side<br></p><p class="limit"><strong>Order limit:</strong> You can only purchase a fence top to go above your own show poster - you can\'t put it on top of someone else\'s!<br><b>NOTE:</b> Your show must be advertised underneath too!</p><p class="info">All prices include production, printing your supplied artwork directly onto correx and mounted onto the fence top. </p> </div>', 'htmltitle' => '12 Sheet Topper', 'metakeywords' => null, 'metadesc' => 'Give some height to your poster advertising - this format sits perfectly above each side of a Festival Triangle / Cube / above your 12 sheet.', 'friendlyurl' => '12-sheet-topper', 'sortorder' => 5, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#009542;">Location</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div> <a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/12-sheet"> <h3 style="color:#009542;">12 Sheet</h3> </a> <h6 style="color:#009542;">13048mm wide x 524mm high<br> 120” wide x 60” high</h6> </div> <p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p> <div class="button-wrapper flex-nowrap" style="background-color:#009542"> <div class="price">£660 +vat</div> <a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#db5c4e;">Design</h5> <div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div> <a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div> <div class="title-wrapper"> <a href="/fringe/main-design-package"> <h3 style="color:#db5c4e;">Image Supplied Package</h3> </a> <h6 style="color:#db5c4e;"></h6> </div> <p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p> <div class="button-wrapper flex-nowrap" style="background-color:#db5c4e"> <div class="price">£275 + vat</div> <a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Zone</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div> <a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/4-sheet"> <h3 style="color:#eb5c44;">4 Sheet</h3> </a> <h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br> 40" wide x 60" high</h6> </div> <p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£165 + vat</div> <a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '3500mm wide x 500mm high<br>138” wide x 20” high', 'pageblurb4' => 'Location,#EE9C26,/assets/images/2023/fringe-products/12-Sheet-Topper.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 456, 'pageid' => 307, 'image' => 'fencetops.jpg', 'imageflag' => '["1","2"]'), array('imageid' => 457, 'pageid' => 307, 'image' => 'FENCE-TOPS_1024x1024.jpg', 'imageflag' => null), array('imageid' => 458, 'pageid' => 307, 'image' => 'Fence_Tops_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1033, 'pageid' => 307, 'image' => '12-Sheet-Topper.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 318, 'pagename' => 'A1 Triangle', 'pagenavname' => 'A1 Triangle', 'pagenavblurb' => '£170 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Three A1 posters (of the same artwork unless stated) on a low level correx triangle, fitted around lamp posts in key locations across the city centre. You are booking a complete three sided triangle and will have the same artwork on all three sides unless you specify otherwise.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-A1-triangle.svg"></div> <p class="size"><strong>Size:</strong> A1 (594mm wide x 841mm high)</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £170 + vat</p><p class="replacements-high"><strong>Replacements:</strong> There is a <span>high</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £72.50 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx - each triangle can take three different sets of artwork - one for each side.</p></div>', 'htmltitle' => 'A1 Triangle', 'metakeywords' => null, 'metadesc' => 'Three A1 posters (of the same artwork unless stated) on a low level correx triangle, fitted around lamp posts in key locations across the city centre.', 'friendlyurl' => 'a1-triangle', 'sortorder' => 6, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#67C4D1;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/A1-Triangle.svg"> </div> <a href="/fringe/replacements-a1-triangles"><img src="https://ops.outofhand.co.uk/assets/images/pages/A1 Triangles.jpg" alt="Replacements - A1 Triangle"></a> </div> <div class="title-wrapper"> <a href="/fringe/replacements-a1-triangles"> <h3 style="color:#67C4D1;">Replacements - A1 Triangle</h3> </a> <h6 style="color:#67C4D1;">A1 (594mm wide x 841mm high)</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#67C4D1"> <div class="price">£72.50 + vat</div> <a href="/fringe/replacements-a1-triangles" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#db5c4e;">Design</h5> <div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div> <a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div> <div class="title-wrapper"> <a href="/fringe/main-design-package"> <h3 style="color:#db5c4e;">Image Supplied Package</h3> </a> <h6 style="color:#db5c4e;"></h6> </div> <p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p> <div class="button-wrapper flex-nowrap" style="background-color:#db5c4e"> <div class="price">£275 + vat</div> <a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Zone</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div> <a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/4-sheet"> <h3 style="color:#eb5c44;">4 Sheet</h3> </a> <h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br> 40" wide x 60" high</h6> </div> <p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£165 + vat</div> <a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'A1 (594mm wide x 841mm high)', 'pageblurb4' => 'Zone,#67C4D1,/assets/images/2023/fringe-products/A1-Triangle.svg,high,/fringe/replacements-a1-triangles', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 446, 'pageid' => 318, 'image' => 'a1triangles.jpg', 'imageflag' => null), array('imageid' => 447, 'pageid' => 318, 'image' => 'A1-Triangle_1_1024x1024.jpg', 'imageflag' => null), array('imageid' => 448, 'pageid' => 318, 'image' => 'A1-TRIANGLES_95e51910-03e9-4091-bda4-366a64d42d0e_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1001, 'pageid' => 318, 'image' => 'A1 Triangles.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 302, 'pagename' => 'A3 Poster Pack Wrap', 'pagenavname' => 'A3 Poster Pack Wrap', 'pagenavblurb' => '£70 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Great value advertising option with this effective format to support smaller shows. Each pack contains ten posters with one poster placed on ten separate lamp post wraps. There will be 20 different designs per lamp post wrap - 10 on each side.<br><strong>Note: </strong>Limit of 4 packs per show with a limit of 2 packs per zone. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-A3-poster-pack.svg"></div><p class="size"><strong>Size:</strong> A3 (297mm wide x 420mm high)</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £70 + vat per pack of 10 posters</p> <p class="limit"><strong>Order limit:</strong> Four packs / two per zone.</p><p class="replacements-none"><strong>Replacements:</strong> We include two free spare lamp post wraps within the price.</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'A3 Poster Pack Wrap', 'metakeywords' => null, 'metadesc' => 'Great value advertising option with this effective format to support smaller shows. Each pack contains ten posters with one poster placed on ten separate lamp post wraps. There will be 20 different designs per lamp post wrap - 10 on each side.', 'friendlyurl' => 'a3-poster-pack-wrap', 'sortorder' => 7, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#009542;">Location</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div> <a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/12-sheet"> <h3 style="color:#009542;">12 Sheet</h3> </a> <h6 style="color:#009542;">13048mm wide x 524mm high<br> 120” wide x 60” high</h6> </div> <p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p> <div class="button-wrapper flex-nowrap" style="background-color:#009542"> <div class="price">£660 +vat</div> <a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#db5c4e;">Design</h5> <div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div> <a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div> <div class="title-wrapper"> <a href="/fringe/main-design-package"> <h3 style="color:#db5c4e;">Image Supplied Package</h3> </a> <h6 style="color:#db5c4e;"></h6> </div> <p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p> <div class="button-wrapper flex-nowrap" style="background-color:#db5c4e"> <div class="price">£275 + vat</div> <a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Zone</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div> <a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/4-sheet"> <h3 style="color:#eb5c44;">4 Sheet</h3> </a> <h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br> 40" wide x 60" high</h6> </div> <p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£165 + vat</div> <a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'A3 (297mm wide x 420mm high)', 'pageblurb4' => 'Zone,#BE1952,/assets/images/2023/fringe-products/A3-Poster-Pack-Wrap.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 449, 'pageid' => 302, 'image' => 'a3poster.jpg', 'imageflag' => null), array('imageid' => 450, 'pageid' => 302, 'image' => 'A3_poster_pack_1024x1024.JPG', 'imageflag' => null), array('imageid' => 451, 'pageid' => 302, 'image' => 'A3_Packs_2_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1032, 'pageid' => 302, 'image' => 'A3 Poster Packs.jpg', 'imageflag' => null), array('imageid' => 1039, 'pageid' => 302, 'image' => 'A3-Poster-Packs---VP.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 334, 'pagename' => 'Block Wrap', 'pagenavname' => 'Block Wrap', 'pagenavblurb' => '£350 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive new format in heavy Fringe footfall areas of the city. Acting as security vehicle blockades, they are positioned in prime central locations including Bristo Square, outside the EICC on Morrison St and outside the Playhouse Theatre on Leith St. Each block has 6 sides, approx. A2 in size, as well as a large top section - you have the whole block to use for your show. Given their positions outside key venues, they are great advertising platforms to reach Fringe fans.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-block-wrap.svg"></div> <p class="size"><strong>Size:</strong> A2 (420mm wide x 594mm high)</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p> <p class="cost"><strong>Cost:</strong> £350 + vat per location</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe. <br> <strong> Cost:</strong> £100 + vat</p><p class="info">All prices include production.</p></div>', 'htmltitle' => 'Block Wrap', 'metakeywords' => null, 'metadesc' => 'Exclusive new format in heavy Fringe footfall areas of the city. Acting as security vehicle blockades, they are positioned in prime central locations. Six A2 posters (of the same artwork unless stated) wrap around these concrete blocks.', 'friendlyurl' => 'block-wrap', 'sortorder' => 8, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#375973;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/Block-Wrap.svg"> </div> <a href="/fringe/replacements-block-wraps"><img src="https://ops.outofhand.co.uk/assets/images/pages/block wraps.jpg" alt="Replacements - Block Wrap"></a> </div> <div class="title-wrapper"> <a href="/fringe/replacements-block-wraps"> <h3 style="color:#375973;">Replacements - Block Wrap</h3> </a> <h6 style="color:#375973;">A2 (420mm wide x 594mm high)</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#375973"> <div class="price">£100 + vat</div> <a href="/fringe/replacements-block-wraps" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#db5c4e;">Design</h5> <div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div> <a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div> <div class="title-wrapper"> <a href="/fringe/main-design-package"> <h3 style="color:#db5c4e;">Image Supplied Package</h3> </a> <h6 style="color:#db5c4e;"></h6> </div> <p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p> <div class="button-wrapper flex-nowrap" style="background-color:#db5c4e"> <div class="price">£275 + vat</div> <a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Zone</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div> <a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/4-sheet"> <h3 style="color:#eb5c44;">4 Sheet</h3> </a> <h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br> 40" wide x 60" high</h6> </div> <p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£165 + vat</div> <a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'A2 (420mm wide x 594mm high)', 'pageblurb4' => 'Location,#375973,/assets/images/2023/fringe-products/Block-Wrap.svg,low,/fringe/replacements-block-wraps', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 1010, 'pageid' => 334, 'image' => 'block wraps.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 303, 'pagename' => 'Bollard Cover', 'pagenavname' => 'Bollard Cover', 'pagenavblurb' => 'from £135 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Unique format placed over metal bollards on high footfall walkways within the central Fringe areas. Sold in sets depending on location for maximum impact.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-bollard-cover.svg"></div> <p class="size"><strong>Size:</strong> 220mm wide x 1300mm high<br>8.5” wide x 51” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £135 + vat per bollard</p> <p class="limit"><strong>Order limit:</strong> One set in one location only.</p><p class="replacements-high"><strong>Replacements:</strong> There is a <span>high</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £60 + vat per bollard</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Bollard Cover', 'metakeywords' => null, 'metadesc' => 'Unique format placed over metal bollards on high footfall walkways within the central Fringe areas. Sold in sets depending on location for maximum impact.', 'friendlyurl' => 'bollard-cover', 'sortorder' => 9, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#C3C4C4;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/Bollard-Cover.svg"> </div> <a href="/fringe/replacements-bollards"><img src="https://ops.outofhand.co.uk/assets/images/pages/Bollards.jpg" alt="Replacements - Bollard Cover"></a> </div> <div class="title-wrapper"> <a href="/fringe/replacements-bollards"> <h3 style="color:#C3C4C4;">Replacements - Bollard Cover</h3> </a> <h6 style="color:#C3C4C4;">220mm wide x 1300mm high<br> 8.5” wide x 51” high</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#C3C4C4"> <div class="price">£60 + vat</div> <a href="/fringe/replacements-bollards" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#db5c4e;">Design</h5> <div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div> <a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div> <div class="title-wrapper"> <a href="/fringe/main-design-package"> <h3 style="color:#db5c4e;">Image Supplied Package</h3> </a> <h6 style="color:#db5c4e;"></h6> </div> <p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p> <div class="button-wrapper flex-nowrap" style="background-color:#db5c4e"> <div class="price">£275 + vat</div> <a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Zone</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div> <a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/4-sheet"> <h3 style="color:#eb5c44;">4 Sheet</h3> </a> <h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br> 40" wide x 60" high</h6> </div> <p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£165 + vat</div> <a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '220mm wide x 1300mm high<br>8.5” wide x 51” high', 'pageblurb4' => 'Location,#C3C4C4,/assets/images/2023/fringe-products/Bollard-Cover.svg,high,/fringe/replacements-bollards', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 452, 'pageid' => 303, 'image' => 'bollards.jpg', 'imageflag' => null), array('imageid' => 453, 'pageid' => 303, 'image' => 'Bollards_1024x1024.jpg', 'imageflag' => null), array('imageid' => 454, 'pageid' => 303, 'image' => 'BOLLARDS_d964bb91-d2b3-469d-a1ba-eb537bfea297_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1011, 'pageid' => 303, 'image' => 'Bollards.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 309, 'pagename' => 'Charles St Digital Screen', 'pagenavname' => 'Charles St Digital Screen', 'pagenavblurb' => '£400 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in the heart of Bristo Square. Located on Charles St, in the main walkway between Underbelly Bristo Square, Pleasance Dome, Gilded Balloon Teviot and Assembly George Square, this site reaches the ultimate core Fringe audience, who are happy to buy tickets to see a wide range of performances, from comedy to circus and theatre. The digital screen is booked per week and has a rotation of 6-8 different adverts, with your advert displayed at least once every 90 seconds. Your advert will receive a minimum of 7,560 plays across one week, scheduled in available slots, with some days/hours receiving more plays than others. Total plays will be delivered across the whole week. <br><br>The Screen is operational between 8am - 2am daily. Each advert slot is 6 seconds and offers full motion, in full colour.</p> <div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-digital-screen.svg"></div> <p class="size"><strong>Size:</strong> 75", 1080px wide x 1920px high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £400 + vat per week<br><b>NOTE:</b> Digital Screens are booked per weekly slots.</p> </div>', 'htmltitle' => 'Charles St Digital Screen', 'metakeywords' => null, 'metadesc' => 'Exclusive format in the heart of Bristo Square. Located on Charles St, in the main walkway between Underbelly Bristo Square, Pleasance Dome, Gilded Balloon Teviot and Assembly George Square.', 'friendlyurl' => 'charles-st-digital-screen', 'sortorder' => 10, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#009542;">Location</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div> <a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/12-sheet"> <h3 style="color:#009542;">12 Sheet</h3> </a> <h6 style="color:#009542;">13048mm wide x 524mm high<br> 120” wide x 60” high</h6> </div> <p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p> <div class="button-wrapper flex-nowrap" style="background-color:#009542"> <div class="price">£660 +vat</div> <a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#db5c4e;">Design</h5> <div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div> <a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div> <div class="title-wrapper"> <a href="/fringe/main-design-package"> <h3 style="color:#db5c4e;">Image Supplied Package</h3> </a> <h6 style="color:#db5c4e;"></h6> </div> <p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p> <div class="button-wrapper flex-nowrap" style="background-color:#db5c4e"> <div class="price">£275 + vat</div> <a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Zone</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div> <a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/4-sheet"> <h3 style="color:#eb5c44;">4 Sheet</h3> </a> <h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br> 40" wide x 60" high</h6> </div> <p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£165 + vat</div> <a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '75", 1080px wide x 1920px high', 'pageblurb4' => 'Location,#E83C3E,/assets/images/2023/fringe-products/Charles-St-Digital-Screen.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 422, 'pageid' => 309, 'image' => 'Digital-Screen.jpg', 'imageflag' => '["2","1"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 333, 'pagename' => 'Bollard Boxes', 'pagenavname' => 'Bollard Boxes', 'pagenavblurb' => 'from £300', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">New format for 2020 – this 1m high mini tower sits perfectly alongside the edge of some of the busiest streets in Edinburgh, including the Royal Mile. You can advertise your show on all four sides and select from the following locations: George IV Bridge, Grassmarket, The Royal Mile or Waverley Bridge.</p><p class="size"><strong>Size:</strong> 39.39” high x 21.65” wide (1000mm high x 550mm wide) per side.</p><p class="cost"><strong>Cost:</strong> £300 + vat per complete box</p><p class="limit"><strong>Order limit:</strong> One per location.</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe. <br> <strong> Cost:</strong> £150 + vat</p> <p class="info">All prices include production, printing your supplied artwork directly onto correx.</p><p class="new">New for 2020</p></div>', 'htmltitle' => 'Bollard Boxes', 'metakeywords' => null, 'metadesc' => 'New format for 2020 – this 1m high mini tower sits perfectly alongside the edge of some of the busiest streets in Edinburgh, including the Royal Mile. You can advertise your show on all four sides and select from the following locations: George IV Bridge,', 'friendlyurl' => 'bollard-boxes', 'sortorder' => 11, 'pageblurb' => ' ', 'pageblurb2' => ' ', 'pageblurb3' => ' ', 'pageblurb4' => ' ', 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 433, 'pageid' => 333, 'image' => 'bollard-boxes.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 304, 'pagename' => 'Cowgate - Pillar Banner', 'pagenavname' => 'Cowgate - Pillar Banner', 'pagenavblurb' => 'from £275 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in the heart of the Cowgate. This location is situated between the Three Sisters and Underbelly Cowgate and perfect to target Fringe goers attending free and paid-for shows in this exceptionally busy area of Edinburgh. You can select which pillar you\'d like, as well as which side (front, back or either side facing up and down the Cowgate).</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-cowgate-pillar.svg"></div> <p class="size"><strong>Size:</strong> Front and Back: 870mm wide x 1600mm high (34" wide x 63" high)<br>Side: 730mm wide x 1600mm high (28.7" wide x 63" high)</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> <br>Front Panel (facing the road): £350 + vat<br>Side panel (facing either direction): £275 + vat<br>Back panel (facing the pavement under the arches): £325 + vat<br>End Panel (facing Three Sisters): £650 + vat<br>End Panel (facing Sneaky Pete\'s): £650 + vat<br></p><p class="limit"><strong>Order limit:</strong> Limit of TWO banners per show, one per side.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> from £60 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto the non PVC vinyl.</p> </div>', 'htmltitle' => 'Cowgate - Pillar Banner', 'metakeywords' => null, 'metadesc' => 'Exclusive format in the heart of the Cowgate. This location situated between the Seven Sisters and Underbelly Cowgate and perfect to target Fringe goers attending free and paid-for shows in this exceptionally busy area of Edinburgh.', 'friendlyurl' => 'cowgate-pillars', 'sortorder' => 12, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#BE1952;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/Cowgate-Pillars.svg"> </div> <a href="/fringe/replacements-cowgate-pillars"><img src="https://ops.outofhand.co.uk/assets/images/pages/cowgatepillars.jpg" alt="Replacements - Cowgate Pillars"></a> </div> <div class="title-wrapper"> <a href="/fringe/replacements-cowgate-pillars"> <h3 style="color:#BE1952;">Replacements - Cowgate - Pillar Banner</h3> </a> <h6 style="color:#BE1952;">Front and Back: 870mm wide x 1600mm high (34" wide x 63" high)<br> Side: 730mm wide x 1600mm high (28.7" wide x 63" high)</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#BE1952"> <div class="price">from £60 + vat</div> <a href="/fringe/replacements-cowgate-pillars" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#db5c4e;">Design</h5> <div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div> <a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div> <div class="title-wrapper"> <a href="/fringe/main-design-package"> <h3 style="color:#db5c4e;">Image Supplied Package</h3> </a> <h6 style="color:#db5c4e;"></h6> </div> <p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p> <div class="button-wrapper flex-nowrap" style="background-color:#db5c4e"> <div class="price">£275 + vat</div> <a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Zone</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div> <a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/4-sheet"> <h3 style="color:#eb5c44;">4 Sheet</h3> </a> <h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br> 40" wide x 60" high</h6> </div> <p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£165 + vat</div> <a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'Front and Back:<br>870mm wide x 1600mm high (34" wide x 63" high)<br><br>Side:<br>730mm wide x 1600mm high (28.7" wide x 63" high)', 'pageblurb4' => 'Location,#BE1952,/assets/images/2023/fringe-products/Cowgate-Pillars.svg,medium,/fringe/replacements-cowgate-pillars', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 438, 'pageid' => 304, 'image' => 'cowgatepillars.jpg', 'imageflag' => null), array('imageid' => 439, 'pageid' => 304, 'image' => 'Cowgate-Pillar_1024x1024.jpg', 'imageflag' => null), array('imageid' => 440, 'pageid' => 304, 'image' => 'Cowgate_Pillars_bare_1024x1024.png', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 305, 'pagename' => 'Cowgate - Bridge Banner', 'pagenavname' => 'Cowgate - Bridge Banner', 'pagenavblurb' => '£1,500 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format above the heavy footfall areas of Cowgate. This large format banner is 1.5m high and stretches 10m across South Bridge, above the Cowgate (overlooking Blair St and Niddery St), perfectly positioned to reach Fringe fans walking underneath on the Cowgate. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-bridge-banner.svg"></div> <p class="size"><strong>Size:</strong> 10000mm wide x 1500mm high<br>393” wide x 59” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £1,500 + vat </p><p class="info">All prices include production, printing your supplied artwork directly onto non PVC Vinyl. </p></div>', 'htmltitle' => 'Cowgate - Bridge Banner', 'metakeywords' => null, 'metadesc' => 'Exclusive new format above the heavy footfall areas of Cowgate. This large format banner is 1.5m high and stretches 10m across South Bridge, above the Cowgate (overlooking Blair St and Niddery St).', 'friendlyurl' => 'cowgate-bridge-banner', 'sortorder' => 13, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#009542;">Location</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div> <a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/12-sheet"> <h3 style="color:#009542;">12 Sheet</h3> </a> <h6 style="color:#009542;">13048mm wide x 524mm high<br> 120” wide x 60” high</h6> </div> <p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p> <div class="button-wrapper flex-nowrap" style="background-color:#009542"> <div class="price">£660 +vat</div> <a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#db5c4e;">Design</h5> <div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div> <a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div> <div class="title-wrapper"> <a href="/fringe/main-design-package"> <h3 style="color:#db5c4e;">Image Supplied Package</h3> </a> <h6 style="color:#db5c4e;"></h6> </div> <p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p> <div class="button-wrapper flex-nowrap" style="background-color:#db5c4e"> <div class="price">£275 + vat</div> <a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Zone</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div> <a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/4-sheet"> <h3 style="color:#eb5c44;">4 Sheet</h3> </a> <h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br> 40" wide x 60" high</h6> </div> <p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£165 + vat</div> <a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '10000mm wide x 1500mm high<br>393” wide x 59” high', 'pageblurb4' => 'Location,#BE1952,/assets/images/2023/fringe-products/Cowgate-Bridge-Banner.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 455, 'pageid' => 305, 'image' => 'Bridge-Banner.jpg', 'imageflag' => null), array('imageid' => 1012, 'pageid' => 305, 'image' => 'Bridge Banner.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 306, 'pagename' => 'Crowd Barrier Jackets', 'pagenavname' => 'Crowd Barrier Jackets', 'pagenavblurb' => ' ', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="description fringe-description"> <h3><span>Full colour, double sided and printed onto PVC mesh – high impact and gets noticed as they pop up in places you won\'t expect to see show advertising.<br><br><span style="color: #ff9900;">NEW LOCATION FOR SECOND</span> <span style="color: #ff9900;">RELEASE:</span> Marshall St, so you can reach people coming into Bristo Square from the Nicholson St area. <br></span></h3> <hr><h6><b>LOCATIONS: </b></h6><p><span>Royal Mile, by Hunter Square,  Marshall St, Greyfriars Bobby and George IV Bridge.</span></p><h6><b>SIZE: </b></h6><p><span>900mm x 2220mm wide.</span></p><h6><b>COST: </b></h6><p><span><b>£250 + vat per barrier</b></span></p><div class="spare-recommendation"> <h6><b>SPARE / REPLACEMENT RECOMMENDATION:</b></h6> <div class="spare-recommendation-block"> <p><b><a href="#" style="background: green;">LOW - ORDER NOW</a></b></p> </div></div> </div>', 'htmltitle' => 'Crowd Barrier Jackets', 'metakeywords' => null, 'metadesc' => 'Full colour, double sided and printed onto PVC mesh – high impact and gets noticed as they pop up in places you won\'t expect to see show advertising.', 'friendlyurl' => 'crowd-barrier-jackets', 'sortorder' => 14, 'pageblurb' => ' ', 'pageblurb2' => ' ', 'pageblurb3' => ' ', 'pageblurb4' => ' ', 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 362, 'pageid' => 306, 'image' => 'crowdbarrier-2.jpg', 'imageflag' => null), array('imageid' => 363, 'pageid' => 306, 'image' => 'crowdbarrier-3.jpg', 'imageflag' => null), array('imageid' => 364, 'pageid' => 306, 'image' => 'crowdbarrier.jpg', 'imageflag' => '["1"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 311, 'pagename' => 'Lamppost Wrap', 'pagenavname' => 'Lamppost Wrap', 'pagenavblurb' => '£300 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Fixed around sign and lamp posts on key high traffic routes between Fringe venues in the city centre.The wraps are double sided, and you are booking both sides - you can either use the same artwork on both sides or different artwork on each side - please advise at the point of order. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-lamp-post-wrap.svg"></div> <p class="size"><strong>Size:</strong> 600mm wide x 2000mm high<br>23.62” wide x 78.74” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £300 + vat</p><p class="replacements-high"><strong>Replacements:</strong> There is a <span>high</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £55 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Lamppost Wrap', 'metakeywords' => null, 'metadesc' => 'Unmissable street level, double sided format, fitted around sign and lamp posts on key high traffic routes between Fringe venues in the city centre.', 'friendlyurl' => 'lamp-post-wraps-full-length', 'sortorder' => 15, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#397292;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/Lamp-Post-Wrap.svg"> </div> <a href="/fringe/replacements-lamp-post-wraps"><img src="https://ops.outofhand.co.uk/assets/images/pages/Lamp Post.jpg" alt="Replacements - Lamp Post Wrap"></a> </div> <div class="title-wrapper"> <a href="/fringe/replacements-lamp-post-wraps"> <h3 style="color:#397292;">Replacements - Lamppost Wrap</h3> </a> <h6 style="color:#397292;">600mm wide x 2000mm high<br> 23.62” wide x 78.74” high</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#397292"> <div class="price">£55 + vat</div> <a href="/fringe/replacements-lamp-post-wraps" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#db5c4e;">Design</h5> <div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div> <a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div> <div class="title-wrapper"> <a href="/fringe/main-design-package"> <h3 style="color:#db5c4e;">Image Supplied Package</h3> </a> <h6 style="color:#db5c4e;"></h6> </div> <p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p> <div class="button-wrapper flex-nowrap" style="background-color:#db5c4e"> <div class="price">£275 + vat</div> <a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Zone</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div> <a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/4-sheet"> <h3 style="color:#eb5c44;">4 Sheet</h3> </a> <h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br> 40" wide x 60" high</h6> </div> <p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£165 + vat</div> <a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '600mm wide x 2000mm high<br>23.62” wide x 78.74” high', 'pageblurb4' => 'Zone,#397292,/assets/images/2023/fringe-products/Lamp-Post-Wrap.svg,high,/fringe/replacements-lamp-post-wraps', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 467, 'pageid' => 311, 'image' => 'lamppostwrap.jpg', 'imageflag' => null), array('imageid' => 468, 'pageid' => 311, 'image' => 'Lamp-post-wrap_2_1024x1024.jpg', 'imageflag' => null), array('imageid' => 469, 'pageid' => 311, 'image' => 'Lamp_post_wrap_GOOD_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1003, 'pageid' => 311, 'image' => 'Lamp Post.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 579, 'pagename' => 'Raised Lamppost Wrap', 'pagenavname' => 'Raised Lamppost Wrap', 'pagenavblurb' => '£195 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 0, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Fixed above head height around lamp posts on key high traffic routes between Fringe venues in the city centre.The wraps are double sided, and you are booking both sides - you can either use the same artwork on both sides or different artwork on each side - please advise at the point of order. </p><div class="poster-size-guide-icon"><img src="https://ops.outofhand.co.uk/assets/images/size-guide-raised-lamppost-wrap.svg"></div> <p class="size"><strong>Size:</strong> 600mm wide x 1000mm high<br>23.62” wide x 39.37” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £195 + vat</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £30 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Raised Lamppost Wrap', 'metakeywords' => null, 'metadesc' => 'Double sided format that is fitted above head height around lamp posts on key high traffic routes between Fringe venues in the city centre.', 'friendlyurl' => 'raised-lamppost-wrap', 'sortorder' => 16, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#397292;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/Lamp-Post-Wrap.svg"> </div> <a href="/fringe/replacements-raised-lamppost-wrap"><img src="https://ops.outofhand.co.uk/assets/images/pages/Raised-Lamppost-Wrap.jpg" alt="Replacements - Raised Lamppost Wrap"></a> </div> <div class="title-wrapper"> <a href="/fringe/replacements-raised-lamppost-wrap"><h3 style="color:#397292;">Replacements - Raised Lamppost Wrap</h3></a> <h6 style="color:#397292;">600mm wide x 1000mm high<br>23.62” wide x 39.37” high</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#397292"> <div class="price">£30 + vat</div> <a href="/fringe/replacements-raised-lamppost-wrap" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#db5c4e;">Design</h5> <div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div> <a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div> <div class="title-wrapper"> <a href="/fringe/main-design-package"> <h3 style="color:#db5c4e;">Image Supplied Package</h3> </a> <h6 style="color:#db5c4e;"></h6> </div> <p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p> <div class="button-wrapper flex-nowrap" style="background-color:#db5c4e"> <div class="price">£275 + vat</div> <a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Zone</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div> <a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/4-sheet"> <h3 style="color:#eb5c44;">4 Sheet</h3> </a> <h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br> 40" wide x 60" high</h6> </div> <p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£165 + vat</div> <a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '600mm wide x 1000mm high<br>23.62” wide x 39.37” high', 'pageblurb4' => 'Zone,#397292,/assets/images/2023/fringe-products/Lamp-Post-Wrap.svg,medium,/fringe/replacements-raised-lamppost-wrap', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 1055, 'pageid' => 579, 'image' => 'Raised-Lamppost-Wrap.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 308, 'pagename' => 'Festival Tower', 'pagenavname' => 'Festival Tower', 'pagenavblurb' => '£675 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Large, purpose built structures that really stand out and get noticed. Each four or six sided tower is situated in central, high traffic locations and offers great exposure for your show. Due to limited availability, only one side per show in each location. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-festival-tower.svg"></div> <p class="size"><strong>Size:</strong> 1220mm wide x 2440mm high<br>48” wide x 96” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £675 + vat per side </p> <p class="limit"><strong>Order limit:</strong> Due to limited availability, only one side per show, per promoter in each location.</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £90 + vat per poster</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p> </div>', 'htmltitle' => 'Festival Tower', 'metakeywords' => null, 'metadesc' => 'Large, purpose built structures that really stand out and get noticed. Each four or six sided tower is situated in central, high traffic locations and offers great exposure for your show.', 'friendlyurl' => 'festival-tower', 'sortorder' => 19, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#E83C3E;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/Festival-Tower.svg"> </div> <a href="/fringe/replacements-festival-tower"><img src="https://ops.outofhand.co.uk/assets/images/pages/Festival-Tower.jpg" alt="Replacements - Festival Tower"></a> </div> <div class="title-wrapper"> <a href="/fringe/replacements-festival-tower"> <h3 style="color:#E83C3E;">Replacements - Festival Tower</h3> </a> <h6 style="color:#E83C3E;">1220mm wide x 2440mm high<br> 48” wide x 96” high</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#E83C3E"> <div class="price">£90&nbsp;+ vat</div> <a href="/fringe/replacements-festival-tower" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#db5c4e;">Design</h5> <div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div> <a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div> <div class="title-wrapper"> <a href="/fringe/main-design-package"> <h3 style="color:#db5c4e;">Image Supplied Package</h3> </a> <h6 style="color:#db5c4e;"></h6> </div> <p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p> <div class="button-wrapper flex-nowrap" style="background-color:#db5c4e"> <div class="price">£275 + vat</div> <a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Zone</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div> <a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/4-sheet"> <h3 style="color:#eb5c44;">4 Sheet</h3> </a> <h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br> 40" wide x 60" high</h6> </div> <p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£165 + vat</div> <a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '1220mm wide x 2440mm high<br>48” wide x 96” high', 'pageblurb4' => 'Location,#E83C3E,/assets/images/2023/fringe-products/Festival-Tower.svg,low,/fringe/replacements-festival-tower', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 460, 'pageid' => 308, 'image' => 'Festival-Tower.jpg', 'imageflag' => null), array('imageid' => 461, 'pageid' => 308, 'image' => 'Festival-Towers_1f054923-6cbf-4406-a329-103a581a2e16_1024x1024.jpg', 'imageflag' => null), array('imageid' => 462, 'pageid' => 308, 'image' => 'Festival_Tower3_1024x1024.png', 'imageflag' => null), array('imageid' => 1048, 'pageid' => 308, 'image' => 'Festival-Tower.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 312, 'pagename' => 'Phone Kiosk', 'pagenavname' => 'Phone Kiosk', 'pagenavblurb' => '£450 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in heavy footfall areas of the city centre. Whilst the actual phone boxes might not be used much for making phone calls, they are positioned in good street level locations and the outsides of them are great advertising platforms to reach Fringe fans across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-phone-kiosk.svg"></div> <p class="orientation"><strong>Orientation:</strong> Portrait</p> <p class="cost"><strong>Cost: </strong>£450 + vat per location</p><p class="info">All prices include production. </p> </div>', 'htmltitle' => 'Phone Kiosk', 'metakeywords' => null, 'metadesc' => 'Exclusive format in heavy footfall areas of the city centre. Whilst the actual phone boxes might not be used much for making phone calls, they are positioned in good street level locations and the external sides of them are great advertising platforms.', 'friendlyurl' => 'phone-kiosk', 'sortorder' => 20, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#009542;">Location</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div> <a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/12-sheet"> <h3 style="color:#009542;">12 Sheet</h3> </a> <h6 style="color:#009542;">13048mm wide x 524mm high<br> 120” wide x 60” high</h6> </div> <p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p> <div class="button-wrapper flex-nowrap" style="background-color:#009542"> <div class="price">£660 +vat</div> <a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#db5c4e;">Design</h5> <div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div> <a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div> <div class="title-wrapper"> <a href="/fringe/main-design-package"> <h3 style="color:#db5c4e;">Image Supplied Package</h3> </a> <h6 style="color:#db5c4e;"></h6> </div> <p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p> <div class="button-wrapper flex-nowrap" style="background-color:#db5c4e"> <div class="price">£275 + vat</div> <a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Zone</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div> <a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/4-sheet"> <h3 style="color:#eb5c44;">4 Sheet</h3> </a> <h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br> 40" wide x 60" high</h6> </div> <p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£165 + vat</div> <a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => null, 'pageblurb4' => 'Location,#EB5C44,/assets/images/2023/fringe-products/Phone-Kiosk.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 470, 'pageid' => 312, 'image' => 'phonekiosk.jpg', 'imageflag' => null), array('imageid' => 471, 'pageid' => 312, 'image' => 'IMG_1494_1024x1024.jpg', 'imageflag' => null), array('imageid' => 472, 'pageid' => 312, 'image' => 'Phone_Kiosk2_1024x1024.png', 'imageflag' => null), array('imageid' => 1050, 'pageid' => 312, 'image' => 'phonekiosk.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 574, 'pagename' => 'Potterow Port - Bridge Banner', 'pagenavname' => 'Potterow Port - Bridge Banner', 'pagenavblurb' => '£1,500 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 0, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. This two section banner runs across the top of the subway entrance and clearly visible to everyone using the subway, whichever direction they are going!</p> <div class="poster-size-guide-icon"><img src="https://ops.outofhand.co.uk/assets/images/size-guide-potterow-port-bridge-banner.svg"></div> <p class="size"><strong>Size:</strong>10000mm wide x 1000mm high<br>394" wide x 39.4"</p> <p class="cost"><strong>Cost:</strong> Museum side: £1,500 + vat<br>Bristo Square side: £1,500 + vat</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p> <p class="limit"><strong>Order limit:</strong> One banner per show.</p> <p class="info">All prices include production, printing your supplied artwork directly onto vinyl.</p></div><style>.banner.banner-about {background-image: url(https://ops.outofhand.co.uk/assets/images/pages/potterow-port-entrance-banner.jpg);}</style>', 'htmltitle' => 'Potterow Port - Bridge Banner', 'metakeywords' => null, 'metadesc' => 'Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. Positioned above the entrance into this busy subway, this banner is unmissable!', 'friendlyurl' => 'potterow-port-entrance-banner', 'sortorder' => 21, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#009542;">Location</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div> <a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/12-sheet"> <h3 style="color:#009542;">12 Sheet</h3> </a> <h6 style="color:#009542;">13048mm wide x 524mm high<br> 120” wide x 60” high</h6> </div> <p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p> <div class="button-wrapper flex-nowrap" style="background-color:#009542"> <div class="price">£660 +vat</div> <a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#db5c4e;">Design</h5> <div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div> <a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div> <div class="title-wrapper"> <a href="/fringe/main-design-package"> <h3 style="color:#db5c4e;">Image Supplied Package</h3> </a> <h6 style="color:#db5c4e;"></h6> </div> <p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p> <div class="button-wrapper flex-nowrap" style="background-color:#db5c4e"> <div class="price">£275 + vat</div> <a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Zone</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div> <a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/4-sheet"> <h3 style="color:#eb5c44;">4 Sheet</h3> </a> <h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br> 40" wide x 60" high</h6> </div> <p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£165 + vat</div> <a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '10000mm wide x 1000mm high<br>394" wide x 39.4"', 'pageblurb4' => 'Location,#E8308A,/assets/images/2023/fringe-products/Potterow-Port-Embankment.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 990, 'pageid' => 574, 'image' => 'potterow-port-entrance-banner.jpg', 'imageflag' => null), array('imageid' => 1015, 'pageid' => 574, 'image' => 'POTTEROW-PORT---ENTRANCE-BANNER.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 339, 'pagename' => 'Potterow Port - Embankment', 'pagenavname' => 'Potterow Port - Embankment', 'pagenavblurb' => 'from £275 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in a very high footfall area on the University side of the Potterow Port subway. Highly visible as you enter / exit the subway from the popular Bristo Square area, numerous Fringe venues nearby including Gilded Balloon at the Museum, Pleasance Dome and Underbelly. All artwork is printed onto a Ultra Stick Vinyl with an anti graffiti laminate applied over the top to protect the artwork.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-potterow-port-embankment.svg"></div> <p class="size"><strong>Size/Cost:</strong></p><p class="cost">4 Sheet: £275 + vat<br>8 Sheet: £695 + vat</p> <p class="orientation"><strong>Orientation:</strong> Portrait and Lanscape</p> <p class="limit"><strong>Order limit:</strong> One poster per show.</p><p class="info">All prices include production, printing your supplied artwork directly onto vinyl.</p></div>', 'htmltitle' => 'Potterow Port - Embankment', 'metakeywords' => null, 'metadesc' => 'Exclusive format in a very high footfall area on the University side of the Potterow Port subway. Highly visible as you enter / exit the subway from the popular Bristo Square area, numerous Fringe venues nearby.', 'friendlyurl' => 'potterow-port-embankment', 'sortorder' => 22, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#009542;">Location</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div> <a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/12-sheet"> <h3 style="color:#009542;">12 Sheet</h3> </a> <h6 style="color:#009542;">13048mm wide x 524mm high<br> 120” wide x 60” high</h6> </div> <p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p> <div class="button-wrapper flex-nowrap" style="background-color:#009542"> <div class="price">£660 +vat</div> <a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#db5c4e;">Design</h5> <div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div> <a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div> <div class="title-wrapper"> <a href="/fringe/main-design-package"> <h3 style="color:#db5c4e;">Image Supplied Package</h3> </a> <h6 style="color:#db5c4e;"></h6> </div> <p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p> <div class="button-wrapper flex-nowrap" style="background-color:#db5c4e"> <div class="price">£275 + vat</div> <a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Zone</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div> <a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/4-sheet"> <h3 style="color:#eb5c44;">4 Sheet</h3> </a> <h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br> 40" wide x 60" high</h6> </div> <p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£165 + vat</div> <a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '4 Sheet<br>8 Sheet', 'pageblurb4' => 'Location,#E8308A,/assets/images/2023/fringe-products/Potterow-Port-Embankment.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 425, 'pageid' => 339, 'image' => 'Potterow-Port-EMBANKMENT.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 573, 'pagename' => 'Potterow Port - Entrance Triangle', 'pagenavname' => 'Potterow Port - Entrance Triangle', 'pagenavblurb' => '£1,300 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 0, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. All artwork is printed onto a hard standing vinyl with an anti graffiti laminate applied over the top to protect the artwork.</p> <div class="poster-size-guide-icon"><img src="https://ops.outofhand.co.uk/assets/images/size-guide-potterow-port-entrance-triangle.svg"></div><p class="size"><strong>Size:</strong> Various</p><p class="cost"><strong>Cost:</strong> Museum side - Left: £1,300 + vat<br> Museum side - Right: £1,300 + vat<br> Bristo Square side - Left: £1,300 + vat<br> Bristo Square side - Right: £1,300 + vat </p> <p class="limit"><strong>Order limit:</strong> One vinyl per show.</p><p class="info">All prices include production, printing your supplied artwork directly onto vinyl.</p></div><style>.banner.banner-about {background-image: url(https://ops.outofhand.co.uk/assets/images/pages/potterow-port-entrance-vinyl-wraps.jpg);}</style>', 'htmltitle' => 'Potterow Port - Entrance Triangle', 'metakeywords' => null, 'metadesc' => 'Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. All artwork is printed onto a hard standing vinyl with an anti graffiti laminate applied over the top to protect the artwork.', 'friendlyurl' => 'potterow-port-entrance-triangle', 'sortorder' => 23, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#009542;">Location</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div> <a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/12-sheet"> <h3 style="color:#009542;">12 Sheet</h3> </a> <h6 style="color:#009542;">13048mm wide x 524mm high<br> 120” wide x 60” high</h6> </div> <p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p> <div class="button-wrapper flex-nowrap" style="background-color:#009542"> <div class="price">£660 +vat</div> <a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#db5c4e;">Design</h5> <div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div> <a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div> <div class="title-wrapper"> <a href="/fringe/main-design-package"> <h3 style="color:#db5c4e;">Image Supplied Package</h3> </a> <h6 style="color:#db5c4e;"></h6> </div> <p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p> <div class="button-wrapper flex-nowrap" style="background-color:#db5c4e"> <div class="price">£275 + vat</div> <a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Zone</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div> <a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/4-sheet"> <h3 style="color:#eb5c44;">4 Sheet</h3> </a> <h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br> 40" wide x 60" high</h6> </div> <p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£165 + vat</div> <a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => null, 'pageblurb4' => 'Location,#E8308A,https://ops.outofhand.co.uk/assets/images/PotterowTriangle.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 989, 'pageid' => 573, 'image' => 'potterow-port-entrance-vinyl-wraps.jpg', 'imageflag' => null), array('imageid' => 1016, 'pageid' => 573, 'image' => 'Potterow--Port---Entrance-Triangle.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 310, 'pagename' => 'Festival Triangle', 'pagenavname' => 'Festival Triangle', 'pagenavblurb' => 'from £600', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Make a big impact with this large freestanding three sided format that will hold either 3 x 12 sheets, 9 x 4-sheets (3 per side) or a 3.2m x 1.8m mesh banner. Locations in high footfall areas and near venues across the City Centre, Old Town and The Meadows.</p><p class="size"><strong>Size:</strong> See above.</p><p class="cost"><strong>Cost:</strong><br> £600 + vat per side - for 1x 12 Sheet or 3x 4 Sheets.<br>£675 + vat per side - for a 71” high x 126” wide (1800mm high x 3200mm wide) mesh banner.</p><p><strong>EXTRAS:</strong> Add a fence top above your artwork to really stand out above other shows. Each fence top is 0.5m high and 3.5m wide - perfect for quotes or review comments to help draw attention to your show.</p> <p class="cost"><strong>Cost:</strong> £160 + vat per side<br><strong>NOTE:</strong> You can only buy a fence top to go above your own poster. </p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p> </div>', 'htmltitle' => 'Festival Triangle', 'metakeywords' => null, 'metadesc' => 'Make a big impact with this large freestanding three sided format that will hold either 3 x 12 sheets or 9 x 4-sheets (3 per side). Locations in high footfall traffic across the city centre and old town.', 'friendlyurl' => 'festival-triangle-cube', 'sortorder' => 24, 'pageblurb' => null, 'pageblurb2' => null, 'pageblurb3' => null, 'pageblurb4' => null, 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 463, 'pageid' => 310, 'image' => 'Festival-Triangle.jpg', 'imageflag' => null), array('imageid' => 465, 'pageid' => 310, 'image' => 'Festival_Triangle_NEW2_1024x1024.png', 'imageflag' => null), array('imageid' => 466, 'pageid' => 310, 'image' => 'Festival-Triangles_1024x1024.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 320, 'pagename' => 'Potterow Port - Inside Subway', 'pagenavname' => 'Potterow Port - Inside Subway', 'pagenavblurb' => 'from £275 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. This location is fully lit 24hrs a day to ensure good presentation at all times. All artwork is printed onto a hard standing vinyl with an anti graffti laminate applied over the top to protect the artwork. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-potterow-port-subway.svg"></div> <p class="size"><strong>Size/Cost:</strong></p><p class="cost">4 Sheet: £275 + vat</p><p class="cost">8 Sheet: £750 + vat</p><p class="cost">12 Sheet: £1,100 + vat</p> <p class="orientation"><strong>Orientation:</strong> Portrait and Landscape</p> <p class="limit"><strong>Order limit:</strong> One poster per show.</p><p class="info">All prices include production, printing your supplied artwork directly onto vinyl.</p></div>', 'htmltitle' => 'Potterow Port - Inside Subway', 'metakeywords' => null, 'metadesc' => 'Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. This location is fully lit 24hrs a day to ensure good presentation at all times.', 'friendlyurl' => 'potterow-port-inside-subway', 'sortorder' => 25, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#009542;">Location</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div> <a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/12-sheet"> <h3 style="color:#009542;">12 Sheet</h3> </a> <h6 style="color:#009542;">13048mm wide x 524mm high<br> 120” wide x 60” high</h6> </div> <p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p> <div class="button-wrapper flex-nowrap" style="background-color:#009542"> <div class="price">£660 +vat</div> <a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#db5c4e;">Design</h5> <div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div> <a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div> <div class="title-wrapper"> <a href="/fringe/main-design-package"> <h3 style="color:#db5c4e;">Image Supplied Package</h3> </a> <h6 style="color:#db5c4e;"></h6> </div> <p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p> <div class="button-wrapper flex-nowrap" style="background-color:#db5c4e"> <div class="price">£275 + vat</div> <a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Zone</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div> <a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/4-sheet"> <h3 style="color:#eb5c44;">4 Sheet</h3> </a> <h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br> 40" wide x 60" high</h6> </div> <p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£165 + vat</div> <a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '4 Sheet<br>8 Sheet<br>12 Sheet', 'pageblurb4' => 'Location,#E8308A,/assets/images/2023/fringe-products/Potterow-Port-Inside-Subway.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 473, 'pageid' => 320, 'image' => 'potterowvinyl.jpg', 'imageflag' => null), array('imageid' => 474, 'pageid' => 320, 'image' => 'POTTEROW-PORT-VINYL_S_1024x1024.jpg', 'imageflag' => null), array('imageid' => 475, 'pageid' => 320, 'image' => 'Potterow-Port-Vinyls_0398cb31-c3ba-4c43-80b9-a1b8a227fb6f_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1014, 'pageid' => 320, 'image' => 'Subway Vinyls.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 317, 'pagename' => 'Princes St - Widescreens', 'pagenavname' => 'Princes St - Widescreens', 'pagenavblurb' => '£325 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Framed and mounted on railings running alongside the entire length of both the East and West Prince\'s Street Gardens. This area receives a footfall in excess of 1.3m million people during the Fringe - a mix of both festival goers, tourists and locals alike so is well positioned to reach a high number of people.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-widescreen.svg"></div> <p class="size"><strong>Size:</strong> 2000mm wide x 700mm high<br>78.7” wide x 27.6” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £325 + vat</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £50 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx and mounted in a wooden frame.</p></div>', 'htmltitle' => 'Princes St - Widescreens', 'metakeywords' => null, 'metadesc' => 'Framed and mounted on railings running alongside the entire length of Prince\'s St gardens. This area receives a footfall of 1.3m million people during the Fringe - a mix of both festival goers and locals alike.', 'friendlyurl' => 'widescreen', 'sortorder' => 26, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#5EC2D7;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/Widescreen.svg"> </div> <a href="/fringe/replacements-widescreen"><img src="https://ops.outofhand.co.uk/assets/images/pages/Widescreens.jpg" alt="Replacements - Widescreen"></a> </div> <div class="title-wrapper"> <a href="/fringe/replacements-widescreen"> <h3 style="color:#5EC2D7;">Replacements - Princes St - Widescreens</h3> </a> <h6 style="color:#5EC2D7;">2000mm wide x 700mm high<br> 78.7” wide x 27.6” high</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#5EC2D7"> <div class="price">£50&nbsp;+ vat</div> <a href="/fringe/replacements-widescreen" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#db5c4e;">Design</h5> <div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div> <a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div> <div class="title-wrapper"> <a href="/fringe/main-design-package"> <h3 style="color:#db5c4e;">Image Supplied Package</h3> </a> <h6 style="color:#db5c4e;"></h6> </div> <p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p> <div class="button-wrapper flex-nowrap" style="background-color:#db5c4e"> <div class="price">£275 + vat</div> <a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Zone</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div> <a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/4-sheet"> <h3 style="color:#eb5c44;">4 Sheet</h3> </a> <h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br> 40" wide x 60" high</h6> </div> <p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£165 + vat</div> <a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '2000mm wide x 700mm high<br>78.7” wide x 27.6” high', 'pageblurb4' => 'Location,#5EC2D7,/assets/images/2023/fringe-products/Widescreen.svg,low,/fringe/replacements-widescreen', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 492, 'pageid' => 317, 'image' => 'widescreens.jpg', 'imageflag' => null), array('imageid' => 493, 'pageid' => 317, 'image' => 'WIDESCREENS_1024x1024.jpg', 'imageflag' => null), array('imageid' => 494, 'pageid' => 317, 'image' => 'Widescreen_NEW_1024x1024.png', 'imageflag' => null), array('imageid' => 1019, 'pageid' => 317, 'image' => 'Widescreens.jpg', 'imageflag' => null), array('imageid' => 1051, 'pageid' => 317, 'image' => 'Widescreens.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 315, 'pagename' => 'Railing Boards - Double Quad', 'pagenavname' => 'Railing Boards - Double Quad', 'pagenavblurb' => '£185 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"> <p class="fringe-description">Extra large railing board to get extra attention for your show, fitted to key railings sites across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-double-quad.svg"></div> <p class="size"><strong>Size:</strong> 2032mm wide x 762mm high<br>80” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £185 + vat per poster</p> <p class="limit"><strong>Order limit:</strong> One per show, per location.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £60 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Double Quad', 'metakeywords' => null, 'metadesc' => 'Extra large railing board to get extra attention for your show, fitted to key railings sites across the city centre.', 'friendlyurl' => 'double-quad', 'sortorder' => 27, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#009542;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/Double-Quad.svg"> </div> <a href="/fringe/replacements-railing-boards-30x80-double-quad"><img src="https://ops.outofhand.co.uk/assets/images/pages/Double-Quad.jpg" alt="Replacements - Double Quad"></a> </div> <div class="title-wrapper"> <a href="/fringe/replacements-railing-boards-30x80-double-quad"> <h3 style="color:#009542;">Replacements - Railing Boards - Double Quad</h3> </a> <h6 style="color:#009542;">2032mm wide x 762mm high<br> 80” wide x 30” high</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#009542"> <div class="price">£60&nbsp;+ vat</div> <a href="/fringe/replacements-railing-boards-30x80-double-quad" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#db5c4e;">Design</h5> <div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div> <a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div> <div class="title-wrapper"> <a href="/fringe/main-design-package"> <h3 style="color:#db5c4e;">Image Supplied Package</h3> </a> <h6 style="color:#db5c4e;"></h6> </div> <p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p> <div class="button-wrapper flex-nowrap" style="background-color:#db5c4e"> <div class="price">£275 + vat</div> <a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Zone</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div> <a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/4-sheet"> <h3 style="color:#eb5c44;">4 Sheet</h3> </a> <h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br> 40" wide x 60" high</h6> </div> <p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£165 + vat</div> <a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '2032mm wide x 762mm high<br>80” wide x 30” high', 'pageblurb4' => 'Location,#009542,/assets/images/2023/fringe-products/Double-Quad.svg,medium,/fringe/replacements-railing-boards-30x80-double-quad', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 484, 'pageid' => 315, 'image' => 'RAILING-BOARDS-30”-x-80”-(DOUBLE-QUAD).jpg', 'imageflag' => null), array('imageid' => 485, 'pageid' => 315, 'image' => 'RAILING-BOARDS-_30_-x-80_Double-Quad_1024x1024.jpg', 'imageflag' => null), array('imageid' => 486, 'pageid' => 315, 'image' => 'Double_Quad_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1034, 'pageid' => 315, 'image' => 'Double-Quad.jpg', 'imageflag' => null), array('imageid' => 1052, 'pageid' => 315, 'image' => 'Double-Quad.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 319, 'pagename' => 'Railing Boards - Single', 'pagenavname' => 'Railing Boards - Single', 'pagenavblurb' => '£27.50 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Very cost effective option if you just want one poster placed in a zone on its own, posters are fixed to key railings sites across the city centre. Note: your artwork will be laid up next to another different show. Limit of four single railing boards per zone.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-double-crown.svg"></div> <p class="size"><strong>Size:</strong> 508mm wide x 762mm high<br>20” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £27.50 + vat</p> <p class="limit"><strong>Order limit:</strong> Four single railing boards per zone.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £15 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Single', 'metakeywords' => null, 'metadesc' => 'Cost effective option. Only four singles can be purchased with one allocated per Zone. Boards are fixed to key railings sites across the city centre.', 'friendlyurl' => 'double-crown', 'sortorder' => 28, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#000000;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/Double-Crown.svg"> </div> <a href="/fringe/replacements-railing-boards-30x20-double-crown"><img src="https://ops.outofhand.co.uk/assets/images/pages/Double Crown.jpg" alt="Replacements - Double Crown"></a> </div> <div class="title-wrapper"> <a href="/fringe/replacements-railing-boards-30x20-double-crown"> <h3 style="color:#000000;">Replacements - Railing Boards - Single</h3> </a> <h6 style="color:#000000;">DOUBLE CROWN<br><br>508mm wide x 762mm high<br> 20” wide x 30” high</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#000000"> <div class="price">£15 + vat</div> <a href="/fringe/replacements-railing-boards-30x20-double-crown" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#db5c4e;">Design</h5> <div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div> <a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div> <div class="title-wrapper"> <a href="/fringe/main-design-package"> <h3 style="color:#db5c4e;">Image Supplied Package</h3> </a> <h6 style="color:#db5c4e;"></h6> </div> <p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p> <div class="button-wrapper flex-nowrap" style="background-color:#db5c4e"> <div class="price">£275 + vat</div> <a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Zone</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div> <a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/4-sheet"> <h3 style="color:#eb5c44;">4 Sheet</h3> </a> <h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br> 40" wide x 60" high</h6> </div> <p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£165 + vat</div> <a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'DOUBLE CROWN<br><br>508mm wide x 762mm high<br>20” wide x 30” high', 'pageblurb4' => 'Zone,#000000,/assets/images/2023/fringe-products/Double-Crown.svg,medium,/fringe/replacements-railing-boards-30x20-double-crown', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 476, 'pageid' => 319, 'image' => 'RAILING-BOARDS-30”-x-20”--(Double-crown)-SINGLE-POSTERS-2.jpg', 'imageflag' => null), array('imageid' => 477, 'pageid' => 319, 'image' => 'Railing-Boards-30x20-Single_1024x1024.jpg', 'imageflag' => null), array('imageid' => 478, 'pageid' => 319, 'image' => 'IMG_20140728_150837629_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1004, 'pageid' => 319, 'image' => 'Double Crown.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 313, 'pagename' => 'Railing Boards - Pair', 'pagenavname' => 'Railing Boards - Pair', 'pagenavblurb' => '£55 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Cost effective option, fitted in pairs of the same artwork unless otherwise stated for maximum impact. Boards are fixed to key railings sites across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-double-crown-pair.svg"></div> <p class="size"><strong>Size:</strong> 508mm wide x 762mm high<br>20” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £55 + vat per pair of posters </p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £25 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Pair', 'metakeywords' => null, 'metadesc' => 'Cost effective option, fitted in pairs of the same artwork unless otherwise stated for maximum impact. Boards are fixed to key railings sites across the city centre.', 'friendlyurl' => 'railing-boards-30x20-double-crown-pairs', 'sortorder' => 29, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#000000;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/Double-Crown-Pair.svg"> </div> <a href="/fringe/replacements-railing-boards-30x20-double-crown-pair"><img src="https://ops.outofhand.co.uk/assets/images/pages/Double Crown Pair.jpg" alt="Replacements - Double Crown Pair"></a> </div> <div class="title-wrapper"> <a href="/fringe/replacements-railing-boards-30x20-double-crown-pair"> <h3 style="color:#000000;">Replacements - Railing Boards - Pair</h3> </a> <h6 style="color:#000000;">2x DOUBLE CROWNS SIDE BY SIDE<br><br>508mm wide x 762mm high<br> 20” wide x 30” high</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#000000"> <div class="price">£25&nbsp;+ vat</div> <a href="/fringe/replacements-railing-boards-30x20-double-crown-pair" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#db5c4e;">Design</h5> <div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div> <a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div> <div class="title-wrapper"> <a href="/fringe/main-design-package"> <h3 style="color:#db5c4e;">Image Supplied Package</h3> </a> <h6 style="color:#db5c4e;"></h6> </div> <p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p> <div class="button-wrapper flex-nowrap" style="background-color:#db5c4e"> <div class="price">£275 + vat</div> <a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Zone</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div> <a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/4-sheet"> <h3 style="color:#eb5c44;">4 Sheet</h3> </a> <h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br> 40" wide x 60" high</h6> </div> <p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£165 + vat</div> <a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '2x DOUBLE CROWNS SIDE BY SIDE<br><br>508mm wide x 762mm high<br>20” wide x 30” high', 'pageblurb4' => 'Zone,#000000,/assets/images/2023/fringe-products/Double-Crown-Pair.svg,medium,/fringe/replacements-railing-boards-30x20-double-crown-pair', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 479, 'pageid' => 313, 'image' => 'RAILING-BOARDS-30”-x-40”--(Double-crown-PAIRS).jpg', 'imageflag' => null), array('imageid' => 480, 'pageid' => 313, 'image' => 'RAILING-BOARDS---30_-x-20_-_Double-crown_60985397-9e15-43a1-b3c6-372f058102e2_1024x1024.jpg', 'imageflag' => null), array('imageid' => 481, 'pageid' => 313, 'image' => 'Railing-Boards_pair-of-B2_eb641c1e-e447-4b0f-81b0-a63ab961c793_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1005, 'pageid' => 313, 'image' => 'Double Crown Pair.jpg', 'imageflag' => null), array('imageid' => 1040, 'pageid' => 313, 'image' => 'Double-Crown-Pair---VP.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 332, 'pagename' => 'Litter Bin Advertising Structure', 'pagenavname' => 'Litter Bin Advertising Structure', 'pagenavblurb' => ' ', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => ' ', 'htmltitle' => 'Litter Bin Advertising Structure', 'metakeywords' => null, 'metadesc' => null, 'friendlyurl' => 'litter-bin-advertising-structure', 'sortorder' => 30, 'pageblurb' => ' ', 'pageblurb2' => ' ', 'pageblurb3' => ' ', 'pageblurb4' => ' ', 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 406, 'pageid' => 332, 'image' => 'litterbinadvertising.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 314, 'pagename' => 'Railing Boards - Quad', 'pagenavname' => 'Railing Boards - Quad', 'pagenavblurb' => '£80 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Cost effective landscape format making the most of the space available, fixed to key railings sites across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-quad.svg"></div> <p class="size"><strong>Size:</strong> 1016mm wide x 762mm high<br>40” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £80 + vat</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £25 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Quad', 'metakeywords' => null, 'metadesc' => 'Cost effective landscape format making the most of the space available, fixed to key railings sites across the city centre.', 'friendlyurl' => 'quad', 'sortorder' => 31, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#000000;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/Quad.svg"> </div> <a href="/fringe/replacements-railing-boards-30x40-quad"><img src="https://ops.outofhand.co.uk/assets/images/pages/Quad.jpg" alt="Replacements - Quad"></a> </div> <div class="title-wrapper"> <a href="/fringe/replacements-railing-boards-30x40-quad"> <h3 style="color:#000000;">Replacements - Railing Boards - Quad</h3> </a> <h6 style="color:#000000;">1016mm wide x 762mm high<br> 40” wide x 30” high</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#000000"> <div class="price">£25&nbsp;+ vat</div> <a href="/fringe/replacements-railing-boards-30x40-quad" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#db5c4e;">Design</h5> <div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div> <a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div> <div class="title-wrapper"> <a href="/fringe/main-design-package"> <h3 style="color:#db5c4e;">Image Supplied Package</h3> </a> <h6 style="color:#db5c4e;"></h6> </div> <p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p> <div class="button-wrapper flex-nowrap" style="background-color:#db5c4e"> <div class="price">£275 + vat</div> <a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Zone</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div> <a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/4-sheet"> <h3 style="color:#eb5c44;">4 Sheet</h3> </a> <h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br> 40" wide x 60" high</h6> </div> <p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£165 + vat</div> <a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '1016mm wide x 762mm high<br>40” wide x 30” high', 'pageblurb4' => 'Zone,#000000,/assets/images/2023/fringe-products/Quad.svg,medium,/fringe/replacements-railing-boards-30x40-quad', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 482, 'pageid' => 314, 'image' => 'RAILING-BOARDS-30”-x-40”-(Quad).jpg', 'imageflag' => null), array('imageid' => 483, 'pageid' => 314, 'image' => 'RAILING-BOARDS---30_-x-40_-_Quad_6d101f21-2751-446c-b0c5-d69d57ddcb73_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1006, 'pageid' => 314, 'image' => 'Quad.jpg', 'imageflag' => null), array('imageid' => 1044, 'pageid' => 314, 'image' => 'Quad.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 321, 'pagename' => 'Railing Boards - Super Quad', 'pagenavname' => 'Railing Boards - Super Quad', 'pagenavblurb' => '£425 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Extra long railing board to get extra attention for your show and to stand out amongst the other posters. Fitted to selected railings sites across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-super-quad.svg"></div> <p class="size"><strong>Size:</strong> 4064mm wide x 762mm high<br>160” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £425 + vat</p> <p class="limit"><strong>Order limit:</strong> One per show, per location.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £100 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Super Quad', 'metakeywords' => null, 'metadesc' => 'Cost effective option, fitted in pairs of the same artwork unless otherwise stated for maximum impact. Boards are fixed to key railings sites across the city centre. Please specify your preferred location when you place your order.', 'friendlyurl' => 'super-quad', 'sortorder' => 32, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#006C34;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/Super-Quad.svg"> </div> <a href="/fringe/replacements-super-quad-railing-boards-30x160"><img src="https://ops.outofhand.co.uk/assets/images/pages/Super-Quad.jpg" alt="Replacements - Super Quad"></a> </div> <div class="title-wrapper"> <a href="/fringe/replacements-super-quad-railing-boards-30x160"> <h3 style="color:#006C34;">Replacements - Railing Boards - Super Quad</h3> </a> <h6 style="color:#006C34;">4064mm wide x 762mm high<br> 160” wide x 30” high</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#006C34"> <div class="price">£100&nbsp;+ vat</div> <a href="/fringe/replacements-super-quad-railing-boards-30x160" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#db5c4e;">Design</h5> <div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div> <a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div> <div class="title-wrapper"> <a href="/fringe/main-design-package"> <h3 style="color:#db5c4e;">Image Supplied Package</h3> </a> <h6 style="color:#db5c4e;"></h6> </div> <p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p> <div class="button-wrapper flex-nowrap" style="background-color:#db5c4e"> <div class="price">£275 + vat</div> <a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Zone</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div> <a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/4-sheet"> <h3 style="color:#eb5c44;">4 Sheet</h3> </a> <h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br> 40" wide x 60" high</h6> </div> <p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£165 + vat</div> <a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '4064mm wide x 762mm high<br>160” wide x 30” high', 'pageblurb4' => 'Location,#006C34,/assets/images/2023/fringe-products/Super-Quad.svg,medium,/fringe/replacements-super-quad-railing-boards-30x160', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 487, 'pageid' => 321, 'image' => 'Railing-boards-30”-x-160”-(Super-Quad).jpg', 'imageflag' => null), array('imageid' => 488, 'pageid' => 321, 'image' => 'SuperQuads_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1036, 'pageid' => 321, 'image' => 'Super-Quad.jpg', 'imageflag' => null), array('imageid' => 1053, 'pageid' => 321, 'image' => 'Super-Quad.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 340, 'pagename' => 'Tower Cube', 'pagenavname' => 'Tower Cube', 'pagenavblurb' => '£325 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Large, purpose built structures that really stand out and get noticed. Each three cube high tower is situated in a central, high traffic location and offers great exposure for your show. Due to limited availability, only one side per show in each location. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-tower-cube.svg"></div> <p class="size"><strong>Size:</strong> 1000mm x 1000mm<br>39” x 39”</p><p class="cost"><strong>Cost:</strong> £325 + vat</p> <p class="limit"><strong>Order limit:</strong> Due to limited availability, only one side per show, per promoter in each location.</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £55 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx. </p></div>', 'htmltitle' => 'Tower Cube', 'metakeywords' => null, 'metadesc' => 'Large, purpose built structures that really stand out and get noticed. Each cube tower is situated in central, high traffic locations and offers great exposure for your show. Due to limited availability, only one side per show in each location.', 'friendlyurl' => 'tower-cube', 'sortorder' => 33, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#E83C3E;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/Tower-Cube.svg"> </div> <a href="/fringe/replacements-tower-cube"><img src="https://ops.outofhand.co.uk/assets/images/pages/Tower Cubes.jpg" alt="Replacements - Tower Cube"></a> </div> <div class="title-wrapper"> <a href="/fringe/replacements-tower-cube"><h3 style="color:#E83C3E;">Replacements - Tower Cube</h3></a> <h6 style="color:#E83C3E;">1000mm x 1000mm<br>39” x 39”</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#E83C3E"> <div class="price">£55 + vat</div> <a href="/fringe/replacements-tower-cube" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#db5c4e;">Design</h5> <div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div> <a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div> <div class="title-wrapper"> <a href="/fringe/main-design-package"> <h3 style="color:#db5c4e;">Image Supplied Package</h3> </a> <h6 style="color:#db5c4e;"></h6> </div> <p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p> <div class="button-wrapper flex-nowrap" style="background-color:#db5c4e"> <div class="price">£275 + vat</div> <a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Zone</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div> <a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div> <div class="title-wrapper"> <a href="/fringe/4-sheet"> <h3 style="color:#eb5c44;">4 Sheet</h3> </a> <h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br> 40" wide x 60" high</h6> </div> <p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£165 + vat</div> <a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"> <use href="/assets/images/2023/icon-basket.svg#icon-basket"></use> </svg> </span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '1000mm x 1000mm<br>39” x 39”', 'pageblurb4' => 'Location,#E83C3E,/assets/images/2023/fringe-products/Tower-Cube.svg,low,/fringe/replacements-tower-cube', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 1018, 'pageid' => 340, 'image' => 'Tower Cubes.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 341, 'pagename' => 'Utility Box Wrap', 'pagenavname' => 'Utility Box Wrap', 'pagenavblurb' => 'from £195', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive new format in heavy footfall areas of the city centre. Positioned in good street locations across the city centre. Available in a variety of sizes with artwork wrapping around all sides of this traditional piece of street furniture that has been traditionally been targeted for flyposting but now utilised for Fringe participants.</p><p class="cost"><strong>Cost:</strong> £225 + vat per location</p><p class="info">All prices include production. </p></div>', 'htmltitle' => 'Utility Box Wrap', 'metakeywords' => null, 'metadesc' => 'Exclusive new format in heavy footfall areas of the city centre. Positioned in good street locations across the city centre. Available in a variety of sizes with artwork wrapping around all sides of this traditional piece of street furniture that has been', 'friendlyurl' => 'utility-box-wrap', 'sortorder' => 34, 'pageblurb' => null, 'pageblurb2' => null, 'pageblurb3' => null, 'pageblurb4' => null, 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 429, 'pageid' => 341, 'image' => 'Utility-Box.jpg', 'imageflag' => null), array('imageid' => 431, 'pageid' => 341, 'image' => 'Utility-Box-2.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0)), 'menu' => array('menu' => 'Buy Now', 'menuid' => 32, 'active' => 1, 'clientid' => 3), 'users' => array()), 'promos' => array(), 'images' => array(array('imageid' => 489, 'pageid' => 316, 'image' => 'wayfindingarrows.jpg', 'imageflag' => null), array('imageid' => 490, 'pageid' => 316, 'image' => 'Venue-Way-finding-Arrows_1024x1024.jpg', 'imageflag' => null), array('imageid' => 491, 'pageid' => 316, 'image' => 'Arrows_for_website_1024x1024.png', 'imageflag' => null), array('imageid' => 1054, 'pageid' => 316, 'image' => 'wayfindingarrows.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), 'breadcrumbs' => array(array('text' => 'Order by Product', 'link' => 'order-by-product'), array('text' => 'Venue Wayfinding Arrows', 'link' => false)))) in opsfrontendoutdoorbundle/OpsFrontendOutdoorBundle/src/Controller/FringeController.php (line 144)
  1.         for($i = 0,$count = count($packages); $i < $count; $i++){
  2.             $packages[$i]['productpackage']['price'] = round($packages[$i]['productpackage']['price']-($packages[$i]['productpackage']['price']*0.1),0);
  3.         }*/
  4.         //early bird discount end
  5.         return $this->render('@ops_frontend_outdoor_bundle/fringe/page.html.twig'$data);
  6.     }
  7.     #[Route("/fringe/news/{id}"name:"fringe_siteNews")]
  8.     public function fringesiteNews(APIManager $api,$id): Response
  9.     {
in vendor/symfony/http-kernel/HttpKernel.php -> fringesitePage (line 183)
  1.         $this->dispatcher->dispatch($eventKernelEvents::CONTROLLER_ARGUMENTS);
  2.         $controller $event->getController();
  3.         $arguments $event->getArguments();
  4.         // call controller
  5.         $response $controller(...$arguments);
  6.         // view
  7.         if (!$response instanceof Response) {
  8.             $event = new ViewEvent($this$request$type$response$event);
  9.             $this->dispatcher->dispatch($eventKernelEvents::VIEW);
  1.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  2.         $this->requestStack->push($request);
  3.         $response null;
  4.         try {
  5.             return $response $this->handleRaw($request$type);
  6.         } catch (\Throwable $e) {
  7.             if ($e instanceof \Error && !$this->handleAllThrowables) {
  8.                 throw $e;
  9.             }
  1.         $this->boot();
  2.         ++$this->requestStackSize;
  3.         $this->resetServices true;
  4.         try {
  5.             return $this->getHttpKernel()->handle($request$type$catch);
  6.         } finally {
  7.             --$this->requestStackSize;
  8.         }
  9.     }
  1.     ) {
  2.     }
  3.     public function run(): int
  4.     {
  5.         $response $this->kernel->handle($this->request);
  6.         if (Kernel::VERSION_ID >= 60400) {
  7.             $response->send(false);
  8.             if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in vendor/autoload_runtime.php -> run (line 29)
  1. $app $app(...$args);
  2. exit(
  3.     $runtime
  4.         ->getRunner($app)
  5.         ->run()
  6. );
require_once('/home/outofhand/public_html/vendor/autoload_runtime.php') in public/index.php (line 5)
  1. <?php
  2. use App\Kernel;
  3. require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
  4. return function (array $context) {
  5.     return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
  6. };

Logs

Level Channel Message
INFO 16:53:20 request Matched route "_profiler".
{
    "route": "_profiler",
    "route_parameters": {
        "_route": "_profiler",
        "_controller": "web_profiler.controller.profiler::panelAction",
        "token": "e01bb8"
    },
    "request_uri": "https://dev.outofhand.co.uk/_profiler/e01bb8",
    "method": "GET"
}
DEBUG 16:53:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 16:53:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 16:53:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 16:53:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 16:53:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
DEBUG 16:53:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 16:53:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 16:53:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 16:53:20 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 16:53:20 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 16:53:20 event Notified event "kernel.request" to listener "Ops\OpsFrontendBundle\Services\SessionIdleHandler::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Ops\\OpsFrontendBundle\\Services\\SessionIdleHandler::onKernelRequest"
}
DEBUG 16:53:20 event Notified event "kernel.request" to listener "Ops\OpsFrontendOutdoorBundle\Services\FringeSessionIdleHandler::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Ops\\OpsFrontendOutdoorBundle\\Services\\FringeSessionIdleHandler::onKernelRequest"
}
DEBUG 16:53:20 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 16:53:20 event Notified event "kernel.controller" to listener "Ops\OpsFrontendBundle\Services\TwigGlobalsExtension::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Ops\\OpsFrontendBundle\\Services\\TwigGlobalsExtension::onKernelController"
}
DEBUG 16:53:20 event Notified event "kernel.controller" to listener "Ops\OpsFrontendOutdoorBundle\Services\TwigGlobalsExtension::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Ops\\OpsFrontendOutdoorBundle\\Services\\TwigGlobalsExtension::onKernelController"
}
DEBUG 16:53:20 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 16:53:20 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
DEBUG 16:53:20 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
DEBUG 16:53:20 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 16:53:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 16:53:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 16:53:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 16:53:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 16:53:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
DEBUG 16:53:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 16:53:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 16:53:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 16:53:20 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 16:53:20 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 16:53:20 event Notified event "kernel.request" to listener "Ops\OpsFrontendBundle\Services\SessionIdleHandler::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Ops\\OpsFrontendBundle\\Services\\SessionIdleHandler::onKernelRequest"
}
DEBUG 16:53:20 event Notified event "kernel.request" to listener "Ops\OpsFrontendOutdoorBundle\Services\FringeSessionIdleHandler::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Ops\\OpsFrontendOutdoorBundle\\Services\\FringeSessionIdleHandler::onKernelRequest"
}
DEBUG 16:53:20 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 16:53:20 event Notified event "kernel.controller" to listener "Ops\OpsFrontendBundle\Services\TwigGlobalsExtension::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Ops\\OpsFrontendBundle\\Services\\TwigGlobalsExtension::onKernelController"
}
DEBUG 16:53:20 event Notified event "kernel.controller" to listener "Ops\OpsFrontendOutdoorBundle\Services\TwigGlobalsExtension::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Ops\\OpsFrontendOutdoorBundle\\Services\\TwigGlobalsExtension::onKernelController"
}
DEBUG 16:53:20 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 16:53:20 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
DEBUG 16:53:20 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
DEBUG 16:53:20 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 16:53:20 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 16:53:20 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 16:53:20 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 16:53:20 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SurrogateListener::onKernelResponse"
}
DEBUG 16:53:20 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 16:53:20 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
}
DEBUG 16:53:20 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 16:53:20 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 16:53:20 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 16:53:20 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 16:53:20 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 16:53:20 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 16:53:20 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 16:53:20 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 16:53:20 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 16:53:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 16:53:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 16:53:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 16:53:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 16:53:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\FragmentListener::onKernelRequest"
}
DEBUG 16:53:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 16:53:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 16:53:20 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 16:53:20 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 16:53:20 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 16:53:20 event Notified event "kernel.request" to listener "Ops\OpsFrontendBundle\Services\SessionIdleHandler::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Ops\\OpsFrontendBundle\\Services\\SessionIdleHandler::onKernelRequest"
}
DEBUG 16:53:20 event Notified event "kernel.request" to listener "Ops\OpsFrontendOutdoorBundle\Services\FringeSessionIdleHandler::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Ops\\OpsFrontendOutdoorBundle\\Services\\FringeSessionIdleHandler::onKernelRequest"
}
DEBUG 16:53:20 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 16:53:20 event Notified event "kernel.controller" to listener "Ops\OpsFrontendBundle\Services\TwigGlobalsExtension::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Ops\\OpsFrontendBundle\\Services\\TwigGlobalsExtension::onKernelController"
}
DEBUG 16:53:20 event Notified event "kernel.controller" to listener "Ops\OpsFrontendOutdoorBundle\Services\TwigGlobalsExtension::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Ops\\OpsFrontendOutdoorBundle\\Services\\TwigGlobalsExtension::onKernelController"
}
DEBUG 16:53:20 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 16:53:20 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
DEBUG 16:53:20 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
DEBUG 16:53:20 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:
Key "selecttype" for sequence/mapping with keys "typeid, friendlyname, processes, productid, active, ispackaging, type" does not exist.

  at opsfrontendoutdoorbundle/OpsFrontendOutdoorBundle/src/templates/fringe/page.html.twig:296
  at Twig\Extension\CoreExtension::getAttribute(object(Environment), object(Source), array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'selecttype', array(), 'any', false, false, false, 296)
     (var/cache/dev/twig/64/6443f2d97083ae03c623eba4f99ca1a9.php:1147)
  at __TwigTemplate_f289247b9b91ae844c0fd860e0fdf528->block_body('r', 'S')
     (vendor/twig/twig/src/Template.php:432)
  at Twig\Template->yieldBlock('r', 'S')
     (var/cache/dev/twig/4e/4eb2e85ffddbec708c7bfdeffe4287f3.php:222)
  at __TwigTemplate_6783d89ff22877bdf921f1fbfe5be8a0->doDisplay('r', 'S')
     (vendor/twig/twig/src/Template.php:388)
  at Twig\Template->yield('r', 'S')
     (var/cache/dev/twig/6a/6ade674db8279ccca9fb5a0515fefc11.php:56)
  at __TwigTemplate_609cccc83431ac5cfff65c59fe1c5c95->doDisplay('r', 'S')
     (vendor/twig/twig/src/Template.php:388)
  at Twig\Template->yield('r', 'S')
     (var/cache/dev/twig/64/6443f2d97083ae03c623eba4f99ca1a9.php:87)
  at __TwigTemplate_f289247b9b91ae844c0fd860e0fdf528->doDisplay('r', 'S')
     (vendor/twig/twig/src/Template.php:388)
  at Twig\Template->yield('r', 'S')
     (vendor/twig/twig/src/Template.php:344)
  at Twig\Template->display(array('prices' => array(array('priceid' => 14574, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 140.0, 'weight' => 0.0, 'quantity' => 5, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 14574, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 140.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 5, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15625, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 280.0, 'weight' => 0.0, 'quantity' => 10, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15625, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 280.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 10, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15626, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 420.0, 'weight' => 0.0, 'quantity' => 15, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15626, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 420.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 15, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15627, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 560.0, 'weight' => 0.0, 'quantity' => 20, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15627, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 560.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 20, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1))), 'variations' => array(array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), 'quantities' => array(array('quantity' => 5, 'title' => 5, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 10, 'title' => 10, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 15, 'title' => 15, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 20, 'title' => 20, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx')), 'sizes' => array('Venue Arrow'), 'stocks' => array('4mm Correx'), 'displays' => array('Base Product;-;558'), 'startturnaround' => 5, 'minprice' => 140.0, 'vatbehaviour' => 0, 'matrixes' => array(array('variationid' => 558, 'stock' => '4mm Correx', 'sizes' => array('Venue Arrow'), 'quantities' => array(array('quantity' => 5, 'title' => 5, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 10, 'title' => 10, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 15, 'title' => 15, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 20, 'title' => 20, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx')), 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1), 'displays' => array('Base Product;-;558'), 'prices' => array(array('priceid' => 14574, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 140.0, 'weight' => 0.0, 'quantity' => 5, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 14574, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 140.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 5, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15625, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 280.0, 'weight' => 0.0, 'quantity' => 10, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15625, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 280.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 10, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15626, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 420.0, 'weight' => 0.0, 'quantity' => 15, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15626, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 420.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 15, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15627, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 560.0, 'weight' => 0.0, 'quantity' => 20, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15627, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 560.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 20, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1))), 'maxturnaround' => 5, 'lowestprice' => 140.0)), 'packages' => array(), 'page' => array('pageid' => 316, 'pagename' => 'Venue Wayfinding Arrows', 'pagenavname' => 'Venue Wayfinding Arrows', 'pagenavblurb' => 'from £140 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 1, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 1, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description"><strong>Available for Promoters or Venues only.</strong> Purpose built fringe venue wayfinding arrows to help guide ticket holders to your venue. Printed full colour, double sided on correx. Arrows are sold in packs of five and the price includes fitting - you\'ll be allocated a two hour fitting slot w/c Mon 3rd August with our fitting team to put up the arrows on suitable lamp posts (not sign posts) within 500m of your venue.<br><br>Arrows are fitted above head height on lamp posts. Arrows are only available for venues, not individual shows.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-venue-arrow.svg"></div> <p class="size"><strong>Size:</strong> 550mm wide x 210mm high<br>21.6" wide x 8.3" high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> <br>5 Arrows: £140 + vat <br>10 Arrows: £280 + vat<br>15 Arrows: £420 + vat <br>20 Arrows: £560 + vat <br>	<strong>Locations:</strong> Arrows can be placed within 500m of your venue.</p><p class="info">All prices include printing your supplied artwork directly onto correx and fitting.</p></div>', 'htmltitle' => 'Venue Wayfinding Arrows', 'metakeywords' => null, 'metadesc' => 'Purpose built fringe venue wayfinding arrows to help guide ticket holders to your venue. Printed full colour, double sided on correx. Arrows are sold in packs of five and the price includes fitting.', 'friendlyurl' => 'venue-wayfinding-arrows', 'sortorder' => 35, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '550mm wide x 210mm high<br>21.6" wide x 8.3" high', 'pageblurb4' => 'Location,#7CC1D4,/assets/images/2023/fringe-products/Venue-Wayfinding-Arrows.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'heading' => array('headingid' => 83, 'menuid' => 32, 'headingname' => 'Order by Product', 'headingnavname' => 'Order by Product', 'picturefilename' => '5e46db32cbf9c.jpeg', 'blurb' => '<div class="container section-inner-margin-top center"> 
		
		<div class="tabs"> 
			<a href="#" class="tab active">
			<div class="icon">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 67.961 98.718">
					<use href="/assets/images/2023/icon-fringe-product.svg#icon-fringe-product"></use>
				</svg>
			</div>
			<h3>Fringe<br>
				Products</h3>
 <p>Location and Zone Based Products</p>
			<div class="icon-tab active">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 22">
					<use href="/assets/images/2023/icon-tab-active.svg#icon-tab-active"></use>
				</svg>
			</div>
			</a> <a href="/fringe/replacement-outdoor-posters" class="tab">
			<div class="icon">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 89.652 98.717">
					<use href="/assets/images/2023/icon-fringe-replacements.svg#icon-fringe-replacements"></use>
				</svg>
			</div>
			<h3>Replacement<br>
				Posters</h3>
 <p>Replacement posters for your Fringe products</p>
			<p></p>
			<div class="icon-tab">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 22">
					<use href="/assets/images/2023/icon-tab-active.svg#icon-tab-active"></use>
				</svg>
			</div>
			</a> <a href="/fringe/design-packages" class="tab">
			<div class="icon">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.484 19.484">
					<use href="/assets/images/2023/icon-design.svg#icon-design"></use>
				</svg>
			</div>
			<h3>Design<br>
				Packages</h3>
 <p>We can create artwork for you</p>
			<div class="icon-tab">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 22">
					<use href="/assets/images/2023/icon-tab-active.svg#icon-tab-active"></use>
				</svg>
			</div>
			</a> </div>
	</div>
	
	<div id="fringe-products" class="tab-content fringe-products">
		
		<div class="section-intro">
			<div class="container">
				<div class="col-md-4">
					<h3>Choose your Products below</h3>
					<h5 class="highlight-red">They are zone and location based</h5>
				</div>
				<div class="col-md-8">
					<div>
						<h3>Zone</h3>
						<p>We have divided the city into four zones to create a zonal booking structure for selected formats. Posters will be placed on general distribution across all the advertising sites we have available for each format within that zone, e.g. if you book 10 x 4-sheets in Zone One which has 10 different sites for that format, one poster will go on each site. So, if you only want to target the area around the Pleasance Courtyard, now you can! When you book, out of your total order, please specify how many posters you want in each zone.</p>
					</div>
					<div>
						<h3>Location</h3>
						<p>A majority of our larger advertising formats are booked by specific location - just refer to the map on each product page and pick the exact location you\'d like to book your poster advertising, and it will be fitted in that location.</p>
					</div>
				</div>
			</div>
		</div>
		
	</div>', 'htmltitle' => 'Order by Product', 'metakeywords' => null, 'metadesc' => null, 'friendlyurl' => 'order-by-product', 'sortorder' => 1, 'visibility' => 1, 'verticalmenu' => 0, 'clientid' => 3, 'pages' => array(array('pageid' => 299, 'pagename' => 'All Products', 'pagenavname' => 'All Products', 'pagenavblurb' => ' ', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => ' ', 'htmltitle' => null, 'metakeywords' => null, 'metadesc' => null, 'friendlyurl' => '/fringe/order-by-product', 'sortorder' => 1, 'pageblurb' => ' ', 'pageblurb2' => ' ', 'pageblurb3' => ' ', 'pageblurb4' => ' ', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 1, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 301, 'pagename' => '4 Sheet', 'pagenavname' => '4 Sheet', 'pagenavblurb' => '£165 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-4-sheet.svg"></div><p class="size"><strong> Size:</strong> 1016mm wide x 1524mm high<br>40" wide x 60" high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £165 + vat</p><p class="limit"><strong>Order limit:</strong> In high demand locations, we\'ll only allocate one poster per site. This includes sites at Pleasance Hill, around Bristo Square, Charles St and Cowgate amongst others.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £45 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => '4 Sheet', 'metakeywords' => null, 'metadesc' => 'One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.', 'friendlyurl' => '4-sheet', 'sortorder' => 2, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>  <a href="/fringe/replacements-4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4-Sheets---VP.jpg" alt="Replacements - 4 Sheet"></a>  </div> <div class="title-wrapper"> <a href="/fringe/replacements-4-sheet"><h3 style="color:#eb5c44;">Replacements - 4 Sheet</h3></a> <h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>40" wide x 60" high</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£45 + vat</div> <a href="/fringe/replacements-4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#db5c4e;">Design</h5> <div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>  <a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a>  </div> <div class="title-wrapper"> <a href="/fringe/main-design-package"><h3 style="color:#db5c4e;">Image Supplied Package</h3></a> <h6 style="color:#db5c4e;"></h6> </div> <p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p> <div class="button-wrapper flex-nowrap" style="background-color:#db5c4e"> <div class="price">£275 + vat</div> <a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Location</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/8-Sheet.svg"> </div>  <a href="/fringe/8-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/8%20Sheets%202.jpg" alt="8 Sheet"></a>  </div> <div class="title-wrapper"> <a href="/fringe/8-sheet"><h3 style="color:#eb5c44;">8 Sheet</h3></a> <h6 style="color:#eb5c44;">2032mm wide x 1524mm high<br>80” wide x 60” high</h6> </div> <p>An unusual size that really grabs people\'s attention but is still affordable to smaller shows. Posters are attached to temporary fencing panels or railings depending on location in high footfall areas.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£385&nbsp;+ vat</div> <a href="/fringe/8-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div>', 'pageblurb3' => '1016mm wide x 1524mm high<br>40" wide x 60" high', 'pageblurb4' => 'Zone,#eb5c44,/assets/images/2023/fringe-products/4-Sheet.svg,medium,/fringe/replacements-4-sheet', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 441, 'pageid' => 301, 'image' => '4sheet.jpg', 'imageflag' => null), array('imageid' => 442, 'pageid' => 301, 'image' => '4-SHEETS-_60x40_1024x1024.jpg', 'imageflag' => null), array('imageid' => 443, 'pageid' => 301, 'image' => '4-SHEETS-_60_-x-40_4b408779-3016-4954-ab0f-aee0a0cc021d_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1042, 'pageid' => 301, 'image' => '4 Sheets.jpg', 'imageflag' => null), array('imageid' => 1045, 'pageid' => 301, 'image' => '4 Sheets.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 295, 'pagename' => '8 Sheet', 'pagenavname' => '8 Sheet', 'pagenavblurb' => '£385 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">An unusual size that really grabs people\'s attention but is still affordable to smaller shows. Posters are attached to temporary fencing panels or railings depending on location in high footfall areas.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-8-sheet.svg"></div><p class="size"><strong>Size:</strong> 2032mm wide x 1524mm high<br>80” wide x 60” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £385 + vat</p>	<p class="limit"><strong>Order limit:</strong> One per show, per location.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £90 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => '8 Sheet', 'metakeywords' => null, 'metadesc' => 'An unusual size that really grabs people\'s attention but is still affordable to smaller shows. Posters are attached to temporary fencing panels or railings depending on location in high footfall areas.', 'friendlyurl' => '8-sheet', 'sortorder' => 3, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/8-Sheet.svg"> </div>		<a href="/fringe/replacement-8-sheets"><img src="https://ops.outofhand.co.uk/assets/images/pages/8%20Sheets%202.jpg" alt="Replacements - 8 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacement-8-sheets">		<h3 style="color:#eb5c44;">Replacements - 8 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">2032mm wide x 1524mm high<br>			80” wide x 60” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£90 + vat</div>		<a href="/fringe/replacement-8-sheets" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4%20Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '2032mm wide x 1524mm high<br>80” wide x 60” high', 'pageblurb4' => 'Location,#eb5c44,/assets/images/2023/fringe-products/8-Sheet.svg,medium,/fringe/replacement-8-sheets', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 444, 'pageid' => 295, 'image' => '8sheet-1.jpg', 'imageflag' => null), array('imageid' => 445, 'pageid' => 295, 'image' => '8-SHEET-60x80_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1009, 'pageid' => 295, 'image' => '8 Sheets 2.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 292, 'pagename' => '12 Sheet', 'pagenavname' => '12 Sheet', 'pagenavblurb' => '£660 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Our largest poster size that really stands out with a huge landscape area for your show artwork.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-12-sheet.svg"></div> <p class="size"><strong>Size:</strong> 13048mm wide x 524mm high<br>120” wide x 60” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p> <p class="cost"><strong>Cost:</strong> £660 + vat</p>	<p class="limit"><strong>Order limit:</strong> One per show, per location.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £125 + vat</p>	<p class="fringe-description"><strong>EXTRAS:</strong><br>Add a fence top above your artwork to really stand out above other shows. Each fence top is 0.5m high and 3.5m wide - perfect for quotes or review comments to help draw attention to your show. </p>	<p class="cost"><strong>Cost:</strong> £175 + vat<br><strong>NOTE:</strong> You can only buy a fence top to go above your own poster.</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => '12 Sheet', 'metakeywords' => null, 'metadesc' => 'Our largest poster size that really stands out with a huge landscape area for your show artwork. Select the exact location for your poster to ensure you reach your target audience.', 'friendlyurl' => '12-sheet', 'sortorder' => 4, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/replacements-12-sheets"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="Replacements - 12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-12-sheets">		<h3 style="color:#009542;">Replacements - 12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£125 + vat</div>		<a href="/fringe/replacements-12-sheets" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#EE9C26;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet-Topper.svg"> </div>		<a href="/fringe/12-sheet-topper"><img src="https://ops.outofhand.co.uk/assets/images/pages/fencetops.jpg" alt="12 Sheet Topper"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet-topper">		<h3 style="color:#EE9C26;">12 Sheet Topper</h3>		</a>		<h6 style="color:#EE9C26;">3500mm wide x 500mm high<br>			138” wide x 20” high</h6>	</div>	<p>Give some height to your poster advertising - this format sits perfectly above each side of a Festival Triangle / Cube / above your 12 sheet.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#EE9C26">		<div class="price">£175 + vat</div>		<a href="/fringe/12-sheet-topper" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '13048mm wide x 524mm high<br>120” wide x 60” high', 'pageblurb4' => 'Location,#009542,/assets/images/2023/fringe-products/12-Sheet.svg,medium,/fringe/replacements-12-sheets', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 338, 'pageid' => 292, 'image' => '12sheet.jpg', 'imageflag' => null), array('imageid' => 342, 'pageid' => 292, 'image' => '12sheet-1.jpg', 'imageflag' => null), array('imageid' => 343, 'pageid' => 292, 'image' => '12sheet-2.jpg', 'imageflag' => null), array('imageid' => 1046, 'pageid' => 292, 'image' => '12Sheet.jpg', 'imageflag' => null), array('imageid' => 1047, 'pageid' => 292, 'image' => '12sheet.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 307, 'pagename' => '12 Sheet Topper', 'pagenavname' => '12 Sheet Topper', 'pagenavblurb' => '£175 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Give some height to your poster advertising - this format sits perfectly above each side of a Festival Triangle / Cube / above your 12 sheet. This space is great to use for highlighting those great reviews and star ratings / promote special ticket deals or performances. Draw extra attention to your shows advertised underneath on each fence panel as this poster format is 2.5m above the ground!</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-12-sheet-topper.svg"></div> <p class="size"><strong>Size:</strong> 3500mm wide x 500mm high<br>138” wide x 20” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £175 + vat per side<br></p><p class="limit"><strong>Order limit:</strong> You can only purchase a fence top to go above your own show poster - you can\'t put it on top of someone else\'s!<br><b>NOTE:</b> Your show must be advertised underneath too!</p><p class="info">All prices include production, printing your supplied artwork directly onto correx and mounted onto the fence top. </p>	</div>', 'htmltitle' => '12 Sheet Topper', 'metakeywords' => null, 'metadesc' => 'Give some height to your poster advertising - this format sits perfectly above each side of a Festival Triangle / Cube / above your 12 sheet.', 'friendlyurl' => '12-sheet-topper', 'sortorder' => 5, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '3500mm wide x 500mm high<br>138” wide x 20” high', 'pageblurb4' => 'Location,#EE9C26,/assets/images/2023/fringe-products/12-Sheet-Topper.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 456, 'pageid' => 307, 'image' => 'fencetops.jpg', 'imageflag' => '["1","2"]'), array('imageid' => 457, 'pageid' => 307, 'image' => 'FENCE-TOPS_1024x1024.jpg', 'imageflag' => null), array('imageid' => 458, 'pageid' => 307, 'image' => 'Fence_Tops_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1033, 'pageid' => 307, 'image' => '12-Sheet-Topper.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 318, 'pagename' => 'A1 Triangle', 'pagenavname' => 'A1 Triangle', 'pagenavblurb' => '£170 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Three A1 posters (of the same artwork unless stated) on a low level correx triangle, fitted around lamp posts in key locations across the city centre. You are booking a complete three sided triangle and will have the same artwork on all three sides unless you specify otherwise.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-A1-triangle.svg"></div> <p class="size"><strong>Size:</strong> A1 (594mm wide x 841mm high)</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £170 + vat</p><p class="replacements-high"><strong>Replacements:</strong> There is a <span>high</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £72.50 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx - each triangle can take three different sets of artwork - one for each side.</p></div>', 'htmltitle' => 'A1 Triangle', 'metakeywords' => null, 'metadesc' => 'Three A1 posters (of the same artwork unless stated) on a low level correx triangle, fitted around lamp posts in key locations across the city centre.', 'friendlyurl' => 'a1-triangle', 'sortorder' => 6, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#67C4D1;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/A1-Triangle.svg"> </div>		<a href="/fringe/replacements-a1-triangles"><img src="https://ops.outofhand.co.uk/assets/images/pages/A1 Triangles.jpg" alt="Replacements - A1 Triangle"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-a1-triangles">		<h3 style="color:#67C4D1;">Replacements - A1 Triangle</h3>		</a>		<h6 style="color:#67C4D1;">A1 (594mm wide x 841mm high)</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#67C4D1">		<div class="price">£72.50 + vat</div>		<a href="/fringe/replacements-a1-triangles" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'A1 (594mm wide x 841mm high)', 'pageblurb4' => 'Zone,#67C4D1,/assets/images/2023/fringe-products/A1-Triangle.svg,high,/fringe/replacements-a1-triangles', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 446, 'pageid' => 318, 'image' => 'a1triangles.jpg', 'imageflag' => null), array('imageid' => 447, 'pageid' => 318, 'image' => 'A1-Triangle_1_1024x1024.jpg', 'imageflag' => null), array('imageid' => 448, 'pageid' => 318, 'image' => 'A1-TRIANGLES_95e51910-03e9-4091-bda4-366a64d42d0e_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1001, 'pageid' => 318, 'image' => 'A1 Triangles.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 302, 'pagename' => 'A3 Poster Pack Wrap', 'pagenavname' => 'A3 Poster Pack Wrap', 'pagenavblurb' => '£70 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Great value advertising option with this effective format to support smaller shows. Each pack contains ten posters with one poster placed on ten separate lamp post wraps. There will be 20 different designs per lamp post wrap - 10 on each side.<br><strong>Note: </strong>Limit of 4 packs per show with a limit of 2 packs per zone. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-A3-poster-pack.svg"></div><p class="size"><strong>Size:</strong> A3 (297mm wide x 420mm high)</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £70 + vat per pack of 10 posters</p>	<p class="limit"><strong>Order limit:</strong> Four packs / two per zone.</p><p class="replacements-none"><strong>Replacements:</strong> We include two free spare lamp post wraps within the price.</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'A3 Poster Pack Wrap', 'metakeywords' => null, 'metadesc' => 'Great value advertising option with this effective format to support smaller shows. Each pack contains ten posters with one poster placed on ten separate lamp post wraps. There will be 20 different designs per lamp post wrap - 10 on each side.', 'friendlyurl' => 'a3-poster-pack-wrap', 'sortorder' => 7, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'A3 (297mm wide x 420mm high)', 'pageblurb4' => 'Zone,#BE1952,/assets/images/2023/fringe-products/A3-Poster-Pack-Wrap.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 449, 'pageid' => 302, 'image' => 'a3poster.jpg', 'imageflag' => null), array('imageid' => 450, 'pageid' => 302, 'image' => 'A3_poster_pack_1024x1024.JPG', 'imageflag' => null), array('imageid' => 451, 'pageid' => 302, 'image' => 'A3_Packs_2_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1032, 'pageid' => 302, 'image' => 'A3 Poster Packs.jpg', 'imageflag' => null), array('imageid' => 1039, 'pageid' => 302, 'image' => 'A3-Poster-Packs---VP.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 334, 'pagename' => 'Block Wrap', 'pagenavname' => 'Block Wrap', 'pagenavblurb' => '£350 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive new format in heavy Fringe footfall areas of the city. Acting as security vehicle blockades, they are positioned in prime central locations including Bristo Square, outside the EICC on Morrison St and outside the Playhouse Theatre on Leith St. Each block has 6 sides, approx. A2 in size, as well as a large top section - you have the whole block to use for your show. Given their positions outside key venues, they are great advertising platforms to reach Fringe fans.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-block-wrap.svg"></div> <p class="size"><strong>Size:</strong> A2 (420mm wide x 594mm high)</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p> <p class="cost"><strong>Cost:</strong> £350 + vat per location</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe. <br> <strong> Cost:</strong> £100 + vat</p><p class="info">All prices include production.</p></div>', 'htmltitle' => 'Block Wrap', 'metakeywords' => null, 'metadesc' => 'Exclusive new format in heavy Fringe footfall areas of the city. Acting as security vehicle blockades, they are positioned in prime central locations. Six A2 posters (of the same artwork unless stated) wrap around these concrete blocks.', 'friendlyurl' => 'block-wrap', 'sortorder' => 8, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#375973;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Block-Wrap.svg"> </div>		<a href="/fringe/replacements-block-wraps"><img src="https://ops.outofhand.co.uk/assets/images/pages/block wraps.jpg" alt="Replacements - Block Wrap"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-block-wraps">		<h3 style="color:#375973;">Replacements - Block Wrap</h3>		</a>		<h6 style="color:#375973;">A2 (420mm wide x 594mm high)</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#375973">		<div class="price">£100 + vat</div>		<a href="/fringe/replacements-block-wraps" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'A2 (420mm wide x 594mm high)', 'pageblurb4' => 'Location,#375973,/assets/images/2023/fringe-products/Block-Wrap.svg,low,/fringe/replacements-block-wraps', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 1010, 'pageid' => 334, 'image' => 'block wraps.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 303, 'pagename' => 'Bollard Cover', 'pagenavname' => 'Bollard Cover', 'pagenavblurb' => 'from £135 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Unique format placed over metal bollards on high footfall walkways within the central Fringe areas. Sold in sets depending on location for maximum impact.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-bollard-cover.svg"></div> <p class="size"><strong>Size:</strong> 220mm wide x 1300mm high<br>8.5” wide x 51” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £135 + vat per bollard</p>	<p class="limit"><strong>Order limit:</strong> One set in one location only.</p><p class="replacements-high"><strong>Replacements:</strong> There is a <span>high</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £60 + vat per bollard</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Bollard Cover', 'metakeywords' => null, 'metadesc' => 'Unique format placed over metal bollards on high footfall walkways within the central Fringe areas. Sold in sets depending on location for maximum impact.', 'friendlyurl' => 'bollard-cover', 'sortorder' => 9, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#C3C4C4;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Bollard-Cover.svg"> </div>		<a href="/fringe/replacements-bollards"><img src="https://ops.outofhand.co.uk/assets/images/pages/Bollards.jpg" alt="Replacements - Bollard Cover"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-bollards">		<h3 style="color:#C3C4C4;">Replacements - Bollard Cover</h3>		</a>		<h6 style="color:#C3C4C4;">220mm wide x 1300mm high<br>			8.5” wide x 51” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#C3C4C4">		<div class="price">£60 + vat</div>		<a href="/fringe/replacements-bollards" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '220mm wide x 1300mm high<br>8.5” wide x 51” high', 'pageblurb4' => 'Location,#C3C4C4,/assets/images/2023/fringe-products/Bollard-Cover.svg,high,/fringe/replacements-bollards', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 452, 'pageid' => 303, 'image' => 'bollards.jpg', 'imageflag' => null), array('imageid' => 453, 'pageid' => 303, 'image' => 'Bollards_1024x1024.jpg', 'imageflag' => null), array('imageid' => 454, 'pageid' => 303, 'image' => 'BOLLARDS_d964bb91-d2b3-469d-a1ba-eb537bfea297_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1011, 'pageid' => 303, 'image' => 'Bollards.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 309, 'pagename' => 'Charles St Digital Screen', 'pagenavname' => 'Charles St Digital Screen', 'pagenavblurb' => '£400 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in the heart of Bristo Square. Located on Charles St, in the main walkway between Underbelly Bristo Square, Pleasance Dome, Gilded Balloon Teviot and Assembly George Square, this site reaches the ultimate core Fringe audience, who are happy to buy tickets to see a wide range of performances, from comedy to circus and theatre. The digital screen is booked per week and has a rotation of 6-8 different adverts, with your advert displayed at least once every 90 seconds. Your advert will receive a minimum of 7,560 plays across one week, scheduled in available slots, with some days/hours receiving more plays than others. Total plays will be delivered across the whole week. <br><br>The Screen is operational between 8am - 2am daily. Each advert slot is 6 seconds and offers full motion, in full colour.</p> <div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-digital-screen.svg"></div> <p class="size"><strong>Size:</strong> 75", 1080px wide x 1920px high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £400 + vat per week<br><b>NOTE:</b> Digital Screens are booked per weekly slots.</p>	</div>', 'htmltitle' => 'Charles St Digital Screen', 'metakeywords' => null, 'metadesc' => 'Exclusive format in the heart of Bristo Square. Located on Charles St, in the main walkway between Underbelly Bristo Square, Pleasance Dome, Gilded Balloon Teviot and Assembly George Square.', 'friendlyurl' => 'charles-st-digital-screen', 'sortorder' => 10, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '75", 1080px wide x 1920px high', 'pageblurb4' => 'Location,#E83C3E,/assets/images/2023/fringe-products/Charles-St-Digital-Screen.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 422, 'pageid' => 309, 'image' => 'Digital-Screen.jpg', 'imageflag' => '["2","1"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 333, 'pagename' => 'Bollard Boxes', 'pagenavname' => 'Bollard Boxes', 'pagenavblurb' => 'from £300', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">New format for 2020 – this 1m high mini tower sits perfectly alongside the edge of some of the busiest streets in Edinburgh, including the Royal Mile. You can advertise your show on all four sides and select from the following locations: George IV Bridge, Grassmarket, The Royal Mile or Waverley Bridge.</p><p class="size"><strong>Size:</strong> 39.39” high x 21.65” wide (1000mm high x 550mm wide) per side.</p><p class="cost"><strong>Cost:</strong> £300 + vat per complete box</p><p class="limit"><strong>Order limit:</strong> One per location.</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe. <br>  <strong> Cost:</strong> £150 + vat</p>	<p class="info">All prices include production, printing your supplied artwork directly onto correx.</p><p class="new">New for 2020</p></div>', 'htmltitle' => 'Bollard Boxes', 'metakeywords' => null, 'metadesc' => 'New format for 2020 – this 1m high mini tower sits perfectly alongside the edge of some of the busiest streets in Edinburgh, including the Royal Mile. You can advertise your show on all four sides and select from the following locations: George IV Bridge,', 'friendlyurl' => 'bollard-boxes', 'sortorder' => 11, 'pageblurb' => ' ', 'pageblurb2' => ' ', 'pageblurb3' => ' ', 'pageblurb4' => ' ', 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 433, 'pageid' => 333, 'image' => 'bollard-boxes.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 304, 'pagename' => 'Cowgate - Pillar Banner', 'pagenavname' => 'Cowgate - Pillar Banner', 'pagenavblurb' => 'from £275 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in the heart of the Cowgate. This location is situated between the Three Sisters and Underbelly Cowgate and perfect to target Fringe goers attending free and paid-for shows in this exceptionally busy area of Edinburgh. You can select which pillar you\'d like, as well as which side (front, back or either side facing up and down the Cowgate).</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-cowgate-pillar.svg"></div> <p class="size"><strong>Size:</strong> Front and Back: 870mm wide x 1600mm high (34" wide x 63" high)<br>Side: 730mm wide x 1600mm high (28.7" wide x 63" high)</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> <br>Front Panel (facing the road): £350 + vat<br>Side panel (facing either direction): £275 + vat<br>Back panel (facing the pavement under the arches): £325 + vat<br>End Panel (facing Three Sisters): £650 + vat<br>End Panel (facing Sneaky Pete\'s): £650 + vat<br></p><p class="limit"><strong>Order limit:</strong> Limit of TWO banners per show, one per side.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> from £60 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto the non PVC vinyl.</p>	</div>', 'htmltitle' => 'Cowgate - Pillar Banner', 'metakeywords' => null, 'metadesc' => 'Exclusive format in the heart of the Cowgate. This location situated between the Seven Sisters and Underbelly Cowgate and perfect to target Fringe goers attending free and paid-for shows in this exceptionally busy area of Edinburgh.', 'friendlyurl' => 'cowgate-pillars', 'sortorder' => 12, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#BE1952;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Cowgate-Pillars.svg"> </div>		<a href="/fringe/replacements-cowgate-pillars"><img src="https://ops.outofhand.co.uk/assets/images/pages/cowgatepillars.jpg" alt="Replacements - Cowgate Pillars"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-cowgate-pillars">		<h3 style="color:#BE1952;">Replacements - Cowgate - Pillar Banner</h3>		</a>		<h6 style="color:#BE1952;">Front and Back: 870mm wide x 1600mm high (34" wide x 63" high)<br>			Side: 730mm wide x 1600mm high (28.7" wide x 63" high)</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#BE1952">		<div class="price">from £60 + vat</div>		<a href="/fringe/replacements-cowgate-pillars" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'Front and Back:<br>870mm wide x 1600mm high (34" wide x 63" high)<br><br>Side:<br>730mm wide x 1600mm high (28.7" wide x 63" high)', 'pageblurb4' => 'Location,#BE1952,/assets/images/2023/fringe-products/Cowgate-Pillars.svg,medium,/fringe/replacements-cowgate-pillars', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 438, 'pageid' => 304, 'image' => 'cowgatepillars.jpg', 'imageflag' => null), array('imageid' => 439, 'pageid' => 304, 'image' => 'Cowgate-Pillar_1024x1024.jpg', 'imageflag' => null), array('imageid' => 440, 'pageid' => 304, 'image' => 'Cowgate_Pillars_bare_1024x1024.png', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 305, 'pagename' => 'Cowgate - Bridge Banner', 'pagenavname' => 'Cowgate - Bridge Banner', 'pagenavblurb' => '£1,500 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format above the heavy footfall areas of Cowgate. This large format banner is 1.5m high and stretches 10m across South Bridge, above the Cowgate (overlooking Blair St and Niddery St), perfectly positioned to reach Fringe fans walking underneath on the Cowgate. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-bridge-banner.svg"></div> <p class="size"><strong>Size:</strong> 10000mm wide x 1500mm high<br>393” wide x 59” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £1,500 + vat </p><p class="info">All prices include production, printing your supplied artwork directly onto non PVC Vinyl. </p></div>', 'htmltitle' => 'Cowgate - Bridge Banner', 'metakeywords' => null, 'metadesc' => 'Exclusive new format above the heavy footfall areas of Cowgate. This large format banner is 1.5m high and stretches 10m across South Bridge, above the Cowgate (overlooking Blair St and Niddery St).', 'friendlyurl' => 'cowgate-bridge-banner', 'sortorder' => 13, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '10000mm wide x 1500mm high<br>393” wide x 59” high', 'pageblurb4' => 'Location,#BE1952,/assets/images/2023/fringe-products/Cowgate-Bridge-Banner.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 455, 'pageid' => 305, 'image' => 'Bridge-Banner.jpg', 'imageflag' => null), array('imageid' => 1012, 'pageid' => 305, 'image' => 'Bridge Banner.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 306, 'pagename' => 'Crowd Barrier Jackets', 'pagenavname' => 'Crowd Barrier Jackets', 'pagenavblurb' => ' ', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="description fringe-description">                        	<h3><span>Full colour, double sided and printed onto PVC mesh – high impact and gets noticed as they pop up in places you won\'t expect to see show advertising.<br><br><span style="color: #ff9900;">NEW LOCATION FOR SECOND</span> <span style="color: #ff9900;">RELEASE:</span> Marshall St, so you can reach people coming into Bristo Square from the Nicholson St area. <br></span></h3>                        	<hr><h6><b>LOCATIONS: </b></h6><p><span>Royal Mile, by Hunter Square,  Marshall St, Greyfriars Bobby and George IV Bridge.</span></p><h6><b>SIZE: </b></h6><p><span>900mm x 2220mm wide.</span></p><h6><b>COST: </b></h6><p><span><b>£250 + vat per barrier</b></span></p><div class="spare-recommendation">	<h6><b>SPARE / REPLACEMENT RECOMMENDATION:</b></h6>	<div class="spare-recommendation-block">		<p><b><a href="#" style="background: green;">LOW - ORDER NOW</a></b></p>	</div></div>                        </div>', 'htmltitle' => 'Crowd Barrier Jackets', 'metakeywords' => null, 'metadesc' => 'Full colour, double sided and printed onto PVC mesh – high impact and gets noticed as they pop up in places you won\'t expect to see show advertising.', 'friendlyurl' => 'crowd-barrier-jackets', 'sortorder' => 14, 'pageblurb' => ' ', 'pageblurb2' => ' ', 'pageblurb3' => ' ', 'pageblurb4' => ' ', 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 362, 'pageid' => 306, 'image' => 'crowdbarrier-2.jpg', 'imageflag' => null), array('imageid' => 363, 'pageid' => 306, 'image' => 'crowdbarrier-3.jpg', 'imageflag' => null), array('imageid' => 364, 'pageid' => 306, 'image' => 'crowdbarrier.jpg', 'imageflag' => '["1"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 311, 'pagename' => 'Lamppost Wrap', 'pagenavname' => 'Lamppost Wrap', 'pagenavblurb' => '£300 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Fixed around sign and lamp posts on key high traffic routes between Fringe venues in the city centre.The wraps are double sided, and you are booking both sides - you can either use the same artwork on both sides or different artwork on each side - please advise at the point of order. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-lamp-post-wrap.svg"></div> <p class="size"><strong>Size:</strong> 600mm wide x 2000mm high<br>23.62” wide x 78.74” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £300 + vat</p><p class="replacements-high"><strong>Replacements:</strong> There is a <span>high</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £55 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Lamppost Wrap', 'metakeywords' => null, 'metadesc' => 'Unmissable street level, double sided format, fitted around sign and lamp posts on key high traffic routes between Fringe venues in the city centre.', 'friendlyurl' => 'lamp-post-wraps-full-length', 'sortorder' => 15, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#397292;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Lamp-Post-Wrap.svg"> </div>		<a href="/fringe/replacements-lamp-post-wraps"><img src="https://ops.outofhand.co.uk/assets/images/pages/Lamp Post.jpg" alt="Replacements - Lamp Post Wrap"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-lamp-post-wraps">		<h3 style="color:#397292;">Replacements - Lamppost Wrap</h3>		</a>		<h6 style="color:#397292;">600mm wide x 2000mm high<br>			23.62” wide x 78.74” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#397292">		<div class="price">£55 + vat</div>		<a href="/fringe/replacements-lamp-post-wraps" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '600mm wide x 2000mm high<br>23.62” wide x 78.74” high', 'pageblurb4' => 'Zone,#397292,/assets/images/2023/fringe-products/Lamp-Post-Wrap.svg,high,/fringe/replacements-lamp-post-wraps', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 467, 'pageid' => 311, 'image' => 'lamppostwrap.jpg', 'imageflag' => null), array('imageid' => 468, 'pageid' => 311, 'image' => 'Lamp-post-wrap_2_1024x1024.jpg', 'imageflag' => null), array('imageid' => 469, 'pageid' => 311, 'image' => 'Lamp_post_wrap_GOOD_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1003, 'pageid' => 311, 'image' => 'Lamp Post.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 579, 'pagename' => 'Raised Lamppost Wrap', 'pagenavname' => 'Raised Lamppost Wrap', 'pagenavblurb' => '£195 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 0, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Fixed above head height around lamp posts on key high traffic routes between Fringe venues in the city centre.The wraps are double sided, and you are booking both sides - you can either use the same artwork on both sides or different artwork on each side - please advise at the point of order. </p><div class="poster-size-guide-icon"><img src="https://ops.outofhand.co.uk/assets/images/size-guide-raised-lamppost-wrap.svg"></div> <p class="size"><strong>Size:</strong> 600mm wide x 1000mm high<br>23.62” wide x 39.37” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £195 + vat</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £30 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Raised Lamppost Wrap', 'metakeywords' => null, 'metadesc' => 'Double sided format that is fitted above head height around lamp posts on key high traffic routes between Fringe venues in the city centre.', 'friendlyurl' => 'raised-lamppost-wrap', 'sortorder' => 16, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#397292;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/Lamp-Post-Wrap.svg"> </div>  <a href="/fringe/replacements-raised-lamppost-wrap"><img src="https://ops.outofhand.co.uk/assets/images/pages/Raised-Lamppost-Wrap.jpg" alt="Replacements - Raised Lamppost Wrap"></a>  </div> <div class="title-wrapper"> <a href="/fringe/replacements-raised-lamppost-wrap"><h3 style="color:#397292;">Replacements - Raised Lamppost Wrap</h3></a> <h6 style="color:#397292;">600mm wide x 1000mm high<br>23.62” wide x 39.37” high</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#397292"> <div class="price">£30 + vat</div> <a href="/fringe/replacements-raised-lamppost-wrap" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '600mm wide x 1000mm high<br>23.62” wide x 39.37” high', 'pageblurb4' => 'Zone,#397292,/assets/images/2023/fringe-products/Lamp-Post-Wrap.svg,medium,/fringe/replacements-raised-lamppost-wrap', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 1055, 'pageid' => 579, 'image' => 'Raised-Lamppost-Wrap.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 308, 'pagename' => 'Festival Tower', 'pagenavname' => 'Festival Tower', 'pagenavblurb' => '£675 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Large, purpose built structures that really stand out and get noticed. Each four or six sided tower is situated in central, high traffic locations and offers great exposure for your show. Due to limited availability, only one side per show in each location. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-festival-tower.svg"></div> <p class="size"><strong>Size:</strong> 1220mm wide x 2440mm high<br>48” wide x 96” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £675 + vat per side </p>	<p class="limit"><strong>Order limit:</strong> Due to limited availability, only one side per show, per promoter in each location.</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £90 + vat per poster</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p>	</div>', 'htmltitle' => 'Festival Tower', 'metakeywords' => null, 'metadesc' => 'Large, purpose built structures that really stand out and get noticed. Each four or six sided tower is situated in central, high traffic locations and offers great exposure for your show.', 'friendlyurl' => 'festival-tower', 'sortorder' => 19, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#E83C3E;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Festival-Tower.svg"> </div>		<a href="/fringe/replacements-festival-tower"><img src="https://ops.outofhand.co.uk/assets/images/pages/Festival-Tower.jpg" alt="Replacements - Festival Tower"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-festival-tower">		<h3 style="color:#E83C3E;">Replacements - Festival Tower</h3>		</a>		<h6 style="color:#E83C3E;">1220mm wide x 2440mm high<br>			48” wide x 96” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#E83C3E">		<div class="price">£90&nbsp;+ vat</div>		<a href="/fringe/replacements-festival-tower" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '1220mm wide x 2440mm high<br>48” wide x 96” high', 'pageblurb4' => 'Location,#E83C3E,/assets/images/2023/fringe-products/Festival-Tower.svg,low,/fringe/replacements-festival-tower', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 460, 'pageid' => 308, 'image' => 'Festival-Tower.jpg', 'imageflag' => null), array('imageid' => 461, 'pageid' => 308, 'image' => 'Festival-Towers_1f054923-6cbf-4406-a329-103a581a2e16_1024x1024.jpg', 'imageflag' => null), array('imageid' => 462, 'pageid' => 308, 'image' => 'Festival_Tower3_1024x1024.png', 'imageflag' => null), array('imageid' => 1048, 'pageid' => 308, 'image' => 'Festival-Tower.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 312, 'pagename' => 'Phone Kiosk', 'pagenavname' => 'Phone Kiosk', 'pagenavblurb' => '£450 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in heavy footfall areas of the city centre. Whilst the actual phone boxes might not be used much for making phone calls, they are positioned in good street level locations and the outsides of them are great advertising platforms to reach Fringe fans across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-phone-kiosk.svg"></div> <p class="orientation"><strong>Orientation:</strong> Portrait</p> <p class="cost"><strong>Cost: </strong>£450 + vat per location</p><p class="info">All prices include production. </p>	</div>', 'htmltitle' => 'Phone Kiosk', 'metakeywords' => null, 'metadesc' => 'Exclusive format in heavy footfall areas of the city centre. Whilst the actual phone boxes might not be used much for making phone calls, they are positioned in good street level locations and the external sides of them are great advertising platforms.', 'friendlyurl' => 'phone-kiosk', 'sortorder' => 20, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => null, 'pageblurb4' => 'Location,#EB5C44,/assets/images/2023/fringe-products/Phone-Kiosk.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 470, 'pageid' => 312, 'image' => 'phonekiosk.jpg', 'imageflag' => null), array('imageid' => 471, 'pageid' => 312, 'image' => 'IMG_1494_1024x1024.jpg', 'imageflag' => null), array('imageid' => 472, 'pageid' => 312, 'image' => 'Phone_Kiosk2_1024x1024.png', 'imageflag' => null), array('imageid' => 1050, 'pageid' => 312, 'image' => 'phonekiosk.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 574, 'pagename' => 'Potterow Port - Bridge Banner', 'pagenavname' => 'Potterow Port - Bridge Banner', 'pagenavblurb' => '£1,500 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 0, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. This two section banner runs across the top of the subway entrance and clearly visible to everyone using the subway, whichever direction they are going!</p>	<div class="poster-size-guide-icon"><img src="https://ops.outofhand.co.uk/assets/images/size-guide-potterow-port-bridge-banner.svg"></div>	<p class="size"><strong>Size:</strong>10000mm wide x 1000mm high<br>394" wide x 39.4"</p>		<p class="cost"><strong>Cost:</strong> Museum side: £1,500 + vat<br>Bristo Square side: £1,500 + vat</p>	<p class="orientation"><strong>Orientation:</strong> Landscape</p>	<p class="limit"><strong>Order limit:</strong> One banner per show.</p>	<p class="info">All prices include production, printing your supplied artwork directly onto vinyl.</p></div><style>.banner.banner-about {background-image: url(https://ops.outofhand.co.uk/assets/images/pages/potterow-port-entrance-banner.jpg);}</style>', 'htmltitle' => 'Potterow Port - Bridge Banner', 'metakeywords' => null, 'metadesc' => 'Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. Positioned above the entrance into this busy subway, this banner is unmissable!', 'friendlyurl' => 'potterow-port-entrance-banner', 'sortorder' => 21, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '10000mm wide x 1000mm high<br>394" wide x 39.4"', 'pageblurb4' => 'Location,#E8308A,/assets/images/2023/fringe-products/Potterow-Port-Embankment.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 990, 'pageid' => 574, 'image' => 'potterow-port-entrance-banner.jpg', 'imageflag' => null), array('imageid' => 1015, 'pageid' => 574, 'image' => 'POTTEROW-PORT---ENTRANCE-BANNER.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 339, 'pagename' => 'Potterow Port - Embankment', 'pagenavname' => 'Potterow Port - Embankment', 'pagenavblurb' => 'from £275 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in a very high footfall area on the University side of the Potterow Port subway. Highly visible as you enter / exit the subway from the popular Bristo Square area, numerous Fringe venues nearby including Gilded Balloon at the Museum, Pleasance Dome and Underbelly. All artwork is printed onto a Ultra Stick Vinyl with an anti graffiti laminate applied over the top to protect the artwork.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-potterow-port-embankment.svg"></div> <p class="size"><strong>Size/Cost:</strong></p><p class="cost">4 Sheet: £275 + vat<br>8 Sheet: £695 + vat</p> <p class="orientation"><strong>Orientation:</strong> Portrait and Lanscape</p>	<p class="limit"><strong>Order limit:</strong> One poster per show.</p><p class="info">All prices include production, printing your supplied artwork directly onto vinyl.</p></div>', 'htmltitle' => 'Potterow Port - Embankment', 'metakeywords' => null, 'metadesc' => 'Exclusive format in a very high footfall area on the University side of the Potterow Port subway. Highly visible as you enter / exit the subway from the popular Bristo Square area, numerous Fringe venues nearby.', 'friendlyurl' => 'potterow-port-embankment', 'sortorder' => 22, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '4 Sheet<br>8 Sheet', 'pageblurb4' => 'Location,#E8308A,/assets/images/2023/fringe-products/Potterow-Port-Embankment.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 425, 'pageid' => 339, 'image' => 'Potterow-Port-EMBANKMENT.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 573, 'pagename' => 'Potterow Port - Entrance Triangle', 'pagenavname' => 'Potterow Port - Entrance Triangle', 'pagenavblurb' => '£1,300 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 0, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. All artwork is printed onto a hard standing vinyl with an anti graffiti laminate applied over the top to protect the artwork.</p>	<div class="poster-size-guide-icon"><img src="https://ops.outofhand.co.uk/assets/images/size-guide-potterow-port-entrance-triangle.svg"></div><p class="size"><strong>Size:</strong> Various</p><p class="cost"><strong>Cost:</strong> Museum side - Left: £1,300 + vat<br>	Museum side - Right: £1,300 + vat<br>	Bristo Square side - Left: £1,300 + vat<br>	Bristo Square side - Right: £1,300 + vat	</p>	<p class="limit"><strong>Order limit:</strong> One vinyl per show.</p><p class="info">All prices include production, printing your supplied artwork directly onto vinyl.</p></div><style>.banner.banner-about {background-image: url(https://ops.outofhand.co.uk/assets/images/pages/potterow-port-entrance-vinyl-wraps.jpg);}</style>', 'htmltitle' => 'Potterow Port - Entrance Triangle', 'metakeywords' => null, 'metadesc' => 'Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. All artwork is printed onto a hard standing vinyl with an anti graffiti laminate applied over the top to protect the artwork.', 'friendlyurl' => 'potterow-port-entrance-triangle', 'sortorder' => 23, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => null, 'pageblurb4' => 'Location,#E8308A,https://ops.outofhand.co.uk/assets/images/PotterowTriangle.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 989, 'pageid' => 573, 'image' => 'potterow-port-entrance-vinyl-wraps.jpg', 'imageflag' => null), array('imageid' => 1016, 'pageid' => 573, 'image' => 'Potterow--Port---Entrance-Triangle.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 310, 'pagename' => 'Festival Triangle', 'pagenavname' => 'Festival Triangle', 'pagenavblurb' => 'from £600', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Make a big impact with this large freestanding three sided format that will hold either 3 x 12 sheets, 9 x 4-sheets (3 per side) or a 3.2m x 1.8m mesh banner. Locations in high footfall areas and near venues across the City Centre, Old Town and The Meadows.</p><p class="size"><strong>Size:</strong> See above.</p><p class="cost"><strong>Cost:</strong><br> £600 + vat per side - for 1x 12 Sheet or 3x 4 Sheets.<br>£675 + vat per side - for a 71” high x 126” wide (1800mm high x 3200mm wide) mesh banner.</p><p><strong>EXTRAS:</strong> Add a fence top above your artwork to really stand out above other shows. Each fence top is 0.5m high and 3.5m wide - perfect for quotes or review comments to help draw attention to your show.</p>	<p class="cost"><strong>Cost:</strong> £160 + vat per side<br><strong>NOTE:</strong> You can only buy a fence top to go above your own poster. </p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p>	</div>', 'htmltitle' => 'Festival Triangle', 'metakeywords' => null, 'metadesc' => 'Make a big impact with this large freestanding three sided format that will hold either 3 x 12 sheets or 9 x 4-sheets (3 per side). Locations in high footfall traffic across the city centre and old town.', 'friendlyurl' => 'festival-triangle-cube', 'sortorder' => 24, 'pageblurb' => null, 'pageblurb2' => null, 'pageblurb3' => null, 'pageblurb4' => null, 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 463, 'pageid' => 310, 'image' => 'Festival-Triangle.jpg', 'imageflag' => null), array('imageid' => 465, 'pageid' => 310, 'image' => 'Festival_Triangle_NEW2_1024x1024.png', 'imageflag' => null), array('imageid' => 466, 'pageid' => 310, 'image' => 'Festival-Triangles_1024x1024.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 320, 'pagename' => 'Potterow Port - Inside Subway', 'pagenavname' => 'Potterow Port - Inside Subway', 'pagenavblurb' => 'from £275 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. This location is fully lit 24hrs a day to ensure good presentation at all times. All artwork is printed onto a hard standing vinyl with an anti graffti laminate applied over the top to protect the artwork. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-potterow-port-subway.svg"></div> <p class="size"><strong>Size/Cost:</strong></p><p class="cost">4 Sheet: £275 + vat</p><p class="cost">8 Sheet: £750 + vat</p><p class="cost">12 Sheet: £1,100 + vat</p> <p class="orientation"><strong>Orientation:</strong> Portrait and Landscape</p>	<p class="limit"><strong>Order limit:</strong> One poster per show.</p><p class="info">All prices include production, printing your supplied artwork directly onto vinyl.</p></div>', 'htmltitle' => 'Potterow Port - Inside Subway', 'metakeywords' => null, 'metadesc' => 'Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. This location is fully lit 24hrs a day to ensure good presentation at all times.', 'friendlyurl' => 'potterow-port-inside-subway', 'sortorder' => 25, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '4 Sheet<br>8 Sheet<br>12 Sheet', 'pageblurb4' => 'Location,#E8308A,/assets/images/2023/fringe-products/Potterow-Port-Inside-Subway.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 473, 'pageid' => 320, 'image' => 'potterowvinyl.jpg', 'imageflag' => null), array('imageid' => 474, 'pageid' => 320, 'image' => 'POTTEROW-PORT-VINYL_S_1024x1024.jpg', 'imageflag' => null), array('imageid' => 475, 'pageid' => 320, 'image' => 'Potterow-Port-Vinyls_0398cb31-c3ba-4c43-80b9-a1b8a227fb6f_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1014, 'pageid' => 320, 'image' => 'Subway Vinyls.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 317, 'pagename' => 'Princes St - Widescreens', 'pagenavname' => 'Princes St - Widescreens', 'pagenavblurb' => '£325 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Framed and mounted on railings running alongside the entire length of both the East and West Prince\'s Street Gardens. This area receives a footfall in excess of 1.3m million people during the Fringe - a mix of both festival goers, tourists and locals alike so is well positioned to reach a high number of people.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-widescreen.svg"></div> <p class="size"><strong>Size:</strong> 2000mm wide x 700mm high<br>78.7” wide x 27.6” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £325 + vat</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £50 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx and mounted in a wooden frame.</p></div>', 'htmltitle' => 'Princes St - Widescreens', 'metakeywords' => null, 'metadesc' => 'Framed and mounted on railings running alongside the entire length of Prince\'s St gardens. This area receives a footfall of 1.3m million people during the Fringe - a mix of both festival goers and locals alike.', 'friendlyurl' => 'widescreen', 'sortorder' => 26, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#5EC2D7;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Widescreen.svg"> </div>		<a href="/fringe/replacements-widescreen"><img src="https://ops.outofhand.co.uk/assets/images/pages/Widescreens.jpg" alt="Replacements - Widescreen"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-widescreen">		<h3 style="color:#5EC2D7;">Replacements - Princes St - Widescreens</h3>		</a>		<h6 style="color:#5EC2D7;">2000mm wide x 700mm high<br>			78.7” wide x 27.6” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#5EC2D7">		<div class="price">£50&nbsp;+ vat</div>		<a href="/fringe/replacements-widescreen" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '2000mm wide x 700mm high<br>78.7” wide x 27.6” high', 'pageblurb4' => 'Location,#5EC2D7,/assets/images/2023/fringe-products/Widescreen.svg,low,/fringe/replacements-widescreen', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 492, 'pageid' => 317, 'image' => 'widescreens.jpg', 'imageflag' => null), array('imageid' => 493, 'pageid' => 317, 'image' => 'WIDESCREENS_1024x1024.jpg', 'imageflag' => null), array('imageid' => 494, 'pageid' => 317, 'image' => 'Widescreen_NEW_1024x1024.png', 'imageflag' => null), array('imageid' => 1019, 'pageid' => 317, 'image' => 'Widescreens.jpg', 'imageflag' => null), array('imageid' => 1051, 'pageid' => 317, 'image' => 'Widescreens.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 315, 'pagename' => 'Railing Boards - Double Quad', 'pagenavname' => 'Railing Boards - Double Quad', 'pagenavblurb' => '£185 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description">	<p class="fringe-description">Extra large railing board to get extra attention for your show, fitted to key railings sites across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-double-quad.svg"></div>	 <p class="size"><strong>Size:</strong> 2032mm wide x 762mm high<br>80” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £185 + vat per poster</p>	<p class="limit"><strong>Order limit:</strong> One per show, per location.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £60 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Double Quad', 'metakeywords' => null, 'metadesc' => 'Extra large railing board to get extra attention for your show, fitted to key railings sites across the city centre.', 'friendlyurl' => 'double-quad', 'sortorder' => 27, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Double-Quad.svg"> </div>		<a href="/fringe/replacements-railing-boards-30x80-double-quad"><img src="https://ops.outofhand.co.uk/assets/images/pages/Double-Quad.jpg" alt="Replacements - Double Quad"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-railing-boards-30x80-double-quad">		<h3 style="color:#009542;">Replacements - Railing Boards - Double Quad</h3>		</a>		<h6 style="color:#009542;">2032mm wide x 762mm high<br>			80” wide x 30” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£60&nbsp;+ vat</div>		<a href="/fringe/replacements-railing-boards-30x80-double-quad" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '2032mm wide x 762mm high<br>80” wide x 30” high', 'pageblurb4' => 'Location,#009542,/assets/images/2023/fringe-products/Double-Quad.svg,medium,/fringe/replacements-railing-boards-30x80-double-quad', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 484, 'pageid' => 315, 'image' => 'RAILING-BOARDS-30”-x-80”-(DOUBLE-QUAD).jpg', 'imageflag' => null), array('imageid' => 485, 'pageid' => 315, 'image' => 'RAILING-BOARDS-_30_-x-80_Double-Quad_1024x1024.jpg', 'imageflag' => null), array('imageid' => 486, 'pageid' => 315, 'image' => 'Double_Quad_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1034, 'pageid' => 315, 'image' => 'Double-Quad.jpg', 'imageflag' => null), array('imageid' => 1052, 'pageid' => 315, 'image' => 'Double-Quad.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 319, 'pagename' => 'Railing Boards - Single', 'pagenavname' => 'Railing Boards - Single', 'pagenavblurb' => '£27.50 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Very cost effective option if you just want one poster placed in a zone on its own, posters are fixed to key railings sites across the city centre. Note: your artwork will be laid up next to another different show. Limit of four single railing boards per zone.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-double-crown.svg"></div> <p class="size"><strong>Size:</strong> 508mm wide x 762mm high<br>20” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £27.50 + vat</p>	<p class="limit"><strong>Order limit:</strong> Four single railing boards per zone.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £15 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Single', 'metakeywords' => null, 'metadesc' => 'Cost effective option. Only four singles can be purchased with one allocated per Zone. Boards are fixed to key railings sites across the city centre.', 'friendlyurl' => 'double-crown', 'sortorder' => 28, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#000000;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Double-Crown.svg"> </div>		<a href="/fringe/replacements-railing-boards-30x20-double-crown"><img src="https://ops.outofhand.co.uk/assets/images/pages/Double Crown.jpg" alt="Replacements - Double Crown"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-railing-boards-30x20-double-crown">		<h3 style="color:#000000;">Replacements - Railing Boards - Single</h3>		</a>		<h6 style="color:#000000;">DOUBLE CROWN<br><br>508mm wide x 762mm high<br>			20” wide x 30” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#000000">		<div class="price">£15 + vat</div>		<a href="/fringe/replacements-railing-boards-30x20-double-crown" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'DOUBLE CROWN<br><br>508mm wide x 762mm high<br>20” wide x 30” high', 'pageblurb4' => 'Zone,#000000,/assets/images/2023/fringe-products/Double-Crown.svg,medium,/fringe/replacements-railing-boards-30x20-double-crown', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 476, 'pageid' => 319, 'image' => 'RAILING-BOARDS-30”-x-20”--(Double-crown)-SINGLE-POSTERS-2.jpg', 'imageflag' => null), array('imageid' => 477, 'pageid' => 319, 'image' => 'Railing-Boards-30x20-Single_1024x1024.jpg', 'imageflag' => null), array('imageid' => 478, 'pageid' => 319, 'image' => 'IMG_20140728_150837629_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1004, 'pageid' => 319, 'image' => 'Double Crown.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 313, 'pagename' => 'Railing Boards - Pair', 'pagenavname' => 'Railing Boards - Pair', 'pagenavblurb' => '£55 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Cost effective option, fitted in pairs of the same artwork unless otherwise stated for maximum impact. Boards are fixed to key railings sites across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-double-crown-pair.svg"></div> <p class="size"><strong>Size:</strong> 508mm wide x 762mm high<br>20” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £55 + vat per pair of posters </p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £25 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Pair', 'metakeywords' => null, 'metadesc' => 'Cost effective option, fitted in pairs of the same artwork unless otherwise stated for maximum impact. Boards are fixed to key railings sites across the city centre.', 'friendlyurl' => 'railing-boards-30x20-double-crown-pairs', 'sortorder' => 29, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#000000;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Double-Crown-Pair.svg"> </div>		<a href="/fringe/replacements-railing-boards-30x20-double-crown-pair"><img src="https://ops.outofhand.co.uk/assets/images/pages/Double Crown Pair.jpg" alt="Replacements - Double Crown Pair"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-railing-boards-30x20-double-crown-pair">		<h3 style="color:#000000;">Replacements - Railing Boards - Pair</h3>		</a>		<h6 style="color:#000000;">2x DOUBLE CROWNS SIDE BY SIDE<br><br>508mm wide x 762mm high<br>			20” wide x 30” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#000000">		<div class="price">£25&nbsp;+ vat</div>		<a href="/fringe/replacements-railing-boards-30x20-double-crown-pair" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '2x DOUBLE CROWNS SIDE BY SIDE<br><br>508mm wide x 762mm high<br>20” wide x 30” high', 'pageblurb4' => 'Zone,#000000,/assets/images/2023/fringe-products/Double-Crown-Pair.svg,medium,/fringe/replacements-railing-boards-30x20-double-crown-pair', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 479, 'pageid' => 313, 'image' => 'RAILING-BOARDS-30”-x-40”--(Double-crown-PAIRS).jpg', 'imageflag' => null), array('imageid' => 480, 'pageid' => 313, 'image' => 'RAILING-BOARDS---30_-x-20_-_Double-crown_60985397-9e15-43a1-b3c6-372f058102e2_1024x1024.jpg', 'imageflag' => null), array('imageid' => 481, 'pageid' => 313, 'image' => 'Railing-Boards_pair-of-B2_eb641c1e-e447-4b0f-81b0-a63ab961c793_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1005, 'pageid' => 313, 'image' => 'Double Crown Pair.jpg', 'imageflag' => null), array('imageid' => 1040, 'pageid' => 313, 'image' => 'Double-Crown-Pair---VP.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 332, 'pagename' => 'Litter Bin Advertising Structure', 'pagenavname' => 'Litter Bin Advertising Structure', 'pagenavblurb' => ' ', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => ' ', 'htmltitle' => 'Litter Bin Advertising Structure', 'metakeywords' => null, 'metadesc' => null, 'friendlyurl' => 'litter-bin-advertising-structure', 'sortorder' => 30, 'pageblurb' => ' ', 'pageblurb2' => ' ', 'pageblurb3' => ' ', 'pageblurb4' => ' ', 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 406, 'pageid' => 332, 'image' => 'litterbinadvertising.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 314, 'pagename' => 'Railing Boards - Quad', 'pagenavname' => 'Railing Boards - Quad', 'pagenavblurb' => '£80 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Cost effective landscape format making the most of the space available, fixed to key railings sites across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-quad.svg"></div> <p class="size"><strong>Size:</strong> 1016mm wide x 762mm high<br>40” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £80 + vat</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £25 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Quad', 'metakeywords' => null, 'metadesc' => 'Cost effective landscape format making the most of the space available, fixed to key railings sites across the city centre.', 'friendlyurl' => 'quad', 'sortorder' => 31, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#000000;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Quad.svg"> </div>		<a href="/fringe/replacements-railing-boards-30x40-quad"><img src="https://ops.outofhand.co.uk/assets/images/pages/Quad.jpg" alt="Replacements - Quad"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-railing-boards-30x40-quad">		<h3 style="color:#000000;">Replacements - Railing Boards - Quad</h3>		</a>		<h6 style="color:#000000;">1016mm wide x 762mm high<br>			40” wide x 30” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#000000">		<div class="price">£25&nbsp;+ vat</div>		<a href="/fringe/replacements-railing-boards-30x40-quad" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '1016mm wide x 762mm high<br>40” wide x 30” high', 'pageblurb4' => 'Zone,#000000,/assets/images/2023/fringe-products/Quad.svg,medium,/fringe/replacements-railing-boards-30x40-quad', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 482, 'pageid' => 314, 'image' => 'RAILING-BOARDS-30”-x-40”-(Quad).jpg', 'imageflag' => null), array('imageid' => 483, 'pageid' => 314, 'image' => 'RAILING-BOARDS---30_-x-40_-_Quad_6d101f21-2751-446c-b0c5-d69d57ddcb73_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1006, 'pageid' => 314, 'image' => 'Quad.jpg', 'imageflag' => null), array('imageid' => 1044, 'pageid' => 314, 'image' => 'Quad.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 321, 'pagename' => 'Railing Boards - Super Quad', 'pagenavname' => 'Railing Boards - Super Quad', 'pagenavblurb' => '£425 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Extra long railing board to get extra attention for your show and to stand out amongst the other posters. Fitted to selected railings sites across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-super-quad.svg"></div> <p class="size"><strong>Size:</strong> 4064mm wide x 762mm high<br>160” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £425 + vat</p>	<p class="limit"><strong>Order limit:</strong> One per show, per location.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £100 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Super Quad', 'metakeywords' => null, 'metadesc' => 'Cost effective option, fitted in pairs of the same artwork unless otherwise stated for maximum impact. Boards are fixed to key railings sites across the city centre. Please specify your preferred location when you place your order.', 'friendlyurl' => 'super-quad', 'sortorder' => 32, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#006C34;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Super-Quad.svg"> </div>		<a href="/fringe/replacements-super-quad-railing-boards-30x160"><img src="https://ops.outofhand.co.uk/assets/images/pages/Super-Quad.jpg" alt="Replacements - Super Quad"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-super-quad-railing-boards-30x160">		<h3 style="color:#006C34;">Replacements - Railing Boards - Super Quad</h3>		</a>		<h6 style="color:#006C34;">4064mm wide x 762mm high<br>			160” wide x 30” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#006C34">		<div class="price">£100&nbsp;+ vat</div>		<a href="/fringe/replacements-super-quad-railing-boards-30x160" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '4064mm wide x 762mm high<br>160” wide x 30” high', 'pageblurb4' => 'Location,#006C34,/assets/images/2023/fringe-products/Super-Quad.svg,medium,/fringe/replacements-super-quad-railing-boards-30x160', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 487, 'pageid' => 321, 'image' => 'Railing-boards-30”-x-160”-(Super-Quad).jpg', 'imageflag' => null), array('imageid' => 488, 'pageid' => 321, 'image' => 'SuperQuads_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1036, 'pageid' => 321, 'image' => 'Super-Quad.jpg', 'imageflag' => null), array('imageid' => 1053, 'pageid' => 321, 'image' => 'Super-Quad.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 340, 'pagename' => 'Tower Cube', 'pagenavname' => 'Tower Cube', 'pagenavblurb' => '£325 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Large, purpose built structures that really stand out and get noticed. Each three cube high tower is situated in a central, high traffic location and offers great exposure for your show. Due to limited availability, only one side per show in each location. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-tower-cube.svg"></div> <p class="size"><strong>Size:</strong> 1000mm x 1000mm<br>39” x 39”</p><p class="cost"><strong>Cost:</strong> £325 + vat</p>	<p class="limit"><strong>Order limit:</strong> Due to limited availability, only one side per show, per promoter in each location.</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £55 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx. </p></div>', 'htmltitle' => 'Tower Cube', 'metakeywords' => null, 'metadesc' => 'Large, purpose built structures that really stand out and get noticed. Each cube tower is situated in central, high traffic locations and offers great exposure for your show. Due to limited availability, only one side per show in each location.', 'friendlyurl' => 'tower-cube', 'sortorder' => 33, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#E83C3E;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/Tower-Cube.svg"> </div>  <a href="/fringe/replacements-tower-cube"><img src="https://ops.outofhand.co.uk/assets/images/pages/Tower Cubes.jpg" alt="Replacements - Tower Cube"></a>  </div> <div class="title-wrapper"> <a href="/fringe/replacements-tower-cube"><h3 style="color:#E83C3E;">Replacements - Tower Cube</h3></a> <h6 style="color:#E83C3E;">1000mm x 1000mm<br>39” x 39”</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#E83C3E"> <div class="price">£55 + vat</div> <a href="/fringe/replacements-tower-cube" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '1000mm x 1000mm<br>39” x 39”', 'pageblurb4' => 'Location,#E83C3E,/assets/images/2023/fringe-products/Tower-Cube.svg,low,/fringe/replacements-tower-cube', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 1018, 'pageid' => 340, 'image' => 'Tower Cubes.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 341, 'pagename' => 'Utility Box Wrap', 'pagenavname' => 'Utility Box Wrap', 'pagenavblurb' => 'from £195', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive new format in heavy footfall areas of the city centre. Positioned in good street locations across the city centre. Available in a variety of sizes with artwork wrapping around all sides of this traditional piece of street furniture that has been traditionally been targeted for flyposting but now utilised for Fringe participants.</p><p class="cost"><strong>Cost:</strong> £225 + vat per location</p><p class="info">All prices include production. </p></div>', 'htmltitle' => 'Utility Box Wrap', 'metakeywords' => null, 'metadesc' => 'Exclusive new format in heavy footfall areas of the city centre. Positioned in good street locations across the city centre. Available in a variety of sizes with artwork wrapping around all sides of this traditional piece of street furniture that has been', 'friendlyurl' => 'utility-box-wrap', 'sortorder' => 34, 'pageblurb' => null, 'pageblurb2' => null, 'pageblurb3' => null, 'pageblurb4' => null, 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 429, 'pageid' => 341, 'image' => 'Utility-Box.jpg', 'imageflag' => null), array('imageid' => 431, 'pageid' => 341, 'image' => 'Utility-Box-2.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0)), 'menu' => array('menu' => 'Buy Now', 'menuid' => 32, 'active' => 1, 'clientid' => 3), 'users' => array()), 'promos' => array(), 'images' => array(array('imageid' => 489, 'pageid' => 316, 'image' => 'wayfindingarrows.jpg', 'imageflag' => null), array('imageid' => 490, 'pageid' => 316, 'image' => 'Venue-Way-finding-Arrows_1024x1024.jpg', 'imageflag' => null), array('imageid' => 491, 'pageid' => 316, 'image' => 'Arrows_for_website_1024x1024.png', 'imageflag' => null), array('imageid' => 1054, 'pageid' => 316, 'image' => 'wayfindingarrows.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), 'breadcrumbs' => array(array('text' => 'Order by Product', 'link' => 'order-by-product'), array('text' => 'Venue Wayfinding Arrows', 'link' => false))))
     (vendor/twig/twig/src/Template.php:359)
  at Twig\Template->render(array('prices' => array(array('priceid' => 14574, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 140.0, 'weight' => 0.0, 'quantity' => 5, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 14574, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 140.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 5, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15625, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 280.0, 'weight' => 0.0, 'quantity' => 10, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15625, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 280.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 10, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15626, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 420.0, 'weight' => 0.0, 'quantity' => 15, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15626, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 420.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 15, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15627, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 560.0, 'weight' => 0.0, 'quantity' => 20, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15627, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 560.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 20, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1))), 'variations' => array(array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), 'quantities' => array(array('quantity' => 5, 'title' => 5, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 10, 'title' => 10, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 15, 'title' => 15, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 20, 'title' => 20, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx')), 'sizes' => array('Venue Arrow'), 'stocks' => array('4mm Correx'), 'displays' => array('Base Product;-;558'), 'startturnaround' => 5, 'minprice' => 140.0, 'vatbehaviour' => 0, 'matrixes' => array(array('variationid' => 558, 'stock' => '4mm Correx', 'sizes' => array('Venue Arrow'), 'quantities' => array(array('quantity' => 5, 'title' => 5, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 10, 'title' => 10, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 15, 'title' => 15, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 20, 'title' => 20, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx')), 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1), 'displays' => array('Base Product;-;558'), 'prices' => array(array('priceid' => 14574, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 140.0, 'weight' => 0.0, 'quantity' => 5, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 14574, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 140.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 5, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15625, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 280.0, 'weight' => 0.0, 'quantity' => 10, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15625, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 280.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 10, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15626, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 420.0, 'weight' => 0.0, 'quantity' => 15, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15626, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 420.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 15, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15627, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 560.0, 'weight' => 0.0, 'quantity' => 20, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15627, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 560.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 20, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1))), 'maxturnaround' => 5, 'lowestprice' => 140.0)), 'packages' => array(), 'page' => array('pageid' => 316, 'pagename' => 'Venue Wayfinding Arrows', 'pagenavname' => 'Venue Wayfinding Arrows', 'pagenavblurb' => 'from £140 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 1, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 1, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description"><strong>Available for Promoters or Venues only.</strong> Purpose built fringe venue wayfinding arrows to help guide ticket holders to your venue. Printed full colour, double sided on correx. Arrows are sold in packs of five and the price includes fitting - you\'ll be allocated a two hour fitting slot w/c Mon 3rd August with our fitting team to put up the arrows on suitable lamp posts (not sign posts) within 500m of your venue.<br><br>Arrows are fitted above head height on lamp posts. Arrows are only available for venues, not individual shows.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-venue-arrow.svg"></div> <p class="size"><strong>Size:</strong> 550mm wide x 210mm high<br>21.6" wide x 8.3" high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> <br>5 Arrows: £140 + vat <br>10 Arrows: £280 + vat<br>15 Arrows: £420 + vat <br>20 Arrows: £560 + vat <br>	<strong>Locations:</strong> Arrows can be placed within 500m of your venue.</p><p class="info">All prices include printing your supplied artwork directly onto correx and fitting.</p></div>', 'htmltitle' => 'Venue Wayfinding Arrows', 'metakeywords' => null, 'metadesc' => 'Purpose built fringe venue wayfinding arrows to help guide ticket holders to your venue. Printed full colour, double sided on correx. Arrows are sold in packs of five and the price includes fitting.', 'friendlyurl' => 'venue-wayfinding-arrows', 'sortorder' => 35, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '550mm wide x 210mm high<br>21.6" wide x 8.3" high', 'pageblurb4' => 'Location,#7CC1D4,/assets/images/2023/fringe-products/Venue-Wayfinding-Arrows.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'heading' => array('headingid' => 83, 'menuid' => 32, 'headingname' => 'Order by Product', 'headingnavname' => 'Order by Product', 'picturefilename' => '5e46db32cbf9c.jpeg', 'blurb' => '<div class="container section-inner-margin-top center"> 
		
		<div class="tabs"> 
			<a href="#" class="tab active">
			<div class="icon">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 67.961 98.718">
					<use href="/assets/images/2023/icon-fringe-product.svg#icon-fringe-product"></use>
				</svg>
			</div>
			<h3>Fringe<br>
				Products</h3>
 <p>Location and Zone Based Products</p>
			<div class="icon-tab active">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 22">
					<use href="/assets/images/2023/icon-tab-active.svg#icon-tab-active"></use>
				</svg>
			</div>
			</a> <a href="/fringe/replacement-outdoor-posters" class="tab">
			<div class="icon">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 89.652 98.717">
					<use href="/assets/images/2023/icon-fringe-replacements.svg#icon-fringe-replacements"></use>
				</svg>
			</div>
			<h3>Replacement<br>
				Posters</h3>
 <p>Replacement posters for your Fringe products</p>
			<p></p>
			<div class="icon-tab">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 22">
					<use href="/assets/images/2023/icon-tab-active.svg#icon-tab-active"></use>
				</svg>
			</div>
			</a> <a href="/fringe/design-packages" class="tab">
			<div class="icon">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.484 19.484">
					<use href="/assets/images/2023/icon-design.svg#icon-design"></use>
				</svg>
			</div>
			<h3>Design<br>
				Packages</h3>
 <p>We can create artwork for you</p>
			<div class="icon-tab">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 22">
					<use href="/assets/images/2023/icon-tab-active.svg#icon-tab-active"></use>
				</svg>
			</div>
			</a> </div>
	</div>
	
	<div id="fringe-products" class="tab-content fringe-products">
		
		<div class="section-intro">
			<div class="container">
				<div class="col-md-4">
					<h3>Choose your Products below</h3>
					<h5 class="highlight-red">They are zone and location based</h5>
				</div>
				<div class="col-md-8">
					<div>
						<h3>Zone</h3>
						<p>We have divided the city into four zones to create a zonal booking structure for selected formats. Posters will be placed on general distribution across all the advertising sites we have available for each format within that zone, e.g. if you book 10 x 4-sheets in Zone One which has 10 different sites for that format, one poster will go on each site. So, if you only want to target the area around the Pleasance Courtyard, now you can! When you book, out of your total order, please specify how many posters you want in each zone.</p>
					</div>
					<div>
						<h3>Location</h3>
						<p>A majority of our larger advertising formats are booked by specific location - just refer to the map on each product page and pick the exact location you\'d like to book your poster advertising, and it will be fitted in that location.</p>
					</div>
				</div>
			</div>
		</div>
		
	</div>', 'htmltitle' => 'Order by Product', 'metakeywords' => null, 'metadesc' => null, 'friendlyurl' => 'order-by-product', 'sortorder' => 1, 'visibility' => 1, 'verticalmenu' => 0, 'clientid' => 3, 'pages' => array(array('pageid' => 299, 'pagename' => 'All Products', 'pagenavname' => 'All Products', 'pagenavblurb' => ' ', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => ' ', 'htmltitle' => null, 'metakeywords' => null, 'metadesc' => null, 'friendlyurl' => '/fringe/order-by-product', 'sortorder' => 1, 'pageblurb' => ' ', 'pageblurb2' => ' ', 'pageblurb3' => ' ', 'pageblurb4' => ' ', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 1, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 301, 'pagename' => '4 Sheet', 'pagenavname' => '4 Sheet', 'pagenavblurb' => '£165 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-4-sheet.svg"></div><p class="size"><strong> Size:</strong> 1016mm wide x 1524mm high<br>40" wide x 60" high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £165 + vat</p><p class="limit"><strong>Order limit:</strong> In high demand locations, we\'ll only allocate one poster per site. This includes sites at Pleasance Hill, around Bristo Square, Charles St and Cowgate amongst others.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £45 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => '4 Sheet', 'metakeywords' => null, 'metadesc' => 'One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.', 'friendlyurl' => '4-sheet', 'sortorder' => 2, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>  <a href="/fringe/replacements-4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4-Sheets---VP.jpg" alt="Replacements - 4 Sheet"></a>  </div> <div class="title-wrapper"> <a href="/fringe/replacements-4-sheet"><h3 style="color:#eb5c44;">Replacements - 4 Sheet</h3></a> <h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>40" wide x 60" high</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£45 + vat</div> <a href="/fringe/replacements-4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#db5c4e;">Design</h5> <div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>  <a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a>  </div> <div class="title-wrapper"> <a href="/fringe/main-design-package"><h3 style="color:#db5c4e;">Image Supplied Package</h3></a> <h6 style="color:#db5c4e;"></h6> </div> <p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p> <div class="button-wrapper flex-nowrap" style="background-color:#db5c4e"> <div class="price">£275 + vat</div> <a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Location</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/8-Sheet.svg"> </div>  <a href="/fringe/8-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/8%20Sheets%202.jpg" alt="8 Sheet"></a>  </div> <div class="title-wrapper"> <a href="/fringe/8-sheet"><h3 style="color:#eb5c44;">8 Sheet</h3></a> <h6 style="color:#eb5c44;">2032mm wide x 1524mm high<br>80” wide x 60” high</h6> </div> <p>An unusual size that really grabs people\'s attention but is still affordable to smaller shows. Posters are attached to temporary fencing panels or railings depending on location in high footfall areas.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£385&nbsp;+ vat</div> <a href="/fringe/8-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div>', 'pageblurb3' => '1016mm wide x 1524mm high<br>40" wide x 60" high', 'pageblurb4' => 'Zone,#eb5c44,/assets/images/2023/fringe-products/4-Sheet.svg,medium,/fringe/replacements-4-sheet', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 441, 'pageid' => 301, 'image' => '4sheet.jpg', 'imageflag' => null), array('imageid' => 442, 'pageid' => 301, 'image' => '4-SHEETS-_60x40_1024x1024.jpg', 'imageflag' => null), array('imageid' => 443, 'pageid' => 301, 'image' => '4-SHEETS-_60_-x-40_4b408779-3016-4954-ab0f-aee0a0cc021d_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1042, 'pageid' => 301, 'image' => '4 Sheets.jpg', 'imageflag' => null), array('imageid' => 1045, 'pageid' => 301, 'image' => '4 Sheets.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 295, 'pagename' => '8 Sheet', 'pagenavname' => '8 Sheet', 'pagenavblurb' => '£385 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">An unusual size that really grabs people\'s attention but is still affordable to smaller shows. Posters are attached to temporary fencing panels or railings depending on location in high footfall areas.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-8-sheet.svg"></div><p class="size"><strong>Size:</strong> 2032mm wide x 1524mm high<br>80” wide x 60” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £385 + vat</p>	<p class="limit"><strong>Order limit:</strong> One per show, per location.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £90 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => '8 Sheet', 'metakeywords' => null, 'metadesc' => 'An unusual size that really grabs people\'s attention but is still affordable to smaller shows. Posters are attached to temporary fencing panels or railings depending on location in high footfall areas.', 'friendlyurl' => '8-sheet', 'sortorder' => 3, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/8-Sheet.svg"> </div>		<a href="/fringe/replacement-8-sheets"><img src="https://ops.outofhand.co.uk/assets/images/pages/8%20Sheets%202.jpg" alt="Replacements - 8 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacement-8-sheets">		<h3 style="color:#eb5c44;">Replacements - 8 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">2032mm wide x 1524mm high<br>			80” wide x 60” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£90 + vat</div>		<a href="/fringe/replacement-8-sheets" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4%20Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '2032mm wide x 1524mm high<br>80” wide x 60” high', 'pageblurb4' => 'Location,#eb5c44,/assets/images/2023/fringe-products/8-Sheet.svg,medium,/fringe/replacement-8-sheets', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 444, 'pageid' => 295, 'image' => '8sheet-1.jpg', 'imageflag' => null), array('imageid' => 445, 'pageid' => 295, 'image' => '8-SHEET-60x80_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1009, 'pageid' => 295, 'image' => '8 Sheets 2.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 292, 'pagename' => '12 Sheet', 'pagenavname' => '12 Sheet', 'pagenavblurb' => '£660 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Our largest poster size that really stands out with a huge landscape area for your show artwork.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-12-sheet.svg"></div> <p class="size"><strong>Size:</strong> 13048mm wide x 524mm high<br>120” wide x 60” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p> <p class="cost"><strong>Cost:</strong> £660 + vat</p>	<p class="limit"><strong>Order limit:</strong> One per show, per location.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £125 + vat</p>	<p class="fringe-description"><strong>EXTRAS:</strong><br>Add a fence top above your artwork to really stand out above other shows. Each fence top is 0.5m high and 3.5m wide - perfect for quotes or review comments to help draw attention to your show. </p>	<p class="cost"><strong>Cost:</strong> £175 + vat<br><strong>NOTE:</strong> You can only buy a fence top to go above your own poster.</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => '12 Sheet', 'metakeywords' => null, 'metadesc' => 'Our largest poster size that really stands out with a huge landscape area for your show artwork. Select the exact location for your poster to ensure you reach your target audience.', 'friendlyurl' => '12-sheet', 'sortorder' => 4, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/replacements-12-sheets"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="Replacements - 12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-12-sheets">		<h3 style="color:#009542;">Replacements - 12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£125 + vat</div>		<a href="/fringe/replacements-12-sheets" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#EE9C26;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet-Topper.svg"> </div>		<a href="/fringe/12-sheet-topper"><img src="https://ops.outofhand.co.uk/assets/images/pages/fencetops.jpg" alt="12 Sheet Topper"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet-topper">		<h3 style="color:#EE9C26;">12 Sheet Topper</h3>		</a>		<h6 style="color:#EE9C26;">3500mm wide x 500mm high<br>			138” wide x 20” high</h6>	</div>	<p>Give some height to your poster advertising - this format sits perfectly above each side of a Festival Triangle / Cube / above your 12 sheet.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#EE9C26">		<div class="price">£175 + vat</div>		<a href="/fringe/12-sheet-topper" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '13048mm wide x 524mm high<br>120” wide x 60” high', 'pageblurb4' => 'Location,#009542,/assets/images/2023/fringe-products/12-Sheet.svg,medium,/fringe/replacements-12-sheets', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 338, 'pageid' => 292, 'image' => '12sheet.jpg', 'imageflag' => null), array('imageid' => 342, 'pageid' => 292, 'image' => '12sheet-1.jpg', 'imageflag' => null), array('imageid' => 343, 'pageid' => 292, 'image' => '12sheet-2.jpg', 'imageflag' => null), array('imageid' => 1046, 'pageid' => 292, 'image' => '12Sheet.jpg', 'imageflag' => null), array('imageid' => 1047, 'pageid' => 292, 'image' => '12sheet.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 307, 'pagename' => '12 Sheet Topper', 'pagenavname' => '12 Sheet Topper', 'pagenavblurb' => '£175 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Give some height to your poster advertising - this format sits perfectly above each side of a Festival Triangle / Cube / above your 12 sheet. This space is great to use for highlighting those great reviews and star ratings / promote special ticket deals or performances. Draw extra attention to your shows advertised underneath on each fence panel as this poster format is 2.5m above the ground!</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-12-sheet-topper.svg"></div> <p class="size"><strong>Size:</strong> 3500mm wide x 500mm high<br>138” wide x 20” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £175 + vat per side<br></p><p class="limit"><strong>Order limit:</strong> You can only purchase a fence top to go above your own show poster - you can\'t put it on top of someone else\'s!<br><b>NOTE:</b> Your show must be advertised underneath too!</p><p class="info">All prices include production, printing your supplied artwork directly onto correx and mounted onto the fence top. </p>	</div>', 'htmltitle' => '12 Sheet Topper', 'metakeywords' => null, 'metadesc' => 'Give some height to your poster advertising - this format sits perfectly above each side of a Festival Triangle / Cube / above your 12 sheet.', 'friendlyurl' => '12-sheet-topper', 'sortorder' => 5, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '3500mm wide x 500mm high<br>138” wide x 20” high', 'pageblurb4' => 'Location,#EE9C26,/assets/images/2023/fringe-products/12-Sheet-Topper.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 456, 'pageid' => 307, 'image' => 'fencetops.jpg', 'imageflag' => '["1","2"]'), array('imageid' => 457, 'pageid' => 307, 'image' => 'FENCE-TOPS_1024x1024.jpg', 'imageflag' => null), array('imageid' => 458, 'pageid' => 307, 'image' => 'Fence_Tops_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1033, 'pageid' => 307, 'image' => '12-Sheet-Topper.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 318, 'pagename' => 'A1 Triangle', 'pagenavname' => 'A1 Triangle', 'pagenavblurb' => '£170 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Three A1 posters (of the same artwork unless stated) on a low level correx triangle, fitted around lamp posts in key locations across the city centre. You are booking a complete three sided triangle and will have the same artwork on all three sides unless you specify otherwise.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-A1-triangle.svg"></div> <p class="size"><strong>Size:</strong> A1 (594mm wide x 841mm high)</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £170 + vat</p><p class="replacements-high"><strong>Replacements:</strong> There is a <span>high</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £72.50 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx - each triangle can take three different sets of artwork - one for each side.</p></div>', 'htmltitle' => 'A1 Triangle', 'metakeywords' => null, 'metadesc' => 'Three A1 posters (of the same artwork unless stated) on a low level correx triangle, fitted around lamp posts in key locations across the city centre.', 'friendlyurl' => 'a1-triangle', 'sortorder' => 6, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#67C4D1;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/A1-Triangle.svg"> </div>		<a href="/fringe/replacements-a1-triangles"><img src="https://ops.outofhand.co.uk/assets/images/pages/A1 Triangles.jpg" alt="Replacements - A1 Triangle"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-a1-triangles">		<h3 style="color:#67C4D1;">Replacements - A1 Triangle</h3>		</a>		<h6 style="color:#67C4D1;">A1 (594mm wide x 841mm high)</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#67C4D1">		<div class="price">£72.50 + vat</div>		<a href="/fringe/replacements-a1-triangles" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'A1 (594mm wide x 841mm high)', 'pageblurb4' => 'Zone,#67C4D1,/assets/images/2023/fringe-products/A1-Triangle.svg,high,/fringe/replacements-a1-triangles', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 446, 'pageid' => 318, 'image' => 'a1triangles.jpg', 'imageflag' => null), array('imageid' => 447, 'pageid' => 318, 'image' => 'A1-Triangle_1_1024x1024.jpg', 'imageflag' => null), array('imageid' => 448, 'pageid' => 318, 'image' => 'A1-TRIANGLES_95e51910-03e9-4091-bda4-366a64d42d0e_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1001, 'pageid' => 318, 'image' => 'A1 Triangles.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 302, 'pagename' => 'A3 Poster Pack Wrap', 'pagenavname' => 'A3 Poster Pack Wrap', 'pagenavblurb' => '£70 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Great value advertising option with this effective format to support smaller shows. Each pack contains ten posters with one poster placed on ten separate lamp post wraps. There will be 20 different designs per lamp post wrap - 10 on each side.<br><strong>Note: </strong>Limit of 4 packs per show with a limit of 2 packs per zone. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-A3-poster-pack.svg"></div><p class="size"><strong>Size:</strong> A3 (297mm wide x 420mm high)</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £70 + vat per pack of 10 posters</p>	<p class="limit"><strong>Order limit:</strong> Four packs / two per zone.</p><p class="replacements-none"><strong>Replacements:</strong> We include two free spare lamp post wraps within the price.</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'A3 Poster Pack Wrap', 'metakeywords' => null, 'metadesc' => 'Great value advertising option with this effective format to support smaller shows. Each pack contains ten posters with one poster placed on ten separate lamp post wraps. There will be 20 different designs per lamp post wrap - 10 on each side.', 'friendlyurl' => 'a3-poster-pack-wrap', 'sortorder' => 7, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'A3 (297mm wide x 420mm high)', 'pageblurb4' => 'Zone,#BE1952,/assets/images/2023/fringe-products/A3-Poster-Pack-Wrap.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 449, 'pageid' => 302, 'image' => 'a3poster.jpg', 'imageflag' => null), array('imageid' => 450, 'pageid' => 302, 'image' => 'A3_poster_pack_1024x1024.JPG', 'imageflag' => null), array('imageid' => 451, 'pageid' => 302, 'image' => 'A3_Packs_2_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1032, 'pageid' => 302, 'image' => 'A3 Poster Packs.jpg', 'imageflag' => null), array('imageid' => 1039, 'pageid' => 302, 'image' => 'A3-Poster-Packs---VP.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 334, 'pagename' => 'Block Wrap', 'pagenavname' => 'Block Wrap', 'pagenavblurb' => '£350 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive new format in heavy Fringe footfall areas of the city. Acting as security vehicle blockades, they are positioned in prime central locations including Bristo Square, outside the EICC on Morrison St and outside the Playhouse Theatre on Leith St. Each block has 6 sides, approx. A2 in size, as well as a large top section - you have the whole block to use for your show. Given their positions outside key venues, they are great advertising platforms to reach Fringe fans.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-block-wrap.svg"></div> <p class="size"><strong>Size:</strong> A2 (420mm wide x 594mm high)</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p> <p class="cost"><strong>Cost:</strong> £350 + vat per location</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe. <br> <strong> Cost:</strong> £100 + vat</p><p class="info">All prices include production.</p></div>', 'htmltitle' => 'Block Wrap', 'metakeywords' => null, 'metadesc' => 'Exclusive new format in heavy Fringe footfall areas of the city. Acting as security vehicle blockades, they are positioned in prime central locations. Six A2 posters (of the same artwork unless stated) wrap around these concrete blocks.', 'friendlyurl' => 'block-wrap', 'sortorder' => 8, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#375973;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Block-Wrap.svg"> </div>		<a href="/fringe/replacements-block-wraps"><img src="https://ops.outofhand.co.uk/assets/images/pages/block wraps.jpg" alt="Replacements - Block Wrap"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-block-wraps">		<h3 style="color:#375973;">Replacements - Block Wrap</h3>		</a>		<h6 style="color:#375973;">A2 (420mm wide x 594mm high)</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#375973">		<div class="price">£100 + vat</div>		<a href="/fringe/replacements-block-wraps" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'A2 (420mm wide x 594mm high)', 'pageblurb4' => 'Location,#375973,/assets/images/2023/fringe-products/Block-Wrap.svg,low,/fringe/replacements-block-wraps', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 1010, 'pageid' => 334, 'image' => 'block wraps.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 303, 'pagename' => 'Bollard Cover', 'pagenavname' => 'Bollard Cover', 'pagenavblurb' => 'from £135 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Unique format placed over metal bollards on high footfall walkways within the central Fringe areas. Sold in sets depending on location for maximum impact.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-bollard-cover.svg"></div> <p class="size"><strong>Size:</strong> 220mm wide x 1300mm high<br>8.5” wide x 51” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £135 + vat per bollard</p>	<p class="limit"><strong>Order limit:</strong> One set in one location only.</p><p class="replacements-high"><strong>Replacements:</strong> There is a <span>high</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £60 + vat per bollard</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Bollard Cover', 'metakeywords' => null, 'metadesc' => 'Unique format placed over metal bollards on high footfall walkways within the central Fringe areas. Sold in sets depending on location for maximum impact.', 'friendlyurl' => 'bollard-cover', 'sortorder' => 9, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#C3C4C4;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Bollard-Cover.svg"> </div>		<a href="/fringe/replacements-bollards"><img src="https://ops.outofhand.co.uk/assets/images/pages/Bollards.jpg" alt="Replacements - Bollard Cover"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-bollards">		<h3 style="color:#C3C4C4;">Replacements - Bollard Cover</h3>		</a>		<h6 style="color:#C3C4C4;">220mm wide x 1300mm high<br>			8.5” wide x 51” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#C3C4C4">		<div class="price">£60 + vat</div>		<a href="/fringe/replacements-bollards" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '220mm wide x 1300mm high<br>8.5” wide x 51” high', 'pageblurb4' => 'Location,#C3C4C4,/assets/images/2023/fringe-products/Bollard-Cover.svg,high,/fringe/replacements-bollards', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 452, 'pageid' => 303, 'image' => 'bollards.jpg', 'imageflag' => null), array('imageid' => 453, 'pageid' => 303, 'image' => 'Bollards_1024x1024.jpg', 'imageflag' => null), array('imageid' => 454, 'pageid' => 303, 'image' => 'BOLLARDS_d964bb91-d2b3-469d-a1ba-eb537bfea297_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1011, 'pageid' => 303, 'image' => 'Bollards.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 309, 'pagename' => 'Charles St Digital Screen', 'pagenavname' => 'Charles St Digital Screen', 'pagenavblurb' => '£400 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in the heart of Bristo Square. Located on Charles St, in the main walkway between Underbelly Bristo Square, Pleasance Dome, Gilded Balloon Teviot and Assembly George Square, this site reaches the ultimate core Fringe audience, who are happy to buy tickets to see a wide range of performances, from comedy to circus and theatre. The digital screen is booked per week and has a rotation of 6-8 different adverts, with your advert displayed at least once every 90 seconds. Your advert will receive a minimum of 7,560 plays across one week, scheduled in available slots, with some days/hours receiving more plays than others. Total plays will be delivered across the whole week. <br><br>The Screen is operational between 8am - 2am daily. Each advert slot is 6 seconds and offers full motion, in full colour.</p> <div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-digital-screen.svg"></div> <p class="size"><strong>Size:</strong> 75", 1080px wide x 1920px high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £400 + vat per week<br><b>NOTE:</b> Digital Screens are booked per weekly slots.</p>	</div>', 'htmltitle' => 'Charles St Digital Screen', 'metakeywords' => null, 'metadesc' => 'Exclusive format in the heart of Bristo Square. Located on Charles St, in the main walkway between Underbelly Bristo Square, Pleasance Dome, Gilded Balloon Teviot and Assembly George Square.', 'friendlyurl' => 'charles-st-digital-screen', 'sortorder' => 10, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '75", 1080px wide x 1920px high', 'pageblurb4' => 'Location,#E83C3E,/assets/images/2023/fringe-products/Charles-St-Digital-Screen.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 422, 'pageid' => 309, 'image' => 'Digital-Screen.jpg', 'imageflag' => '["2","1"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 333, 'pagename' => 'Bollard Boxes', 'pagenavname' => 'Bollard Boxes', 'pagenavblurb' => 'from £300', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">New format for 2020 – this 1m high mini tower sits perfectly alongside the edge of some of the busiest streets in Edinburgh, including the Royal Mile. You can advertise your show on all four sides and select from the following locations: George IV Bridge, Grassmarket, The Royal Mile or Waverley Bridge.</p><p class="size"><strong>Size:</strong> 39.39” high x 21.65” wide (1000mm high x 550mm wide) per side.</p><p class="cost"><strong>Cost:</strong> £300 + vat per complete box</p><p class="limit"><strong>Order limit:</strong> One per location.</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe. <br>  <strong> Cost:</strong> £150 + vat</p>	<p class="info">All prices include production, printing your supplied artwork directly onto correx.</p><p class="new">New for 2020</p></div>', 'htmltitle' => 'Bollard Boxes', 'metakeywords' => null, 'metadesc' => 'New format for 2020 – this 1m high mini tower sits perfectly alongside the edge of some of the busiest streets in Edinburgh, including the Royal Mile. You can advertise your show on all four sides and select from the following locations: George IV Bridge,', 'friendlyurl' => 'bollard-boxes', 'sortorder' => 11, 'pageblurb' => ' ', 'pageblurb2' => ' ', 'pageblurb3' => ' ', 'pageblurb4' => ' ', 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 433, 'pageid' => 333, 'image' => 'bollard-boxes.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 304, 'pagename' => 'Cowgate - Pillar Banner', 'pagenavname' => 'Cowgate - Pillar Banner', 'pagenavblurb' => 'from £275 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in the heart of the Cowgate. This location is situated between the Three Sisters and Underbelly Cowgate and perfect to target Fringe goers attending free and paid-for shows in this exceptionally busy area of Edinburgh. You can select which pillar you\'d like, as well as which side (front, back or either side facing up and down the Cowgate).</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-cowgate-pillar.svg"></div> <p class="size"><strong>Size:</strong> Front and Back: 870mm wide x 1600mm high (34" wide x 63" high)<br>Side: 730mm wide x 1600mm high (28.7" wide x 63" high)</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> <br>Front Panel (facing the road): £350 + vat<br>Side panel (facing either direction): £275 + vat<br>Back panel (facing the pavement under the arches): £325 + vat<br>End Panel (facing Three Sisters): £650 + vat<br>End Panel (facing Sneaky Pete\'s): £650 + vat<br></p><p class="limit"><strong>Order limit:</strong> Limit of TWO banners per show, one per side.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> from £60 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto the non PVC vinyl.</p>	</div>', 'htmltitle' => 'Cowgate - Pillar Banner', 'metakeywords' => null, 'metadesc' => 'Exclusive format in the heart of the Cowgate. This location situated between the Seven Sisters and Underbelly Cowgate and perfect to target Fringe goers attending free and paid-for shows in this exceptionally busy area of Edinburgh.', 'friendlyurl' => 'cowgate-pillars', 'sortorder' => 12, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#BE1952;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Cowgate-Pillars.svg"> </div>		<a href="/fringe/replacements-cowgate-pillars"><img src="https://ops.outofhand.co.uk/assets/images/pages/cowgatepillars.jpg" alt="Replacements - Cowgate Pillars"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-cowgate-pillars">		<h3 style="color:#BE1952;">Replacements - Cowgate - Pillar Banner</h3>		</a>		<h6 style="color:#BE1952;">Front and Back: 870mm wide x 1600mm high (34" wide x 63" high)<br>			Side: 730mm wide x 1600mm high (28.7" wide x 63" high)</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#BE1952">		<div class="price">from £60 + vat</div>		<a href="/fringe/replacements-cowgate-pillars" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'Front and Back:<br>870mm wide x 1600mm high (34" wide x 63" high)<br><br>Side:<br>730mm wide x 1600mm high (28.7" wide x 63" high)', 'pageblurb4' => 'Location,#BE1952,/assets/images/2023/fringe-products/Cowgate-Pillars.svg,medium,/fringe/replacements-cowgate-pillars', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 438, 'pageid' => 304, 'image' => 'cowgatepillars.jpg', 'imageflag' => null), array('imageid' => 439, 'pageid' => 304, 'image' => 'Cowgate-Pillar_1024x1024.jpg', 'imageflag' => null), array('imageid' => 440, 'pageid' => 304, 'image' => 'Cowgate_Pillars_bare_1024x1024.png', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 305, 'pagename' => 'Cowgate - Bridge Banner', 'pagenavname' => 'Cowgate - Bridge Banner', 'pagenavblurb' => '£1,500 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format above the heavy footfall areas of Cowgate. This large format banner is 1.5m high and stretches 10m across South Bridge, above the Cowgate (overlooking Blair St and Niddery St), perfectly positioned to reach Fringe fans walking underneath on the Cowgate. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-bridge-banner.svg"></div> <p class="size"><strong>Size:</strong> 10000mm wide x 1500mm high<br>393” wide x 59” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £1,500 + vat </p><p class="info">All prices include production, printing your supplied artwork directly onto non PVC Vinyl. </p></div>', 'htmltitle' => 'Cowgate - Bridge Banner', 'metakeywords' => null, 'metadesc' => 'Exclusive new format above the heavy footfall areas of Cowgate. This large format banner is 1.5m high and stretches 10m across South Bridge, above the Cowgate (overlooking Blair St and Niddery St).', 'friendlyurl' => 'cowgate-bridge-banner', 'sortorder' => 13, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '10000mm wide x 1500mm high<br>393” wide x 59” high', 'pageblurb4' => 'Location,#BE1952,/assets/images/2023/fringe-products/Cowgate-Bridge-Banner.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 455, 'pageid' => 305, 'image' => 'Bridge-Banner.jpg', 'imageflag' => null), array('imageid' => 1012, 'pageid' => 305, 'image' => 'Bridge Banner.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 306, 'pagename' => 'Crowd Barrier Jackets', 'pagenavname' => 'Crowd Barrier Jackets', 'pagenavblurb' => ' ', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="description fringe-description">                        	<h3><span>Full colour, double sided and printed onto PVC mesh – high impact and gets noticed as they pop up in places you won\'t expect to see show advertising.<br><br><span style="color: #ff9900;">NEW LOCATION FOR SECOND</span> <span style="color: #ff9900;">RELEASE:</span> Marshall St, so you can reach people coming into Bristo Square from the Nicholson St area. <br></span></h3>                        	<hr><h6><b>LOCATIONS: </b></h6><p><span>Royal Mile, by Hunter Square,  Marshall St, Greyfriars Bobby and George IV Bridge.</span></p><h6><b>SIZE: </b></h6><p><span>900mm x 2220mm wide.</span></p><h6><b>COST: </b></h6><p><span><b>£250 + vat per barrier</b></span></p><div class="spare-recommendation">	<h6><b>SPARE / REPLACEMENT RECOMMENDATION:</b></h6>	<div class="spare-recommendation-block">		<p><b><a href="#" style="background: green;">LOW - ORDER NOW</a></b></p>	</div></div>                        </div>', 'htmltitle' => 'Crowd Barrier Jackets', 'metakeywords' => null, 'metadesc' => 'Full colour, double sided and printed onto PVC mesh – high impact and gets noticed as they pop up in places you won\'t expect to see show advertising.', 'friendlyurl' => 'crowd-barrier-jackets', 'sortorder' => 14, 'pageblurb' => ' ', 'pageblurb2' => ' ', 'pageblurb3' => ' ', 'pageblurb4' => ' ', 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 362, 'pageid' => 306, 'image' => 'crowdbarrier-2.jpg', 'imageflag' => null), array('imageid' => 363, 'pageid' => 306, 'image' => 'crowdbarrier-3.jpg', 'imageflag' => null), array('imageid' => 364, 'pageid' => 306, 'image' => 'crowdbarrier.jpg', 'imageflag' => '["1"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 311, 'pagename' => 'Lamppost Wrap', 'pagenavname' => 'Lamppost Wrap', 'pagenavblurb' => '£300 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Fixed around sign and lamp posts on key high traffic routes between Fringe venues in the city centre.The wraps are double sided, and you are booking both sides - you can either use the same artwork on both sides or different artwork on each side - please advise at the point of order. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-lamp-post-wrap.svg"></div> <p class="size"><strong>Size:</strong> 600mm wide x 2000mm high<br>23.62” wide x 78.74” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £300 + vat</p><p class="replacements-high"><strong>Replacements:</strong> There is a <span>high</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £55 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Lamppost Wrap', 'metakeywords' => null, 'metadesc' => 'Unmissable street level, double sided format, fitted around sign and lamp posts on key high traffic routes between Fringe venues in the city centre.', 'friendlyurl' => 'lamp-post-wraps-full-length', 'sortorder' => 15, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#397292;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Lamp-Post-Wrap.svg"> </div>		<a href="/fringe/replacements-lamp-post-wraps"><img src="https://ops.outofhand.co.uk/assets/images/pages/Lamp Post.jpg" alt="Replacements - Lamp Post Wrap"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-lamp-post-wraps">		<h3 style="color:#397292;">Replacements - Lamppost Wrap</h3>		</a>		<h6 style="color:#397292;">600mm wide x 2000mm high<br>			23.62” wide x 78.74” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#397292">		<div class="price">£55 + vat</div>		<a href="/fringe/replacements-lamp-post-wraps" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '600mm wide x 2000mm high<br>23.62” wide x 78.74” high', 'pageblurb4' => 'Zone,#397292,/assets/images/2023/fringe-products/Lamp-Post-Wrap.svg,high,/fringe/replacements-lamp-post-wraps', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 467, 'pageid' => 311, 'image' => 'lamppostwrap.jpg', 'imageflag' => null), array('imageid' => 468, 'pageid' => 311, 'image' => 'Lamp-post-wrap_2_1024x1024.jpg', 'imageflag' => null), array('imageid' => 469, 'pageid' => 311, 'image' => 'Lamp_post_wrap_GOOD_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1003, 'pageid' => 311, 'image' => 'Lamp Post.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 579, 'pagename' => 'Raised Lamppost Wrap', 'pagenavname' => 'Raised Lamppost Wrap', 'pagenavblurb' => '£195 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 0, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Fixed above head height around lamp posts on key high traffic routes between Fringe venues in the city centre.The wraps are double sided, and you are booking both sides - you can either use the same artwork on both sides or different artwork on each side - please advise at the point of order. </p><div class="poster-size-guide-icon"><img src="https://ops.outofhand.co.uk/assets/images/size-guide-raised-lamppost-wrap.svg"></div> <p class="size"><strong>Size:</strong> 600mm wide x 1000mm high<br>23.62” wide x 39.37” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £195 + vat</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £30 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Raised Lamppost Wrap', 'metakeywords' => null, 'metadesc' => 'Double sided format that is fitted above head height around lamp posts on key high traffic routes between Fringe venues in the city centre.', 'friendlyurl' => 'raised-lamppost-wrap', 'sortorder' => 16, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#397292;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/Lamp-Post-Wrap.svg"> </div>  <a href="/fringe/replacements-raised-lamppost-wrap"><img src="https://ops.outofhand.co.uk/assets/images/pages/Raised-Lamppost-Wrap.jpg" alt="Replacements - Raised Lamppost Wrap"></a>  </div> <div class="title-wrapper"> <a href="/fringe/replacements-raised-lamppost-wrap"><h3 style="color:#397292;">Replacements - Raised Lamppost Wrap</h3></a> <h6 style="color:#397292;">600mm wide x 1000mm high<br>23.62” wide x 39.37” high</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#397292"> <div class="price">£30 + vat</div> <a href="/fringe/replacements-raised-lamppost-wrap" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '600mm wide x 1000mm high<br>23.62” wide x 39.37” high', 'pageblurb4' => 'Zone,#397292,/assets/images/2023/fringe-products/Lamp-Post-Wrap.svg,medium,/fringe/replacements-raised-lamppost-wrap', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 1055, 'pageid' => 579, 'image' => 'Raised-Lamppost-Wrap.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 308, 'pagename' => 'Festival Tower', 'pagenavname' => 'Festival Tower', 'pagenavblurb' => '£675 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Large, purpose built structures that really stand out and get noticed. Each four or six sided tower is situated in central, high traffic locations and offers great exposure for your show. Due to limited availability, only one side per show in each location. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-festival-tower.svg"></div> <p class="size"><strong>Size:</strong> 1220mm wide x 2440mm high<br>48” wide x 96” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £675 + vat per side </p>	<p class="limit"><strong>Order limit:</strong> Due to limited availability, only one side per show, per promoter in each location.</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £90 + vat per poster</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p>	</div>', 'htmltitle' => 'Festival Tower', 'metakeywords' => null, 'metadesc' => 'Large, purpose built structures that really stand out and get noticed. Each four or six sided tower is situated in central, high traffic locations and offers great exposure for your show.', 'friendlyurl' => 'festival-tower', 'sortorder' => 19, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#E83C3E;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Festival-Tower.svg"> </div>		<a href="/fringe/replacements-festival-tower"><img src="https://ops.outofhand.co.uk/assets/images/pages/Festival-Tower.jpg" alt="Replacements - Festival Tower"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-festival-tower">		<h3 style="color:#E83C3E;">Replacements - Festival Tower</h3>		</a>		<h6 style="color:#E83C3E;">1220mm wide x 2440mm high<br>			48” wide x 96” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#E83C3E">		<div class="price">£90&nbsp;+ vat</div>		<a href="/fringe/replacements-festival-tower" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '1220mm wide x 2440mm high<br>48” wide x 96” high', 'pageblurb4' => 'Location,#E83C3E,/assets/images/2023/fringe-products/Festival-Tower.svg,low,/fringe/replacements-festival-tower', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 460, 'pageid' => 308, 'image' => 'Festival-Tower.jpg', 'imageflag' => null), array('imageid' => 461, 'pageid' => 308, 'image' => 'Festival-Towers_1f054923-6cbf-4406-a329-103a581a2e16_1024x1024.jpg', 'imageflag' => null), array('imageid' => 462, 'pageid' => 308, 'image' => 'Festival_Tower3_1024x1024.png', 'imageflag' => null), array('imageid' => 1048, 'pageid' => 308, 'image' => 'Festival-Tower.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 312, 'pagename' => 'Phone Kiosk', 'pagenavname' => 'Phone Kiosk', 'pagenavblurb' => '£450 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in heavy footfall areas of the city centre. Whilst the actual phone boxes might not be used much for making phone calls, they are positioned in good street level locations and the outsides of them are great advertising platforms to reach Fringe fans across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-phone-kiosk.svg"></div> <p class="orientation"><strong>Orientation:</strong> Portrait</p> <p class="cost"><strong>Cost: </strong>£450 + vat per location</p><p class="info">All prices include production. </p>	</div>', 'htmltitle' => 'Phone Kiosk', 'metakeywords' => null, 'metadesc' => 'Exclusive format in heavy footfall areas of the city centre. Whilst the actual phone boxes might not be used much for making phone calls, they are positioned in good street level locations and the external sides of them are great advertising platforms.', 'friendlyurl' => 'phone-kiosk', 'sortorder' => 20, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => null, 'pageblurb4' => 'Location,#EB5C44,/assets/images/2023/fringe-products/Phone-Kiosk.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 470, 'pageid' => 312, 'image' => 'phonekiosk.jpg', 'imageflag' => null), array('imageid' => 471, 'pageid' => 312, 'image' => 'IMG_1494_1024x1024.jpg', 'imageflag' => null), array('imageid' => 472, 'pageid' => 312, 'image' => 'Phone_Kiosk2_1024x1024.png', 'imageflag' => null), array('imageid' => 1050, 'pageid' => 312, 'image' => 'phonekiosk.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 574, 'pagename' => 'Potterow Port - Bridge Banner', 'pagenavname' => 'Potterow Port - Bridge Banner', 'pagenavblurb' => '£1,500 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 0, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. This two section banner runs across the top of the subway entrance and clearly visible to everyone using the subway, whichever direction they are going!</p>	<div class="poster-size-guide-icon"><img src="https://ops.outofhand.co.uk/assets/images/size-guide-potterow-port-bridge-banner.svg"></div>	<p class="size"><strong>Size:</strong>10000mm wide x 1000mm high<br>394" wide x 39.4"</p>		<p class="cost"><strong>Cost:</strong> Museum side: £1,500 + vat<br>Bristo Square side: £1,500 + vat</p>	<p class="orientation"><strong>Orientation:</strong> Landscape</p>	<p class="limit"><strong>Order limit:</strong> One banner per show.</p>	<p class="info">All prices include production, printing your supplied artwork directly onto vinyl.</p></div><style>.banner.banner-about {background-image: url(https://ops.outofhand.co.uk/assets/images/pages/potterow-port-entrance-banner.jpg);}</style>', 'htmltitle' => 'Potterow Port - Bridge Banner', 'metakeywords' => null, 'metadesc' => 'Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. Positioned above the entrance into this busy subway, this banner is unmissable!', 'friendlyurl' => 'potterow-port-entrance-banner', 'sortorder' => 21, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '10000mm wide x 1000mm high<br>394" wide x 39.4"', 'pageblurb4' => 'Location,#E8308A,/assets/images/2023/fringe-products/Potterow-Port-Embankment.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 990, 'pageid' => 574, 'image' => 'potterow-port-entrance-banner.jpg', 'imageflag' => null), array('imageid' => 1015, 'pageid' => 574, 'image' => 'POTTEROW-PORT---ENTRANCE-BANNER.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 339, 'pagename' => 'Potterow Port - Embankment', 'pagenavname' => 'Potterow Port - Embankment', 'pagenavblurb' => 'from £275 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in a very high footfall area on the University side of the Potterow Port subway. Highly visible as you enter / exit the subway from the popular Bristo Square area, numerous Fringe venues nearby including Gilded Balloon at the Museum, Pleasance Dome and Underbelly. All artwork is printed onto a Ultra Stick Vinyl with an anti graffiti laminate applied over the top to protect the artwork.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-potterow-port-embankment.svg"></div> <p class="size"><strong>Size/Cost:</strong></p><p class="cost">4 Sheet: £275 + vat<br>8 Sheet: £695 + vat</p> <p class="orientation"><strong>Orientation:</strong> Portrait and Lanscape</p>	<p class="limit"><strong>Order limit:</strong> One poster per show.</p><p class="info">All prices include production, printing your supplied artwork directly onto vinyl.</p></div>', 'htmltitle' => 'Potterow Port - Embankment', 'metakeywords' => null, 'metadesc' => 'Exclusive format in a very high footfall area on the University side of the Potterow Port subway. Highly visible as you enter / exit the subway from the popular Bristo Square area, numerous Fringe venues nearby.', 'friendlyurl' => 'potterow-port-embankment', 'sortorder' => 22, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '4 Sheet<br>8 Sheet', 'pageblurb4' => 'Location,#E8308A,/assets/images/2023/fringe-products/Potterow-Port-Embankment.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 425, 'pageid' => 339, 'image' => 'Potterow-Port-EMBANKMENT.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 573, 'pagename' => 'Potterow Port - Entrance Triangle', 'pagenavname' => 'Potterow Port - Entrance Triangle', 'pagenavblurb' => '£1,300 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 0, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. All artwork is printed onto a hard standing vinyl with an anti graffiti laminate applied over the top to protect the artwork.</p>	<div class="poster-size-guide-icon"><img src="https://ops.outofhand.co.uk/assets/images/size-guide-potterow-port-entrance-triangle.svg"></div><p class="size"><strong>Size:</strong> Various</p><p class="cost"><strong>Cost:</strong> Museum side - Left: £1,300 + vat<br>	Museum side - Right: £1,300 + vat<br>	Bristo Square side - Left: £1,300 + vat<br>	Bristo Square side - Right: £1,300 + vat	</p>	<p class="limit"><strong>Order limit:</strong> One vinyl per show.</p><p class="info">All prices include production, printing your supplied artwork directly onto vinyl.</p></div><style>.banner.banner-about {background-image: url(https://ops.outofhand.co.uk/assets/images/pages/potterow-port-entrance-vinyl-wraps.jpg);}</style>', 'htmltitle' => 'Potterow Port - Entrance Triangle', 'metakeywords' => null, 'metadesc' => 'Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. All artwork is printed onto a hard standing vinyl with an anti graffiti laminate applied over the top to protect the artwork.', 'friendlyurl' => 'potterow-port-entrance-triangle', 'sortorder' => 23, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => null, 'pageblurb4' => 'Location,#E8308A,https://ops.outofhand.co.uk/assets/images/PotterowTriangle.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 989, 'pageid' => 573, 'image' => 'potterow-port-entrance-vinyl-wraps.jpg', 'imageflag' => null), array('imageid' => 1016, 'pageid' => 573, 'image' => 'Potterow--Port---Entrance-Triangle.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 310, 'pagename' => 'Festival Triangle', 'pagenavname' => 'Festival Triangle', 'pagenavblurb' => 'from £600', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Make a big impact with this large freestanding three sided format that will hold either 3 x 12 sheets, 9 x 4-sheets (3 per side) or a 3.2m x 1.8m mesh banner. Locations in high footfall areas and near venues across the City Centre, Old Town and The Meadows.</p><p class="size"><strong>Size:</strong> See above.</p><p class="cost"><strong>Cost:</strong><br> £600 + vat per side - for 1x 12 Sheet or 3x 4 Sheets.<br>£675 + vat per side - for a 71” high x 126” wide (1800mm high x 3200mm wide) mesh banner.</p><p><strong>EXTRAS:</strong> Add a fence top above your artwork to really stand out above other shows. Each fence top is 0.5m high and 3.5m wide - perfect for quotes or review comments to help draw attention to your show.</p>	<p class="cost"><strong>Cost:</strong> £160 + vat per side<br><strong>NOTE:</strong> You can only buy a fence top to go above your own poster. </p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p>	</div>', 'htmltitle' => 'Festival Triangle', 'metakeywords' => null, 'metadesc' => 'Make a big impact with this large freestanding three sided format that will hold either 3 x 12 sheets or 9 x 4-sheets (3 per side). Locations in high footfall traffic across the city centre and old town.', 'friendlyurl' => 'festival-triangle-cube', 'sortorder' => 24, 'pageblurb' => null, 'pageblurb2' => null, 'pageblurb3' => null, 'pageblurb4' => null, 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 463, 'pageid' => 310, 'image' => 'Festival-Triangle.jpg', 'imageflag' => null), array('imageid' => 465, 'pageid' => 310, 'image' => 'Festival_Triangle_NEW2_1024x1024.png', 'imageflag' => null), array('imageid' => 466, 'pageid' => 310, 'image' => 'Festival-Triangles_1024x1024.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 320, 'pagename' => 'Potterow Port - Inside Subway', 'pagenavname' => 'Potterow Port - Inside Subway', 'pagenavblurb' => 'from £275 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. This location is fully lit 24hrs a day to ensure good presentation at all times. All artwork is printed onto a hard standing vinyl with an anti graffti laminate applied over the top to protect the artwork. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-potterow-port-subway.svg"></div> <p class="size"><strong>Size/Cost:</strong></p><p class="cost">4 Sheet: £275 + vat</p><p class="cost">8 Sheet: £750 + vat</p><p class="cost">12 Sheet: £1,100 + vat</p> <p class="orientation"><strong>Orientation:</strong> Portrait and Landscape</p>	<p class="limit"><strong>Order limit:</strong> One poster per show.</p><p class="info">All prices include production, printing your supplied artwork directly onto vinyl.</p></div>', 'htmltitle' => 'Potterow Port - Inside Subway', 'metakeywords' => null, 'metadesc' => 'Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. This location is fully lit 24hrs a day to ensure good presentation at all times.', 'friendlyurl' => 'potterow-port-inside-subway', 'sortorder' => 25, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '4 Sheet<br>8 Sheet<br>12 Sheet', 'pageblurb4' => 'Location,#E8308A,/assets/images/2023/fringe-products/Potterow-Port-Inside-Subway.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 473, 'pageid' => 320, 'image' => 'potterowvinyl.jpg', 'imageflag' => null), array('imageid' => 474, 'pageid' => 320, 'image' => 'POTTEROW-PORT-VINYL_S_1024x1024.jpg', 'imageflag' => null), array('imageid' => 475, 'pageid' => 320, 'image' => 'Potterow-Port-Vinyls_0398cb31-c3ba-4c43-80b9-a1b8a227fb6f_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1014, 'pageid' => 320, 'image' => 'Subway Vinyls.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 317, 'pagename' => 'Princes St - Widescreens', 'pagenavname' => 'Princes St - Widescreens', 'pagenavblurb' => '£325 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Framed and mounted on railings running alongside the entire length of both the East and West Prince\'s Street Gardens. This area receives a footfall in excess of 1.3m million people during the Fringe - a mix of both festival goers, tourists and locals alike so is well positioned to reach a high number of people.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-widescreen.svg"></div> <p class="size"><strong>Size:</strong> 2000mm wide x 700mm high<br>78.7” wide x 27.6” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £325 + vat</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £50 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx and mounted in a wooden frame.</p></div>', 'htmltitle' => 'Princes St - Widescreens', 'metakeywords' => null, 'metadesc' => 'Framed and mounted on railings running alongside the entire length of Prince\'s St gardens. This area receives a footfall of 1.3m million people during the Fringe - a mix of both festival goers and locals alike.', 'friendlyurl' => 'widescreen', 'sortorder' => 26, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#5EC2D7;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Widescreen.svg"> </div>		<a href="/fringe/replacements-widescreen"><img src="https://ops.outofhand.co.uk/assets/images/pages/Widescreens.jpg" alt="Replacements - Widescreen"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-widescreen">		<h3 style="color:#5EC2D7;">Replacements - Princes St - Widescreens</h3>		</a>		<h6 style="color:#5EC2D7;">2000mm wide x 700mm high<br>			78.7” wide x 27.6” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#5EC2D7">		<div class="price">£50&nbsp;+ vat</div>		<a href="/fringe/replacements-widescreen" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '2000mm wide x 700mm high<br>78.7” wide x 27.6” high', 'pageblurb4' => 'Location,#5EC2D7,/assets/images/2023/fringe-products/Widescreen.svg,low,/fringe/replacements-widescreen', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 492, 'pageid' => 317, 'image' => 'widescreens.jpg', 'imageflag' => null), array('imageid' => 493, 'pageid' => 317, 'image' => 'WIDESCREENS_1024x1024.jpg', 'imageflag' => null), array('imageid' => 494, 'pageid' => 317, 'image' => 'Widescreen_NEW_1024x1024.png', 'imageflag' => null), array('imageid' => 1019, 'pageid' => 317, 'image' => 'Widescreens.jpg', 'imageflag' => null), array('imageid' => 1051, 'pageid' => 317, 'image' => 'Widescreens.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 315, 'pagename' => 'Railing Boards - Double Quad', 'pagenavname' => 'Railing Boards - Double Quad', 'pagenavblurb' => '£185 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description">	<p class="fringe-description">Extra large railing board to get extra attention for your show, fitted to key railings sites across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-double-quad.svg"></div>	 <p class="size"><strong>Size:</strong> 2032mm wide x 762mm high<br>80” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £185 + vat per poster</p>	<p class="limit"><strong>Order limit:</strong> One per show, per location.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £60 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Double Quad', 'metakeywords' => null, 'metadesc' => 'Extra large railing board to get extra attention for your show, fitted to key railings sites across the city centre.', 'friendlyurl' => 'double-quad', 'sortorder' => 27, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Double-Quad.svg"> </div>		<a href="/fringe/replacements-railing-boards-30x80-double-quad"><img src="https://ops.outofhand.co.uk/assets/images/pages/Double-Quad.jpg" alt="Replacements - Double Quad"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-railing-boards-30x80-double-quad">		<h3 style="color:#009542;">Replacements - Railing Boards - Double Quad</h3>		</a>		<h6 style="color:#009542;">2032mm wide x 762mm high<br>			80” wide x 30” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£60&nbsp;+ vat</div>		<a href="/fringe/replacements-railing-boards-30x80-double-quad" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '2032mm wide x 762mm high<br>80” wide x 30” high', 'pageblurb4' => 'Location,#009542,/assets/images/2023/fringe-products/Double-Quad.svg,medium,/fringe/replacements-railing-boards-30x80-double-quad', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 484, 'pageid' => 315, 'image' => 'RAILING-BOARDS-30”-x-80”-(DOUBLE-QUAD).jpg', 'imageflag' => null), array('imageid' => 485, 'pageid' => 315, 'image' => 'RAILING-BOARDS-_30_-x-80_Double-Quad_1024x1024.jpg', 'imageflag' => null), array('imageid' => 486, 'pageid' => 315, 'image' => 'Double_Quad_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1034, 'pageid' => 315, 'image' => 'Double-Quad.jpg', 'imageflag' => null), array('imageid' => 1052, 'pageid' => 315, 'image' => 'Double-Quad.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 319, 'pagename' => 'Railing Boards - Single', 'pagenavname' => 'Railing Boards - Single', 'pagenavblurb' => '£27.50 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Very cost effective option if you just want one poster placed in a zone on its own, posters are fixed to key railings sites across the city centre. Note: your artwork will be laid up next to another different show. Limit of four single railing boards per zone.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-double-crown.svg"></div> <p class="size"><strong>Size:</strong> 508mm wide x 762mm high<br>20” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £27.50 + vat</p>	<p class="limit"><strong>Order limit:</strong> Four single railing boards per zone.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £15 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Single', 'metakeywords' => null, 'metadesc' => 'Cost effective option. Only four singles can be purchased with one allocated per Zone. Boards are fixed to key railings sites across the city centre.', 'friendlyurl' => 'double-crown', 'sortorder' => 28, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#000000;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Double-Crown.svg"> </div>		<a href="/fringe/replacements-railing-boards-30x20-double-crown"><img src="https://ops.outofhand.co.uk/assets/images/pages/Double Crown.jpg" alt="Replacements - Double Crown"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-railing-boards-30x20-double-crown">		<h3 style="color:#000000;">Replacements - Railing Boards - Single</h3>		</a>		<h6 style="color:#000000;">DOUBLE CROWN<br><br>508mm wide x 762mm high<br>			20” wide x 30” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#000000">		<div class="price">£15 + vat</div>		<a href="/fringe/replacements-railing-boards-30x20-double-crown" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'DOUBLE CROWN<br><br>508mm wide x 762mm high<br>20” wide x 30” high', 'pageblurb4' => 'Zone,#000000,/assets/images/2023/fringe-products/Double-Crown.svg,medium,/fringe/replacements-railing-boards-30x20-double-crown', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 476, 'pageid' => 319, 'image' => 'RAILING-BOARDS-30”-x-20”--(Double-crown)-SINGLE-POSTERS-2.jpg', 'imageflag' => null), array('imageid' => 477, 'pageid' => 319, 'image' => 'Railing-Boards-30x20-Single_1024x1024.jpg', 'imageflag' => null), array('imageid' => 478, 'pageid' => 319, 'image' => 'IMG_20140728_150837629_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1004, 'pageid' => 319, 'image' => 'Double Crown.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 313, 'pagename' => 'Railing Boards - Pair', 'pagenavname' => 'Railing Boards - Pair', 'pagenavblurb' => '£55 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Cost effective option, fitted in pairs of the same artwork unless otherwise stated for maximum impact. Boards are fixed to key railings sites across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-double-crown-pair.svg"></div> <p class="size"><strong>Size:</strong> 508mm wide x 762mm high<br>20” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £55 + vat per pair of posters </p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £25 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Pair', 'metakeywords' => null, 'metadesc' => 'Cost effective option, fitted in pairs of the same artwork unless otherwise stated for maximum impact. Boards are fixed to key railings sites across the city centre.', 'friendlyurl' => 'railing-boards-30x20-double-crown-pairs', 'sortorder' => 29, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#000000;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Double-Crown-Pair.svg"> </div>		<a href="/fringe/replacements-railing-boards-30x20-double-crown-pair"><img src="https://ops.outofhand.co.uk/assets/images/pages/Double Crown Pair.jpg" alt="Replacements - Double Crown Pair"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-railing-boards-30x20-double-crown-pair">		<h3 style="color:#000000;">Replacements - Railing Boards - Pair</h3>		</a>		<h6 style="color:#000000;">2x DOUBLE CROWNS SIDE BY SIDE<br><br>508mm wide x 762mm high<br>			20” wide x 30” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#000000">		<div class="price">£25&nbsp;+ vat</div>		<a href="/fringe/replacements-railing-boards-30x20-double-crown-pair" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '2x DOUBLE CROWNS SIDE BY SIDE<br><br>508mm wide x 762mm high<br>20” wide x 30” high', 'pageblurb4' => 'Zone,#000000,/assets/images/2023/fringe-products/Double-Crown-Pair.svg,medium,/fringe/replacements-railing-boards-30x20-double-crown-pair', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 479, 'pageid' => 313, 'image' => 'RAILING-BOARDS-30”-x-40”--(Double-crown-PAIRS).jpg', 'imageflag' => null), array('imageid' => 480, 'pageid' => 313, 'image' => 'RAILING-BOARDS---30_-x-20_-_Double-crown_60985397-9e15-43a1-b3c6-372f058102e2_1024x1024.jpg', 'imageflag' => null), array('imageid' => 481, 'pageid' => 313, 'image' => 'Railing-Boards_pair-of-B2_eb641c1e-e447-4b0f-81b0-a63ab961c793_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1005, 'pageid' => 313, 'image' => 'Double Crown Pair.jpg', 'imageflag' => null), array('imageid' => 1040, 'pageid' => 313, 'image' => 'Double-Crown-Pair---VP.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 332, 'pagename' => 'Litter Bin Advertising Structure', 'pagenavname' => 'Litter Bin Advertising Structure', 'pagenavblurb' => ' ', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => ' ', 'htmltitle' => 'Litter Bin Advertising Structure', 'metakeywords' => null, 'metadesc' => null, 'friendlyurl' => 'litter-bin-advertising-structure', 'sortorder' => 30, 'pageblurb' => ' ', 'pageblurb2' => ' ', 'pageblurb3' => ' ', 'pageblurb4' => ' ', 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 406, 'pageid' => 332, 'image' => 'litterbinadvertising.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 314, 'pagename' => 'Railing Boards - Quad', 'pagenavname' => 'Railing Boards - Quad', 'pagenavblurb' => '£80 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Cost effective landscape format making the most of the space available, fixed to key railings sites across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-quad.svg"></div> <p class="size"><strong>Size:</strong> 1016mm wide x 762mm high<br>40” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £80 + vat</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £25 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Quad', 'metakeywords' => null, 'metadesc' => 'Cost effective landscape format making the most of the space available, fixed to key railings sites across the city centre.', 'friendlyurl' => 'quad', 'sortorder' => 31, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#000000;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Quad.svg"> </div>		<a href="/fringe/replacements-railing-boards-30x40-quad"><img src="https://ops.outofhand.co.uk/assets/images/pages/Quad.jpg" alt="Replacements - Quad"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-railing-boards-30x40-quad">		<h3 style="color:#000000;">Replacements - Railing Boards - Quad</h3>		</a>		<h6 style="color:#000000;">1016mm wide x 762mm high<br>			40” wide x 30” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#000000">		<div class="price">£25&nbsp;+ vat</div>		<a href="/fringe/replacements-railing-boards-30x40-quad" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '1016mm wide x 762mm high<br>40” wide x 30” high', 'pageblurb4' => 'Zone,#000000,/assets/images/2023/fringe-products/Quad.svg,medium,/fringe/replacements-railing-boards-30x40-quad', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 482, 'pageid' => 314, 'image' => 'RAILING-BOARDS-30”-x-40”-(Quad).jpg', 'imageflag' => null), array('imageid' => 483, 'pageid' => 314, 'image' => 'RAILING-BOARDS---30_-x-40_-_Quad_6d101f21-2751-446c-b0c5-d69d57ddcb73_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1006, 'pageid' => 314, 'image' => 'Quad.jpg', 'imageflag' => null), array('imageid' => 1044, 'pageid' => 314, 'image' => 'Quad.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 321, 'pagename' => 'Railing Boards - Super Quad', 'pagenavname' => 'Railing Boards - Super Quad', 'pagenavblurb' => '£425 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Extra long railing board to get extra attention for your show and to stand out amongst the other posters. Fitted to selected railings sites across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-super-quad.svg"></div> <p class="size"><strong>Size:</strong> 4064mm wide x 762mm high<br>160” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £425 + vat</p>	<p class="limit"><strong>Order limit:</strong> One per show, per location.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £100 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Super Quad', 'metakeywords' => null, 'metadesc' => 'Cost effective option, fitted in pairs of the same artwork unless otherwise stated for maximum impact. Boards are fixed to key railings sites across the city centre. Please specify your preferred location when you place your order.', 'friendlyurl' => 'super-quad', 'sortorder' => 32, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#006C34;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Super-Quad.svg"> </div>		<a href="/fringe/replacements-super-quad-railing-boards-30x160"><img src="https://ops.outofhand.co.uk/assets/images/pages/Super-Quad.jpg" alt="Replacements - Super Quad"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-super-quad-railing-boards-30x160">		<h3 style="color:#006C34;">Replacements - Railing Boards - Super Quad</h3>		</a>		<h6 style="color:#006C34;">4064mm wide x 762mm high<br>			160” wide x 30” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#006C34">		<div class="price">£100&nbsp;+ vat</div>		<a href="/fringe/replacements-super-quad-railing-boards-30x160" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '4064mm wide x 762mm high<br>160” wide x 30” high', 'pageblurb4' => 'Location,#006C34,/assets/images/2023/fringe-products/Super-Quad.svg,medium,/fringe/replacements-super-quad-railing-boards-30x160', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 487, 'pageid' => 321, 'image' => 'Railing-boards-30”-x-160”-(Super-Quad).jpg', 'imageflag' => null), array('imageid' => 488, 'pageid' => 321, 'image' => 'SuperQuads_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1036, 'pageid' => 321, 'image' => 'Super-Quad.jpg', 'imageflag' => null), array('imageid' => 1053, 'pageid' => 321, 'image' => 'Super-Quad.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 340, 'pagename' => 'Tower Cube', 'pagenavname' => 'Tower Cube', 'pagenavblurb' => '£325 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Large, purpose built structures that really stand out and get noticed. Each three cube high tower is situated in a central, high traffic location and offers great exposure for your show. Due to limited availability, only one side per show in each location. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-tower-cube.svg"></div> <p class="size"><strong>Size:</strong> 1000mm x 1000mm<br>39” x 39”</p><p class="cost"><strong>Cost:</strong> £325 + vat</p>	<p class="limit"><strong>Order limit:</strong> Due to limited availability, only one side per show, per promoter in each location.</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £55 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx. </p></div>', 'htmltitle' => 'Tower Cube', 'metakeywords' => null, 'metadesc' => 'Large, purpose built structures that really stand out and get noticed. Each cube tower is situated in central, high traffic locations and offers great exposure for your show. Due to limited availability, only one side per show in each location.', 'friendlyurl' => 'tower-cube', 'sortorder' => 33, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#E83C3E;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/Tower-Cube.svg"> </div>  <a href="/fringe/replacements-tower-cube"><img src="https://ops.outofhand.co.uk/assets/images/pages/Tower Cubes.jpg" alt="Replacements - Tower Cube"></a>  </div> <div class="title-wrapper"> <a href="/fringe/replacements-tower-cube"><h3 style="color:#E83C3E;">Replacements - Tower Cube</h3></a> <h6 style="color:#E83C3E;">1000mm x 1000mm<br>39” x 39”</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#E83C3E"> <div class="price">£55 + vat</div> <a href="/fringe/replacements-tower-cube" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '1000mm x 1000mm<br>39” x 39”', 'pageblurb4' => 'Location,#E83C3E,/assets/images/2023/fringe-products/Tower-Cube.svg,low,/fringe/replacements-tower-cube', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 1018, 'pageid' => 340, 'image' => 'Tower Cubes.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 341, 'pagename' => 'Utility Box Wrap', 'pagenavname' => 'Utility Box Wrap', 'pagenavblurb' => 'from £195', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive new format in heavy footfall areas of the city centre. Positioned in good street locations across the city centre. Available in a variety of sizes with artwork wrapping around all sides of this traditional piece of street furniture that has been traditionally been targeted for flyposting but now utilised for Fringe participants.</p><p class="cost"><strong>Cost:</strong> £225 + vat per location</p><p class="info">All prices include production. </p></div>', 'htmltitle' => 'Utility Box Wrap', 'metakeywords' => null, 'metadesc' => 'Exclusive new format in heavy footfall areas of the city centre. Positioned in good street locations across the city centre. Available in a variety of sizes with artwork wrapping around all sides of this traditional piece of street furniture that has been', 'friendlyurl' => 'utility-box-wrap', 'sortorder' => 34, 'pageblurb' => null, 'pageblurb2' => null, 'pageblurb3' => null, 'pageblurb4' => null, 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 429, 'pageid' => 341, 'image' => 'Utility-Box.jpg', 'imageflag' => null), array('imageid' => 431, 'pageid' => 341, 'image' => 'Utility-Box-2.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0)), 'menu' => array('menu' => 'Buy Now', 'menuid' => 32, 'active' => 1, 'clientid' => 3), 'users' => array()), 'promos' => array(), 'images' => array(array('imageid' => 489, 'pageid' => 316, 'image' => 'wayfindingarrows.jpg', 'imageflag' => null), array('imageid' => 490, 'pageid' => 316, 'image' => 'Venue-Way-finding-Arrows_1024x1024.jpg', 'imageflag' => null), array('imageid' => 491, 'pageid' => 316, 'image' => 'Arrows_for_website_1024x1024.png', 'imageflag' => null), array('imageid' => 1054, 'pageid' => 316, 'image' => 'wayfindingarrows.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), 'breadcrumbs' => array(array('text' => 'Order by Product', 'link' => 'order-by-product'), array('text' => 'Venue Wayfinding Arrows', 'link' => false))))
     (vendor/twig/twig/src/TemplateWrapper.php:51)
  at Twig\TemplateWrapper->render(array('prices' => array(array('priceid' => 14574, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 140.0, 'weight' => 0.0, 'quantity' => 5, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 14574, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 140.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 5, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15625, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 280.0, 'weight' => 0.0, 'quantity' => 10, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15625, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 280.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 10, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15626, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 420.0, 'weight' => 0.0, 'quantity' => 15, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15626, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 420.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 15, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15627, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 560.0, 'weight' => 0.0, 'quantity' => 20, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15627, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 560.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 20, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1))), 'variations' => array(array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), 'quantities' => array(array('quantity' => 5, 'title' => 5, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 10, 'title' => 10, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 15, 'title' => 15, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 20, 'title' => 20, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx')), 'sizes' => array('Venue Arrow'), 'stocks' => array('4mm Correx'), 'displays' => array('Base Product;-;558'), 'startturnaround' => 5, 'minprice' => 140.0, 'vatbehaviour' => 0, 'matrixes' => array(array('variationid' => 558, 'stock' => '4mm Correx', 'sizes' => array('Venue Arrow'), 'quantities' => array(array('quantity' => 5, 'title' => 5, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 10, 'title' => 10, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 15, 'title' => 15, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 20, 'title' => 20, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx')), 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1), 'displays' => array('Base Product;-;558'), 'prices' => array(array('priceid' => 14574, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 140.0, 'weight' => 0.0, 'quantity' => 5, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 14574, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 140.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 5, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15625, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 280.0, 'weight' => 0.0, 'quantity' => 10, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15625, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 280.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 10, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15626, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 420.0, 'weight' => 0.0, 'quantity' => 15, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15626, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 420.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 15, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15627, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 560.0, 'weight' => 0.0, 'quantity' => 20, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15627, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 560.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 20, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1))), 'maxturnaround' => 5, 'lowestprice' => 140.0)), 'packages' => array(), 'page' => array('pageid' => 316, 'pagename' => 'Venue Wayfinding Arrows', 'pagenavname' => 'Venue Wayfinding Arrows', 'pagenavblurb' => 'from £140 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 1, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 1, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description"><strong>Available for Promoters or Venues only.</strong> Purpose built fringe venue wayfinding arrows to help guide ticket holders to your venue. Printed full colour, double sided on correx. Arrows are sold in packs of five and the price includes fitting - you\'ll be allocated a two hour fitting slot w/c Mon 3rd August with our fitting team to put up the arrows on suitable lamp posts (not sign posts) within 500m of your venue.<br><br>Arrows are fitted above head height on lamp posts. Arrows are only available for venues, not individual shows.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-venue-arrow.svg"></div> <p class="size"><strong>Size:</strong> 550mm wide x 210mm high<br>21.6" wide x 8.3" high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> <br>5 Arrows: £140 + vat <br>10 Arrows: £280 + vat<br>15 Arrows: £420 + vat <br>20 Arrows: £560 + vat <br>	<strong>Locations:</strong> Arrows can be placed within 500m of your venue.</p><p class="info">All prices include printing your supplied artwork directly onto correx and fitting.</p></div>', 'htmltitle' => 'Venue Wayfinding Arrows', 'metakeywords' => null, 'metadesc' => 'Purpose built fringe venue wayfinding arrows to help guide ticket holders to your venue. Printed full colour, double sided on correx. Arrows are sold in packs of five and the price includes fitting.', 'friendlyurl' => 'venue-wayfinding-arrows', 'sortorder' => 35, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '550mm wide x 210mm high<br>21.6" wide x 8.3" high', 'pageblurb4' => 'Location,#7CC1D4,/assets/images/2023/fringe-products/Venue-Wayfinding-Arrows.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'heading' => array('headingid' => 83, 'menuid' => 32, 'headingname' => 'Order by Product', 'headingnavname' => 'Order by Product', 'picturefilename' => '5e46db32cbf9c.jpeg', 'blurb' => '<div class="container section-inner-margin-top center"> 
		
		<div class="tabs"> 
			<a href="#" class="tab active">
			<div class="icon">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 67.961 98.718">
					<use href="/assets/images/2023/icon-fringe-product.svg#icon-fringe-product"></use>
				</svg>
			</div>
			<h3>Fringe<br>
				Products</h3>
 <p>Location and Zone Based Products</p>
			<div class="icon-tab active">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 22">
					<use href="/assets/images/2023/icon-tab-active.svg#icon-tab-active"></use>
				</svg>
			</div>
			</a> <a href="/fringe/replacement-outdoor-posters" class="tab">
			<div class="icon">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 89.652 98.717">
					<use href="/assets/images/2023/icon-fringe-replacements.svg#icon-fringe-replacements"></use>
				</svg>
			</div>
			<h3>Replacement<br>
				Posters</h3>
 <p>Replacement posters for your Fringe products</p>
			<p></p>
			<div class="icon-tab">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 22">
					<use href="/assets/images/2023/icon-tab-active.svg#icon-tab-active"></use>
				</svg>
			</div>
			</a> <a href="/fringe/design-packages" class="tab">
			<div class="icon">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.484 19.484">
					<use href="/assets/images/2023/icon-design.svg#icon-design"></use>
				</svg>
			</div>
			<h3>Design<br>
				Packages</h3>
 <p>We can create artwork for you</p>
			<div class="icon-tab">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 22">
					<use href="/assets/images/2023/icon-tab-active.svg#icon-tab-active"></use>
				</svg>
			</div>
			</a> </div>
	</div>
	
	<div id="fringe-products" class="tab-content fringe-products">
		
		<div class="section-intro">
			<div class="container">
				<div class="col-md-4">
					<h3>Choose your Products below</h3>
					<h5 class="highlight-red">They are zone and location based</h5>
				</div>
				<div class="col-md-8">
					<div>
						<h3>Zone</h3>
						<p>We have divided the city into four zones to create a zonal booking structure for selected formats. Posters will be placed on general distribution across all the advertising sites we have available for each format within that zone, e.g. if you book 10 x 4-sheets in Zone One which has 10 different sites for that format, one poster will go on each site. So, if you only want to target the area around the Pleasance Courtyard, now you can! When you book, out of your total order, please specify how many posters you want in each zone.</p>
					</div>
					<div>
						<h3>Location</h3>
						<p>A majority of our larger advertising formats are booked by specific location - just refer to the map on each product page and pick the exact location you\'d like to book your poster advertising, and it will be fitted in that location.</p>
					</div>
				</div>
			</div>
		</div>
		
	</div>', 'htmltitle' => 'Order by Product', 'metakeywords' => null, 'metadesc' => null, 'friendlyurl' => 'order-by-product', 'sortorder' => 1, 'visibility' => 1, 'verticalmenu' => 0, 'clientid' => 3, 'pages' => array(array('pageid' => 299, 'pagename' => 'All Products', 'pagenavname' => 'All Products', 'pagenavblurb' => ' ', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => ' ', 'htmltitle' => null, 'metakeywords' => null, 'metadesc' => null, 'friendlyurl' => '/fringe/order-by-product', 'sortorder' => 1, 'pageblurb' => ' ', 'pageblurb2' => ' ', 'pageblurb3' => ' ', 'pageblurb4' => ' ', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 1, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 301, 'pagename' => '4 Sheet', 'pagenavname' => '4 Sheet', 'pagenavblurb' => '£165 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-4-sheet.svg"></div><p class="size"><strong> Size:</strong> 1016mm wide x 1524mm high<br>40" wide x 60" high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £165 + vat</p><p class="limit"><strong>Order limit:</strong> In high demand locations, we\'ll only allocate one poster per site. This includes sites at Pleasance Hill, around Bristo Square, Charles St and Cowgate amongst others.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £45 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => '4 Sheet', 'metakeywords' => null, 'metadesc' => 'One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.', 'friendlyurl' => '4-sheet', 'sortorder' => 2, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>  <a href="/fringe/replacements-4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4-Sheets---VP.jpg" alt="Replacements - 4 Sheet"></a>  </div> <div class="title-wrapper"> <a href="/fringe/replacements-4-sheet"><h3 style="color:#eb5c44;">Replacements - 4 Sheet</h3></a> <h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>40" wide x 60" high</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£45 + vat</div> <a href="/fringe/replacements-4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#db5c4e;">Design</h5> <div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>  <a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a>  </div> <div class="title-wrapper"> <a href="/fringe/main-design-package"><h3 style="color:#db5c4e;">Image Supplied Package</h3></a> <h6 style="color:#db5c4e;"></h6> </div> <p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p> <div class="button-wrapper flex-nowrap" style="background-color:#db5c4e"> <div class="price">£275 + vat</div> <a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Location</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/8-Sheet.svg"> </div>  <a href="/fringe/8-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/8%20Sheets%202.jpg" alt="8 Sheet"></a>  </div> <div class="title-wrapper"> <a href="/fringe/8-sheet"><h3 style="color:#eb5c44;">8 Sheet</h3></a> <h6 style="color:#eb5c44;">2032mm wide x 1524mm high<br>80” wide x 60” high</h6> </div> <p>An unusual size that really grabs people\'s attention but is still affordable to smaller shows. Posters are attached to temporary fencing panels or railings depending on location in high footfall areas.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£385&nbsp;+ vat</div> <a href="/fringe/8-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div>', 'pageblurb3' => '1016mm wide x 1524mm high<br>40" wide x 60" high', 'pageblurb4' => 'Zone,#eb5c44,/assets/images/2023/fringe-products/4-Sheet.svg,medium,/fringe/replacements-4-sheet', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 441, 'pageid' => 301, 'image' => '4sheet.jpg', 'imageflag' => null), array('imageid' => 442, 'pageid' => 301, 'image' => '4-SHEETS-_60x40_1024x1024.jpg', 'imageflag' => null), array('imageid' => 443, 'pageid' => 301, 'image' => '4-SHEETS-_60_-x-40_4b408779-3016-4954-ab0f-aee0a0cc021d_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1042, 'pageid' => 301, 'image' => '4 Sheets.jpg', 'imageflag' => null), array('imageid' => 1045, 'pageid' => 301, 'image' => '4 Sheets.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 295, 'pagename' => '8 Sheet', 'pagenavname' => '8 Sheet', 'pagenavblurb' => '£385 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">An unusual size that really grabs people\'s attention but is still affordable to smaller shows. Posters are attached to temporary fencing panels or railings depending on location in high footfall areas.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-8-sheet.svg"></div><p class="size"><strong>Size:</strong> 2032mm wide x 1524mm high<br>80” wide x 60” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £385 + vat</p>	<p class="limit"><strong>Order limit:</strong> One per show, per location.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £90 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => '8 Sheet', 'metakeywords' => null, 'metadesc' => 'An unusual size that really grabs people\'s attention but is still affordable to smaller shows. Posters are attached to temporary fencing panels or railings depending on location in high footfall areas.', 'friendlyurl' => '8-sheet', 'sortorder' => 3, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/8-Sheet.svg"> </div>		<a href="/fringe/replacement-8-sheets"><img src="https://ops.outofhand.co.uk/assets/images/pages/8%20Sheets%202.jpg" alt="Replacements - 8 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacement-8-sheets">		<h3 style="color:#eb5c44;">Replacements - 8 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">2032mm wide x 1524mm high<br>			80” wide x 60” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£90 + vat</div>		<a href="/fringe/replacement-8-sheets" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4%20Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '2032mm wide x 1524mm high<br>80” wide x 60” high', 'pageblurb4' => 'Location,#eb5c44,/assets/images/2023/fringe-products/8-Sheet.svg,medium,/fringe/replacement-8-sheets', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 444, 'pageid' => 295, 'image' => '8sheet-1.jpg', 'imageflag' => null), array('imageid' => 445, 'pageid' => 295, 'image' => '8-SHEET-60x80_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1009, 'pageid' => 295, 'image' => '8 Sheets 2.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 292, 'pagename' => '12 Sheet', 'pagenavname' => '12 Sheet', 'pagenavblurb' => '£660 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Our largest poster size that really stands out with a huge landscape area for your show artwork.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-12-sheet.svg"></div> <p class="size"><strong>Size:</strong> 13048mm wide x 524mm high<br>120” wide x 60” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p> <p class="cost"><strong>Cost:</strong> £660 + vat</p>	<p class="limit"><strong>Order limit:</strong> One per show, per location.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £125 + vat</p>	<p class="fringe-description"><strong>EXTRAS:</strong><br>Add a fence top above your artwork to really stand out above other shows. Each fence top is 0.5m high and 3.5m wide - perfect for quotes or review comments to help draw attention to your show. </p>	<p class="cost"><strong>Cost:</strong> £175 + vat<br><strong>NOTE:</strong> You can only buy a fence top to go above your own poster.</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => '12 Sheet', 'metakeywords' => null, 'metadesc' => 'Our largest poster size that really stands out with a huge landscape area for your show artwork. Select the exact location for your poster to ensure you reach your target audience.', 'friendlyurl' => '12-sheet', 'sortorder' => 4, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/replacements-12-sheets"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="Replacements - 12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-12-sheets">		<h3 style="color:#009542;">Replacements - 12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£125 + vat</div>		<a href="/fringe/replacements-12-sheets" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#EE9C26;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet-Topper.svg"> </div>		<a href="/fringe/12-sheet-topper"><img src="https://ops.outofhand.co.uk/assets/images/pages/fencetops.jpg" alt="12 Sheet Topper"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet-topper">		<h3 style="color:#EE9C26;">12 Sheet Topper</h3>		</a>		<h6 style="color:#EE9C26;">3500mm wide x 500mm high<br>			138” wide x 20” high</h6>	</div>	<p>Give some height to your poster advertising - this format sits perfectly above each side of a Festival Triangle / Cube / above your 12 sheet.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#EE9C26">		<div class="price">£175 + vat</div>		<a href="/fringe/12-sheet-topper" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '13048mm wide x 524mm high<br>120” wide x 60” high', 'pageblurb4' => 'Location,#009542,/assets/images/2023/fringe-products/12-Sheet.svg,medium,/fringe/replacements-12-sheets', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 338, 'pageid' => 292, 'image' => '12sheet.jpg', 'imageflag' => null), array('imageid' => 342, 'pageid' => 292, 'image' => '12sheet-1.jpg', 'imageflag' => null), array('imageid' => 343, 'pageid' => 292, 'image' => '12sheet-2.jpg', 'imageflag' => null), array('imageid' => 1046, 'pageid' => 292, 'image' => '12Sheet.jpg', 'imageflag' => null), array('imageid' => 1047, 'pageid' => 292, 'image' => '12sheet.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 307, 'pagename' => '12 Sheet Topper', 'pagenavname' => '12 Sheet Topper', 'pagenavblurb' => '£175 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Give some height to your poster advertising - this format sits perfectly above each side of a Festival Triangle / Cube / above your 12 sheet. This space is great to use for highlighting those great reviews and star ratings / promote special ticket deals or performances. Draw extra attention to your shows advertised underneath on each fence panel as this poster format is 2.5m above the ground!</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-12-sheet-topper.svg"></div> <p class="size"><strong>Size:</strong> 3500mm wide x 500mm high<br>138” wide x 20” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £175 + vat per side<br></p><p class="limit"><strong>Order limit:</strong> You can only purchase a fence top to go above your own show poster - you can\'t put it on top of someone else\'s!<br><b>NOTE:</b> Your show must be advertised underneath too!</p><p class="info">All prices include production, printing your supplied artwork directly onto correx and mounted onto the fence top. </p>	</div>', 'htmltitle' => '12 Sheet Topper', 'metakeywords' => null, 'metadesc' => 'Give some height to your poster advertising - this format sits perfectly above each side of a Festival Triangle / Cube / above your 12 sheet.', 'friendlyurl' => '12-sheet-topper', 'sortorder' => 5, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '3500mm wide x 500mm high<br>138” wide x 20” high', 'pageblurb4' => 'Location,#EE9C26,/assets/images/2023/fringe-products/12-Sheet-Topper.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 456, 'pageid' => 307, 'image' => 'fencetops.jpg', 'imageflag' => '["1","2"]'), array('imageid' => 457, 'pageid' => 307, 'image' => 'FENCE-TOPS_1024x1024.jpg', 'imageflag' => null), array('imageid' => 458, 'pageid' => 307, 'image' => 'Fence_Tops_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1033, 'pageid' => 307, 'image' => '12-Sheet-Topper.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 318, 'pagename' => 'A1 Triangle', 'pagenavname' => 'A1 Triangle', 'pagenavblurb' => '£170 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Three A1 posters (of the same artwork unless stated) on a low level correx triangle, fitted around lamp posts in key locations across the city centre. You are booking a complete three sided triangle and will have the same artwork on all three sides unless you specify otherwise.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-A1-triangle.svg"></div> <p class="size"><strong>Size:</strong> A1 (594mm wide x 841mm high)</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £170 + vat</p><p class="replacements-high"><strong>Replacements:</strong> There is a <span>high</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £72.50 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx - each triangle can take three different sets of artwork - one for each side.</p></div>', 'htmltitle' => 'A1 Triangle', 'metakeywords' => null, 'metadesc' => 'Three A1 posters (of the same artwork unless stated) on a low level correx triangle, fitted around lamp posts in key locations across the city centre.', 'friendlyurl' => 'a1-triangle', 'sortorder' => 6, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#67C4D1;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/A1-Triangle.svg"> </div>		<a href="/fringe/replacements-a1-triangles"><img src="https://ops.outofhand.co.uk/assets/images/pages/A1 Triangles.jpg" alt="Replacements - A1 Triangle"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-a1-triangles">		<h3 style="color:#67C4D1;">Replacements - A1 Triangle</h3>		</a>		<h6 style="color:#67C4D1;">A1 (594mm wide x 841mm high)</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#67C4D1">		<div class="price">£72.50 + vat</div>		<a href="/fringe/replacements-a1-triangles" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'A1 (594mm wide x 841mm high)', 'pageblurb4' => 'Zone,#67C4D1,/assets/images/2023/fringe-products/A1-Triangle.svg,high,/fringe/replacements-a1-triangles', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 446, 'pageid' => 318, 'image' => 'a1triangles.jpg', 'imageflag' => null), array('imageid' => 447, 'pageid' => 318, 'image' => 'A1-Triangle_1_1024x1024.jpg', 'imageflag' => null), array('imageid' => 448, 'pageid' => 318, 'image' => 'A1-TRIANGLES_95e51910-03e9-4091-bda4-366a64d42d0e_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1001, 'pageid' => 318, 'image' => 'A1 Triangles.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 302, 'pagename' => 'A3 Poster Pack Wrap', 'pagenavname' => 'A3 Poster Pack Wrap', 'pagenavblurb' => '£70 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Great value advertising option with this effective format to support smaller shows. Each pack contains ten posters with one poster placed on ten separate lamp post wraps. There will be 20 different designs per lamp post wrap - 10 on each side.<br><strong>Note: </strong>Limit of 4 packs per show with a limit of 2 packs per zone. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-A3-poster-pack.svg"></div><p class="size"><strong>Size:</strong> A3 (297mm wide x 420mm high)</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £70 + vat per pack of 10 posters</p>	<p class="limit"><strong>Order limit:</strong> Four packs / two per zone.</p><p class="replacements-none"><strong>Replacements:</strong> We include two free spare lamp post wraps within the price.</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'A3 Poster Pack Wrap', 'metakeywords' => null, 'metadesc' => 'Great value advertising option with this effective format to support smaller shows. Each pack contains ten posters with one poster placed on ten separate lamp post wraps. There will be 20 different designs per lamp post wrap - 10 on each side.', 'friendlyurl' => 'a3-poster-pack-wrap', 'sortorder' => 7, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'A3 (297mm wide x 420mm high)', 'pageblurb4' => 'Zone,#BE1952,/assets/images/2023/fringe-products/A3-Poster-Pack-Wrap.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 449, 'pageid' => 302, 'image' => 'a3poster.jpg', 'imageflag' => null), array('imageid' => 450, 'pageid' => 302, 'image' => 'A3_poster_pack_1024x1024.JPG', 'imageflag' => null), array('imageid' => 451, 'pageid' => 302, 'image' => 'A3_Packs_2_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1032, 'pageid' => 302, 'image' => 'A3 Poster Packs.jpg', 'imageflag' => null), array('imageid' => 1039, 'pageid' => 302, 'image' => 'A3-Poster-Packs---VP.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 334, 'pagename' => 'Block Wrap', 'pagenavname' => 'Block Wrap', 'pagenavblurb' => '£350 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive new format in heavy Fringe footfall areas of the city. Acting as security vehicle blockades, they are positioned in prime central locations including Bristo Square, outside the EICC on Morrison St and outside the Playhouse Theatre on Leith St. Each block has 6 sides, approx. A2 in size, as well as a large top section - you have the whole block to use for your show. Given their positions outside key venues, they are great advertising platforms to reach Fringe fans.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-block-wrap.svg"></div> <p class="size"><strong>Size:</strong> A2 (420mm wide x 594mm high)</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p> <p class="cost"><strong>Cost:</strong> £350 + vat per location</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe. <br> <strong> Cost:</strong> £100 + vat</p><p class="info">All prices include production.</p></div>', 'htmltitle' => 'Block Wrap', 'metakeywords' => null, 'metadesc' => 'Exclusive new format in heavy Fringe footfall areas of the city. Acting as security vehicle blockades, they are positioned in prime central locations. Six A2 posters (of the same artwork unless stated) wrap around these concrete blocks.', 'friendlyurl' => 'block-wrap', 'sortorder' => 8, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#375973;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Block-Wrap.svg"> </div>		<a href="/fringe/replacements-block-wraps"><img src="https://ops.outofhand.co.uk/assets/images/pages/block wraps.jpg" alt="Replacements - Block Wrap"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-block-wraps">		<h3 style="color:#375973;">Replacements - Block Wrap</h3>		</a>		<h6 style="color:#375973;">A2 (420mm wide x 594mm high)</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#375973">		<div class="price">£100 + vat</div>		<a href="/fringe/replacements-block-wraps" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'A2 (420mm wide x 594mm high)', 'pageblurb4' => 'Location,#375973,/assets/images/2023/fringe-products/Block-Wrap.svg,low,/fringe/replacements-block-wraps', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 1010, 'pageid' => 334, 'image' => 'block wraps.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 303, 'pagename' => 'Bollard Cover', 'pagenavname' => 'Bollard Cover', 'pagenavblurb' => 'from £135 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Unique format placed over metal bollards on high footfall walkways within the central Fringe areas. Sold in sets depending on location for maximum impact.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-bollard-cover.svg"></div> <p class="size"><strong>Size:</strong> 220mm wide x 1300mm high<br>8.5” wide x 51” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £135 + vat per bollard</p>	<p class="limit"><strong>Order limit:</strong> One set in one location only.</p><p class="replacements-high"><strong>Replacements:</strong> There is a <span>high</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £60 + vat per bollard</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Bollard Cover', 'metakeywords' => null, 'metadesc' => 'Unique format placed over metal bollards on high footfall walkways within the central Fringe areas. Sold in sets depending on location for maximum impact.', 'friendlyurl' => 'bollard-cover', 'sortorder' => 9, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#C3C4C4;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Bollard-Cover.svg"> </div>		<a href="/fringe/replacements-bollards"><img src="https://ops.outofhand.co.uk/assets/images/pages/Bollards.jpg" alt="Replacements - Bollard Cover"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-bollards">		<h3 style="color:#C3C4C4;">Replacements - Bollard Cover</h3>		</a>		<h6 style="color:#C3C4C4;">220mm wide x 1300mm high<br>			8.5” wide x 51” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#C3C4C4">		<div class="price">£60 + vat</div>		<a href="/fringe/replacements-bollards" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '220mm wide x 1300mm high<br>8.5” wide x 51” high', 'pageblurb4' => 'Location,#C3C4C4,/assets/images/2023/fringe-products/Bollard-Cover.svg,high,/fringe/replacements-bollards', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 452, 'pageid' => 303, 'image' => 'bollards.jpg', 'imageflag' => null), array('imageid' => 453, 'pageid' => 303, 'image' => 'Bollards_1024x1024.jpg', 'imageflag' => null), array('imageid' => 454, 'pageid' => 303, 'image' => 'BOLLARDS_d964bb91-d2b3-469d-a1ba-eb537bfea297_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1011, 'pageid' => 303, 'image' => 'Bollards.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 309, 'pagename' => 'Charles St Digital Screen', 'pagenavname' => 'Charles St Digital Screen', 'pagenavblurb' => '£400 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in the heart of Bristo Square. Located on Charles St, in the main walkway between Underbelly Bristo Square, Pleasance Dome, Gilded Balloon Teviot and Assembly George Square, this site reaches the ultimate core Fringe audience, who are happy to buy tickets to see a wide range of performances, from comedy to circus and theatre. The digital screen is booked per week and has a rotation of 6-8 different adverts, with your advert displayed at least once every 90 seconds. Your advert will receive a minimum of 7,560 plays across one week, scheduled in available slots, with some days/hours receiving more plays than others. Total plays will be delivered across the whole week. <br><br>The Screen is operational between 8am - 2am daily. Each advert slot is 6 seconds and offers full motion, in full colour.</p> <div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-digital-screen.svg"></div> <p class="size"><strong>Size:</strong> 75", 1080px wide x 1920px high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £400 + vat per week<br><b>NOTE:</b> Digital Screens are booked per weekly slots.</p>	</div>', 'htmltitle' => 'Charles St Digital Screen', 'metakeywords' => null, 'metadesc' => 'Exclusive format in the heart of Bristo Square. Located on Charles St, in the main walkway between Underbelly Bristo Square, Pleasance Dome, Gilded Balloon Teviot and Assembly George Square.', 'friendlyurl' => 'charles-st-digital-screen', 'sortorder' => 10, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '75", 1080px wide x 1920px high', 'pageblurb4' => 'Location,#E83C3E,/assets/images/2023/fringe-products/Charles-St-Digital-Screen.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 422, 'pageid' => 309, 'image' => 'Digital-Screen.jpg', 'imageflag' => '["2","1"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 333, 'pagename' => 'Bollard Boxes', 'pagenavname' => 'Bollard Boxes', 'pagenavblurb' => 'from £300', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">New format for 2020 – this 1m high mini tower sits perfectly alongside the edge of some of the busiest streets in Edinburgh, including the Royal Mile. You can advertise your show on all four sides and select from the following locations: George IV Bridge, Grassmarket, The Royal Mile or Waverley Bridge.</p><p class="size"><strong>Size:</strong> 39.39” high x 21.65” wide (1000mm high x 550mm wide) per side.</p><p class="cost"><strong>Cost:</strong> £300 + vat per complete box</p><p class="limit"><strong>Order limit:</strong> One per location.</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe. <br>  <strong> Cost:</strong> £150 + vat</p>	<p class="info">All prices include production, printing your supplied artwork directly onto correx.</p><p class="new">New for 2020</p></div>', 'htmltitle' => 'Bollard Boxes', 'metakeywords' => null, 'metadesc' => 'New format for 2020 – this 1m high mini tower sits perfectly alongside the edge of some of the busiest streets in Edinburgh, including the Royal Mile. You can advertise your show on all four sides and select from the following locations: George IV Bridge,', 'friendlyurl' => 'bollard-boxes', 'sortorder' => 11, 'pageblurb' => ' ', 'pageblurb2' => ' ', 'pageblurb3' => ' ', 'pageblurb4' => ' ', 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 433, 'pageid' => 333, 'image' => 'bollard-boxes.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 304, 'pagename' => 'Cowgate - Pillar Banner', 'pagenavname' => 'Cowgate - Pillar Banner', 'pagenavblurb' => 'from £275 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in the heart of the Cowgate. This location is situated between the Three Sisters and Underbelly Cowgate and perfect to target Fringe goers attending free and paid-for shows in this exceptionally busy area of Edinburgh. You can select which pillar you\'d like, as well as which side (front, back or either side facing up and down the Cowgate).</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-cowgate-pillar.svg"></div> <p class="size"><strong>Size:</strong> Front and Back: 870mm wide x 1600mm high (34" wide x 63" high)<br>Side: 730mm wide x 1600mm high (28.7" wide x 63" high)</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> <br>Front Panel (facing the road): £350 + vat<br>Side panel (facing either direction): £275 + vat<br>Back panel (facing the pavement under the arches): £325 + vat<br>End Panel (facing Three Sisters): £650 + vat<br>End Panel (facing Sneaky Pete\'s): £650 + vat<br></p><p class="limit"><strong>Order limit:</strong> Limit of TWO banners per show, one per side.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> from £60 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto the non PVC vinyl.</p>	</div>', 'htmltitle' => 'Cowgate - Pillar Banner', 'metakeywords' => null, 'metadesc' => 'Exclusive format in the heart of the Cowgate. This location situated between the Seven Sisters and Underbelly Cowgate and perfect to target Fringe goers attending free and paid-for shows in this exceptionally busy area of Edinburgh.', 'friendlyurl' => 'cowgate-pillars', 'sortorder' => 12, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#BE1952;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Cowgate-Pillars.svg"> </div>		<a href="/fringe/replacements-cowgate-pillars"><img src="https://ops.outofhand.co.uk/assets/images/pages/cowgatepillars.jpg" alt="Replacements - Cowgate Pillars"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-cowgate-pillars">		<h3 style="color:#BE1952;">Replacements - Cowgate - Pillar Banner</h3>		</a>		<h6 style="color:#BE1952;">Front and Back: 870mm wide x 1600mm high (34" wide x 63" high)<br>			Side: 730mm wide x 1600mm high (28.7" wide x 63" high)</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#BE1952">		<div class="price">from £60 + vat</div>		<a href="/fringe/replacements-cowgate-pillars" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'Front and Back:<br>870mm wide x 1600mm high (34" wide x 63" high)<br><br>Side:<br>730mm wide x 1600mm high (28.7" wide x 63" high)', 'pageblurb4' => 'Location,#BE1952,/assets/images/2023/fringe-products/Cowgate-Pillars.svg,medium,/fringe/replacements-cowgate-pillars', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 438, 'pageid' => 304, 'image' => 'cowgatepillars.jpg', 'imageflag' => null), array('imageid' => 439, 'pageid' => 304, 'image' => 'Cowgate-Pillar_1024x1024.jpg', 'imageflag' => null), array('imageid' => 440, 'pageid' => 304, 'image' => 'Cowgate_Pillars_bare_1024x1024.png', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 305, 'pagename' => 'Cowgate - Bridge Banner', 'pagenavname' => 'Cowgate - Bridge Banner', 'pagenavblurb' => '£1,500 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format above the heavy footfall areas of Cowgate. This large format banner is 1.5m high and stretches 10m across South Bridge, above the Cowgate (overlooking Blair St and Niddery St), perfectly positioned to reach Fringe fans walking underneath on the Cowgate. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-bridge-banner.svg"></div> <p class="size"><strong>Size:</strong> 10000mm wide x 1500mm high<br>393” wide x 59” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £1,500 + vat </p><p class="info">All prices include production, printing your supplied artwork directly onto non PVC Vinyl. </p></div>', 'htmltitle' => 'Cowgate - Bridge Banner', 'metakeywords' => null, 'metadesc' => 'Exclusive new format above the heavy footfall areas of Cowgate. This large format banner is 1.5m high and stretches 10m across South Bridge, above the Cowgate (overlooking Blair St and Niddery St).', 'friendlyurl' => 'cowgate-bridge-banner', 'sortorder' => 13, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '10000mm wide x 1500mm high<br>393” wide x 59” high', 'pageblurb4' => 'Location,#BE1952,/assets/images/2023/fringe-products/Cowgate-Bridge-Banner.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 455, 'pageid' => 305, 'image' => 'Bridge-Banner.jpg', 'imageflag' => null), array('imageid' => 1012, 'pageid' => 305, 'image' => 'Bridge Banner.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 306, 'pagename' => 'Crowd Barrier Jackets', 'pagenavname' => 'Crowd Barrier Jackets', 'pagenavblurb' => ' ', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="description fringe-description">                        	<h3><span>Full colour, double sided and printed onto PVC mesh – high impact and gets noticed as they pop up in places you won\'t expect to see show advertising.<br><br><span style="color: #ff9900;">NEW LOCATION FOR SECOND</span> <span style="color: #ff9900;">RELEASE:</span> Marshall St, so you can reach people coming into Bristo Square from the Nicholson St area. <br></span></h3>                        	<hr><h6><b>LOCATIONS: </b></h6><p><span>Royal Mile, by Hunter Square,  Marshall St, Greyfriars Bobby and George IV Bridge.</span></p><h6><b>SIZE: </b></h6><p><span>900mm x 2220mm wide.</span></p><h6><b>COST: </b></h6><p><span><b>£250 + vat per barrier</b></span></p><div class="spare-recommendation">	<h6><b>SPARE / REPLACEMENT RECOMMENDATION:</b></h6>	<div class="spare-recommendation-block">		<p><b><a href="#" style="background: green;">LOW - ORDER NOW</a></b></p>	</div></div>                        </div>', 'htmltitle' => 'Crowd Barrier Jackets', 'metakeywords' => null, 'metadesc' => 'Full colour, double sided and printed onto PVC mesh – high impact and gets noticed as they pop up in places you won\'t expect to see show advertising.', 'friendlyurl' => 'crowd-barrier-jackets', 'sortorder' => 14, 'pageblurb' => ' ', 'pageblurb2' => ' ', 'pageblurb3' => ' ', 'pageblurb4' => ' ', 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 362, 'pageid' => 306, 'image' => 'crowdbarrier-2.jpg', 'imageflag' => null), array('imageid' => 363, 'pageid' => 306, 'image' => 'crowdbarrier-3.jpg', 'imageflag' => null), array('imageid' => 364, 'pageid' => 306, 'image' => 'crowdbarrier.jpg', 'imageflag' => '["1"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 311, 'pagename' => 'Lamppost Wrap', 'pagenavname' => 'Lamppost Wrap', 'pagenavblurb' => '£300 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Fixed around sign and lamp posts on key high traffic routes between Fringe venues in the city centre.The wraps are double sided, and you are booking both sides - you can either use the same artwork on both sides or different artwork on each side - please advise at the point of order. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-lamp-post-wrap.svg"></div> <p class="size"><strong>Size:</strong> 600mm wide x 2000mm high<br>23.62” wide x 78.74” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £300 + vat</p><p class="replacements-high"><strong>Replacements:</strong> There is a <span>high</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £55 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Lamppost Wrap', 'metakeywords' => null, 'metadesc' => 'Unmissable street level, double sided format, fitted around sign and lamp posts on key high traffic routes between Fringe venues in the city centre.', 'friendlyurl' => 'lamp-post-wraps-full-length', 'sortorder' => 15, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#397292;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Lamp-Post-Wrap.svg"> </div>		<a href="/fringe/replacements-lamp-post-wraps"><img src="https://ops.outofhand.co.uk/assets/images/pages/Lamp Post.jpg" alt="Replacements - Lamp Post Wrap"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-lamp-post-wraps">		<h3 style="color:#397292;">Replacements - Lamppost Wrap</h3>		</a>		<h6 style="color:#397292;">600mm wide x 2000mm high<br>			23.62” wide x 78.74” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#397292">		<div class="price">£55 + vat</div>		<a href="/fringe/replacements-lamp-post-wraps" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '600mm wide x 2000mm high<br>23.62” wide x 78.74” high', 'pageblurb4' => 'Zone,#397292,/assets/images/2023/fringe-products/Lamp-Post-Wrap.svg,high,/fringe/replacements-lamp-post-wraps', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 467, 'pageid' => 311, 'image' => 'lamppostwrap.jpg', 'imageflag' => null), array('imageid' => 468, 'pageid' => 311, 'image' => 'Lamp-post-wrap_2_1024x1024.jpg', 'imageflag' => null), array('imageid' => 469, 'pageid' => 311, 'image' => 'Lamp_post_wrap_GOOD_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1003, 'pageid' => 311, 'image' => 'Lamp Post.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 579, 'pagename' => 'Raised Lamppost Wrap', 'pagenavname' => 'Raised Lamppost Wrap', 'pagenavblurb' => '£195 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 0, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Fixed above head height around lamp posts on key high traffic routes between Fringe venues in the city centre.The wraps are double sided, and you are booking both sides - you can either use the same artwork on both sides or different artwork on each side - please advise at the point of order. </p><div class="poster-size-guide-icon"><img src="https://ops.outofhand.co.uk/assets/images/size-guide-raised-lamppost-wrap.svg"></div> <p class="size"><strong>Size:</strong> 600mm wide x 1000mm high<br>23.62” wide x 39.37” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £195 + vat</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £30 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Raised Lamppost Wrap', 'metakeywords' => null, 'metadesc' => 'Double sided format that is fitted above head height around lamp posts on key high traffic routes between Fringe venues in the city centre.', 'friendlyurl' => 'raised-lamppost-wrap', 'sortorder' => 16, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#397292;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/Lamp-Post-Wrap.svg"> </div>  <a href="/fringe/replacements-raised-lamppost-wrap"><img src="https://ops.outofhand.co.uk/assets/images/pages/Raised-Lamppost-Wrap.jpg" alt="Replacements - Raised Lamppost Wrap"></a>  </div> <div class="title-wrapper"> <a href="/fringe/replacements-raised-lamppost-wrap"><h3 style="color:#397292;">Replacements - Raised Lamppost Wrap</h3></a> <h6 style="color:#397292;">600mm wide x 1000mm high<br>23.62” wide x 39.37” high</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#397292"> <div class="price">£30 + vat</div> <a href="/fringe/replacements-raised-lamppost-wrap" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '600mm wide x 1000mm high<br>23.62” wide x 39.37” high', 'pageblurb4' => 'Zone,#397292,/assets/images/2023/fringe-products/Lamp-Post-Wrap.svg,medium,/fringe/replacements-raised-lamppost-wrap', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 1055, 'pageid' => 579, 'image' => 'Raised-Lamppost-Wrap.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 308, 'pagename' => 'Festival Tower', 'pagenavname' => 'Festival Tower', 'pagenavblurb' => '£675 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Large, purpose built structures that really stand out and get noticed. Each four or six sided tower is situated in central, high traffic locations and offers great exposure for your show. Due to limited availability, only one side per show in each location. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-festival-tower.svg"></div> <p class="size"><strong>Size:</strong> 1220mm wide x 2440mm high<br>48” wide x 96” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £675 + vat per side </p>	<p class="limit"><strong>Order limit:</strong> Due to limited availability, only one side per show, per promoter in each location.</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £90 + vat per poster</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p>	</div>', 'htmltitle' => 'Festival Tower', 'metakeywords' => null, 'metadesc' => 'Large, purpose built structures that really stand out and get noticed. Each four or six sided tower is situated in central, high traffic locations and offers great exposure for your show.', 'friendlyurl' => 'festival-tower', 'sortorder' => 19, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#E83C3E;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Festival-Tower.svg"> </div>		<a href="/fringe/replacements-festival-tower"><img src="https://ops.outofhand.co.uk/assets/images/pages/Festival-Tower.jpg" alt="Replacements - Festival Tower"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-festival-tower">		<h3 style="color:#E83C3E;">Replacements - Festival Tower</h3>		</a>		<h6 style="color:#E83C3E;">1220mm wide x 2440mm high<br>			48” wide x 96” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#E83C3E">		<div class="price">£90&nbsp;+ vat</div>		<a href="/fringe/replacements-festival-tower" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '1220mm wide x 2440mm high<br>48” wide x 96” high', 'pageblurb4' => 'Location,#E83C3E,/assets/images/2023/fringe-products/Festival-Tower.svg,low,/fringe/replacements-festival-tower', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 460, 'pageid' => 308, 'image' => 'Festival-Tower.jpg', 'imageflag' => null), array('imageid' => 461, 'pageid' => 308, 'image' => 'Festival-Towers_1f054923-6cbf-4406-a329-103a581a2e16_1024x1024.jpg', 'imageflag' => null), array('imageid' => 462, 'pageid' => 308, 'image' => 'Festival_Tower3_1024x1024.png', 'imageflag' => null), array('imageid' => 1048, 'pageid' => 308, 'image' => 'Festival-Tower.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 312, 'pagename' => 'Phone Kiosk', 'pagenavname' => 'Phone Kiosk', 'pagenavblurb' => '£450 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in heavy footfall areas of the city centre. Whilst the actual phone boxes might not be used much for making phone calls, they are positioned in good street level locations and the outsides of them are great advertising platforms to reach Fringe fans across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-phone-kiosk.svg"></div> <p class="orientation"><strong>Orientation:</strong> Portrait</p> <p class="cost"><strong>Cost: </strong>£450 + vat per location</p><p class="info">All prices include production. </p>	</div>', 'htmltitle' => 'Phone Kiosk', 'metakeywords' => null, 'metadesc' => 'Exclusive format in heavy footfall areas of the city centre. Whilst the actual phone boxes might not be used much for making phone calls, they are positioned in good street level locations and the external sides of them are great advertising platforms.', 'friendlyurl' => 'phone-kiosk', 'sortorder' => 20, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => null, 'pageblurb4' => 'Location,#EB5C44,/assets/images/2023/fringe-products/Phone-Kiosk.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 470, 'pageid' => 312, 'image' => 'phonekiosk.jpg', 'imageflag' => null), array('imageid' => 471, 'pageid' => 312, 'image' => 'IMG_1494_1024x1024.jpg', 'imageflag' => null), array('imageid' => 472, 'pageid' => 312, 'image' => 'Phone_Kiosk2_1024x1024.png', 'imageflag' => null), array('imageid' => 1050, 'pageid' => 312, 'image' => 'phonekiosk.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 574, 'pagename' => 'Potterow Port - Bridge Banner', 'pagenavname' => 'Potterow Port - Bridge Banner', 'pagenavblurb' => '£1,500 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 0, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. This two section banner runs across the top of the subway entrance and clearly visible to everyone using the subway, whichever direction they are going!</p>	<div class="poster-size-guide-icon"><img src="https://ops.outofhand.co.uk/assets/images/size-guide-potterow-port-bridge-banner.svg"></div>	<p class="size"><strong>Size:</strong>10000mm wide x 1000mm high<br>394" wide x 39.4"</p>		<p class="cost"><strong>Cost:</strong> Museum side: £1,500 + vat<br>Bristo Square side: £1,500 + vat</p>	<p class="orientation"><strong>Orientation:</strong> Landscape</p>	<p class="limit"><strong>Order limit:</strong> One banner per show.</p>	<p class="info">All prices include production, printing your supplied artwork directly onto vinyl.</p></div><style>.banner.banner-about {background-image: url(https://ops.outofhand.co.uk/assets/images/pages/potterow-port-entrance-banner.jpg);}</style>', 'htmltitle' => 'Potterow Port - Bridge Banner', 'metakeywords' => null, 'metadesc' => 'Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. Positioned above the entrance into this busy subway, this banner is unmissable!', 'friendlyurl' => 'potterow-port-entrance-banner', 'sortorder' => 21, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '10000mm wide x 1000mm high<br>394" wide x 39.4"', 'pageblurb4' => 'Location,#E8308A,/assets/images/2023/fringe-products/Potterow-Port-Embankment.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 990, 'pageid' => 574, 'image' => 'potterow-port-entrance-banner.jpg', 'imageflag' => null), array('imageid' => 1015, 'pageid' => 574, 'image' => 'POTTEROW-PORT---ENTRANCE-BANNER.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 339, 'pagename' => 'Potterow Port - Embankment', 'pagenavname' => 'Potterow Port - Embankment', 'pagenavblurb' => 'from £275 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in a very high footfall area on the University side of the Potterow Port subway. Highly visible as you enter / exit the subway from the popular Bristo Square area, numerous Fringe venues nearby including Gilded Balloon at the Museum, Pleasance Dome and Underbelly. All artwork is printed onto a Ultra Stick Vinyl with an anti graffiti laminate applied over the top to protect the artwork.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-potterow-port-embankment.svg"></div> <p class="size"><strong>Size/Cost:</strong></p><p class="cost">4 Sheet: £275 + vat<br>8 Sheet: £695 + vat</p> <p class="orientation"><strong>Orientation:</strong> Portrait and Lanscape</p>	<p class="limit"><strong>Order limit:</strong> One poster per show.</p><p class="info">All prices include production, printing your supplied artwork directly onto vinyl.</p></div>', 'htmltitle' => 'Potterow Port - Embankment', 'metakeywords' => null, 'metadesc' => 'Exclusive format in a very high footfall area on the University side of the Potterow Port subway. Highly visible as you enter / exit the subway from the popular Bristo Square area, numerous Fringe venues nearby.', 'friendlyurl' => 'potterow-port-embankment', 'sortorder' => 22, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '4 Sheet<br>8 Sheet', 'pageblurb4' => 'Location,#E8308A,/assets/images/2023/fringe-products/Potterow-Port-Embankment.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 425, 'pageid' => 339, 'image' => 'Potterow-Port-EMBANKMENT.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 573, 'pagename' => 'Potterow Port - Entrance Triangle', 'pagenavname' => 'Potterow Port - Entrance Triangle', 'pagenavblurb' => '£1,300 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 0, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. All artwork is printed onto a hard standing vinyl with an anti graffiti laminate applied over the top to protect the artwork.</p>	<div class="poster-size-guide-icon"><img src="https://ops.outofhand.co.uk/assets/images/size-guide-potterow-port-entrance-triangle.svg"></div><p class="size"><strong>Size:</strong> Various</p><p class="cost"><strong>Cost:</strong> Museum side - Left: £1,300 + vat<br>	Museum side - Right: £1,300 + vat<br>	Bristo Square side - Left: £1,300 + vat<br>	Bristo Square side - Right: £1,300 + vat	</p>	<p class="limit"><strong>Order limit:</strong> One vinyl per show.</p><p class="info">All prices include production, printing your supplied artwork directly onto vinyl.</p></div><style>.banner.banner-about {background-image: url(https://ops.outofhand.co.uk/assets/images/pages/potterow-port-entrance-vinyl-wraps.jpg);}</style>', 'htmltitle' => 'Potterow Port - Entrance Triangle', 'metakeywords' => null, 'metadesc' => 'Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. All artwork is printed onto a hard standing vinyl with an anti graffiti laminate applied over the top to protect the artwork.', 'friendlyurl' => 'potterow-port-entrance-triangle', 'sortorder' => 23, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => null, 'pageblurb4' => 'Location,#E8308A,https://ops.outofhand.co.uk/assets/images/PotterowTriangle.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 989, 'pageid' => 573, 'image' => 'potterow-port-entrance-vinyl-wraps.jpg', 'imageflag' => null), array('imageid' => 1016, 'pageid' => 573, 'image' => 'Potterow--Port---Entrance-Triangle.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 310, 'pagename' => 'Festival Triangle', 'pagenavname' => 'Festival Triangle', 'pagenavblurb' => 'from £600', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Make a big impact with this large freestanding three sided format that will hold either 3 x 12 sheets, 9 x 4-sheets (3 per side) or a 3.2m x 1.8m mesh banner. Locations in high footfall areas and near venues across the City Centre, Old Town and The Meadows.</p><p class="size"><strong>Size:</strong> See above.</p><p class="cost"><strong>Cost:</strong><br> £600 + vat per side - for 1x 12 Sheet or 3x 4 Sheets.<br>£675 + vat per side - for a 71” high x 126” wide (1800mm high x 3200mm wide) mesh banner.</p><p><strong>EXTRAS:</strong> Add a fence top above your artwork to really stand out above other shows. Each fence top is 0.5m high and 3.5m wide - perfect for quotes or review comments to help draw attention to your show.</p>	<p class="cost"><strong>Cost:</strong> £160 + vat per side<br><strong>NOTE:</strong> You can only buy a fence top to go above your own poster. </p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p>	</div>', 'htmltitle' => 'Festival Triangle', 'metakeywords' => null, 'metadesc' => 'Make a big impact with this large freestanding three sided format that will hold either 3 x 12 sheets or 9 x 4-sheets (3 per side). Locations in high footfall traffic across the city centre and old town.', 'friendlyurl' => 'festival-triangle-cube', 'sortorder' => 24, 'pageblurb' => null, 'pageblurb2' => null, 'pageblurb3' => null, 'pageblurb4' => null, 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 463, 'pageid' => 310, 'image' => 'Festival-Triangle.jpg', 'imageflag' => null), array('imageid' => 465, 'pageid' => 310, 'image' => 'Festival_Triangle_NEW2_1024x1024.png', 'imageflag' => null), array('imageid' => 466, 'pageid' => 310, 'image' => 'Festival-Triangles_1024x1024.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 320, 'pagename' => 'Potterow Port - Inside Subway', 'pagenavname' => 'Potterow Port - Inside Subway', 'pagenavblurb' => 'from £275 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. This location is fully lit 24hrs a day to ensure good presentation at all times. All artwork is printed onto a hard standing vinyl with an anti graffti laminate applied over the top to protect the artwork. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-potterow-port-subway.svg"></div> <p class="size"><strong>Size/Cost:</strong></p><p class="cost">4 Sheet: £275 + vat</p><p class="cost">8 Sheet: £750 + vat</p><p class="cost">12 Sheet: £1,100 + vat</p> <p class="orientation"><strong>Orientation:</strong> Portrait and Landscape</p>	<p class="limit"><strong>Order limit:</strong> One poster per show.</p><p class="info">All prices include production, printing your supplied artwork directly onto vinyl.</p></div>', 'htmltitle' => 'Potterow Port - Inside Subway', 'metakeywords' => null, 'metadesc' => 'Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. This location is fully lit 24hrs a day to ensure good presentation at all times.', 'friendlyurl' => 'potterow-port-inside-subway', 'sortorder' => 25, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '4 Sheet<br>8 Sheet<br>12 Sheet', 'pageblurb4' => 'Location,#E8308A,/assets/images/2023/fringe-products/Potterow-Port-Inside-Subway.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 473, 'pageid' => 320, 'image' => 'potterowvinyl.jpg', 'imageflag' => null), array('imageid' => 474, 'pageid' => 320, 'image' => 'POTTEROW-PORT-VINYL_S_1024x1024.jpg', 'imageflag' => null), array('imageid' => 475, 'pageid' => 320, 'image' => 'Potterow-Port-Vinyls_0398cb31-c3ba-4c43-80b9-a1b8a227fb6f_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1014, 'pageid' => 320, 'image' => 'Subway Vinyls.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 317, 'pagename' => 'Princes St - Widescreens', 'pagenavname' => 'Princes St - Widescreens', 'pagenavblurb' => '£325 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Framed and mounted on railings running alongside the entire length of both the East and West Prince\'s Street Gardens. This area receives a footfall in excess of 1.3m million people during the Fringe - a mix of both festival goers, tourists and locals alike so is well positioned to reach a high number of people.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-widescreen.svg"></div> <p class="size"><strong>Size:</strong> 2000mm wide x 700mm high<br>78.7” wide x 27.6” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £325 + vat</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £50 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx and mounted in a wooden frame.</p></div>', 'htmltitle' => 'Princes St - Widescreens', 'metakeywords' => null, 'metadesc' => 'Framed and mounted on railings running alongside the entire length of Prince\'s St gardens. This area receives a footfall of 1.3m million people during the Fringe - a mix of both festival goers and locals alike.', 'friendlyurl' => 'widescreen', 'sortorder' => 26, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#5EC2D7;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Widescreen.svg"> </div>		<a href="/fringe/replacements-widescreen"><img src="https://ops.outofhand.co.uk/assets/images/pages/Widescreens.jpg" alt="Replacements - Widescreen"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-widescreen">		<h3 style="color:#5EC2D7;">Replacements - Princes St - Widescreens</h3>		</a>		<h6 style="color:#5EC2D7;">2000mm wide x 700mm high<br>			78.7” wide x 27.6” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#5EC2D7">		<div class="price">£50&nbsp;+ vat</div>		<a href="/fringe/replacements-widescreen" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '2000mm wide x 700mm high<br>78.7” wide x 27.6” high', 'pageblurb4' => 'Location,#5EC2D7,/assets/images/2023/fringe-products/Widescreen.svg,low,/fringe/replacements-widescreen', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 492, 'pageid' => 317, 'image' => 'widescreens.jpg', 'imageflag' => null), array('imageid' => 493, 'pageid' => 317, 'image' => 'WIDESCREENS_1024x1024.jpg', 'imageflag' => null), array('imageid' => 494, 'pageid' => 317, 'image' => 'Widescreen_NEW_1024x1024.png', 'imageflag' => null), array('imageid' => 1019, 'pageid' => 317, 'image' => 'Widescreens.jpg', 'imageflag' => null), array('imageid' => 1051, 'pageid' => 317, 'image' => 'Widescreens.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 315, 'pagename' => 'Railing Boards - Double Quad', 'pagenavname' => 'Railing Boards - Double Quad', 'pagenavblurb' => '£185 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description">	<p class="fringe-description">Extra large railing board to get extra attention for your show, fitted to key railings sites across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-double-quad.svg"></div>	 <p class="size"><strong>Size:</strong> 2032mm wide x 762mm high<br>80” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £185 + vat per poster</p>	<p class="limit"><strong>Order limit:</strong> One per show, per location.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £60 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Double Quad', 'metakeywords' => null, 'metadesc' => 'Extra large railing board to get extra attention for your show, fitted to key railings sites across the city centre.', 'friendlyurl' => 'double-quad', 'sortorder' => 27, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Double-Quad.svg"> </div>		<a href="/fringe/replacements-railing-boards-30x80-double-quad"><img src="https://ops.outofhand.co.uk/assets/images/pages/Double-Quad.jpg" alt="Replacements - Double Quad"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-railing-boards-30x80-double-quad">		<h3 style="color:#009542;">Replacements - Railing Boards - Double Quad</h3>		</a>		<h6 style="color:#009542;">2032mm wide x 762mm high<br>			80” wide x 30” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£60&nbsp;+ vat</div>		<a href="/fringe/replacements-railing-boards-30x80-double-quad" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '2032mm wide x 762mm high<br>80” wide x 30” high', 'pageblurb4' => 'Location,#009542,/assets/images/2023/fringe-products/Double-Quad.svg,medium,/fringe/replacements-railing-boards-30x80-double-quad', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 484, 'pageid' => 315, 'image' => 'RAILING-BOARDS-30”-x-80”-(DOUBLE-QUAD).jpg', 'imageflag' => null), array('imageid' => 485, 'pageid' => 315, 'image' => 'RAILING-BOARDS-_30_-x-80_Double-Quad_1024x1024.jpg', 'imageflag' => null), array('imageid' => 486, 'pageid' => 315, 'image' => 'Double_Quad_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1034, 'pageid' => 315, 'image' => 'Double-Quad.jpg', 'imageflag' => null), array('imageid' => 1052, 'pageid' => 315, 'image' => 'Double-Quad.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 319, 'pagename' => 'Railing Boards - Single', 'pagenavname' => 'Railing Boards - Single', 'pagenavblurb' => '£27.50 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Very cost effective option if you just want one poster placed in a zone on its own, posters are fixed to key railings sites across the city centre. Note: your artwork will be laid up next to another different show. Limit of four single railing boards per zone.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-double-crown.svg"></div> <p class="size"><strong>Size:</strong> 508mm wide x 762mm high<br>20” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £27.50 + vat</p>	<p class="limit"><strong>Order limit:</strong> Four single railing boards per zone.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £15 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Single', 'metakeywords' => null, 'metadesc' => 'Cost effective option. Only four singles can be purchased with one allocated per Zone. Boards are fixed to key railings sites across the city centre.', 'friendlyurl' => 'double-crown', 'sortorder' => 28, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#000000;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Double-Crown.svg"> </div>		<a href="/fringe/replacements-railing-boards-30x20-double-crown"><img src="https://ops.outofhand.co.uk/assets/images/pages/Double Crown.jpg" alt="Replacements - Double Crown"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-railing-boards-30x20-double-crown">		<h3 style="color:#000000;">Replacements - Railing Boards - Single</h3>		</a>		<h6 style="color:#000000;">DOUBLE CROWN<br><br>508mm wide x 762mm high<br>			20” wide x 30” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#000000">		<div class="price">£15 + vat</div>		<a href="/fringe/replacements-railing-boards-30x20-double-crown" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'DOUBLE CROWN<br><br>508mm wide x 762mm high<br>20” wide x 30” high', 'pageblurb4' => 'Zone,#000000,/assets/images/2023/fringe-products/Double-Crown.svg,medium,/fringe/replacements-railing-boards-30x20-double-crown', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 476, 'pageid' => 319, 'image' => 'RAILING-BOARDS-30”-x-20”--(Double-crown)-SINGLE-POSTERS-2.jpg', 'imageflag' => null), array('imageid' => 477, 'pageid' => 319, 'image' => 'Railing-Boards-30x20-Single_1024x1024.jpg', 'imageflag' => null), array('imageid' => 478, 'pageid' => 319, 'image' => 'IMG_20140728_150837629_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1004, 'pageid' => 319, 'image' => 'Double Crown.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 313, 'pagename' => 'Railing Boards - Pair', 'pagenavname' => 'Railing Boards - Pair', 'pagenavblurb' => '£55 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Cost effective option, fitted in pairs of the same artwork unless otherwise stated for maximum impact. Boards are fixed to key railings sites across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-double-crown-pair.svg"></div> <p class="size"><strong>Size:</strong> 508mm wide x 762mm high<br>20” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £55 + vat per pair of posters </p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £25 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Pair', 'metakeywords' => null, 'metadesc' => 'Cost effective option, fitted in pairs of the same artwork unless otherwise stated for maximum impact. Boards are fixed to key railings sites across the city centre.', 'friendlyurl' => 'railing-boards-30x20-double-crown-pairs', 'sortorder' => 29, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#000000;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Double-Crown-Pair.svg"> </div>		<a href="/fringe/replacements-railing-boards-30x20-double-crown-pair"><img src="https://ops.outofhand.co.uk/assets/images/pages/Double Crown Pair.jpg" alt="Replacements - Double Crown Pair"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-railing-boards-30x20-double-crown-pair">		<h3 style="color:#000000;">Replacements - Railing Boards - Pair</h3>		</a>		<h6 style="color:#000000;">2x DOUBLE CROWNS SIDE BY SIDE<br><br>508mm wide x 762mm high<br>			20” wide x 30” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#000000">		<div class="price">£25&nbsp;+ vat</div>		<a href="/fringe/replacements-railing-boards-30x20-double-crown-pair" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '2x DOUBLE CROWNS SIDE BY SIDE<br><br>508mm wide x 762mm high<br>20” wide x 30” high', 'pageblurb4' => 'Zone,#000000,/assets/images/2023/fringe-products/Double-Crown-Pair.svg,medium,/fringe/replacements-railing-boards-30x20-double-crown-pair', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 479, 'pageid' => 313, 'image' => 'RAILING-BOARDS-30”-x-40”--(Double-crown-PAIRS).jpg', 'imageflag' => null), array('imageid' => 480, 'pageid' => 313, 'image' => 'RAILING-BOARDS---30_-x-20_-_Double-crown_60985397-9e15-43a1-b3c6-372f058102e2_1024x1024.jpg', 'imageflag' => null), array('imageid' => 481, 'pageid' => 313, 'image' => 'Railing-Boards_pair-of-B2_eb641c1e-e447-4b0f-81b0-a63ab961c793_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1005, 'pageid' => 313, 'image' => 'Double Crown Pair.jpg', 'imageflag' => null), array('imageid' => 1040, 'pageid' => 313, 'image' => 'Double-Crown-Pair---VP.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 332, 'pagename' => 'Litter Bin Advertising Structure', 'pagenavname' => 'Litter Bin Advertising Structure', 'pagenavblurb' => ' ', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => ' ', 'htmltitle' => 'Litter Bin Advertising Structure', 'metakeywords' => null, 'metadesc' => null, 'friendlyurl' => 'litter-bin-advertising-structure', 'sortorder' => 30, 'pageblurb' => ' ', 'pageblurb2' => ' ', 'pageblurb3' => ' ', 'pageblurb4' => ' ', 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 406, 'pageid' => 332, 'image' => 'litterbinadvertising.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 314, 'pagename' => 'Railing Boards - Quad', 'pagenavname' => 'Railing Boards - Quad', 'pagenavblurb' => '£80 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Cost effective landscape format making the most of the space available, fixed to key railings sites across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-quad.svg"></div> <p class="size"><strong>Size:</strong> 1016mm wide x 762mm high<br>40” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £80 + vat</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £25 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Quad', 'metakeywords' => null, 'metadesc' => 'Cost effective landscape format making the most of the space available, fixed to key railings sites across the city centre.', 'friendlyurl' => 'quad', 'sortorder' => 31, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#000000;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Quad.svg"> </div>		<a href="/fringe/replacements-railing-boards-30x40-quad"><img src="https://ops.outofhand.co.uk/assets/images/pages/Quad.jpg" alt="Replacements - Quad"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-railing-boards-30x40-quad">		<h3 style="color:#000000;">Replacements - Railing Boards - Quad</h3>		</a>		<h6 style="color:#000000;">1016mm wide x 762mm high<br>			40” wide x 30” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#000000">		<div class="price">£25&nbsp;+ vat</div>		<a href="/fringe/replacements-railing-boards-30x40-quad" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '1016mm wide x 762mm high<br>40” wide x 30” high', 'pageblurb4' => 'Zone,#000000,/assets/images/2023/fringe-products/Quad.svg,medium,/fringe/replacements-railing-boards-30x40-quad', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 482, 'pageid' => 314, 'image' => 'RAILING-BOARDS-30”-x-40”-(Quad).jpg', 'imageflag' => null), array('imageid' => 483, 'pageid' => 314, 'image' => 'RAILING-BOARDS---30_-x-40_-_Quad_6d101f21-2751-446c-b0c5-d69d57ddcb73_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1006, 'pageid' => 314, 'image' => 'Quad.jpg', 'imageflag' => null), array('imageid' => 1044, 'pageid' => 314, 'image' => 'Quad.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 321, 'pagename' => 'Railing Boards - Super Quad', 'pagenavname' => 'Railing Boards - Super Quad', 'pagenavblurb' => '£425 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Extra long railing board to get extra attention for your show and to stand out amongst the other posters. Fitted to selected railings sites across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-super-quad.svg"></div> <p class="size"><strong>Size:</strong> 4064mm wide x 762mm high<br>160” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £425 + vat</p>	<p class="limit"><strong>Order limit:</strong> One per show, per location.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £100 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Super Quad', 'metakeywords' => null, 'metadesc' => 'Cost effective option, fitted in pairs of the same artwork unless otherwise stated for maximum impact. Boards are fixed to key railings sites across the city centre. Please specify your preferred location when you place your order.', 'friendlyurl' => 'super-quad', 'sortorder' => 32, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#006C34;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Super-Quad.svg"> </div>		<a href="/fringe/replacements-super-quad-railing-boards-30x160"><img src="https://ops.outofhand.co.uk/assets/images/pages/Super-Quad.jpg" alt="Replacements - Super Quad"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-super-quad-railing-boards-30x160">		<h3 style="color:#006C34;">Replacements - Railing Boards - Super Quad</h3>		</a>		<h6 style="color:#006C34;">4064mm wide x 762mm high<br>			160” wide x 30” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#006C34">		<div class="price">£100&nbsp;+ vat</div>		<a href="/fringe/replacements-super-quad-railing-boards-30x160" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '4064mm wide x 762mm high<br>160” wide x 30” high', 'pageblurb4' => 'Location,#006C34,/assets/images/2023/fringe-products/Super-Quad.svg,medium,/fringe/replacements-super-quad-railing-boards-30x160', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 487, 'pageid' => 321, 'image' => 'Railing-boards-30”-x-160”-(Super-Quad).jpg', 'imageflag' => null), array('imageid' => 488, 'pageid' => 321, 'image' => 'SuperQuads_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1036, 'pageid' => 321, 'image' => 'Super-Quad.jpg', 'imageflag' => null), array('imageid' => 1053, 'pageid' => 321, 'image' => 'Super-Quad.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 340, 'pagename' => 'Tower Cube', 'pagenavname' => 'Tower Cube', 'pagenavblurb' => '£325 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Large, purpose built structures that really stand out and get noticed. Each three cube high tower is situated in a central, high traffic location and offers great exposure for your show. Due to limited availability, only one side per show in each location. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-tower-cube.svg"></div> <p class="size"><strong>Size:</strong> 1000mm x 1000mm<br>39” x 39”</p><p class="cost"><strong>Cost:</strong> £325 + vat</p>	<p class="limit"><strong>Order limit:</strong> Due to limited availability, only one side per show, per promoter in each location.</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £55 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx. </p></div>', 'htmltitle' => 'Tower Cube', 'metakeywords' => null, 'metadesc' => 'Large, purpose built structures that really stand out and get noticed. Each cube tower is situated in central, high traffic locations and offers great exposure for your show. Due to limited availability, only one side per show in each location.', 'friendlyurl' => 'tower-cube', 'sortorder' => 33, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#E83C3E;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/Tower-Cube.svg"> </div>  <a href="/fringe/replacements-tower-cube"><img src="https://ops.outofhand.co.uk/assets/images/pages/Tower Cubes.jpg" alt="Replacements - Tower Cube"></a>  </div> <div class="title-wrapper"> <a href="/fringe/replacements-tower-cube"><h3 style="color:#E83C3E;">Replacements - Tower Cube</h3></a> <h6 style="color:#E83C3E;">1000mm x 1000mm<br>39” x 39”</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#E83C3E"> <div class="price">£55 + vat</div> <a href="/fringe/replacements-tower-cube" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '1000mm x 1000mm<br>39” x 39”', 'pageblurb4' => 'Location,#E83C3E,/assets/images/2023/fringe-products/Tower-Cube.svg,low,/fringe/replacements-tower-cube', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 1018, 'pageid' => 340, 'image' => 'Tower Cubes.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 341, 'pagename' => 'Utility Box Wrap', 'pagenavname' => 'Utility Box Wrap', 'pagenavblurb' => 'from £195', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive new format in heavy footfall areas of the city centre. Positioned in good street locations across the city centre. Available in a variety of sizes with artwork wrapping around all sides of this traditional piece of street furniture that has been traditionally been targeted for flyposting but now utilised for Fringe participants.</p><p class="cost"><strong>Cost:</strong> £225 + vat per location</p><p class="info">All prices include production. </p></div>', 'htmltitle' => 'Utility Box Wrap', 'metakeywords' => null, 'metadesc' => 'Exclusive new format in heavy footfall areas of the city centre. Positioned in good street locations across the city centre. Available in a variety of sizes with artwork wrapping around all sides of this traditional piece of street furniture that has been', 'friendlyurl' => 'utility-box-wrap', 'sortorder' => 34, 'pageblurb' => null, 'pageblurb2' => null, 'pageblurb3' => null, 'pageblurb4' => null, 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 429, 'pageid' => 341, 'image' => 'Utility-Box.jpg', 'imageflag' => null), array('imageid' => 431, 'pageid' => 341, 'image' => 'Utility-Box-2.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0)), 'menu' => array('menu' => 'Buy Now', 'menuid' => 32, 'active' => 1, 'clientid' => 3), 'users' => array()), 'promos' => array(), 'images' => array(array('imageid' => 489, 'pageid' => 316, 'image' => 'wayfindingarrows.jpg', 'imageflag' => null), array('imageid' => 490, 'pageid' => 316, 'image' => 'Venue-Way-finding-Arrows_1024x1024.jpg', 'imageflag' => null), array('imageid' => 491, 'pageid' => 316, 'image' => 'Arrows_for_website_1024x1024.png', 'imageflag' => null), array('imageid' => 1054, 'pageid' => 316, 'image' => 'wayfindingarrows.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), 'breadcrumbs' => array(array('text' => 'Order by Product', 'link' => 'order-by-product'), array('text' => 'Venue Wayfinding Arrows', 'link' => false))))
     (vendor/twig/twig/src/Environment.php:334)
  at Twig\Environment->render('@ops_frontend_outdoor_bundle/fringe/page.html.twig', array('prices' => array(array('priceid' => 14574, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 140.0, 'weight' => 0.0, 'quantity' => 5, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 14574, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 140.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 5, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15625, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 280.0, 'weight' => 0.0, 'quantity' => 10, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15625, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 280.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 10, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15626, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 420.0, 'weight' => 0.0, 'quantity' => 15, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15626, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 420.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 15, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15627, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 560.0, 'weight' => 0.0, 'quantity' => 20, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15627, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 560.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 20, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1))), 'variations' => array(array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), 'quantities' => array(array('quantity' => 5, 'title' => 5, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 10, 'title' => 10, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 15, 'title' => 15, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 20, 'title' => 20, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx')), 'sizes' => array('Venue Arrow'), 'stocks' => array('4mm Correx'), 'displays' => array('Base Product;-;558'), 'startturnaround' => 5, 'minprice' => 140.0, 'vatbehaviour' => 0, 'matrixes' => array(array('variationid' => 558, 'stock' => '4mm Correx', 'sizes' => array('Venue Arrow'), 'quantities' => array(array('quantity' => 5, 'title' => 5, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 10, 'title' => 10, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 15, 'title' => 15, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 20, 'title' => 20, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx')), 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1), 'displays' => array('Base Product;-;558'), 'prices' => array(array('priceid' => 14574, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 140.0, 'weight' => 0.0, 'quantity' => 5, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 14574, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 140.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 5, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15625, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 280.0, 'weight' => 0.0, 'quantity' => 10, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15625, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 280.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 10, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15626, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 420.0, 'weight' => 0.0, 'quantity' => 15, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15626, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 420.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 15, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15627, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 560.0, 'weight' => 0.0, 'quantity' => 20, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15627, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 560.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 20, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1))), 'maxturnaround' => 5, 'lowestprice' => 140.0)), 'packages' => array(), 'page' => array('pageid' => 316, 'pagename' => 'Venue Wayfinding Arrows', 'pagenavname' => 'Venue Wayfinding Arrows', 'pagenavblurb' => 'from £140 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 1, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 1, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description"><strong>Available for Promoters or Venues only.</strong> Purpose built fringe venue wayfinding arrows to help guide ticket holders to your venue. Printed full colour, double sided on correx. Arrows are sold in packs of five and the price includes fitting - you\'ll be allocated a two hour fitting slot w/c Mon 3rd August with our fitting team to put up the arrows on suitable lamp posts (not sign posts) within 500m of your venue.<br><br>Arrows are fitted above head height on lamp posts. Arrows are only available for venues, not individual shows.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-venue-arrow.svg"></div> <p class="size"><strong>Size:</strong> 550mm wide x 210mm high<br>21.6" wide x 8.3" high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> <br>5 Arrows: £140 + vat <br>10 Arrows: £280 + vat<br>15 Arrows: £420 + vat <br>20 Arrows: £560 + vat <br>	<strong>Locations:</strong> Arrows can be placed within 500m of your venue.</p><p class="info">All prices include printing your supplied artwork directly onto correx and fitting.</p></div>', 'htmltitle' => 'Venue Wayfinding Arrows', 'metakeywords' => null, 'metadesc' => 'Purpose built fringe venue wayfinding arrows to help guide ticket holders to your venue. Printed full colour, double sided on correx. Arrows are sold in packs of five and the price includes fitting.', 'friendlyurl' => 'venue-wayfinding-arrows', 'sortorder' => 35, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '550mm wide x 210mm high<br>21.6" wide x 8.3" high', 'pageblurb4' => 'Location,#7CC1D4,/assets/images/2023/fringe-products/Venue-Wayfinding-Arrows.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'heading' => array('headingid' => 83, 'menuid' => 32, 'headingname' => 'Order by Product', 'headingnavname' => 'Order by Product', 'picturefilename' => '5e46db32cbf9c.jpeg', 'blurb' => '<div class="container section-inner-margin-top center"> 
		
		<div class="tabs"> 
			<a href="#" class="tab active">
			<div class="icon">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 67.961 98.718">
					<use href="/assets/images/2023/icon-fringe-product.svg#icon-fringe-product"></use>
				</svg>
			</div>
			<h3>Fringe<br>
				Products</h3>
 <p>Location and Zone Based Products</p>
			<div class="icon-tab active">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 22">
					<use href="/assets/images/2023/icon-tab-active.svg#icon-tab-active"></use>
				</svg>
			</div>
			</a> <a href="/fringe/replacement-outdoor-posters" class="tab">
			<div class="icon">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 89.652 98.717">
					<use href="/assets/images/2023/icon-fringe-replacements.svg#icon-fringe-replacements"></use>
				</svg>
			</div>
			<h3>Replacement<br>
				Posters</h3>
 <p>Replacement posters for your Fringe products</p>
			<p></p>
			<div class="icon-tab">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 22">
					<use href="/assets/images/2023/icon-tab-active.svg#icon-tab-active"></use>
				</svg>
			</div>
			</a> <a href="/fringe/design-packages" class="tab">
			<div class="icon">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.484 19.484">
					<use href="/assets/images/2023/icon-design.svg#icon-design"></use>
				</svg>
			</div>
			<h3>Design<br>
				Packages</h3>
 <p>We can create artwork for you</p>
			<div class="icon-tab">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 22">
					<use href="/assets/images/2023/icon-tab-active.svg#icon-tab-active"></use>
				</svg>
			</div>
			</a> </div>
	</div>
	
	<div id="fringe-products" class="tab-content fringe-products">
		
		<div class="section-intro">
			<div class="container">
				<div class="col-md-4">
					<h3>Choose your Products below</h3>
					<h5 class="highlight-red">They are zone and location based</h5>
				</div>
				<div class="col-md-8">
					<div>
						<h3>Zone</h3>
						<p>We have divided the city into four zones to create a zonal booking structure for selected formats. Posters will be placed on general distribution across all the advertising sites we have available for each format within that zone, e.g. if you book 10 x 4-sheets in Zone One which has 10 different sites for that format, one poster will go on each site. So, if you only want to target the area around the Pleasance Courtyard, now you can! When you book, out of your total order, please specify how many posters you want in each zone.</p>
					</div>
					<div>
						<h3>Location</h3>
						<p>A majority of our larger advertising formats are booked by specific location - just refer to the map on each product page and pick the exact location you\'d like to book your poster advertising, and it will be fitted in that location.</p>
					</div>
				</div>
			</div>
		</div>
		
	</div>', 'htmltitle' => 'Order by Product', 'metakeywords' => null, 'metadesc' => null, 'friendlyurl' => 'order-by-product', 'sortorder' => 1, 'visibility' => 1, 'verticalmenu' => 0, 'clientid' => 3, 'pages' => array(array('pageid' => 299, 'pagename' => 'All Products', 'pagenavname' => 'All Products', 'pagenavblurb' => ' ', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => ' ', 'htmltitle' => null, 'metakeywords' => null, 'metadesc' => null, 'friendlyurl' => '/fringe/order-by-product', 'sortorder' => 1, 'pageblurb' => ' ', 'pageblurb2' => ' ', 'pageblurb3' => ' ', 'pageblurb4' => ' ', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 1, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 301, 'pagename' => '4 Sheet', 'pagenavname' => '4 Sheet', 'pagenavblurb' => '£165 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-4-sheet.svg"></div><p class="size"><strong> Size:</strong> 1016mm wide x 1524mm high<br>40" wide x 60" high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £165 + vat</p><p class="limit"><strong>Order limit:</strong> In high demand locations, we\'ll only allocate one poster per site. This includes sites at Pleasance Hill, around Bristo Square, Charles St and Cowgate amongst others.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £45 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => '4 Sheet', 'metakeywords' => null, 'metadesc' => 'One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.', 'friendlyurl' => '4-sheet', 'sortorder' => 2, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>  <a href="/fringe/replacements-4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4-Sheets---VP.jpg" alt="Replacements - 4 Sheet"></a>  </div> <div class="title-wrapper"> <a href="/fringe/replacements-4-sheet"><h3 style="color:#eb5c44;">Replacements - 4 Sheet</h3></a> <h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>40" wide x 60" high</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£45 + vat</div> <a href="/fringe/replacements-4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#db5c4e;">Design</h5> <div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>  <a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a>  </div> <div class="title-wrapper"> <a href="/fringe/main-design-package"><h3 style="color:#db5c4e;">Image Supplied Package</h3></a> <h6 style="color:#db5c4e;"></h6> </div> <p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p> <div class="button-wrapper flex-nowrap" style="background-color:#db5c4e"> <div class="price">£275 + vat</div> <a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Location</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/8-Sheet.svg"> </div>  <a href="/fringe/8-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/8%20Sheets%202.jpg" alt="8 Sheet"></a>  </div> <div class="title-wrapper"> <a href="/fringe/8-sheet"><h3 style="color:#eb5c44;">8 Sheet</h3></a> <h6 style="color:#eb5c44;">2032mm wide x 1524mm high<br>80” wide x 60” high</h6> </div> <p>An unusual size that really grabs people\'s attention but is still affordable to smaller shows. Posters are attached to temporary fencing panels or railings depending on location in high footfall areas.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£385&nbsp;+ vat</div> <a href="/fringe/8-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div>', 'pageblurb3' => '1016mm wide x 1524mm high<br>40" wide x 60" high', 'pageblurb4' => 'Zone,#eb5c44,/assets/images/2023/fringe-products/4-Sheet.svg,medium,/fringe/replacements-4-sheet', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 441, 'pageid' => 301, 'image' => '4sheet.jpg', 'imageflag' => null), array('imageid' => 442, 'pageid' => 301, 'image' => '4-SHEETS-_60x40_1024x1024.jpg', 'imageflag' => null), array('imageid' => 443, 'pageid' => 301, 'image' => '4-SHEETS-_60_-x-40_4b408779-3016-4954-ab0f-aee0a0cc021d_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1042, 'pageid' => 301, 'image' => '4 Sheets.jpg', 'imageflag' => null), array('imageid' => 1045, 'pageid' => 301, 'image' => '4 Sheets.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 295, 'pagename' => '8 Sheet', 'pagenavname' => '8 Sheet', 'pagenavblurb' => '£385 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">An unusual size that really grabs people\'s attention but is still affordable to smaller shows. Posters are attached to temporary fencing panels or railings depending on location in high footfall areas.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-8-sheet.svg"></div><p class="size"><strong>Size:</strong> 2032mm wide x 1524mm high<br>80” wide x 60” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £385 + vat</p>	<p class="limit"><strong>Order limit:</strong> One per show, per location.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £90 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => '8 Sheet', 'metakeywords' => null, 'metadesc' => 'An unusual size that really grabs people\'s attention but is still affordable to smaller shows. Posters are attached to temporary fencing panels or railings depending on location in high footfall areas.', 'friendlyurl' => '8-sheet', 'sortorder' => 3, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/8-Sheet.svg"> </div>		<a href="/fringe/replacement-8-sheets"><img src="https://ops.outofhand.co.uk/assets/images/pages/8%20Sheets%202.jpg" alt="Replacements - 8 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacement-8-sheets">		<h3 style="color:#eb5c44;">Replacements - 8 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">2032mm wide x 1524mm high<br>			80” wide x 60” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£90 + vat</div>		<a href="/fringe/replacement-8-sheets" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4%20Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '2032mm wide x 1524mm high<br>80” wide x 60” high', 'pageblurb4' => 'Location,#eb5c44,/assets/images/2023/fringe-products/8-Sheet.svg,medium,/fringe/replacement-8-sheets', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 444, 'pageid' => 295, 'image' => '8sheet-1.jpg', 'imageflag' => null), array('imageid' => 445, 'pageid' => 295, 'image' => '8-SHEET-60x80_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1009, 'pageid' => 295, 'image' => '8 Sheets 2.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 292, 'pagename' => '12 Sheet', 'pagenavname' => '12 Sheet', 'pagenavblurb' => '£660 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Our largest poster size that really stands out with a huge landscape area for your show artwork.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-12-sheet.svg"></div> <p class="size"><strong>Size:</strong> 13048mm wide x 524mm high<br>120” wide x 60” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p> <p class="cost"><strong>Cost:</strong> £660 + vat</p>	<p class="limit"><strong>Order limit:</strong> One per show, per location.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £125 + vat</p>	<p class="fringe-description"><strong>EXTRAS:</strong><br>Add a fence top above your artwork to really stand out above other shows. Each fence top is 0.5m high and 3.5m wide - perfect for quotes or review comments to help draw attention to your show. </p>	<p class="cost"><strong>Cost:</strong> £175 + vat<br><strong>NOTE:</strong> You can only buy a fence top to go above your own poster.</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => '12 Sheet', 'metakeywords' => null, 'metadesc' => 'Our largest poster size that really stands out with a huge landscape area for your show artwork. Select the exact location for your poster to ensure you reach your target audience.', 'friendlyurl' => '12-sheet', 'sortorder' => 4, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/replacements-12-sheets"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="Replacements - 12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-12-sheets">		<h3 style="color:#009542;">Replacements - 12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£125 + vat</div>		<a href="/fringe/replacements-12-sheets" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#EE9C26;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet-Topper.svg"> </div>		<a href="/fringe/12-sheet-topper"><img src="https://ops.outofhand.co.uk/assets/images/pages/fencetops.jpg" alt="12 Sheet Topper"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet-topper">		<h3 style="color:#EE9C26;">12 Sheet Topper</h3>		</a>		<h6 style="color:#EE9C26;">3500mm wide x 500mm high<br>			138” wide x 20” high</h6>	</div>	<p>Give some height to your poster advertising - this format sits perfectly above each side of a Festival Triangle / Cube / above your 12 sheet.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#EE9C26">		<div class="price">£175 + vat</div>		<a href="/fringe/12-sheet-topper" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '13048mm wide x 524mm high<br>120” wide x 60” high', 'pageblurb4' => 'Location,#009542,/assets/images/2023/fringe-products/12-Sheet.svg,medium,/fringe/replacements-12-sheets', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 338, 'pageid' => 292, 'image' => '12sheet.jpg', 'imageflag' => null), array('imageid' => 342, 'pageid' => 292, 'image' => '12sheet-1.jpg', 'imageflag' => null), array('imageid' => 343, 'pageid' => 292, 'image' => '12sheet-2.jpg', 'imageflag' => null), array('imageid' => 1046, 'pageid' => 292, 'image' => '12Sheet.jpg', 'imageflag' => null), array('imageid' => 1047, 'pageid' => 292, 'image' => '12sheet.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 307, 'pagename' => '12 Sheet Topper', 'pagenavname' => '12 Sheet Topper', 'pagenavblurb' => '£175 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Give some height to your poster advertising - this format sits perfectly above each side of a Festival Triangle / Cube / above your 12 sheet. This space is great to use for highlighting those great reviews and star ratings / promote special ticket deals or performances. Draw extra attention to your shows advertised underneath on each fence panel as this poster format is 2.5m above the ground!</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-12-sheet-topper.svg"></div> <p class="size"><strong>Size:</strong> 3500mm wide x 500mm high<br>138” wide x 20” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £175 + vat per side<br></p><p class="limit"><strong>Order limit:</strong> You can only purchase a fence top to go above your own show poster - you can\'t put it on top of someone else\'s!<br><b>NOTE:</b> Your show must be advertised underneath too!</p><p class="info">All prices include production, printing your supplied artwork directly onto correx and mounted onto the fence top. </p>	</div>', 'htmltitle' => '12 Sheet Topper', 'metakeywords' => null, 'metadesc' => 'Give some height to your poster advertising - this format sits perfectly above each side of a Festival Triangle / Cube / above your 12 sheet.', 'friendlyurl' => '12-sheet-topper', 'sortorder' => 5, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '3500mm wide x 500mm high<br>138” wide x 20” high', 'pageblurb4' => 'Location,#EE9C26,/assets/images/2023/fringe-products/12-Sheet-Topper.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 456, 'pageid' => 307, 'image' => 'fencetops.jpg', 'imageflag' => '["1","2"]'), array('imageid' => 457, 'pageid' => 307, 'image' => 'FENCE-TOPS_1024x1024.jpg', 'imageflag' => null), array('imageid' => 458, 'pageid' => 307, 'image' => 'Fence_Tops_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1033, 'pageid' => 307, 'image' => '12-Sheet-Topper.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 318, 'pagename' => 'A1 Triangle', 'pagenavname' => 'A1 Triangle', 'pagenavblurb' => '£170 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Three A1 posters (of the same artwork unless stated) on a low level correx triangle, fitted around lamp posts in key locations across the city centre. You are booking a complete three sided triangle and will have the same artwork on all three sides unless you specify otherwise.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-A1-triangle.svg"></div> <p class="size"><strong>Size:</strong> A1 (594mm wide x 841mm high)</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £170 + vat</p><p class="replacements-high"><strong>Replacements:</strong> There is a <span>high</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £72.50 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx - each triangle can take three different sets of artwork - one for each side.</p></div>', 'htmltitle' => 'A1 Triangle', 'metakeywords' => null, 'metadesc' => 'Three A1 posters (of the same artwork unless stated) on a low level correx triangle, fitted around lamp posts in key locations across the city centre.', 'friendlyurl' => 'a1-triangle', 'sortorder' => 6, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#67C4D1;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/A1-Triangle.svg"> </div>		<a href="/fringe/replacements-a1-triangles"><img src="https://ops.outofhand.co.uk/assets/images/pages/A1 Triangles.jpg" alt="Replacements - A1 Triangle"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-a1-triangles">		<h3 style="color:#67C4D1;">Replacements - A1 Triangle</h3>		</a>		<h6 style="color:#67C4D1;">A1 (594mm wide x 841mm high)</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#67C4D1">		<div class="price">£72.50 + vat</div>		<a href="/fringe/replacements-a1-triangles" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'A1 (594mm wide x 841mm high)', 'pageblurb4' => 'Zone,#67C4D1,/assets/images/2023/fringe-products/A1-Triangle.svg,high,/fringe/replacements-a1-triangles', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 446, 'pageid' => 318, 'image' => 'a1triangles.jpg', 'imageflag' => null), array('imageid' => 447, 'pageid' => 318, 'image' => 'A1-Triangle_1_1024x1024.jpg', 'imageflag' => null), array('imageid' => 448, 'pageid' => 318, 'image' => 'A1-TRIANGLES_95e51910-03e9-4091-bda4-366a64d42d0e_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1001, 'pageid' => 318, 'image' => 'A1 Triangles.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 302, 'pagename' => 'A3 Poster Pack Wrap', 'pagenavname' => 'A3 Poster Pack Wrap', 'pagenavblurb' => '£70 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Great value advertising option with this effective format to support smaller shows. Each pack contains ten posters with one poster placed on ten separate lamp post wraps. There will be 20 different designs per lamp post wrap - 10 on each side.<br><strong>Note: </strong>Limit of 4 packs per show with a limit of 2 packs per zone. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-A3-poster-pack.svg"></div><p class="size"><strong>Size:</strong> A3 (297mm wide x 420mm high)</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £70 + vat per pack of 10 posters</p>	<p class="limit"><strong>Order limit:</strong> Four packs / two per zone.</p><p class="replacements-none"><strong>Replacements:</strong> We include two free spare lamp post wraps within the price.</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'A3 Poster Pack Wrap', 'metakeywords' => null, 'metadesc' => 'Great value advertising option with this effective format to support smaller shows. Each pack contains ten posters with one poster placed on ten separate lamp post wraps. There will be 20 different designs per lamp post wrap - 10 on each side.', 'friendlyurl' => 'a3-poster-pack-wrap', 'sortorder' => 7, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'A3 (297mm wide x 420mm high)', 'pageblurb4' => 'Zone,#BE1952,/assets/images/2023/fringe-products/A3-Poster-Pack-Wrap.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 449, 'pageid' => 302, 'image' => 'a3poster.jpg', 'imageflag' => null), array('imageid' => 450, 'pageid' => 302, 'image' => 'A3_poster_pack_1024x1024.JPG', 'imageflag' => null), array('imageid' => 451, 'pageid' => 302, 'image' => 'A3_Packs_2_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1032, 'pageid' => 302, 'image' => 'A3 Poster Packs.jpg', 'imageflag' => null), array('imageid' => 1039, 'pageid' => 302, 'image' => 'A3-Poster-Packs---VP.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 334, 'pagename' => 'Block Wrap', 'pagenavname' => 'Block Wrap', 'pagenavblurb' => '£350 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive new format in heavy Fringe footfall areas of the city. Acting as security vehicle blockades, they are positioned in prime central locations including Bristo Square, outside the EICC on Morrison St and outside the Playhouse Theatre on Leith St. Each block has 6 sides, approx. A2 in size, as well as a large top section - you have the whole block to use for your show. Given their positions outside key venues, they are great advertising platforms to reach Fringe fans.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-block-wrap.svg"></div> <p class="size"><strong>Size:</strong> A2 (420mm wide x 594mm high)</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p> <p class="cost"><strong>Cost:</strong> £350 + vat per location</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe. <br> <strong> Cost:</strong> £100 + vat</p><p class="info">All prices include production.</p></div>', 'htmltitle' => 'Block Wrap', 'metakeywords' => null, 'metadesc' => 'Exclusive new format in heavy Fringe footfall areas of the city. Acting as security vehicle blockades, they are positioned in prime central locations. Six A2 posters (of the same artwork unless stated) wrap around these concrete blocks.', 'friendlyurl' => 'block-wrap', 'sortorder' => 8, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#375973;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Block-Wrap.svg"> </div>		<a href="/fringe/replacements-block-wraps"><img src="https://ops.outofhand.co.uk/assets/images/pages/block wraps.jpg" alt="Replacements - Block Wrap"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-block-wraps">		<h3 style="color:#375973;">Replacements - Block Wrap</h3>		</a>		<h6 style="color:#375973;">A2 (420mm wide x 594mm high)</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#375973">		<div class="price">£100 + vat</div>		<a href="/fringe/replacements-block-wraps" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'A2 (420mm wide x 594mm high)', 'pageblurb4' => 'Location,#375973,/assets/images/2023/fringe-products/Block-Wrap.svg,low,/fringe/replacements-block-wraps', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 1010, 'pageid' => 334, 'image' => 'block wraps.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 303, 'pagename' => 'Bollard Cover', 'pagenavname' => 'Bollard Cover', 'pagenavblurb' => 'from £135 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Unique format placed over metal bollards on high footfall walkways within the central Fringe areas. Sold in sets depending on location for maximum impact.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-bollard-cover.svg"></div> <p class="size"><strong>Size:</strong> 220mm wide x 1300mm high<br>8.5” wide x 51” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £135 + vat per bollard</p>	<p class="limit"><strong>Order limit:</strong> One set in one location only.</p><p class="replacements-high"><strong>Replacements:</strong> There is a <span>high</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £60 + vat per bollard</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Bollard Cover', 'metakeywords' => null, 'metadesc' => 'Unique format placed over metal bollards on high footfall walkways within the central Fringe areas. Sold in sets depending on location for maximum impact.', 'friendlyurl' => 'bollard-cover', 'sortorder' => 9, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#C3C4C4;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Bollard-Cover.svg"> </div>		<a href="/fringe/replacements-bollards"><img src="https://ops.outofhand.co.uk/assets/images/pages/Bollards.jpg" alt="Replacements - Bollard Cover"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-bollards">		<h3 style="color:#C3C4C4;">Replacements - Bollard Cover</h3>		</a>		<h6 style="color:#C3C4C4;">220mm wide x 1300mm high<br>			8.5” wide x 51” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#C3C4C4">		<div class="price">£60 + vat</div>		<a href="/fringe/replacements-bollards" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '220mm wide x 1300mm high<br>8.5” wide x 51” high', 'pageblurb4' => 'Location,#C3C4C4,/assets/images/2023/fringe-products/Bollard-Cover.svg,high,/fringe/replacements-bollards', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 452, 'pageid' => 303, 'image' => 'bollards.jpg', 'imageflag' => null), array('imageid' => 453, 'pageid' => 303, 'image' => 'Bollards_1024x1024.jpg', 'imageflag' => null), array('imageid' => 454, 'pageid' => 303, 'image' => 'BOLLARDS_d964bb91-d2b3-469d-a1ba-eb537bfea297_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1011, 'pageid' => 303, 'image' => 'Bollards.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 309, 'pagename' => 'Charles St Digital Screen', 'pagenavname' => 'Charles St Digital Screen', 'pagenavblurb' => '£400 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in the heart of Bristo Square. Located on Charles St, in the main walkway between Underbelly Bristo Square, Pleasance Dome, Gilded Balloon Teviot and Assembly George Square, this site reaches the ultimate core Fringe audience, who are happy to buy tickets to see a wide range of performances, from comedy to circus and theatre. The digital screen is booked per week and has a rotation of 6-8 different adverts, with your advert displayed at least once every 90 seconds. Your advert will receive a minimum of 7,560 plays across one week, scheduled in available slots, with some days/hours receiving more plays than others. Total plays will be delivered across the whole week. <br><br>The Screen is operational between 8am - 2am daily. Each advert slot is 6 seconds and offers full motion, in full colour.</p> <div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-digital-screen.svg"></div> <p class="size"><strong>Size:</strong> 75", 1080px wide x 1920px high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £400 + vat per week<br><b>NOTE:</b> Digital Screens are booked per weekly slots.</p>	</div>', 'htmltitle' => 'Charles St Digital Screen', 'metakeywords' => null, 'metadesc' => 'Exclusive format in the heart of Bristo Square. Located on Charles St, in the main walkway between Underbelly Bristo Square, Pleasance Dome, Gilded Balloon Teviot and Assembly George Square.', 'friendlyurl' => 'charles-st-digital-screen', 'sortorder' => 10, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '75", 1080px wide x 1920px high', 'pageblurb4' => 'Location,#E83C3E,/assets/images/2023/fringe-products/Charles-St-Digital-Screen.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 422, 'pageid' => 309, 'image' => 'Digital-Screen.jpg', 'imageflag' => '["2","1"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 333, 'pagename' => 'Bollard Boxes', 'pagenavname' => 'Bollard Boxes', 'pagenavblurb' => 'from £300', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">New format for 2020 – this 1m high mini tower sits perfectly alongside the edge of some of the busiest streets in Edinburgh, including the Royal Mile. You can advertise your show on all four sides and select from the following locations: George IV Bridge, Grassmarket, The Royal Mile or Waverley Bridge.</p><p class="size"><strong>Size:</strong> 39.39” high x 21.65” wide (1000mm high x 550mm wide) per side.</p><p class="cost"><strong>Cost:</strong> £300 + vat per complete box</p><p class="limit"><strong>Order limit:</strong> One per location.</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe. <br>  <strong> Cost:</strong> £150 + vat</p>	<p class="info">All prices include production, printing your supplied artwork directly onto correx.</p><p class="new">New for 2020</p></div>', 'htmltitle' => 'Bollard Boxes', 'metakeywords' => null, 'metadesc' => 'New format for 2020 – this 1m high mini tower sits perfectly alongside the edge of some of the busiest streets in Edinburgh, including the Royal Mile. You can advertise your show on all four sides and select from the following locations: George IV Bridge,', 'friendlyurl' => 'bollard-boxes', 'sortorder' => 11, 'pageblurb' => ' ', 'pageblurb2' => ' ', 'pageblurb3' => ' ', 'pageblurb4' => ' ', 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 433, 'pageid' => 333, 'image' => 'bollard-boxes.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 304, 'pagename' => 'Cowgate - Pillar Banner', 'pagenavname' => 'Cowgate - Pillar Banner', 'pagenavblurb' => 'from £275 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in the heart of the Cowgate. This location is situated between the Three Sisters and Underbelly Cowgate and perfect to target Fringe goers attending free and paid-for shows in this exceptionally busy area of Edinburgh. You can select which pillar you\'d like, as well as which side (front, back or either side facing up and down the Cowgate).</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-cowgate-pillar.svg"></div> <p class="size"><strong>Size:</strong> Front and Back: 870mm wide x 1600mm high (34" wide x 63" high)<br>Side: 730mm wide x 1600mm high (28.7" wide x 63" high)</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> <br>Front Panel (facing the road): £350 + vat<br>Side panel (facing either direction): £275 + vat<br>Back panel (facing the pavement under the arches): £325 + vat<br>End Panel (facing Three Sisters): £650 + vat<br>End Panel (facing Sneaky Pete\'s): £650 + vat<br></p><p class="limit"><strong>Order limit:</strong> Limit of TWO banners per show, one per side.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> from £60 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto the non PVC vinyl.</p>	</div>', 'htmltitle' => 'Cowgate - Pillar Banner', 'metakeywords' => null, 'metadesc' => 'Exclusive format in the heart of the Cowgate. This location situated between the Seven Sisters and Underbelly Cowgate and perfect to target Fringe goers attending free and paid-for shows in this exceptionally busy area of Edinburgh.', 'friendlyurl' => 'cowgate-pillars', 'sortorder' => 12, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#BE1952;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Cowgate-Pillars.svg"> </div>		<a href="/fringe/replacements-cowgate-pillars"><img src="https://ops.outofhand.co.uk/assets/images/pages/cowgatepillars.jpg" alt="Replacements - Cowgate Pillars"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-cowgate-pillars">		<h3 style="color:#BE1952;">Replacements - Cowgate - Pillar Banner</h3>		</a>		<h6 style="color:#BE1952;">Front and Back: 870mm wide x 1600mm high (34" wide x 63" high)<br>			Side: 730mm wide x 1600mm high (28.7" wide x 63" high)</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#BE1952">		<div class="price">from £60 + vat</div>		<a href="/fringe/replacements-cowgate-pillars" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'Front and Back:<br>870mm wide x 1600mm high (34" wide x 63" high)<br><br>Side:<br>730mm wide x 1600mm high (28.7" wide x 63" high)', 'pageblurb4' => 'Location,#BE1952,/assets/images/2023/fringe-products/Cowgate-Pillars.svg,medium,/fringe/replacements-cowgate-pillars', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 438, 'pageid' => 304, 'image' => 'cowgatepillars.jpg', 'imageflag' => null), array('imageid' => 439, 'pageid' => 304, 'image' => 'Cowgate-Pillar_1024x1024.jpg', 'imageflag' => null), array('imageid' => 440, 'pageid' => 304, 'image' => 'Cowgate_Pillars_bare_1024x1024.png', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 305, 'pagename' => 'Cowgate - Bridge Banner', 'pagenavname' => 'Cowgate - Bridge Banner', 'pagenavblurb' => '£1,500 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format above the heavy footfall areas of Cowgate. This large format banner is 1.5m high and stretches 10m across South Bridge, above the Cowgate (overlooking Blair St and Niddery St), perfectly positioned to reach Fringe fans walking underneath on the Cowgate. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-bridge-banner.svg"></div> <p class="size"><strong>Size:</strong> 10000mm wide x 1500mm high<br>393” wide x 59” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £1,500 + vat </p><p class="info">All prices include production, printing your supplied artwork directly onto non PVC Vinyl. </p></div>', 'htmltitle' => 'Cowgate - Bridge Banner', 'metakeywords' => null, 'metadesc' => 'Exclusive new format above the heavy footfall areas of Cowgate. This large format banner is 1.5m high and stretches 10m across South Bridge, above the Cowgate (overlooking Blair St and Niddery St).', 'friendlyurl' => 'cowgate-bridge-banner', 'sortorder' => 13, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '10000mm wide x 1500mm high<br>393” wide x 59” high', 'pageblurb4' => 'Location,#BE1952,/assets/images/2023/fringe-products/Cowgate-Bridge-Banner.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 455, 'pageid' => 305, 'image' => 'Bridge-Banner.jpg', 'imageflag' => null), array('imageid' => 1012, 'pageid' => 305, 'image' => 'Bridge Banner.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 306, 'pagename' => 'Crowd Barrier Jackets', 'pagenavname' => 'Crowd Barrier Jackets', 'pagenavblurb' => ' ', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="description fringe-description">                        	<h3><span>Full colour, double sided and printed onto PVC mesh – high impact and gets noticed as they pop up in places you won\'t expect to see show advertising.<br><br><span style="color: #ff9900;">NEW LOCATION FOR SECOND</span> <span style="color: #ff9900;">RELEASE:</span> Marshall St, so you can reach people coming into Bristo Square from the Nicholson St area. <br></span></h3>                        	<hr><h6><b>LOCATIONS: </b></h6><p><span>Royal Mile, by Hunter Square,  Marshall St, Greyfriars Bobby and George IV Bridge.</span></p><h6><b>SIZE: </b></h6><p><span>900mm x 2220mm wide.</span></p><h6><b>COST: </b></h6><p><span><b>£250 + vat per barrier</b></span></p><div class="spare-recommendation">	<h6><b>SPARE / REPLACEMENT RECOMMENDATION:</b></h6>	<div class="spare-recommendation-block">		<p><b><a href="#" style="background: green;">LOW - ORDER NOW</a></b></p>	</div></div>                        </div>', 'htmltitle' => 'Crowd Barrier Jackets', 'metakeywords' => null, 'metadesc' => 'Full colour, double sided and printed onto PVC mesh – high impact and gets noticed as they pop up in places you won\'t expect to see show advertising.', 'friendlyurl' => 'crowd-barrier-jackets', 'sortorder' => 14, 'pageblurb' => ' ', 'pageblurb2' => ' ', 'pageblurb3' => ' ', 'pageblurb4' => ' ', 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 362, 'pageid' => 306, 'image' => 'crowdbarrier-2.jpg', 'imageflag' => null), array('imageid' => 363, 'pageid' => 306, 'image' => 'crowdbarrier-3.jpg', 'imageflag' => null), array('imageid' => 364, 'pageid' => 306, 'image' => 'crowdbarrier.jpg', 'imageflag' => '["1"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 311, 'pagename' => 'Lamppost Wrap', 'pagenavname' => 'Lamppost Wrap', 'pagenavblurb' => '£300 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Fixed around sign and lamp posts on key high traffic routes between Fringe venues in the city centre.The wraps are double sided, and you are booking both sides - you can either use the same artwork on both sides or different artwork on each side - please advise at the point of order. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-lamp-post-wrap.svg"></div> <p class="size"><strong>Size:</strong> 600mm wide x 2000mm high<br>23.62” wide x 78.74” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £300 + vat</p><p class="replacements-high"><strong>Replacements:</strong> There is a <span>high</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £55 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Lamppost Wrap', 'metakeywords' => null, 'metadesc' => 'Unmissable street level, double sided format, fitted around sign and lamp posts on key high traffic routes between Fringe venues in the city centre.', 'friendlyurl' => 'lamp-post-wraps-full-length', 'sortorder' => 15, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#397292;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Lamp-Post-Wrap.svg"> </div>		<a href="/fringe/replacements-lamp-post-wraps"><img src="https://ops.outofhand.co.uk/assets/images/pages/Lamp Post.jpg" alt="Replacements - Lamp Post Wrap"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-lamp-post-wraps">		<h3 style="color:#397292;">Replacements - Lamppost Wrap</h3>		</a>		<h6 style="color:#397292;">600mm wide x 2000mm high<br>			23.62” wide x 78.74” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#397292">		<div class="price">£55 + vat</div>		<a href="/fringe/replacements-lamp-post-wraps" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '600mm wide x 2000mm high<br>23.62” wide x 78.74” high', 'pageblurb4' => 'Zone,#397292,/assets/images/2023/fringe-products/Lamp-Post-Wrap.svg,high,/fringe/replacements-lamp-post-wraps', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 467, 'pageid' => 311, 'image' => 'lamppostwrap.jpg', 'imageflag' => null), array('imageid' => 468, 'pageid' => 311, 'image' => 'Lamp-post-wrap_2_1024x1024.jpg', 'imageflag' => null), array('imageid' => 469, 'pageid' => 311, 'image' => 'Lamp_post_wrap_GOOD_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1003, 'pageid' => 311, 'image' => 'Lamp Post.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 579, 'pagename' => 'Raised Lamppost Wrap', 'pagenavname' => 'Raised Lamppost Wrap', 'pagenavblurb' => '£195 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 0, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Fixed above head height around lamp posts on key high traffic routes between Fringe venues in the city centre.The wraps are double sided, and you are booking both sides - you can either use the same artwork on both sides or different artwork on each side - please advise at the point of order. </p><div class="poster-size-guide-icon"><img src="https://ops.outofhand.co.uk/assets/images/size-guide-raised-lamppost-wrap.svg"></div> <p class="size"><strong>Size:</strong> 600mm wide x 1000mm high<br>23.62” wide x 39.37” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £195 + vat</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £30 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Raised Lamppost Wrap', 'metakeywords' => null, 'metadesc' => 'Double sided format that is fitted above head height around lamp posts on key high traffic routes between Fringe venues in the city centre.', 'friendlyurl' => 'raised-lamppost-wrap', 'sortorder' => 16, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#397292;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/Lamp-Post-Wrap.svg"> </div>  <a href="/fringe/replacements-raised-lamppost-wrap"><img src="https://ops.outofhand.co.uk/assets/images/pages/Raised-Lamppost-Wrap.jpg" alt="Replacements - Raised Lamppost Wrap"></a>  </div> <div class="title-wrapper"> <a href="/fringe/replacements-raised-lamppost-wrap"><h3 style="color:#397292;">Replacements - Raised Lamppost Wrap</h3></a> <h6 style="color:#397292;">600mm wide x 1000mm high<br>23.62” wide x 39.37” high</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#397292"> <div class="price">£30 + vat</div> <a href="/fringe/replacements-raised-lamppost-wrap" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '600mm wide x 1000mm high<br>23.62” wide x 39.37” high', 'pageblurb4' => 'Zone,#397292,/assets/images/2023/fringe-products/Lamp-Post-Wrap.svg,medium,/fringe/replacements-raised-lamppost-wrap', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 1055, 'pageid' => 579, 'image' => 'Raised-Lamppost-Wrap.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 308, 'pagename' => 'Festival Tower', 'pagenavname' => 'Festival Tower', 'pagenavblurb' => '£675 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Large, purpose built structures that really stand out and get noticed. Each four or six sided tower is situated in central, high traffic locations and offers great exposure for your show. Due to limited availability, only one side per show in each location. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-festival-tower.svg"></div> <p class="size"><strong>Size:</strong> 1220mm wide x 2440mm high<br>48” wide x 96” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £675 + vat per side </p>	<p class="limit"><strong>Order limit:</strong> Due to limited availability, only one side per show, per promoter in each location.</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £90 + vat per poster</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p>	</div>', 'htmltitle' => 'Festival Tower', 'metakeywords' => null, 'metadesc' => 'Large, purpose built structures that really stand out and get noticed. Each four or six sided tower is situated in central, high traffic locations and offers great exposure for your show.', 'friendlyurl' => 'festival-tower', 'sortorder' => 19, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#E83C3E;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Festival-Tower.svg"> </div>		<a href="/fringe/replacements-festival-tower"><img src="https://ops.outofhand.co.uk/assets/images/pages/Festival-Tower.jpg" alt="Replacements - Festival Tower"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-festival-tower">		<h3 style="color:#E83C3E;">Replacements - Festival Tower</h3>		</a>		<h6 style="color:#E83C3E;">1220mm wide x 2440mm high<br>			48” wide x 96” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#E83C3E">		<div class="price">£90&nbsp;+ vat</div>		<a href="/fringe/replacements-festival-tower" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '1220mm wide x 2440mm high<br>48” wide x 96” high', 'pageblurb4' => 'Location,#E83C3E,/assets/images/2023/fringe-products/Festival-Tower.svg,low,/fringe/replacements-festival-tower', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 460, 'pageid' => 308, 'image' => 'Festival-Tower.jpg', 'imageflag' => null), array('imageid' => 461, 'pageid' => 308, 'image' => 'Festival-Towers_1f054923-6cbf-4406-a329-103a581a2e16_1024x1024.jpg', 'imageflag' => null), array('imageid' => 462, 'pageid' => 308, 'image' => 'Festival_Tower3_1024x1024.png', 'imageflag' => null), array('imageid' => 1048, 'pageid' => 308, 'image' => 'Festival-Tower.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 312, 'pagename' => 'Phone Kiosk', 'pagenavname' => 'Phone Kiosk', 'pagenavblurb' => '£450 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in heavy footfall areas of the city centre. Whilst the actual phone boxes might not be used much for making phone calls, they are positioned in good street level locations and the outsides of them are great advertising platforms to reach Fringe fans across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-phone-kiosk.svg"></div> <p class="orientation"><strong>Orientation:</strong> Portrait</p> <p class="cost"><strong>Cost: </strong>£450 + vat per location</p><p class="info">All prices include production. </p>	</div>', 'htmltitle' => 'Phone Kiosk', 'metakeywords' => null, 'metadesc' => 'Exclusive format in heavy footfall areas of the city centre. Whilst the actual phone boxes might not be used much for making phone calls, they are positioned in good street level locations and the external sides of them are great advertising platforms.', 'friendlyurl' => 'phone-kiosk', 'sortorder' => 20, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => null, 'pageblurb4' => 'Location,#EB5C44,/assets/images/2023/fringe-products/Phone-Kiosk.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 470, 'pageid' => 312, 'image' => 'phonekiosk.jpg', 'imageflag' => null), array('imageid' => 471, 'pageid' => 312, 'image' => 'IMG_1494_1024x1024.jpg', 'imageflag' => null), array('imageid' => 472, 'pageid' => 312, 'image' => 'Phone_Kiosk2_1024x1024.png', 'imageflag' => null), array('imageid' => 1050, 'pageid' => 312, 'image' => 'phonekiosk.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 574, 'pagename' => 'Potterow Port - Bridge Banner', 'pagenavname' => 'Potterow Port - Bridge Banner', 'pagenavblurb' => '£1,500 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 0, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. This two section banner runs across the top of the subway entrance and clearly visible to everyone using the subway, whichever direction they are going!</p>	<div class="poster-size-guide-icon"><img src="https://ops.outofhand.co.uk/assets/images/size-guide-potterow-port-bridge-banner.svg"></div>	<p class="size"><strong>Size:</strong>10000mm wide x 1000mm high<br>394" wide x 39.4"</p>		<p class="cost"><strong>Cost:</strong> Museum side: £1,500 + vat<br>Bristo Square side: £1,500 + vat</p>	<p class="orientation"><strong>Orientation:</strong> Landscape</p>	<p class="limit"><strong>Order limit:</strong> One banner per show.</p>	<p class="info">All prices include production, printing your supplied artwork directly onto vinyl.</p></div><style>.banner.banner-about {background-image: url(https://ops.outofhand.co.uk/assets/images/pages/potterow-port-entrance-banner.jpg);}</style>', 'htmltitle' => 'Potterow Port - Bridge Banner', 'metakeywords' => null, 'metadesc' => 'Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. Positioned above the entrance into this busy subway, this banner is unmissable!', 'friendlyurl' => 'potterow-port-entrance-banner', 'sortorder' => 21, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '10000mm wide x 1000mm high<br>394" wide x 39.4"', 'pageblurb4' => 'Location,#E8308A,/assets/images/2023/fringe-products/Potterow-Port-Embankment.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 990, 'pageid' => 574, 'image' => 'potterow-port-entrance-banner.jpg', 'imageflag' => null), array('imageid' => 1015, 'pageid' => 574, 'image' => 'POTTEROW-PORT---ENTRANCE-BANNER.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 339, 'pagename' => 'Potterow Port - Embankment', 'pagenavname' => 'Potterow Port - Embankment', 'pagenavblurb' => 'from £275 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in a very high footfall area on the University side of the Potterow Port subway. Highly visible as you enter / exit the subway from the popular Bristo Square area, numerous Fringe venues nearby including Gilded Balloon at the Museum, Pleasance Dome and Underbelly. All artwork is printed onto a Ultra Stick Vinyl with an anti graffiti laminate applied over the top to protect the artwork.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-potterow-port-embankment.svg"></div> <p class="size"><strong>Size/Cost:</strong></p><p class="cost">4 Sheet: £275 + vat<br>8 Sheet: £695 + vat</p> <p class="orientation"><strong>Orientation:</strong> Portrait and Lanscape</p>	<p class="limit"><strong>Order limit:</strong> One poster per show.</p><p class="info">All prices include production, printing your supplied artwork directly onto vinyl.</p></div>', 'htmltitle' => 'Potterow Port - Embankment', 'metakeywords' => null, 'metadesc' => 'Exclusive format in a very high footfall area on the University side of the Potterow Port subway. Highly visible as you enter / exit the subway from the popular Bristo Square area, numerous Fringe venues nearby.', 'friendlyurl' => 'potterow-port-embankment', 'sortorder' => 22, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '4 Sheet<br>8 Sheet', 'pageblurb4' => 'Location,#E8308A,/assets/images/2023/fringe-products/Potterow-Port-Embankment.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 425, 'pageid' => 339, 'image' => 'Potterow-Port-EMBANKMENT.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 573, 'pagename' => 'Potterow Port - Entrance Triangle', 'pagenavname' => 'Potterow Port - Entrance Triangle', 'pagenavblurb' => '£1,300 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 0, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. All artwork is printed onto a hard standing vinyl with an anti graffiti laminate applied over the top to protect the artwork.</p>	<div class="poster-size-guide-icon"><img src="https://ops.outofhand.co.uk/assets/images/size-guide-potterow-port-entrance-triangle.svg"></div><p class="size"><strong>Size:</strong> Various</p><p class="cost"><strong>Cost:</strong> Museum side - Left: £1,300 + vat<br>	Museum side - Right: £1,300 + vat<br>	Bristo Square side - Left: £1,300 + vat<br>	Bristo Square side - Right: £1,300 + vat	</p>	<p class="limit"><strong>Order limit:</strong> One vinyl per show.</p><p class="info">All prices include production, printing your supplied artwork directly onto vinyl.</p></div><style>.banner.banner-about {background-image: url(https://ops.outofhand.co.uk/assets/images/pages/potterow-port-entrance-vinyl-wraps.jpg);}</style>', 'htmltitle' => 'Potterow Port - Entrance Triangle', 'metakeywords' => null, 'metadesc' => 'Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. All artwork is printed onto a hard standing vinyl with an anti graffiti laminate applied over the top to protect the artwork.', 'friendlyurl' => 'potterow-port-entrance-triangle', 'sortorder' => 23, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => null, 'pageblurb4' => 'Location,#E8308A,https://ops.outofhand.co.uk/assets/images/PotterowTriangle.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 989, 'pageid' => 573, 'image' => 'potterow-port-entrance-vinyl-wraps.jpg', 'imageflag' => null), array('imageid' => 1016, 'pageid' => 573, 'image' => 'Potterow--Port---Entrance-Triangle.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 310, 'pagename' => 'Festival Triangle', 'pagenavname' => 'Festival Triangle', 'pagenavblurb' => 'from £600', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Make a big impact with this large freestanding three sided format that will hold either 3 x 12 sheets, 9 x 4-sheets (3 per side) or a 3.2m x 1.8m mesh banner. Locations in high footfall areas and near venues across the City Centre, Old Town and The Meadows.</p><p class="size"><strong>Size:</strong> See above.</p><p class="cost"><strong>Cost:</strong><br> £600 + vat per side - for 1x 12 Sheet or 3x 4 Sheets.<br>£675 + vat per side - for a 71” high x 126” wide (1800mm high x 3200mm wide) mesh banner.</p><p><strong>EXTRAS:</strong> Add a fence top above your artwork to really stand out above other shows. Each fence top is 0.5m high and 3.5m wide - perfect for quotes or review comments to help draw attention to your show.</p>	<p class="cost"><strong>Cost:</strong> £160 + vat per side<br><strong>NOTE:</strong> You can only buy a fence top to go above your own poster. </p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p>	</div>', 'htmltitle' => 'Festival Triangle', 'metakeywords' => null, 'metadesc' => 'Make a big impact with this large freestanding three sided format that will hold either 3 x 12 sheets or 9 x 4-sheets (3 per side). Locations in high footfall traffic across the city centre and old town.', 'friendlyurl' => 'festival-triangle-cube', 'sortorder' => 24, 'pageblurb' => null, 'pageblurb2' => null, 'pageblurb3' => null, 'pageblurb4' => null, 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 463, 'pageid' => 310, 'image' => 'Festival-Triangle.jpg', 'imageflag' => null), array('imageid' => 465, 'pageid' => 310, 'image' => 'Festival_Triangle_NEW2_1024x1024.png', 'imageflag' => null), array('imageid' => 466, 'pageid' => 310, 'image' => 'Festival-Triangles_1024x1024.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 320, 'pagename' => 'Potterow Port - Inside Subway', 'pagenavname' => 'Potterow Port - Inside Subway', 'pagenavblurb' => 'from £275 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. This location is fully lit 24hrs a day to ensure good presentation at all times. All artwork is printed onto a hard standing vinyl with an anti graffti laminate applied over the top to protect the artwork. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-potterow-port-subway.svg"></div> <p class="size"><strong>Size/Cost:</strong></p><p class="cost">4 Sheet: £275 + vat</p><p class="cost">8 Sheet: £750 + vat</p><p class="cost">12 Sheet: £1,100 + vat</p> <p class="orientation"><strong>Orientation:</strong> Portrait and Landscape</p>	<p class="limit"><strong>Order limit:</strong> One poster per show.</p><p class="info">All prices include production, printing your supplied artwork directly onto vinyl.</p></div>', 'htmltitle' => 'Potterow Port - Inside Subway', 'metakeywords' => null, 'metadesc' => 'Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. This location is fully lit 24hrs a day to ensure good presentation at all times.', 'friendlyurl' => 'potterow-port-inside-subway', 'sortorder' => 25, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '4 Sheet<br>8 Sheet<br>12 Sheet', 'pageblurb4' => 'Location,#E8308A,/assets/images/2023/fringe-products/Potterow-Port-Inside-Subway.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 473, 'pageid' => 320, 'image' => 'potterowvinyl.jpg', 'imageflag' => null), array('imageid' => 474, 'pageid' => 320, 'image' => 'POTTEROW-PORT-VINYL_S_1024x1024.jpg', 'imageflag' => null), array('imageid' => 475, 'pageid' => 320, 'image' => 'Potterow-Port-Vinyls_0398cb31-c3ba-4c43-80b9-a1b8a227fb6f_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1014, 'pageid' => 320, 'image' => 'Subway Vinyls.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 317, 'pagename' => 'Princes St - Widescreens', 'pagenavname' => 'Princes St - Widescreens', 'pagenavblurb' => '£325 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Framed and mounted on railings running alongside the entire length of both the East and West Prince\'s Street Gardens. This area receives a footfall in excess of 1.3m million people during the Fringe - a mix of both festival goers, tourists and locals alike so is well positioned to reach a high number of people.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-widescreen.svg"></div> <p class="size"><strong>Size:</strong> 2000mm wide x 700mm high<br>78.7” wide x 27.6” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £325 + vat</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £50 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx and mounted in a wooden frame.</p></div>', 'htmltitle' => 'Princes St - Widescreens', 'metakeywords' => null, 'metadesc' => 'Framed and mounted on railings running alongside the entire length of Prince\'s St gardens. This area receives a footfall of 1.3m million people during the Fringe - a mix of both festival goers and locals alike.', 'friendlyurl' => 'widescreen', 'sortorder' => 26, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#5EC2D7;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Widescreen.svg"> </div>		<a href="/fringe/replacements-widescreen"><img src="https://ops.outofhand.co.uk/assets/images/pages/Widescreens.jpg" alt="Replacements - Widescreen"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-widescreen">		<h3 style="color:#5EC2D7;">Replacements - Princes St - Widescreens</h3>		</a>		<h6 style="color:#5EC2D7;">2000mm wide x 700mm high<br>			78.7” wide x 27.6” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#5EC2D7">		<div class="price">£50&nbsp;+ vat</div>		<a href="/fringe/replacements-widescreen" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '2000mm wide x 700mm high<br>78.7” wide x 27.6” high', 'pageblurb4' => 'Location,#5EC2D7,/assets/images/2023/fringe-products/Widescreen.svg,low,/fringe/replacements-widescreen', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 492, 'pageid' => 317, 'image' => 'widescreens.jpg', 'imageflag' => null), array('imageid' => 493, 'pageid' => 317, 'image' => 'WIDESCREENS_1024x1024.jpg', 'imageflag' => null), array('imageid' => 494, 'pageid' => 317, 'image' => 'Widescreen_NEW_1024x1024.png', 'imageflag' => null), array('imageid' => 1019, 'pageid' => 317, 'image' => 'Widescreens.jpg', 'imageflag' => null), array('imageid' => 1051, 'pageid' => 317, 'image' => 'Widescreens.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 315, 'pagename' => 'Railing Boards - Double Quad', 'pagenavname' => 'Railing Boards - Double Quad', 'pagenavblurb' => '£185 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description">	<p class="fringe-description">Extra large railing board to get extra attention for your show, fitted to key railings sites across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-double-quad.svg"></div>	 <p class="size"><strong>Size:</strong> 2032mm wide x 762mm high<br>80” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £185 + vat per poster</p>	<p class="limit"><strong>Order limit:</strong> One per show, per location.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £60 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Double Quad', 'metakeywords' => null, 'metadesc' => 'Extra large railing board to get extra attention for your show, fitted to key railings sites across the city centre.', 'friendlyurl' => 'double-quad', 'sortorder' => 27, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Double-Quad.svg"> </div>		<a href="/fringe/replacements-railing-boards-30x80-double-quad"><img src="https://ops.outofhand.co.uk/assets/images/pages/Double-Quad.jpg" alt="Replacements - Double Quad"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-railing-boards-30x80-double-quad">		<h3 style="color:#009542;">Replacements - Railing Boards - Double Quad</h3>		</a>		<h6 style="color:#009542;">2032mm wide x 762mm high<br>			80” wide x 30” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£60&nbsp;+ vat</div>		<a href="/fringe/replacements-railing-boards-30x80-double-quad" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '2032mm wide x 762mm high<br>80” wide x 30” high', 'pageblurb4' => 'Location,#009542,/assets/images/2023/fringe-products/Double-Quad.svg,medium,/fringe/replacements-railing-boards-30x80-double-quad', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 484, 'pageid' => 315, 'image' => 'RAILING-BOARDS-30”-x-80”-(DOUBLE-QUAD).jpg', 'imageflag' => null), array('imageid' => 485, 'pageid' => 315, 'image' => 'RAILING-BOARDS-_30_-x-80_Double-Quad_1024x1024.jpg', 'imageflag' => null), array('imageid' => 486, 'pageid' => 315, 'image' => 'Double_Quad_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1034, 'pageid' => 315, 'image' => 'Double-Quad.jpg', 'imageflag' => null), array('imageid' => 1052, 'pageid' => 315, 'image' => 'Double-Quad.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 319, 'pagename' => 'Railing Boards - Single', 'pagenavname' => 'Railing Boards - Single', 'pagenavblurb' => '£27.50 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Very cost effective option if you just want one poster placed in a zone on its own, posters are fixed to key railings sites across the city centre. Note: your artwork will be laid up next to another different show. Limit of four single railing boards per zone.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-double-crown.svg"></div> <p class="size"><strong>Size:</strong> 508mm wide x 762mm high<br>20” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £27.50 + vat</p>	<p class="limit"><strong>Order limit:</strong> Four single railing boards per zone.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £15 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Single', 'metakeywords' => null, 'metadesc' => 'Cost effective option. Only four singles can be purchased with one allocated per Zone. Boards are fixed to key railings sites across the city centre.', 'friendlyurl' => 'double-crown', 'sortorder' => 28, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#000000;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Double-Crown.svg"> </div>		<a href="/fringe/replacements-railing-boards-30x20-double-crown"><img src="https://ops.outofhand.co.uk/assets/images/pages/Double Crown.jpg" alt="Replacements - Double Crown"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-railing-boards-30x20-double-crown">		<h3 style="color:#000000;">Replacements - Railing Boards - Single</h3>		</a>		<h6 style="color:#000000;">DOUBLE CROWN<br><br>508mm wide x 762mm high<br>			20” wide x 30” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#000000">		<div class="price">£15 + vat</div>		<a href="/fringe/replacements-railing-boards-30x20-double-crown" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'DOUBLE CROWN<br><br>508mm wide x 762mm high<br>20” wide x 30” high', 'pageblurb4' => 'Zone,#000000,/assets/images/2023/fringe-products/Double-Crown.svg,medium,/fringe/replacements-railing-boards-30x20-double-crown', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 476, 'pageid' => 319, 'image' => 'RAILING-BOARDS-30”-x-20”--(Double-crown)-SINGLE-POSTERS-2.jpg', 'imageflag' => null), array('imageid' => 477, 'pageid' => 319, 'image' => 'Railing-Boards-30x20-Single_1024x1024.jpg', 'imageflag' => null), array('imageid' => 478, 'pageid' => 319, 'image' => 'IMG_20140728_150837629_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1004, 'pageid' => 319, 'image' => 'Double Crown.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 313, 'pagename' => 'Railing Boards - Pair', 'pagenavname' => 'Railing Boards - Pair', 'pagenavblurb' => '£55 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Cost effective option, fitted in pairs of the same artwork unless otherwise stated for maximum impact. Boards are fixed to key railings sites across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-double-crown-pair.svg"></div> <p class="size"><strong>Size:</strong> 508mm wide x 762mm high<br>20” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £55 + vat per pair of posters </p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £25 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Pair', 'metakeywords' => null, 'metadesc' => 'Cost effective option, fitted in pairs of the same artwork unless otherwise stated for maximum impact. Boards are fixed to key railings sites across the city centre.', 'friendlyurl' => 'railing-boards-30x20-double-crown-pairs', 'sortorder' => 29, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#000000;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Double-Crown-Pair.svg"> </div>		<a href="/fringe/replacements-railing-boards-30x20-double-crown-pair"><img src="https://ops.outofhand.co.uk/assets/images/pages/Double Crown Pair.jpg" alt="Replacements - Double Crown Pair"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-railing-boards-30x20-double-crown-pair">		<h3 style="color:#000000;">Replacements - Railing Boards - Pair</h3>		</a>		<h6 style="color:#000000;">2x DOUBLE CROWNS SIDE BY SIDE<br><br>508mm wide x 762mm high<br>			20” wide x 30” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#000000">		<div class="price">£25&nbsp;+ vat</div>		<a href="/fringe/replacements-railing-boards-30x20-double-crown-pair" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '2x DOUBLE CROWNS SIDE BY SIDE<br><br>508mm wide x 762mm high<br>20” wide x 30” high', 'pageblurb4' => 'Zone,#000000,/assets/images/2023/fringe-products/Double-Crown-Pair.svg,medium,/fringe/replacements-railing-boards-30x20-double-crown-pair', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 479, 'pageid' => 313, 'image' => 'RAILING-BOARDS-30”-x-40”--(Double-crown-PAIRS).jpg', 'imageflag' => null), array('imageid' => 480, 'pageid' => 313, 'image' => 'RAILING-BOARDS---30_-x-20_-_Double-crown_60985397-9e15-43a1-b3c6-372f058102e2_1024x1024.jpg', 'imageflag' => null), array('imageid' => 481, 'pageid' => 313, 'image' => 'Railing-Boards_pair-of-B2_eb641c1e-e447-4b0f-81b0-a63ab961c793_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1005, 'pageid' => 313, 'image' => 'Double Crown Pair.jpg', 'imageflag' => null), array('imageid' => 1040, 'pageid' => 313, 'image' => 'Double-Crown-Pair---VP.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 332, 'pagename' => 'Litter Bin Advertising Structure', 'pagenavname' => 'Litter Bin Advertising Structure', 'pagenavblurb' => ' ', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => ' ', 'htmltitle' => 'Litter Bin Advertising Structure', 'metakeywords' => null, 'metadesc' => null, 'friendlyurl' => 'litter-bin-advertising-structure', 'sortorder' => 30, 'pageblurb' => ' ', 'pageblurb2' => ' ', 'pageblurb3' => ' ', 'pageblurb4' => ' ', 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 406, 'pageid' => 332, 'image' => 'litterbinadvertising.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 314, 'pagename' => 'Railing Boards - Quad', 'pagenavname' => 'Railing Boards - Quad', 'pagenavblurb' => '£80 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Cost effective landscape format making the most of the space available, fixed to key railings sites across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-quad.svg"></div> <p class="size"><strong>Size:</strong> 1016mm wide x 762mm high<br>40” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £80 + vat</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £25 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Quad', 'metakeywords' => null, 'metadesc' => 'Cost effective landscape format making the most of the space available, fixed to key railings sites across the city centre.', 'friendlyurl' => 'quad', 'sortorder' => 31, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#000000;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Quad.svg"> </div>		<a href="/fringe/replacements-railing-boards-30x40-quad"><img src="https://ops.outofhand.co.uk/assets/images/pages/Quad.jpg" alt="Replacements - Quad"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-railing-boards-30x40-quad">		<h3 style="color:#000000;">Replacements - Railing Boards - Quad</h3>		</a>		<h6 style="color:#000000;">1016mm wide x 762mm high<br>			40” wide x 30” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#000000">		<div class="price">£25&nbsp;+ vat</div>		<a href="/fringe/replacements-railing-boards-30x40-quad" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '1016mm wide x 762mm high<br>40” wide x 30” high', 'pageblurb4' => 'Zone,#000000,/assets/images/2023/fringe-products/Quad.svg,medium,/fringe/replacements-railing-boards-30x40-quad', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 482, 'pageid' => 314, 'image' => 'RAILING-BOARDS-30”-x-40”-(Quad).jpg', 'imageflag' => null), array('imageid' => 483, 'pageid' => 314, 'image' => 'RAILING-BOARDS---30_-x-40_-_Quad_6d101f21-2751-446c-b0c5-d69d57ddcb73_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1006, 'pageid' => 314, 'image' => 'Quad.jpg', 'imageflag' => null), array('imageid' => 1044, 'pageid' => 314, 'image' => 'Quad.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 321, 'pagename' => 'Railing Boards - Super Quad', 'pagenavname' => 'Railing Boards - Super Quad', 'pagenavblurb' => '£425 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Extra long railing board to get extra attention for your show and to stand out amongst the other posters. Fitted to selected railings sites across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-super-quad.svg"></div> <p class="size"><strong>Size:</strong> 4064mm wide x 762mm high<br>160” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £425 + vat</p>	<p class="limit"><strong>Order limit:</strong> One per show, per location.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £100 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Super Quad', 'metakeywords' => null, 'metadesc' => 'Cost effective option, fitted in pairs of the same artwork unless otherwise stated for maximum impact. Boards are fixed to key railings sites across the city centre. Please specify your preferred location when you place your order.', 'friendlyurl' => 'super-quad', 'sortorder' => 32, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#006C34;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Super-Quad.svg"> </div>		<a href="/fringe/replacements-super-quad-railing-boards-30x160"><img src="https://ops.outofhand.co.uk/assets/images/pages/Super-Quad.jpg" alt="Replacements - Super Quad"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-super-quad-railing-boards-30x160">		<h3 style="color:#006C34;">Replacements - Railing Boards - Super Quad</h3>		</a>		<h6 style="color:#006C34;">4064mm wide x 762mm high<br>			160” wide x 30” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#006C34">		<div class="price">£100&nbsp;+ vat</div>		<a href="/fringe/replacements-super-quad-railing-boards-30x160" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '4064mm wide x 762mm high<br>160” wide x 30” high', 'pageblurb4' => 'Location,#006C34,/assets/images/2023/fringe-products/Super-Quad.svg,medium,/fringe/replacements-super-quad-railing-boards-30x160', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 487, 'pageid' => 321, 'image' => 'Railing-boards-30”-x-160”-(Super-Quad).jpg', 'imageflag' => null), array('imageid' => 488, 'pageid' => 321, 'image' => 'SuperQuads_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1036, 'pageid' => 321, 'image' => 'Super-Quad.jpg', 'imageflag' => null), array('imageid' => 1053, 'pageid' => 321, 'image' => 'Super-Quad.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 340, 'pagename' => 'Tower Cube', 'pagenavname' => 'Tower Cube', 'pagenavblurb' => '£325 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Large, purpose built structures that really stand out and get noticed. Each three cube high tower is situated in a central, high traffic location and offers great exposure for your show. Due to limited availability, only one side per show in each location. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-tower-cube.svg"></div> <p class="size"><strong>Size:</strong> 1000mm x 1000mm<br>39” x 39”</p><p class="cost"><strong>Cost:</strong> £325 + vat</p>	<p class="limit"><strong>Order limit:</strong> Due to limited availability, only one side per show, per promoter in each location.</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £55 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx. </p></div>', 'htmltitle' => 'Tower Cube', 'metakeywords' => null, 'metadesc' => 'Large, purpose built structures that really stand out and get noticed. Each cube tower is situated in central, high traffic locations and offers great exposure for your show. Due to limited availability, only one side per show in each location.', 'friendlyurl' => 'tower-cube', 'sortorder' => 33, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#E83C3E;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/Tower-Cube.svg"> </div>  <a href="/fringe/replacements-tower-cube"><img src="https://ops.outofhand.co.uk/assets/images/pages/Tower Cubes.jpg" alt="Replacements - Tower Cube"></a>  </div> <div class="title-wrapper"> <a href="/fringe/replacements-tower-cube"><h3 style="color:#E83C3E;">Replacements - Tower Cube</h3></a> <h6 style="color:#E83C3E;">1000mm x 1000mm<br>39” x 39”</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#E83C3E"> <div class="price">£55 + vat</div> <a href="/fringe/replacements-tower-cube" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '1000mm x 1000mm<br>39” x 39”', 'pageblurb4' => 'Location,#E83C3E,/assets/images/2023/fringe-products/Tower-Cube.svg,low,/fringe/replacements-tower-cube', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 1018, 'pageid' => 340, 'image' => 'Tower Cubes.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 341, 'pagename' => 'Utility Box Wrap', 'pagenavname' => 'Utility Box Wrap', 'pagenavblurb' => 'from £195', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive new format in heavy footfall areas of the city centre. Positioned in good street locations across the city centre. Available in a variety of sizes with artwork wrapping around all sides of this traditional piece of street furniture that has been traditionally been targeted for flyposting but now utilised for Fringe participants.</p><p class="cost"><strong>Cost:</strong> £225 + vat per location</p><p class="info">All prices include production. </p></div>', 'htmltitle' => 'Utility Box Wrap', 'metakeywords' => null, 'metadesc' => 'Exclusive new format in heavy footfall areas of the city centre. Positioned in good street locations across the city centre. Available in a variety of sizes with artwork wrapping around all sides of this traditional piece of street furniture that has been', 'friendlyurl' => 'utility-box-wrap', 'sortorder' => 34, 'pageblurb' => null, 'pageblurb2' => null, 'pageblurb3' => null, 'pageblurb4' => null, 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 429, 'pageid' => 341, 'image' => 'Utility-Box.jpg', 'imageflag' => null), array('imageid' => 431, 'pageid' => 341, 'image' => 'Utility-Box-2.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0)), 'menu' => array('menu' => 'Buy Now', 'menuid' => 32, 'active' => 1, 'clientid' => 3), 'users' => array()), 'promos' => array(), 'images' => array(array('imageid' => 489, 'pageid' => 316, 'image' => 'wayfindingarrows.jpg', 'imageflag' => null), array('imageid' => 490, 'pageid' => 316, 'image' => 'Venue-Way-finding-Arrows_1024x1024.jpg', 'imageflag' => null), array('imageid' => 491, 'pageid' => 316, 'image' => 'Arrows_for_website_1024x1024.png', 'imageflag' => null), array('imageid' => 1054, 'pageid' => 316, 'image' => 'wayfindingarrows.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), 'breadcrumbs' => array(array('text' => 'Order by Product', 'link' => 'order-by-product'), array('text' => 'Venue Wayfinding Arrows', 'link' => false))))
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:431)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView('@ops_frontend_outdoor_bundle/fringe/page.html.twig', null, array('prices' => array(array('priceid' => 14574, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 140.0, 'weight' => 0.0, 'quantity' => 5, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 14574, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 140.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 5, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15625, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 280.0, 'weight' => 0.0, 'quantity' => 10, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15625, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 280.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 10, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15626, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 420.0, 'weight' => 0.0, 'quantity' => 15, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15626, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 420.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 15, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15627, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 560.0, 'weight' => 0.0, 'quantity' => 20, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15627, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 560.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 20, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1))), 'variations' => array(array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), 'quantities' => array(array('quantity' => 5, 'title' => 5, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 10, 'title' => 10, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 15, 'title' => 15, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 20, 'title' => 20, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx')), 'sizes' => array('Venue Arrow'), 'stocks' => array('4mm Correx'), 'displays' => array('Base Product;-;558'), 'startturnaround' => 5, 'minprice' => 140.0, 'vatbehaviour' => 0, 'matrixes' => array(array('variationid' => 558, 'stock' => '4mm Correx', 'sizes' => array('Venue Arrow'), 'quantities' => array(array('quantity' => 5, 'title' => 5, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 10, 'title' => 10, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 15, 'title' => 15, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 20, 'title' => 20, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx')), 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1), 'displays' => array('Base Product;-;558'), 'prices' => array(array('priceid' => 14574, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 140.0, 'weight' => 0.0, 'quantity' => 5, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 14574, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 140.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 5, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15625, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 280.0, 'weight' => 0.0, 'quantity' => 10, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15625, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 280.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 10, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15626, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 420.0, 'weight' => 0.0, 'quantity' => 15, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15626, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 420.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 15, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15627, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 560.0, 'weight' => 0.0, 'quantity' => 20, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15627, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 560.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 20, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1))), 'maxturnaround' => 5, 'lowestprice' => 140.0)), 'packages' => array(), 'page' => array('pageid' => 316, 'pagename' => 'Venue Wayfinding Arrows', 'pagenavname' => 'Venue Wayfinding Arrows', 'pagenavblurb' => 'from £140 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 1, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 1, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description"><strong>Available for Promoters or Venues only.</strong> Purpose built fringe venue wayfinding arrows to help guide ticket holders to your venue. Printed full colour, double sided on correx. Arrows are sold in packs of five and the price includes fitting - you\'ll be allocated a two hour fitting slot w/c Mon 3rd August with our fitting team to put up the arrows on suitable lamp posts (not sign posts) within 500m of your venue.<br><br>Arrows are fitted above head height on lamp posts. Arrows are only available for venues, not individual shows.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-venue-arrow.svg"></div> <p class="size"><strong>Size:</strong> 550mm wide x 210mm high<br>21.6" wide x 8.3" high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> <br>5 Arrows: £140 + vat <br>10 Arrows: £280 + vat<br>15 Arrows: £420 + vat <br>20 Arrows: £560 + vat <br>	<strong>Locations:</strong> Arrows can be placed within 500m of your venue.</p><p class="info">All prices include printing your supplied artwork directly onto correx and fitting.</p></div>', 'htmltitle' => 'Venue Wayfinding Arrows', 'metakeywords' => null, 'metadesc' => 'Purpose built fringe venue wayfinding arrows to help guide ticket holders to your venue. Printed full colour, double sided on correx. Arrows are sold in packs of five and the price includes fitting.', 'friendlyurl' => 'venue-wayfinding-arrows', 'sortorder' => 35, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '550mm wide x 210mm high<br>21.6" wide x 8.3" high', 'pageblurb4' => 'Location,#7CC1D4,/assets/images/2023/fringe-products/Venue-Wayfinding-Arrows.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'heading' => array('headingid' => 83, 'menuid' => 32, 'headingname' => 'Order by Product', 'headingnavname' => 'Order by Product', 'picturefilename' => '5e46db32cbf9c.jpeg', 'blurb' => '<div class="container section-inner-margin-top center"> 
		
		<div class="tabs"> 
			<a href="#" class="tab active">
			<div class="icon">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 67.961 98.718">
					<use href="/assets/images/2023/icon-fringe-product.svg#icon-fringe-product"></use>
				</svg>
			</div>
			<h3>Fringe<br>
				Products</h3>
 <p>Location and Zone Based Products</p>
			<div class="icon-tab active">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 22">
					<use href="/assets/images/2023/icon-tab-active.svg#icon-tab-active"></use>
				</svg>
			</div>
			</a> <a href="/fringe/replacement-outdoor-posters" class="tab">
			<div class="icon">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 89.652 98.717">
					<use href="/assets/images/2023/icon-fringe-replacements.svg#icon-fringe-replacements"></use>
				</svg>
			</div>
			<h3>Replacement<br>
				Posters</h3>
 <p>Replacement posters for your Fringe products</p>
			<p></p>
			<div class="icon-tab">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 22">
					<use href="/assets/images/2023/icon-tab-active.svg#icon-tab-active"></use>
				</svg>
			</div>
			</a> <a href="/fringe/design-packages" class="tab">
			<div class="icon">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.484 19.484">
					<use href="/assets/images/2023/icon-design.svg#icon-design"></use>
				</svg>
			</div>
			<h3>Design<br>
				Packages</h3>
 <p>We can create artwork for you</p>
			<div class="icon-tab">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 22">
					<use href="/assets/images/2023/icon-tab-active.svg#icon-tab-active"></use>
				</svg>
			</div>
			</a> </div>
	</div>
	
	<div id="fringe-products" class="tab-content fringe-products">
		
		<div class="section-intro">
			<div class="container">
				<div class="col-md-4">
					<h3>Choose your Products below</h3>
					<h5 class="highlight-red">They are zone and location based</h5>
				</div>
				<div class="col-md-8">
					<div>
						<h3>Zone</h3>
						<p>We have divided the city into four zones to create a zonal booking structure for selected formats. Posters will be placed on general distribution across all the advertising sites we have available for each format within that zone, e.g. if you book 10 x 4-sheets in Zone One which has 10 different sites for that format, one poster will go on each site. So, if you only want to target the area around the Pleasance Courtyard, now you can! When you book, out of your total order, please specify how many posters you want in each zone.</p>
					</div>
					<div>
						<h3>Location</h3>
						<p>A majority of our larger advertising formats are booked by specific location - just refer to the map on each product page and pick the exact location you\'d like to book your poster advertising, and it will be fitted in that location.</p>
					</div>
				</div>
			</div>
		</div>
		
	</div>', 'htmltitle' => 'Order by Product', 'metakeywords' => null, 'metadesc' => null, 'friendlyurl' => 'order-by-product', 'sortorder' => 1, 'visibility' => 1, 'verticalmenu' => 0, 'clientid' => 3, 'pages' => array(array('pageid' => 299, 'pagename' => 'All Products', 'pagenavname' => 'All Products', 'pagenavblurb' => ' ', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => ' ', 'htmltitle' => null, 'metakeywords' => null, 'metadesc' => null, 'friendlyurl' => '/fringe/order-by-product', 'sortorder' => 1, 'pageblurb' => ' ', 'pageblurb2' => ' ', 'pageblurb3' => ' ', 'pageblurb4' => ' ', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 1, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 301, 'pagename' => '4 Sheet', 'pagenavname' => '4 Sheet', 'pagenavblurb' => '£165 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-4-sheet.svg"></div><p class="size"><strong> Size:</strong> 1016mm wide x 1524mm high<br>40" wide x 60" high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £165 + vat</p><p class="limit"><strong>Order limit:</strong> In high demand locations, we\'ll only allocate one poster per site. This includes sites at Pleasance Hill, around Bristo Square, Charles St and Cowgate amongst others.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £45 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => '4 Sheet', 'metakeywords' => null, 'metadesc' => 'One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.', 'friendlyurl' => '4-sheet', 'sortorder' => 2, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>  <a href="/fringe/replacements-4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4-Sheets---VP.jpg" alt="Replacements - 4 Sheet"></a>  </div> <div class="title-wrapper"> <a href="/fringe/replacements-4-sheet"><h3 style="color:#eb5c44;">Replacements - 4 Sheet</h3></a> <h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>40" wide x 60" high</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£45 + vat</div> <a href="/fringe/replacements-4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#db5c4e;">Design</h5> <div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>  <a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a>  </div> <div class="title-wrapper"> <a href="/fringe/main-design-package"><h3 style="color:#db5c4e;">Image Supplied Package</h3></a> <h6 style="color:#db5c4e;"></h6> </div> <p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p> <div class="button-wrapper flex-nowrap" style="background-color:#db5c4e"> <div class="price">£275 + vat</div> <a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Location</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/8-Sheet.svg"> </div>  <a href="/fringe/8-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/8%20Sheets%202.jpg" alt="8 Sheet"></a>  </div> <div class="title-wrapper"> <a href="/fringe/8-sheet"><h3 style="color:#eb5c44;">8 Sheet</h3></a> <h6 style="color:#eb5c44;">2032mm wide x 1524mm high<br>80” wide x 60” high</h6> </div> <p>An unusual size that really grabs people\'s attention but is still affordable to smaller shows. Posters are attached to temporary fencing panels or railings depending on location in high footfall areas.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£385&nbsp;+ vat</div> <a href="/fringe/8-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div>', 'pageblurb3' => '1016mm wide x 1524mm high<br>40" wide x 60" high', 'pageblurb4' => 'Zone,#eb5c44,/assets/images/2023/fringe-products/4-Sheet.svg,medium,/fringe/replacements-4-sheet', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 441, 'pageid' => 301, 'image' => '4sheet.jpg', 'imageflag' => null), array('imageid' => 442, 'pageid' => 301, 'image' => '4-SHEETS-_60x40_1024x1024.jpg', 'imageflag' => null), array('imageid' => 443, 'pageid' => 301, 'image' => '4-SHEETS-_60_-x-40_4b408779-3016-4954-ab0f-aee0a0cc021d_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1042, 'pageid' => 301, 'image' => '4 Sheets.jpg', 'imageflag' => null), array('imageid' => 1045, 'pageid' => 301, 'image' => '4 Sheets.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 295, 'pagename' => '8 Sheet', 'pagenavname' => '8 Sheet', 'pagenavblurb' => '£385 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">An unusual size that really grabs people\'s attention but is still affordable to smaller shows. Posters are attached to temporary fencing panels or railings depending on location in high footfall areas.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-8-sheet.svg"></div><p class="size"><strong>Size:</strong> 2032mm wide x 1524mm high<br>80” wide x 60” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £385 + vat</p>	<p class="limit"><strong>Order limit:</strong> One per show, per location.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £90 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => '8 Sheet', 'metakeywords' => null, 'metadesc' => 'An unusual size that really grabs people\'s attention but is still affordable to smaller shows. Posters are attached to temporary fencing panels or railings depending on location in high footfall areas.', 'friendlyurl' => '8-sheet', 'sortorder' => 3, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/8-Sheet.svg"> </div>		<a href="/fringe/replacement-8-sheets"><img src="https://ops.outofhand.co.uk/assets/images/pages/8%20Sheets%202.jpg" alt="Replacements - 8 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacement-8-sheets">		<h3 style="color:#eb5c44;">Replacements - 8 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">2032mm wide x 1524mm high<br>			80” wide x 60” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£90 + vat</div>		<a href="/fringe/replacement-8-sheets" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4%20Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '2032mm wide x 1524mm high<br>80” wide x 60” high', 'pageblurb4' => 'Location,#eb5c44,/assets/images/2023/fringe-products/8-Sheet.svg,medium,/fringe/replacement-8-sheets', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 444, 'pageid' => 295, 'image' => '8sheet-1.jpg', 'imageflag' => null), array('imageid' => 445, 'pageid' => 295, 'image' => '8-SHEET-60x80_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1009, 'pageid' => 295, 'image' => '8 Sheets 2.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 292, 'pagename' => '12 Sheet', 'pagenavname' => '12 Sheet', 'pagenavblurb' => '£660 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Our largest poster size that really stands out with a huge landscape area for your show artwork.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-12-sheet.svg"></div> <p class="size"><strong>Size:</strong> 13048mm wide x 524mm high<br>120” wide x 60” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p> <p class="cost"><strong>Cost:</strong> £660 + vat</p>	<p class="limit"><strong>Order limit:</strong> One per show, per location.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £125 + vat</p>	<p class="fringe-description"><strong>EXTRAS:</strong><br>Add a fence top above your artwork to really stand out above other shows. Each fence top is 0.5m high and 3.5m wide - perfect for quotes or review comments to help draw attention to your show. </p>	<p class="cost"><strong>Cost:</strong> £175 + vat<br><strong>NOTE:</strong> You can only buy a fence top to go above your own poster.</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => '12 Sheet', 'metakeywords' => null, 'metadesc' => 'Our largest poster size that really stands out with a huge landscape area for your show artwork. Select the exact location for your poster to ensure you reach your target audience.', 'friendlyurl' => '12-sheet', 'sortorder' => 4, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/replacements-12-sheets"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="Replacements - 12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-12-sheets">		<h3 style="color:#009542;">Replacements - 12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£125 + vat</div>		<a href="/fringe/replacements-12-sheets" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#EE9C26;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet-Topper.svg"> </div>		<a href="/fringe/12-sheet-topper"><img src="https://ops.outofhand.co.uk/assets/images/pages/fencetops.jpg" alt="12 Sheet Topper"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet-topper">		<h3 style="color:#EE9C26;">12 Sheet Topper</h3>		</a>		<h6 style="color:#EE9C26;">3500mm wide x 500mm high<br>			138” wide x 20” high</h6>	</div>	<p>Give some height to your poster advertising - this format sits perfectly above each side of a Festival Triangle / Cube / above your 12 sheet.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#EE9C26">		<div class="price">£175 + vat</div>		<a href="/fringe/12-sheet-topper" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '13048mm wide x 524mm high<br>120” wide x 60” high', 'pageblurb4' => 'Location,#009542,/assets/images/2023/fringe-products/12-Sheet.svg,medium,/fringe/replacements-12-sheets', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 338, 'pageid' => 292, 'image' => '12sheet.jpg', 'imageflag' => null), array('imageid' => 342, 'pageid' => 292, 'image' => '12sheet-1.jpg', 'imageflag' => null), array('imageid' => 343, 'pageid' => 292, 'image' => '12sheet-2.jpg', 'imageflag' => null), array('imageid' => 1046, 'pageid' => 292, 'image' => '12Sheet.jpg', 'imageflag' => null), array('imageid' => 1047, 'pageid' => 292, 'image' => '12sheet.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 307, 'pagename' => '12 Sheet Topper', 'pagenavname' => '12 Sheet Topper', 'pagenavblurb' => '£175 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Give some height to your poster advertising - this format sits perfectly above each side of a Festival Triangle / Cube / above your 12 sheet. This space is great to use for highlighting those great reviews and star ratings / promote special ticket deals or performances. Draw extra attention to your shows advertised underneath on each fence panel as this poster format is 2.5m above the ground!</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-12-sheet-topper.svg"></div> <p class="size"><strong>Size:</strong> 3500mm wide x 500mm high<br>138” wide x 20” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £175 + vat per side<br></p><p class="limit"><strong>Order limit:</strong> You can only purchase a fence top to go above your own show poster - you can\'t put it on top of someone else\'s!<br><b>NOTE:</b> Your show must be advertised underneath too!</p><p class="info">All prices include production, printing your supplied artwork directly onto correx and mounted onto the fence top. </p>	</div>', 'htmltitle' => '12 Sheet Topper', 'metakeywords' => null, 'metadesc' => 'Give some height to your poster advertising - this format sits perfectly above each side of a Festival Triangle / Cube / above your 12 sheet.', 'friendlyurl' => '12-sheet-topper', 'sortorder' => 5, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '3500mm wide x 500mm high<br>138” wide x 20” high', 'pageblurb4' => 'Location,#EE9C26,/assets/images/2023/fringe-products/12-Sheet-Topper.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 456, 'pageid' => 307, 'image' => 'fencetops.jpg', 'imageflag' => '["1","2"]'), array('imageid' => 457, 'pageid' => 307, 'image' => 'FENCE-TOPS_1024x1024.jpg', 'imageflag' => null), array('imageid' => 458, 'pageid' => 307, 'image' => 'Fence_Tops_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1033, 'pageid' => 307, 'image' => '12-Sheet-Topper.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 318, 'pagename' => 'A1 Triangle', 'pagenavname' => 'A1 Triangle', 'pagenavblurb' => '£170 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Three A1 posters (of the same artwork unless stated) on a low level correx triangle, fitted around lamp posts in key locations across the city centre. You are booking a complete three sided triangle and will have the same artwork on all three sides unless you specify otherwise.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-A1-triangle.svg"></div> <p class="size"><strong>Size:</strong> A1 (594mm wide x 841mm high)</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £170 + vat</p><p class="replacements-high"><strong>Replacements:</strong> There is a <span>high</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £72.50 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx - each triangle can take three different sets of artwork - one for each side.</p></div>', 'htmltitle' => 'A1 Triangle', 'metakeywords' => null, 'metadesc' => 'Three A1 posters (of the same artwork unless stated) on a low level correx triangle, fitted around lamp posts in key locations across the city centre.', 'friendlyurl' => 'a1-triangle', 'sortorder' => 6, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#67C4D1;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/A1-Triangle.svg"> </div>		<a href="/fringe/replacements-a1-triangles"><img src="https://ops.outofhand.co.uk/assets/images/pages/A1 Triangles.jpg" alt="Replacements - A1 Triangle"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-a1-triangles">		<h3 style="color:#67C4D1;">Replacements - A1 Triangle</h3>		</a>		<h6 style="color:#67C4D1;">A1 (594mm wide x 841mm high)</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#67C4D1">		<div class="price">£72.50 + vat</div>		<a href="/fringe/replacements-a1-triangles" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'A1 (594mm wide x 841mm high)', 'pageblurb4' => 'Zone,#67C4D1,/assets/images/2023/fringe-products/A1-Triangle.svg,high,/fringe/replacements-a1-triangles', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 446, 'pageid' => 318, 'image' => 'a1triangles.jpg', 'imageflag' => null), array('imageid' => 447, 'pageid' => 318, 'image' => 'A1-Triangle_1_1024x1024.jpg', 'imageflag' => null), array('imageid' => 448, 'pageid' => 318, 'image' => 'A1-TRIANGLES_95e51910-03e9-4091-bda4-366a64d42d0e_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1001, 'pageid' => 318, 'image' => 'A1 Triangles.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 302, 'pagename' => 'A3 Poster Pack Wrap', 'pagenavname' => 'A3 Poster Pack Wrap', 'pagenavblurb' => '£70 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Great value advertising option with this effective format to support smaller shows. Each pack contains ten posters with one poster placed on ten separate lamp post wraps. There will be 20 different designs per lamp post wrap - 10 on each side.<br><strong>Note: </strong>Limit of 4 packs per show with a limit of 2 packs per zone. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-A3-poster-pack.svg"></div><p class="size"><strong>Size:</strong> A3 (297mm wide x 420mm high)</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £70 + vat per pack of 10 posters</p>	<p class="limit"><strong>Order limit:</strong> Four packs / two per zone.</p><p class="replacements-none"><strong>Replacements:</strong> We include two free spare lamp post wraps within the price.</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'A3 Poster Pack Wrap', 'metakeywords' => null, 'metadesc' => 'Great value advertising option with this effective format to support smaller shows. Each pack contains ten posters with one poster placed on ten separate lamp post wraps. There will be 20 different designs per lamp post wrap - 10 on each side.', 'friendlyurl' => 'a3-poster-pack-wrap', 'sortorder' => 7, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'A3 (297mm wide x 420mm high)', 'pageblurb4' => 'Zone,#BE1952,/assets/images/2023/fringe-products/A3-Poster-Pack-Wrap.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 449, 'pageid' => 302, 'image' => 'a3poster.jpg', 'imageflag' => null), array('imageid' => 450, 'pageid' => 302, 'image' => 'A3_poster_pack_1024x1024.JPG', 'imageflag' => null), array('imageid' => 451, 'pageid' => 302, 'image' => 'A3_Packs_2_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1032, 'pageid' => 302, 'image' => 'A3 Poster Packs.jpg', 'imageflag' => null), array('imageid' => 1039, 'pageid' => 302, 'image' => 'A3-Poster-Packs---VP.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 334, 'pagename' => 'Block Wrap', 'pagenavname' => 'Block Wrap', 'pagenavblurb' => '£350 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive new format in heavy Fringe footfall areas of the city. Acting as security vehicle blockades, they are positioned in prime central locations including Bristo Square, outside the EICC on Morrison St and outside the Playhouse Theatre on Leith St. Each block has 6 sides, approx. A2 in size, as well as a large top section - you have the whole block to use for your show. Given their positions outside key venues, they are great advertising platforms to reach Fringe fans.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-block-wrap.svg"></div> <p class="size"><strong>Size:</strong> A2 (420mm wide x 594mm high)</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p> <p class="cost"><strong>Cost:</strong> £350 + vat per location</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe. <br> <strong> Cost:</strong> £100 + vat</p><p class="info">All prices include production.</p></div>', 'htmltitle' => 'Block Wrap', 'metakeywords' => null, 'metadesc' => 'Exclusive new format in heavy Fringe footfall areas of the city. Acting as security vehicle blockades, they are positioned in prime central locations. Six A2 posters (of the same artwork unless stated) wrap around these concrete blocks.', 'friendlyurl' => 'block-wrap', 'sortorder' => 8, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#375973;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Block-Wrap.svg"> </div>		<a href="/fringe/replacements-block-wraps"><img src="https://ops.outofhand.co.uk/assets/images/pages/block wraps.jpg" alt="Replacements - Block Wrap"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-block-wraps">		<h3 style="color:#375973;">Replacements - Block Wrap</h3>		</a>		<h6 style="color:#375973;">A2 (420mm wide x 594mm high)</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#375973">		<div class="price">£100 + vat</div>		<a href="/fringe/replacements-block-wraps" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'A2 (420mm wide x 594mm high)', 'pageblurb4' => 'Location,#375973,/assets/images/2023/fringe-products/Block-Wrap.svg,low,/fringe/replacements-block-wraps', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 1010, 'pageid' => 334, 'image' => 'block wraps.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 303, 'pagename' => 'Bollard Cover', 'pagenavname' => 'Bollard Cover', 'pagenavblurb' => 'from £135 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Unique format placed over metal bollards on high footfall walkways within the central Fringe areas. Sold in sets depending on location for maximum impact.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-bollard-cover.svg"></div> <p class="size"><strong>Size:</strong> 220mm wide x 1300mm high<br>8.5” wide x 51” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £135 + vat per bollard</p>	<p class="limit"><strong>Order limit:</strong> One set in one location only.</p><p class="replacements-high"><strong>Replacements:</strong> There is a <span>high</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £60 + vat per bollard</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Bollard Cover', 'metakeywords' => null, 'metadesc' => 'Unique format placed over metal bollards on high footfall walkways within the central Fringe areas. Sold in sets depending on location for maximum impact.', 'friendlyurl' => 'bollard-cover', 'sortorder' => 9, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#C3C4C4;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Bollard-Cover.svg"> </div>		<a href="/fringe/replacements-bollards"><img src="https://ops.outofhand.co.uk/assets/images/pages/Bollards.jpg" alt="Replacements - Bollard Cover"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-bollards">		<h3 style="color:#C3C4C4;">Replacements - Bollard Cover</h3>		</a>		<h6 style="color:#C3C4C4;">220mm wide x 1300mm high<br>			8.5” wide x 51” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#C3C4C4">		<div class="price">£60 + vat</div>		<a href="/fringe/replacements-bollards" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '220mm wide x 1300mm high<br>8.5” wide x 51” high', 'pageblurb4' => 'Location,#C3C4C4,/assets/images/2023/fringe-products/Bollard-Cover.svg,high,/fringe/replacements-bollards', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 452, 'pageid' => 303, 'image' => 'bollards.jpg', 'imageflag' => null), array('imageid' => 453, 'pageid' => 303, 'image' => 'Bollards_1024x1024.jpg', 'imageflag' => null), array('imageid' => 454, 'pageid' => 303, 'image' => 'BOLLARDS_d964bb91-d2b3-469d-a1ba-eb537bfea297_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1011, 'pageid' => 303, 'image' => 'Bollards.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 309, 'pagename' => 'Charles St Digital Screen', 'pagenavname' => 'Charles St Digital Screen', 'pagenavblurb' => '£400 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in the heart of Bristo Square. Located on Charles St, in the main walkway between Underbelly Bristo Square, Pleasance Dome, Gilded Balloon Teviot and Assembly George Square, this site reaches the ultimate core Fringe audience, who are happy to buy tickets to see a wide range of performances, from comedy to circus and theatre. The digital screen is booked per week and has a rotation of 6-8 different adverts, with your advert displayed at least once every 90 seconds. Your advert will receive a minimum of 7,560 plays across one week, scheduled in available slots, with some days/hours receiving more plays than others. Total plays will be delivered across the whole week. <br><br>The Screen is operational between 8am - 2am daily. Each advert slot is 6 seconds and offers full motion, in full colour.</p> <div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-digital-screen.svg"></div> <p class="size"><strong>Size:</strong> 75", 1080px wide x 1920px high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £400 + vat per week<br><b>NOTE:</b> Digital Screens are booked per weekly slots.</p>	</div>', 'htmltitle' => 'Charles St Digital Screen', 'metakeywords' => null, 'metadesc' => 'Exclusive format in the heart of Bristo Square. Located on Charles St, in the main walkway between Underbelly Bristo Square, Pleasance Dome, Gilded Balloon Teviot and Assembly George Square.', 'friendlyurl' => 'charles-st-digital-screen', 'sortorder' => 10, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '75", 1080px wide x 1920px high', 'pageblurb4' => 'Location,#E83C3E,/assets/images/2023/fringe-products/Charles-St-Digital-Screen.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 422, 'pageid' => 309, 'image' => 'Digital-Screen.jpg', 'imageflag' => '["2","1"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 333, 'pagename' => 'Bollard Boxes', 'pagenavname' => 'Bollard Boxes', 'pagenavblurb' => 'from £300', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">New format for 2020 – this 1m high mini tower sits perfectly alongside the edge of some of the busiest streets in Edinburgh, including the Royal Mile. You can advertise your show on all four sides and select from the following locations: George IV Bridge, Grassmarket, The Royal Mile or Waverley Bridge.</p><p class="size"><strong>Size:</strong> 39.39” high x 21.65” wide (1000mm high x 550mm wide) per side.</p><p class="cost"><strong>Cost:</strong> £300 + vat per complete box</p><p class="limit"><strong>Order limit:</strong> One per location.</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe. <br>  <strong> Cost:</strong> £150 + vat</p>	<p class="info">All prices include production, printing your supplied artwork directly onto correx.</p><p class="new">New for 2020</p></div>', 'htmltitle' => 'Bollard Boxes', 'metakeywords' => null, 'metadesc' => 'New format for 2020 – this 1m high mini tower sits perfectly alongside the edge of some of the busiest streets in Edinburgh, including the Royal Mile. You can advertise your show on all four sides and select from the following locations: George IV Bridge,', 'friendlyurl' => 'bollard-boxes', 'sortorder' => 11, 'pageblurb' => ' ', 'pageblurb2' => ' ', 'pageblurb3' => ' ', 'pageblurb4' => ' ', 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 433, 'pageid' => 333, 'image' => 'bollard-boxes.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 304, 'pagename' => 'Cowgate - Pillar Banner', 'pagenavname' => 'Cowgate - Pillar Banner', 'pagenavblurb' => 'from £275 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in the heart of the Cowgate. This location is situated between the Three Sisters and Underbelly Cowgate and perfect to target Fringe goers attending free and paid-for shows in this exceptionally busy area of Edinburgh. You can select which pillar you\'d like, as well as which side (front, back or either side facing up and down the Cowgate).</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-cowgate-pillar.svg"></div> <p class="size"><strong>Size:</strong> Front and Back: 870mm wide x 1600mm high (34" wide x 63" high)<br>Side: 730mm wide x 1600mm high (28.7" wide x 63" high)</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> <br>Front Panel (facing the road): £350 + vat<br>Side panel (facing either direction): £275 + vat<br>Back panel (facing the pavement under the arches): £325 + vat<br>End Panel (facing Three Sisters): £650 + vat<br>End Panel (facing Sneaky Pete\'s): £650 + vat<br></p><p class="limit"><strong>Order limit:</strong> Limit of TWO banners per show, one per side.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> from £60 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto the non PVC vinyl.</p>	</div>', 'htmltitle' => 'Cowgate - Pillar Banner', 'metakeywords' => null, 'metadesc' => 'Exclusive format in the heart of the Cowgate. This location situated between the Seven Sisters and Underbelly Cowgate and perfect to target Fringe goers attending free and paid-for shows in this exceptionally busy area of Edinburgh.', 'friendlyurl' => 'cowgate-pillars', 'sortorder' => 12, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#BE1952;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Cowgate-Pillars.svg"> </div>		<a href="/fringe/replacements-cowgate-pillars"><img src="https://ops.outofhand.co.uk/assets/images/pages/cowgatepillars.jpg" alt="Replacements - Cowgate Pillars"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-cowgate-pillars">		<h3 style="color:#BE1952;">Replacements - Cowgate - Pillar Banner</h3>		</a>		<h6 style="color:#BE1952;">Front and Back: 870mm wide x 1600mm high (34" wide x 63" high)<br>			Side: 730mm wide x 1600mm high (28.7" wide x 63" high)</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#BE1952">		<div class="price">from £60 + vat</div>		<a href="/fringe/replacements-cowgate-pillars" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'Front and Back:<br>870mm wide x 1600mm high (34" wide x 63" high)<br><br>Side:<br>730mm wide x 1600mm high (28.7" wide x 63" high)', 'pageblurb4' => 'Location,#BE1952,/assets/images/2023/fringe-products/Cowgate-Pillars.svg,medium,/fringe/replacements-cowgate-pillars', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 438, 'pageid' => 304, 'image' => 'cowgatepillars.jpg', 'imageflag' => null), array('imageid' => 439, 'pageid' => 304, 'image' => 'Cowgate-Pillar_1024x1024.jpg', 'imageflag' => null), array('imageid' => 440, 'pageid' => 304, 'image' => 'Cowgate_Pillars_bare_1024x1024.png', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 305, 'pagename' => 'Cowgate - Bridge Banner', 'pagenavname' => 'Cowgate - Bridge Banner', 'pagenavblurb' => '£1,500 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format above the heavy footfall areas of Cowgate. This large format banner is 1.5m high and stretches 10m across South Bridge, above the Cowgate (overlooking Blair St and Niddery St), perfectly positioned to reach Fringe fans walking underneath on the Cowgate. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-bridge-banner.svg"></div> <p class="size"><strong>Size:</strong> 10000mm wide x 1500mm high<br>393” wide x 59” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £1,500 + vat </p><p class="info">All prices include production, printing your supplied artwork directly onto non PVC Vinyl. </p></div>', 'htmltitle' => 'Cowgate - Bridge Banner', 'metakeywords' => null, 'metadesc' => 'Exclusive new format above the heavy footfall areas of Cowgate. This large format banner is 1.5m high and stretches 10m across South Bridge, above the Cowgate (overlooking Blair St and Niddery St).', 'friendlyurl' => 'cowgate-bridge-banner', 'sortorder' => 13, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '10000mm wide x 1500mm high<br>393” wide x 59” high', 'pageblurb4' => 'Location,#BE1952,/assets/images/2023/fringe-products/Cowgate-Bridge-Banner.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 455, 'pageid' => 305, 'image' => 'Bridge-Banner.jpg', 'imageflag' => null), array('imageid' => 1012, 'pageid' => 305, 'image' => 'Bridge Banner.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 306, 'pagename' => 'Crowd Barrier Jackets', 'pagenavname' => 'Crowd Barrier Jackets', 'pagenavblurb' => ' ', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="description fringe-description">                        	<h3><span>Full colour, double sided and printed onto PVC mesh – high impact and gets noticed as they pop up in places you won\'t expect to see show advertising.<br><br><span style="color: #ff9900;">NEW LOCATION FOR SECOND</span> <span style="color: #ff9900;">RELEASE:</span> Marshall St, so you can reach people coming into Bristo Square from the Nicholson St area. <br></span></h3>                        	<hr><h6><b>LOCATIONS: </b></h6><p><span>Royal Mile, by Hunter Square,  Marshall St, Greyfriars Bobby and George IV Bridge.</span></p><h6><b>SIZE: </b></h6><p><span>900mm x 2220mm wide.</span></p><h6><b>COST: </b></h6><p><span><b>£250 + vat per barrier</b></span></p><div class="spare-recommendation">	<h6><b>SPARE / REPLACEMENT RECOMMENDATION:</b></h6>	<div class="spare-recommendation-block">		<p><b><a href="#" style="background: green;">LOW - ORDER NOW</a></b></p>	</div></div>                        </div>', 'htmltitle' => 'Crowd Barrier Jackets', 'metakeywords' => null, 'metadesc' => 'Full colour, double sided and printed onto PVC mesh – high impact and gets noticed as they pop up in places you won\'t expect to see show advertising.', 'friendlyurl' => 'crowd-barrier-jackets', 'sortorder' => 14, 'pageblurb' => ' ', 'pageblurb2' => ' ', 'pageblurb3' => ' ', 'pageblurb4' => ' ', 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 362, 'pageid' => 306, 'image' => 'crowdbarrier-2.jpg', 'imageflag' => null), array('imageid' => 363, 'pageid' => 306, 'image' => 'crowdbarrier-3.jpg', 'imageflag' => null), array('imageid' => 364, 'pageid' => 306, 'image' => 'crowdbarrier.jpg', 'imageflag' => '["1"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 311, 'pagename' => 'Lamppost Wrap', 'pagenavname' => 'Lamppost Wrap', 'pagenavblurb' => '£300 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Fixed around sign and lamp posts on key high traffic routes between Fringe venues in the city centre.The wraps are double sided, and you are booking both sides - you can either use the same artwork on both sides or different artwork on each side - please advise at the point of order. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-lamp-post-wrap.svg"></div> <p class="size"><strong>Size:</strong> 600mm wide x 2000mm high<br>23.62” wide x 78.74” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £300 + vat</p><p class="replacements-high"><strong>Replacements:</strong> There is a <span>high</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £55 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Lamppost Wrap', 'metakeywords' => null, 'metadesc' => 'Unmissable street level, double sided format, fitted around sign and lamp posts on key high traffic routes between Fringe venues in the city centre.', 'friendlyurl' => 'lamp-post-wraps-full-length', 'sortorder' => 15, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#397292;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Lamp-Post-Wrap.svg"> </div>		<a href="/fringe/replacements-lamp-post-wraps"><img src="https://ops.outofhand.co.uk/assets/images/pages/Lamp Post.jpg" alt="Replacements - Lamp Post Wrap"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-lamp-post-wraps">		<h3 style="color:#397292;">Replacements - Lamppost Wrap</h3>		</a>		<h6 style="color:#397292;">600mm wide x 2000mm high<br>			23.62” wide x 78.74” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#397292">		<div class="price">£55 + vat</div>		<a href="/fringe/replacements-lamp-post-wraps" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '600mm wide x 2000mm high<br>23.62” wide x 78.74” high', 'pageblurb4' => 'Zone,#397292,/assets/images/2023/fringe-products/Lamp-Post-Wrap.svg,high,/fringe/replacements-lamp-post-wraps', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 467, 'pageid' => 311, 'image' => 'lamppostwrap.jpg', 'imageflag' => null), array('imageid' => 468, 'pageid' => 311, 'image' => 'Lamp-post-wrap_2_1024x1024.jpg', 'imageflag' => null), array('imageid' => 469, 'pageid' => 311, 'image' => 'Lamp_post_wrap_GOOD_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1003, 'pageid' => 311, 'image' => 'Lamp Post.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 579, 'pagename' => 'Raised Lamppost Wrap', 'pagenavname' => 'Raised Lamppost Wrap', 'pagenavblurb' => '£195 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 0, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Fixed above head height around lamp posts on key high traffic routes between Fringe venues in the city centre.The wraps are double sided, and you are booking both sides - you can either use the same artwork on both sides or different artwork on each side - please advise at the point of order. </p><div class="poster-size-guide-icon"><img src="https://ops.outofhand.co.uk/assets/images/size-guide-raised-lamppost-wrap.svg"></div> <p class="size"><strong>Size:</strong> 600mm wide x 1000mm high<br>23.62” wide x 39.37” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £195 + vat</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £30 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Raised Lamppost Wrap', 'metakeywords' => null, 'metadesc' => 'Double sided format that is fitted above head height around lamp posts on key high traffic routes between Fringe venues in the city centre.', 'friendlyurl' => 'raised-lamppost-wrap', 'sortorder' => 16, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#397292;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/Lamp-Post-Wrap.svg"> </div>  <a href="/fringe/replacements-raised-lamppost-wrap"><img src="https://ops.outofhand.co.uk/assets/images/pages/Raised-Lamppost-Wrap.jpg" alt="Replacements - Raised Lamppost Wrap"></a>  </div> <div class="title-wrapper"> <a href="/fringe/replacements-raised-lamppost-wrap"><h3 style="color:#397292;">Replacements - Raised Lamppost Wrap</h3></a> <h6 style="color:#397292;">600mm wide x 1000mm high<br>23.62” wide x 39.37” high</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#397292"> <div class="price">£30 + vat</div> <a href="/fringe/replacements-raised-lamppost-wrap" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '600mm wide x 1000mm high<br>23.62” wide x 39.37” high', 'pageblurb4' => 'Zone,#397292,/assets/images/2023/fringe-products/Lamp-Post-Wrap.svg,medium,/fringe/replacements-raised-lamppost-wrap', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 1055, 'pageid' => 579, 'image' => 'Raised-Lamppost-Wrap.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 308, 'pagename' => 'Festival Tower', 'pagenavname' => 'Festival Tower', 'pagenavblurb' => '£675 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Large, purpose built structures that really stand out and get noticed. Each four or six sided tower is situated in central, high traffic locations and offers great exposure for your show. Due to limited availability, only one side per show in each location. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-festival-tower.svg"></div> <p class="size"><strong>Size:</strong> 1220mm wide x 2440mm high<br>48” wide x 96” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £675 + vat per side </p>	<p class="limit"><strong>Order limit:</strong> Due to limited availability, only one side per show, per promoter in each location.</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £90 + vat per poster</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p>	</div>', 'htmltitle' => 'Festival Tower', 'metakeywords' => null, 'metadesc' => 'Large, purpose built structures that really stand out and get noticed. Each four or six sided tower is situated in central, high traffic locations and offers great exposure for your show.', 'friendlyurl' => 'festival-tower', 'sortorder' => 19, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#E83C3E;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Festival-Tower.svg"> </div>		<a href="/fringe/replacements-festival-tower"><img src="https://ops.outofhand.co.uk/assets/images/pages/Festival-Tower.jpg" alt="Replacements - Festival Tower"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-festival-tower">		<h3 style="color:#E83C3E;">Replacements - Festival Tower</h3>		</a>		<h6 style="color:#E83C3E;">1220mm wide x 2440mm high<br>			48” wide x 96” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#E83C3E">		<div class="price">£90&nbsp;+ vat</div>		<a href="/fringe/replacements-festival-tower" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '1220mm wide x 2440mm high<br>48” wide x 96” high', 'pageblurb4' => 'Location,#E83C3E,/assets/images/2023/fringe-products/Festival-Tower.svg,low,/fringe/replacements-festival-tower', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 460, 'pageid' => 308, 'image' => 'Festival-Tower.jpg', 'imageflag' => null), array('imageid' => 461, 'pageid' => 308, 'image' => 'Festival-Towers_1f054923-6cbf-4406-a329-103a581a2e16_1024x1024.jpg', 'imageflag' => null), array('imageid' => 462, 'pageid' => 308, 'image' => 'Festival_Tower3_1024x1024.png', 'imageflag' => null), array('imageid' => 1048, 'pageid' => 308, 'image' => 'Festival-Tower.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 312, 'pagename' => 'Phone Kiosk', 'pagenavname' => 'Phone Kiosk', 'pagenavblurb' => '£450 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in heavy footfall areas of the city centre. Whilst the actual phone boxes might not be used much for making phone calls, they are positioned in good street level locations and the outsides of them are great advertising platforms to reach Fringe fans across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-phone-kiosk.svg"></div> <p class="orientation"><strong>Orientation:</strong> Portrait</p> <p class="cost"><strong>Cost: </strong>£450 + vat per location</p><p class="info">All prices include production. </p>	</div>', 'htmltitle' => 'Phone Kiosk', 'metakeywords' => null, 'metadesc' => 'Exclusive format in heavy footfall areas of the city centre. Whilst the actual phone boxes might not be used much for making phone calls, they are positioned in good street level locations and the external sides of them are great advertising platforms.', 'friendlyurl' => 'phone-kiosk', 'sortorder' => 20, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => null, 'pageblurb4' => 'Location,#EB5C44,/assets/images/2023/fringe-products/Phone-Kiosk.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 470, 'pageid' => 312, 'image' => 'phonekiosk.jpg', 'imageflag' => null), array('imageid' => 471, 'pageid' => 312, 'image' => 'IMG_1494_1024x1024.jpg', 'imageflag' => null), array('imageid' => 472, 'pageid' => 312, 'image' => 'Phone_Kiosk2_1024x1024.png', 'imageflag' => null), array('imageid' => 1050, 'pageid' => 312, 'image' => 'phonekiosk.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 574, 'pagename' => 'Potterow Port - Bridge Banner', 'pagenavname' => 'Potterow Port - Bridge Banner', 'pagenavblurb' => '£1,500 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 0, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. This two section banner runs across the top of the subway entrance and clearly visible to everyone using the subway, whichever direction they are going!</p>	<div class="poster-size-guide-icon"><img src="https://ops.outofhand.co.uk/assets/images/size-guide-potterow-port-bridge-banner.svg"></div>	<p class="size"><strong>Size:</strong>10000mm wide x 1000mm high<br>394" wide x 39.4"</p>		<p class="cost"><strong>Cost:</strong> Museum side: £1,500 + vat<br>Bristo Square side: £1,500 + vat</p>	<p class="orientation"><strong>Orientation:</strong> Landscape</p>	<p class="limit"><strong>Order limit:</strong> One banner per show.</p>	<p class="info">All prices include production, printing your supplied artwork directly onto vinyl.</p></div><style>.banner.banner-about {background-image: url(https://ops.outofhand.co.uk/assets/images/pages/potterow-port-entrance-banner.jpg);}</style>', 'htmltitle' => 'Potterow Port - Bridge Banner', 'metakeywords' => null, 'metadesc' => 'Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. Positioned above the entrance into this busy subway, this banner is unmissable!', 'friendlyurl' => 'potterow-port-entrance-banner', 'sortorder' => 21, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '10000mm wide x 1000mm high<br>394" wide x 39.4"', 'pageblurb4' => 'Location,#E8308A,/assets/images/2023/fringe-products/Potterow-Port-Embankment.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 990, 'pageid' => 574, 'image' => 'potterow-port-entrance-banner.jpg', 'imageflag' => null), array('imageid' => 1015, 'pageid' => 574, 'image' => 'POTTEROW-PORT---ENTRANCE-BANNER.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 339, 'pagename' => 'Potterow Port - Embankment', 'pagenavname' => 'Potterow Port - Embankment', 'pagenavblurb' => 'from £275 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in a very high footfall area on the University side of the Potterow Port subway. Highly visible as you enter / exit the subway from the popular Bristo Square area, numerous Fringe venues nearby including Gilded Balloon at the Museum, Pleasance Dome and Underbelly. All artwork is printed onto a Ultra Stick Vinyl with an anti graffiti laminate applied over the top to protect the artwork.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-potterow-port-embankment.svg"></div> <p class="size"><strong>Size/Cost:</strong></p><p class="cost">4 Sheet: £275 + vat<br>8 Sheet: £695 + vat</p> <p class="orientation"><strong>Orientation:</strong> Portrait and Lanscape</p>	<p class="limit"><strong>Order limit:</strong> One poster per show.</p><p class="info">All prices include production, printing your supplied artwork directly onto vinyl.</p></div>', 'htmltitle' => 'Potterow Port - Embankment', 'metakeywords' => null, 'metadesc' => 'Exclusive format in a very high footfall area on the University side of the Potterow Port subway. Highly visible as you enter / exit the subway from the popular Bristo Square area, numerous Fringe venues nearby.', 'friendlyurl' => 'potterow-port-embankment', 'sortorder' => 22, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '4 Sheet<br>8 Sheet', 'pageblurb4' => 'Location,#E8308A,/assets/images/2023/fringe-products/Potterow-Port-Embankment.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 425, 'pageid' => 339, 'image' => 'Potterow-Port-EMBANKMENT.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 573, 'pagename' => 'Potterow Port - Entrance Triangle', 'pagenavname' => 'Potterow Port - Entrance Triangle', 'pagenavblurb' => '£1,300 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 0, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. All artwork is printed onto a hard standing vinyl with an anti graffiti laminate applied over the top to protect the artwork.</p>	<div class="poster-size-guide-icon"><img src="https://ops.outofhand.co.uk/assets/images/size-guide-potterow-port-entrance-triangle.svg"></div><p class="size"><strong>Size:</strong> Various</p><p class="cost"><strong>Cost:</strong> Museum side - Left: £1,300 + vat<br>	Museum side - Right: £1,300 + vat<br>	Bristo Square side - Left: £1,300 + vat<br>	Bristo Square side - Right: £1,300 + vat	</p>	<p class="limit"><strong>Order limit:</strong> One vinyl per show.</p><p class="info">All prices include production, printing your supplied artwork directly onto vinyl.</p></div><style>.banner.banner-about {background-image: url(https://ops.outofhand.co.uk/assets/images/pages/potterow-port-entrance-vinyl-wraps.jpg);}</style>', 'htmltitle' => 'Potterow Port - Entrance Triangle', 'metakeywords' => null, 'metadesc' => 'Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. All artwork is printed onto a hard standing vinyl with an anti graffiti laminate applied over the top to protect the artwork.', 'friendlyurl' => 'potterow-port-entrance-triangle', 'sortorder' => 23, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => null, 'pageblurb4' => 'Location,#E8308A,https://ops.outofhand.co.uk/assets/images/PotterowTriangle.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 989, 'pageid' => 573, 'image' => 'potterow-port-entrance-vinyl-wraps.jpg', 'imageflag' => null), array('imageid' => 1016, 'pageid' => 573, 'image' => 'Potterow--Port---Entrance-Triangle.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 310, 'pagename' => 'Festival Triangle', 'pagenavname' => 'Festival Triangle', 'pagenavblurb' => 'from £600', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Make a big impact with this large freestanding three sided format that will hold either 3 x 12 sheets, 9 x 4-sheets (3 per side) or a 3.2m x 1.8m mesh banner. Locations in high footfall areas and near venues across the City Centre, Old Town and The Meadows.</p><p class="size"><strong>Size:</strong> See above.</p><p class="cost"><strong>Cost:</strong><br> £600 + vat per side - for 1x 12 Sheet or 3x 4 Sheets.<br>£675 + vat per side - for a 71” high x 126” wide (1800mm high x 3200mm wide) mesh banner.</p><p><strong>EXTRAS:</strong> Add a fence top above your artwork to really stand out above other shows. Each fence top is 0.5m high and 3.5m wide - perfect for quotes or review comments to help draw attention to your show.</p>	<p class="cost"><strong>Cost:</strong> £160 + vat per side<br><strong>NOTE:</strong> You can only buy a fence top to go above your own poster. </p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p>	</div>', 'htmltitle' => 'Festival Triangle', 'metakeywords' => null, 'metadesc' => 'Make a big impact with this large freestanding three sided format that will hold either 3 x 12 sheets or 9 x 4-sheets (3 per side). Locations in high footfall traffic across the city centre and old town.', 'friendlyurl' => 'festival-triangle-cube', 'sortorder' => 24, 'pageblurb' => null, 'pageblurb2' => null, 'pageblurb3' => null, 'pageblurb4' => null, 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 463, 'pageid' => 310, 'image' => 'Festival-Triangle.jpg', 'imageflag' => null), array('imageid' => 465, 'pageid' => 310, 'image' => 'Festival_Triangle_NEW2_1024x1024.png', 'imageflag' => null), array('imageid' => 466, 'pageid' => 310, 'image' => 'Festival-Triangles_1024x1024.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 320, 'pagename' => 'Potterow Port - Inside Subway', 'pagenavname' => 'Potterow Port - Inside Subway', 'pagenavblurb' => 'from £275 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. This location is fully lit 24hrs a day to ensure good presentation at all times. All artwork is printed onto a hard standing vinyl with an anti graffti laminate applied over the top to protect the artwork. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-potterow-port-subway.svg"></div> <p class="size"><strong>Size/Cost:</strong></p><p class="cost">4 Sheet: £275 + vat</p><p class="cost">8 Sheet: £750 + vat</p><p class="cost">12 Sheet: £1,100 + vat</p> <p class="orientation"><strong>Orientation:</strong> Portrait and Landscape</p>	<p class="limit"><strong>Order limit:</strong> One poster per show.</p><p class="info">All prices include production, printing your supplied artwork directly onto vinyl.</p></div>', 'htmltitle' => 'Potterow Port - Inside Subway', 'metakeywords' => null, 'metadesc' => 'Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. This location is fully lit 24hrs a day to ensure good presentation at all times.', 'friendlyurl' => 'potterow-port-inside-subway', 'sortorder' => 25, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '4 Sheet<br>8 Sheet<br>12 Sheet', 'pageblurb4' => 'Location,#E8308A,/assets/images/2023/fringe-products/Potterow-Port-Inside-Subway.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 473, 'pageid' => 320, 'image' => 'potterowvinyl.jpg', 'imageflag' => null), array('imageid' => 474, 'pageid' => 320, 'image' => 'POTTEROW-PORT-VINYL_S_1024x1024.jpg', 'imageflag' => null), array('imageid' => 475, 'pageid' => 320, 'image' => 'Potterow-Port-Vinyls_0398cb31-c3ba-4c43-80b9-a1b8a227fb6f_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1014, 'pageid' => 320, 'image' => 'Subway Vinyls.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 317, 'pagename' => 'Princes St - Widescreens', 'pagenavname' => 'Princes St - Widescreens', 'pagenavblurb' => '£325 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Framed and mounted on railings running alongside the entire length of both the East and West Prince\'s Street Gardens. This area receives a footfall in excess of 1.3m million people during the Fringe - a mix of both festival goers, tourists and locals alike so is well positioned to reach a high number of people.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-widescreen.svg"></div> <p class="size"><strong>Size:</strong> 2000mm wide x 700mm high<br>78.7” wide x 27.6” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £325 + vat</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £50 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx and mounted in a wooden frame.</p></div>', 'htmltitle' => 'Princes St - Widescreens', 'metakeywords' => null, 'metadesc' => 'Framed and mounted on railings running alongside the entire length of Prince\'s St gardens. This area receives a footfall of 1.3m million people during the Fringe - a mix of both festival goers and locals alike.', 'friendlyurl' => 'widescreen', 'sortorder' => 26, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#5EC2D7;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Widescreen.svg"> </div>		<a href="/fringe/replacements-widescreen"><img src="https://ops.outofhand.co.uk/assets/images/pages/Widescreens.jpg" alt="Replacements - Widescreen"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-widescreen">		<h3 style="color:#5EC2D7;">Replacements - Princes St - Widescreens</h3>		</a>		<h6 style="color:#5EC2D7;">2000mm wide x 700mm high<br>			78.7” wide x 27.6” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#5EC2D7">		<div class="price">£50&nbsp;+ vat</div>		<a href="/fringe/replacements-widescreen" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '2000mm wide x 700mm high<br>78.7” wide x 27.6” high', 'pageblurb4' => 'Location,#5EC2D7,/assets/images/2023/fringe-products/Widescreen.svg,low,/fringe/replacements-widescreen', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 492, 'pageid' => 317, 'image' => 'widescreens.jpg', 'imageflag' => null), array('imageid' => 493, 'pageid' => 317, 'image' => 'WIDESCREENS_1024x1024.jpg', 'imageflag' => null), array('imageid' => 494, 'pageid' => 317, 'image' => 'Widescreen_NEW_1024x1024.png', 'imageflag' => null), array('imageid' => 1019, 'pageid' => 317, 'image' => 'Widescreens.jpg', 'imageflag' => null), array('imageid' => 1051, 'pageid' => 317, 'image' => 'Widescreens.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 315, 'pagename' => 'Railing Boards - Double Quad', 'pagenavname' => 'Railing Boards - Double Quad', 'pagenavblurb' => '£185 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description">	<p class="fringe-description">Extra large railing board to get extra attention for your show, fitted to key railings sites across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-double-quad.svg"></div>	 <p class="size"><strong>Size:</strong> 2032mm wide x 762mm high<br>80” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £185 + vat per poster</p>	<p class="limit"><strong>Order limit:</strong> One per show, per location.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £60 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Double Quad', 'metakeywords' => null, 'metadesc' => 'Extra large railing board to get extra attention for your show, fitted to key railings sites across the city centre.', 'friendlyurl' => 'double-quad', 'sortorder' => 27, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Double-Quad.svg"> </div>		<a href="/fringe/replacements-railing-boards-30x80-double-quad"><img src="https://ops.outofhand.co.uk/assets/images/pages/Double-Quad.jpg" alt="Replacements - Double Quad"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-railing-boards-30x80-double-quad">		<h3 style="color:#009542;">Replacements - Railing Boards - Double Quad</h3>		</a>		<h6 style="color:#009542;">2032mm wide x 762mm high<br>			80” wide x 30” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£60&nbsp;+ vat</div>		<a href="/fringe/replacements-railing-boards-30x80-double-quad" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '2032mm wide x 762mm high<br>80” wide x 30” high', 'pageblurb4' => 'Location,#009542,/assets/images/2023/fringe-products/Double-Quad.svg,medium,/fringe/replacements-railing-boards-30x80-double-quad', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 484, 'pageid' => 315, 'image' => 'RAILING-BOARDS-30”-x-80”-(DOUBLE-QUAD).jpg', 'imageflag' => null), array('imageid' => 485, 'pageid' => 315, 'image' => 'RAILING-BOARDS-_30_-x-80_Double-Quad_1024x1024.jpg', 'imageflag' => null), array('imageid' => 486, 'pageid' => 315, 'image' => 'Double_Quad_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1034, 'pageid' => 315, 'image' => 'Double-Quad.jpg', 'imageflag' => null), array('imageid' => 1052, 'pageid' => 315, 'image' => 'Double-Quad.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 319, 'pagename' => 'Railing Boards - Single', 'pagenavname' => 'Railing Boards - Single', 'pagenavblurb' => '£27.50 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Very cost effective option if you just want one poster placed in a zone on its own, posters are fixed to key railings sites across the city centre. Note: your artwork will be laid up next to another different show. Limit of four single railing boards per zone.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-double-crown.svg"></div> <p class="size"><strong>Size:</strong> 508mm wide x 762mm high<br>20” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £27.50 + vat</p>	<p class="limit"><strong>Order limit:</strong> Four single railing boards per zone.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £15 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Single', 'metakeywords' => null, 'metadesc' => 'Cost effective option. Only four singles can be purchased with one allocated per Zone. Boards are fixed to key railings sites across the city centre.', 'friendlyurl' => 'double-crown', 'sortorder' => 28, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#000000;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Double-Crown.svg"> </div>		<a href="/fringe/replacements-railing-boards-30x20-double-crown"><img src="https://ops.outofhand.co.uk/assets/images/pages/Double Crown.jpg" alt="Replacements - Double Crown"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-railing-boards-30x20-double-crown">		<h3 style="color:#000000;">Replacements - Railing Boards - Single</h3>		</a>		<h6 style="color:#000000;">DOUBLE CROWN<br><br>508mm wide x 762mm high<br>			20” wide x 30” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#000000">		<div class="price">£15 + vat</div>		<a href="/fringe/replacements-railing-boards-30x20-double-crown" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'DOUBLE CROWN<br><br>508mm wide x 762mm high<br>20” wide x 30” high', 'pageblurb4' => 'Zone,#000000,/assets/images/2023/fringe-products/Double-Crown.svg,medium,/fringe/replacements-railing-boards-30x20-double-crown', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 476, 'pageid' => 319, 'image' => 'RAILING-BOARDS-30”-x-20”--(Double-crown)-SINGLE-POSTERS-2.jpg', 'imageflag' => null), array('imageid' => 477, 'pageid' => 319, 'image' => 'Railing-Boards-30x20-Single_1024x1024.jpg', 'imageflag' => null), array('imageid' => 478, 'pageid' => 319, 'image' => 'IMG_20140728_150837629_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1004, 'pageid' => 319, 'image' => 'Double Crown.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 313, 'pagename' => 'Railing Boards - Pair', 'pagenavname' => 'Railing Boards - Pair', 'pagenavblurb' => '£55 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Cost effective option, fitted in pairs of the same artwork unless otherwise stated for maximum impact. Boards are fixed to key railings sites across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-double-crown-pair.svg"></div> <p class="size"><strong>Size:</strong> 508mm wide x 762mm high<br>20” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £55 + vat per pair of posters </p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £25 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Pair', 'metakeywords' => null, 'metadesc' => 'Cost effective option, fitted in pairs of the same artwork unless otherwise stated for maximum impact. Boards are fixed to key railings sites across the city centre.', 'friendlyurl' => 'railing-boards-30x20-double-crown-pairs', 'sortorder' => 29, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#000000;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Double-Crown-Pair.svg"> </div>		<a href="/fringe/replacements-railing-boards-30x20-double-crown-pair"><img src="https://ops.outofhand.co.uk/assets/images/pages/Double Crown Pair.jpg" alt="Replacements - Double Crown Pair"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-railing-boards-30x20-double-crown-pair">		<h3 style="color:#000000;">Replacements - Railing Boards - Pair</h3>		</a>		<h6 style="color:#000000;">2x DOUBLE CROWNS SIDE BY SIDE<br><br>508mm wide x 762mm high<br>			20” wide x 30” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#000000">		<div class="price">£25&nbsp;+ vat</div>		<a href="/fringe/replacements-railing-boards-30x20-double-crown-pair" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '2x DOUBLE CROWNS SIDE BY SIDE<br><br>508mm wide x 762mm high<br>20” wide x 30” high', 'pageblurb4' => 'Zone,#000000,/assets/images/2023/fringe-products/Double-Crown-Pair.svg,medium,/fringe/replacements-railing-boards-30x20-double-crown-pair', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 479, 'pageid' => 313, 'image' => 'RAILING-BOARDS-30”-x-40”--(Double-crown-PAIRS).jpg', 'imageflag' => null), array('imageid' => 480, 'pageid' => 313, 'image' => 'RAILING-BOARDS---30_-x-20_-_Double-crown_60985397-9e15-43a1-b3c6-372f058102e2_1024x1024.jpg', 'imageflag' => null), array('imageid' => 481, 'pageid' => 313, 'image' => 'Railing-Boards_pair-of-B2_eb641c1e-e447-4b0f-81b0-a63ab961c793_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1005, 'pageid' => 313, 'image' => 'Double Crown Pair.jpg', 'imageflag' => null), array('imageid' => 1040, 'pageid' => 313, 'image' => 'Double-Crown-Pair---VP.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 332, 'pagename' => 'Litter Bin Advertising Structure', 'pagenavname' => 'Litter Bin Advertising Structure', 'pagenavblurb' => ' ', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => ' ', 'htmltitle' => 'Litter Bin Advertising Structure', 'metakeywords' => null, 'metadesc' => null, 'friendlyurl' => 'litter-bin-advertising-structure', 'sortorder' => 30, 'pageblurb' => ' ', 'pageblurb2' => ' ', 'pageblurb3' => ' ', 'pageblurb4' => ' ', 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 406, 'pageid' => 332, 'image' => 'litterbinadvertising.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 314, 'pagename' => 'Railing Boards - Quad', 'pagenavname' => 'Railing Boards - Quad', 'pagenavblurb' => '£80 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Cost effective landscape format making the most of the space available, fixed to key railings sites across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-quad.svg"></div> <p class="size"><strong>Size:</strong> 1016mm wide x 762mm high<br>40” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £80 + vat</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £25 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Quad', 'metakeywords' => null, 'metadesc' => 'Cost effective landscape format making the most of the space available, fixed to key railings sites across the city centre.', 'friendlyurl' => 'quad', 'sortorder' => 31, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#000000;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Quad.svg"> </div>		<a href="/fringe/replacements-railing-boards-30x40-quad"><img src="https://ops.outofhand.co.uk/assets/images/pages/Quad.jpg" alt="Replacements - Quad"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-railing-boards-30x40-quad">		<h3 style="color:#000000;">Replacements - Railing Boards - Quad</h3>		</a>		<h6 style="color:#000000;">1016mm wide x 762mm high<br>			40” wide x 30” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#000000">		<div class="price">£25&nbsp;+ vat</div>		<a href="/fringe/replacements-railing-boards-30x40-quad" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '1016mm wide x 762mm high<br>40” wide x 30” high', 'pageblurb4' => 'Zone,#000000,/assets/images/2023/fringe-products/Quad.svg,medium,/fringe/replacements-railing-boards-30x40-quad', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 482, 'pageid' => 314, 'image' => 'RAILING-BOARDS-30”-x-40”-(Quad).jpg', 'imageflag' => null), array('imageid' => 483, 'pageid' => 314, 'image' => 'RAILING-BOARDS---30_-x-40_-_Quad_6d101f21-2751-446c-b0c5-d69d57ddcb73_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1006, 'pageid' => 314, 'image' => 'Quad.jpg', 'imageflag' => null), array('imageid' => 1044, 'pageid' => 314, 'image' => 'Quad.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 321, 'pagename' => 'Railing Boards - Super Quad', 'pagenavname' => 'Railing Boards - Super Quad', 'pagenavblurb' => '£425 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Extra long railing board to get extra attention for your show and to stand out amongst the other posters. Fitted to selected railings sites across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-super-quad.svg"></div> <p class="size"><strong>Size:</strong> 4064mm wide x 762mm high<br>160” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £425 + vat</p>	<p class="limit"><strong>Order limit:</strong> One per show, per location.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £100 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Super Quad', 'metakeywords' => null, 'metadesc' => 'Cost effective option, fitted in pairs of the same artwork unless otherwise stated for maximum impact. Boards are fixed to key railings sites across the city centre. Please specify your preferred location when you place your order.', 'friendlyurl' => 'super-quad', 'sortorder' => 32, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#006C34;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Super-Quad.svg"> </div>		<a href="/fringe/replacements-super-quad-railing-boards-30x160"><img src="https://ops.outofhand.co.uk/assets/images/pages/Super-Quad.jpg" alt="Replacements - Super Quad"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-super-quad-railing-boards-30x160">		<h3 style="color:#006C34;">Replacements - Railing Boards - Super Quad</h3>		</a>		<h6 style="color:#006C34;">4064mm wide x 762mm high<br>			160” wide x 30” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#006C34">		<div class="price">£100&nbsp;+ vat</div>		<a href="/fringe/replacements-super-quad-railing-boards-30x160" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '4064mm wide x 762mm high<br>160” wide x 30” high', 'pageblurb4' => 'Location,#006C34,/assets/images/2023/fringe-products/Super-Quad.svg,medium,/fringe/replacements-super-quad-railing-boards-30x160', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 487, 'pageid' => 321, 'image' => 'Railing-boards-30”-x-160”-(Super-Quad).jpg', 'imageflag' => null), array('imageid' => 488, 'pageid' => 321, 'image' => 'SuperQuads_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1036, 'pageid' => 321, 'image' => 'Super-Quad.jpg', 'imageflag' => null), array('imageid' => 1053, 'pageid' => 321, 'image' => 'Super-Quad.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 340, 'pagename' => 'Tower Cube', 'pagenavname' => 'Tower Cube', 'pagenavblurb' => '£325 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Large, purpose built structures that really stand out and get noticed. Each three cube high tower is situated in a central, high traffic location and offers great exposure for your show. Due to limited availability, only one side per show in each location. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-tower-cube.svg"></div> <p class="size"><strong>Size:</strong> 1000mm x 1000mm<br>39” x 39”</p><p class="cost"><strong>Cost:</strong> £325 + vat</p>	<p class="limit"><strong>Order limit:</strong> Due to limited availability, only one side per show, per promoter in each location.</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £55 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx. </p></div>', 'htmltitle' => 'Tower Cube', 'metakeywords' => null, 'metadesc' => 'Large, purpose built structures that really stand out and get noticed. Each cube tower is situated in central, high traffic locations and offers great exposure for your show. Due to limited availability, only one side per show in each location.', 'friendlyurl' => 'tower-cube', 'sortorder' => 33, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#E83C3E;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/Tower-Cube.svg"> </div>  <a href="/fringe/replacements-tower-cube"><img src="https://ops.outofhand.co.uk/assets/images/pages/Tower Cubes.jpg" alt="Replacements - Tower Cube"></a>  </div> <div class="title-wrapper"> <a href="/fringe/replacements-tower-cube"><h3 style="color:#E83C3E;">Replacements - Tower Cube</h3></a> <h6 style="color:#E83C3E;">1000mm x 1000mm<br>39” x 39”</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#E83C3E"> <div class="price">£55 + vat</div> <a href="/fringe/replacements-tower-cube" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '1000mm x 1000mm<br>39” x 39”', 'pageblurb4' => 'Location,#E83C3E,/assets/images/2023/fringe-products/Tower-Cube.svg,low,/fringe/replacements-tower-cube', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 1018, 'pageid' => 340, 'image' => 'Tower Cubes.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 341, 'pagename' => 'Utility Box Wrap', 'pagenavname' => 'Utility Box Wrap', 'pagenavblurb' => 'from £195', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive new format in heavy footfall areas of the city centre. Positioned in good street locations across the city centre. Available in a variety of sizes with artwork wrapping around all sides of this traditional piece of street furniture that has been traditionally been targeted for flyposting but now utilised for Fringe participants.</p><p class="cost"><strong>Cost:</strong> £225 + vat per location</p><p class="info">All prices include production. </p></div>', 'htmltitle' => 'Utility Box Wrap', 'metakeywords' => null, 'metadesc' => 'Exclusive new format in heavy footfall areas of the city centre. Positioned in good street locations across the city centre. Available in a variety of sizes with artwork wrapping around all sides of this traditional piece of street furniture that has been', 'friendlyurl' => 'utility-box-wrap', 'sortorder' => 34, 'pageblurb' => null, 'pageblurb2' => null, 'pageblurb3' => null, 'pageblurb4' => null, 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 429, 'pageid' => 341, 'image' => 'Utility-Box.jpg', 'imageflag' => null), array('imageid' => 431, 'pageid' => 341, 'image' => 'Utility-Box-2.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0)), 'menu' => array('menu' => 'Buy Now', 'menuid' => 32, 'active' => 1, 'clientid' => 3), 'users' => array()), 'promos' => array(), 'images' => array(array('imageid' => 489, 'pageid' => 316, 'image' => 'wayfindingarrows.jpg', 'imageflag' => null), array('imageid' => 490, 'pageid' => 316, 'image' => 'Venue-Way-finding-Arrows_1024x1024.jpg', 'imageflag' => null), array('imageid' => 491, 'pageid' => 316, 'image' => 'Arrows_for_website_1024x1024.png', 'imageflag' => null), array('imageid' => 1054, 'pageid' => 316, 'image' => 'wayfindingarrows.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), 'breadcrumbs' => array(array('text' => 'Order by Product', 'link' => 'order-by-product'), array('text' => 'Venue Wayfinding Arrows', 'link' => false))), 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:436)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender('@ops_frontend_outdoor_bundle/fringe/page.html.twig', null, array('prices' => array(array('priceid' => 14574, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 140.0, 'weight' => 0.0, 'quantity' => 5, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 14574, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 140.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 5, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15625, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 280.0, 'weight' => 0.0, 'quantity' => 10, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15625, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 280.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 10, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15626, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 420.0, 'weight' => 0.0, 'quantity' => 15, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15626, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 420.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 15, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15627, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 560.0, 'weight' => 0.0, 'quantity' => 20, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15627, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 560.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 20, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1))), 'variations' => array(array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), 'quantities' => array(array('quantity' => 5, 'title' => 5, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 10, 'title' => 10, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 15, 'title' => 15, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 20, 'title' => 20, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx')), 'sizes' => array('Venue Arrow'), 'stocks' => array('4mm Correx'), 'displays' => array('Base Product;-;558'), 'startturnaround' => 5, 'minprice' => 140.0, 'vatbehaviour' => 0, 'matrixes' => array(array('variationid' => 558, 'stock' => '4mm Correx', 'sizes' => array('Venue Arrow'), 'quantities' => array(array('quantity' => 5, 'title' => 5, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 10, 'title' => 10, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 15, 'title' => 15, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 20, 'title' => 20, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx')), 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1), 'displays' => array('Base Product;-;558'), 'prices' => array(array('priceid' => 14574, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 140.0, 'weight' => 0.0, 'quantity' => 5, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 14574, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 140.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 5, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15625, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 280.0, 'weight' => 0.0, 'quantity' => 10, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15625, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 280.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 10, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15626, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 420.0, 'weight' => 0.0, 'quantity' => 15, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15626, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 420.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 15, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15627, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 560.0, 'weight' => 0.0, 'quantity' => 20, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15627, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 560.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 20, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1))), 'maxturnaround' => 5, 'lowestprice' => 140.0)), 'packages' => array(), 'page' => array('pageid' => 316, 'pagename' => 'Venue Wayfinding Arrows', 'pagenavname' => 'Venue Wayfinding Arrows', 'pagenavblurb' => 'from £140 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 1, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 1, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description"><strong>Available for Promoters or Venues only.</strong> Purpose built fringe venue wayfinding arrows to help guide ticket holders to your venue. Printed full colour, double sided on correx. Arrows are sold in packs of five and the price includes fitting - you\'ll be allocated a two hour fitting slot w/c Mon 3rd August with our fitting team to put up the arrows on suitable lamp posts (not sign posts) within 500m of your venue.<br><br>Arrows are fitted above head height on lamp posts. Arrows are only available for venues, not individual shows.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-venue-arrow.svg"></div> <p class="size"><strong>Size:</strong> 550mm wide x 210mm high<br>21.6" wide x 8.3" high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> <br>5 Arrows: £140 + vat <br>10 Arrows: £280 + vat<br>15 Arrows: £420 + vat <br>20 Arrows: £560 + vat <br>	<strong>Locations:</strong> Arrows can be placed within 500m of your venue.</p><p class="info">All prices include printing your supplied artwork directly onto correx and fitting.</p></div>', 'htmltitle' => 'Venue Wayfinding Arrows', 'metakeywords' => null, 'metadesc' => 'Purpose built fringe venue wayfinding arrows to help guide ticket holders to your venue. Printed full colour, double sided on correx. Arrows are sold in packs of five and the price includes fitting.', 'friendlyurl' => 'venue-wayfinding-arrows', 'sortorder' => 35, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '550mm wide x 210mm high<br>21.6" wide x 8.3" high', 'pageblurb4' => 'Location,#7CC1D4,/assets/images/2023/fringe-products/Venue-Wayfinding-Arrows.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'heading' => array('headingid' => 83, 'menuid' => 32, 'headingname' => 'Order by Product', 'headingnavname' => 'Order by Product', 'picturefilename' => '5e46db32cbf9c.jpeg', 'blurb' => '<div class="container section-inner-margin-top center"> 
		
		<div class="tabs"> 
			<a href="#" class="tab active">
			<div class="icon">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 67.961 98.718">
					<use href="/assets/images/2023/icon-fringe-product.svg#icon-fringe-product"></use>
				</svg>
			</div>
			<h3>Fringe<br>
				Products</h3>
 <p>Location and Zone Based Products</p>
			<div class="icon-tab active">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 22">
					<use href="/assets/images/2023/icon-tab-active.svg#icon-tab-active"></use>
				</svg>
			</div>
			</a> <a href="/fringe/replacement-outdoor-posters" class="tab">
			<div class="icon">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 89.652 98.717">
					<use href="/assets/images/2023/icon-fringe-replacements.svg#icon-fringe-replacements"></use>
				</svg>
			</div>
			<h3>Replacement<br>
				Posters</h3>
 <p>Replacement posters for your Fringe products</p>
			<p></p>
			<div class="icon-tab">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 22">
					<use href="/assets/images/2023/icon-tab-active.svg#icon-tab-active"></use>
				</svg>
			</div>
			</a> <a href="/fringe/design-packages" class="tab">
			<div class="icon">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.484 19.484">
					<use href="/assets/images/2023/icon-design.svg#icon-design"></use>
				</svg>
			</div>
			<h3>Design<br>
				Packages</h3>
 <p>We can create artwork for you</p>
			<div class="icon-tab">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 22">
					<use href="/assets/images/2023/icon-tab-active.svg#icon-tab-active"></use>
				</svg>
			</div>
			</a> </div>
	</div>
	
	<div id="fringe-products" class="tab-content fringe-products">
		
		<div class="section-intro">
			<div class="container">
				<div class="col-md-4">
					<h3>Choose your Products below</h3>
					<h5 class="highlight-red">They are zone and location based</h5>
				</div>
				<div class="col-md-8">
					<div>
						<h3>Zone</h3>
						<p>We have divided the city into four zones to create a zonal booking structure for selected formats. Posters will be placed on general distribution across all the advertising sites we have available for each format within that zone, e.g. if you book 10 x 4-sheets in Zone One which has 10 different sites for that format, one poster will go on each site. So, if you only want to target the area around the Pleasance Courtyard, now you can! When you book, out of your total order, please specify how many posters you want in each zone.</p>
					</div>
					<div>
						<h3>Location</h3>
						<p>A majority of our larger advertising formats are booked by specific location - just refer to the map on each product page and pick the exact location you\'d like to book your poster advertising, and it will be fitted in that location.</p>
					</div>
				</div>
			</div>
		</div>
		
	</div>', 'htmltitle' => 'Order by Product', 'metakeywords' => null, 'metadesc' => null, 'friendlyurl' => 'order-by-product', 'sortorder' => 1, 'visibility' => 1, 'verticalmenu' => 0, 'clientid' => 3, 'pages' => array(array('pageid' => 299, 'pagename' => 'All Products', 'pagenavname' => 'All Products', 'pagenavblurb' => ' ', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => ' ', 'htmltitle' => null, 'metakeywords' => null, 'metadesc' => null, 'friendlyurl' => '/fringe/order-by-product', 'sortorder' => 1, 'pageblurb' => ' ', 'pageblurb2' => ' ', 'pageblurb3' => ' ', 'pageblurb4' => ' ', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 1, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 301, 'pagename' => '4 Sheet', 'pagenavname' => '4 Sheet', 'pagenavblurb' => '£165 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-4-sheet.svg"></div><p class="size"><strong> Size:</strong> 1016mm wide x 1524mm high<br>40" wide x 60" high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £165 + vat</p><p class="limit"><strong>Order limit:</strong> In high demand locations, we\'ll only allocate one poster per site. This includes sites at Pleasance Hill, around Bristo Square, Charles St and Cowgate amongst others.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £45 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => '4 Sheet', 'metakeywords' => null, 'metadesc' => 'One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.', 'friendlyurl' => '4-sheet', 'sortorder' => 2, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>  <a href="/fringe/replacements-4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4-Sheets---VP.jpg" alt="Replacements - 4 Sheet"></a>  </div> <div class="title-wrapper"> <a href="/fringe/replacements-4-sheet"><h3 style="color:#eb5c44;">Replacements - 4 Sheet</h3></a> <h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>40" wide x 60" high</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£45 + vat</div> <a href="/fringe/replacements-4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#db5c4e;">Design</h5> <div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>  <a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a>  </div> <div class="title-wrapper"> <a href="/fringe/main-design-package"><h3 style="color:#db5c4e;">Image Supplied Package</h3></a> <h6 style="color:#db5c4e;"></h6> </div> <p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p> <div class="button-wrapper flex-nowrap" style="background-color:#db5c4e"> <div class="price">£275 + vat</div> <a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Location</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/8-Sheet.svg"> </div>  <a href="/fringe/8-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/8%20Sheets%202.jpg" alt="8 Sheet"></a>  </div> <div class="title-wrapper"> <a href="/fringe/8-sheet"><h3 style="color:#eb5c44;">8 Sheet</h3></a> <h6 style="color:#eb5c44;">2032mm wide x 1524mm high<br>80” wide x 60” high</h6> </div> <p>An unusual size that really grabs people\'s attention but is still affordable to smaller shows. Posters are attached to temporary fencing panels or railings depending on location in high footfall areas.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£385&nbsp;+ vat</div> <a href="/fringe/8-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div>', 'pageblurb3' => '1016mm wide x 1524mm high<br>40" wide x 60" high', 'pageblurb4' => 'Zone,#eb5c44,/assets/images/2023/fringe-products/4-Sheet.svg,medium,/fringe/replacements-4-sheet', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 441, 'pageid' => 301, 'image' => '4sheet.jpg', 'imageflag' => null), array('imageid' => 442, 'pageid' => 301, 'image' => '4-SHEETS-_60x40_1024x1024.jpg', 'imageflag' => null), array('imageid' => 443, 'pageid' => 301, 'image' => '4-SHEETS-_60_-x-40_4b408779-3016-4954-ab0f-aee0a0cc021d_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1042, 'pageid' => 301, 'image' => '4 Sheets.jpg', 'imageflag' => null), array('imageid' => 1045, 'pageid' => 301, 'image' => '4 Sheets.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 295, 'pagename' => '8 Sheet', 'pagenavname' => '8 Sheet', 'pagenavblurb' => '£385 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">An unusual size that really grabs people\'s attention but is still affordable to smaller shows. Posters are attached to temporary fencing panels or railings depending on location in high footfall areas.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-8-sheet.svg"></div><p class="size"><strong>Size:</strong> 2032mm wide x 1524mm high<br>80” wide x 60” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £385 + vat</p>	<p class="limit"><strong>Order limit:</strong> One per show, per location.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £90 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => '8 Sheet', 'metakeywords' => null, 'metadesc' => 'An unusual size that really grabs people\'s attention but is still affordable to smaller shows. Posters are attached to temporary fencing panels or railings depending on location in high footfall areas.', 'friendlyurl' => '8-sheet', 'sortorder' => 3, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/8-Sheet.svg"> </div>		<a href="/fringe/replacement-8-sheets"><img src="https://ops.outofhand.co.uk/assets/images/pages/8%20Sheets%202.jpg" alt="Replacements - 8 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacement-8-sheets">		<h3 style="color:#eb5c44;">Replacements - 8 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">2032mm wide x 1524mm high<br>			80” wide x 60” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£90 + vat</div>		<a href="/fringe/replacement-8-sheets" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4%20Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '2032mm wide x 1524mm high<br>80” wide x 60” high', 'pageblurb4' => 'Location,#eb5c44,/assets/images/2023/fringe-products/8-Sheet.svg,medium,/fringe/replacement-8-sheets', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 444, 'pageid' => 295, 'image' => '8sheet-1.jpg', 'imageflag' => null), array('imageid' => 445, 'pageid' => 295, 'image' => '8-SHEET-60x80_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1009, 'pageid' => 295, 'image' => '8 Sheets 2.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 292, 'pagename' => '12 Sheet', 'pagenavname' => '12 Sheet', 'pagenavblurb' => '£660 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Our largest poster size that really stands out with a huge landscape area for your show artwork.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-12-sheet.svg"></div> <p class="size"><strong>Size:</strong> 13048mm wide x 524mm high<br>120” wide x 60” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p> <p class="cost"><strong>Cost:</strong> £660 + vat</p>	<p class="limit"><strong>Order limit:</strong> One per show, per location.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £125 + vat</p>	<p class="fringe-description"><strong>EXTRAS:</strong><br>Add a fence top above your artwork to really stand out above other shows. Each fence top is 0.5m high and 3.5m wide - perfect for quotes or review comments to help draw attention to your show. </p>	<p class="cost"><strong>Cost:</strong> £175 + vat<br><strong>NOTE:</strong> You can only buy a fence top to go above your own poster.</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => '12 Sheet', 'metakeywords' => null, 'metadesc' => 'Our largest poster size that really stands out with a huge landscape area for your show artwork. Select the exact location for your poster to ensure you reach your target audience.', 'friendlyurl' => '12-sheet', 'sortorder' => 4, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/replacements-12-sheets"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="Replacements - 12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-12-sheets">		<h3 style="color:#009542;">Replacements - 12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£125 + vat</div>		<a href="/fringe/replacements-12-sheets" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#EE9C26;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet-Topper.svg"> </div>		<a href="/fringe/12-sheet-topper"><img src="https://ops.outofhand.co.uk/assets/images/pages/fencetops.jpg" alt="12 Sheet Topper"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet-topper">		<h3 style="color:#EE9C26;">12 Sheet Topper</h3>		</a>		<h6 style="color:#EE9C26;">3500mm wide x 500mm high<br>			138” wide x 20” high</h6>	</div>	<p>Give some height to your poster advertising - this format sits perfectly above each side of a Festival Triangle / Cube / above your 12 sheet.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#EE9C26">		<div class="price">£175 + vat</div>		<a href="/fringe/12-sheet-topper" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '13048mm wide x 524mm high<br>120” wide x 60” high', 'pageblurb4' => 'Location,#009542,/assets/images/2023/fringe-products/12-Sheet.svg,medium,/fringe/replacements-12-sheets', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 338, 'pageid' => 292, 'image' => '12sheet.jpg', 'imageflag' => null), array('imageid' => 342, 'pageid' => 292, 'image' => '12sheet-1.jpg', 'imageflag' => null), array('imageid' => 343, 'pageid' => 292, 'image' => '12sheet-2.jpg', 'imageflag' => null), array('imageid' => 1046, 'pageid' => 292, 'image' => '12Sheet.jpg', 'imageflag' => null), array('imageid' => 1047, 'pageid' => 292, 'image' => '12sheet.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 307, 'pagename' => '12 Sheet Topper', 'pagenavname' => '12 Sheet Topper', 'pagenavblurb' => '£175 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Give some height to your poster advertising - this format sits perfectly above each side of a Festival Triangle / Cube / above your 12 sheet. This space is great to use for highlighting those great reviews and star ratings / promote special ticket deals or performances. Draw extra attention to your shows advertised underneath on each fence panel as this poster format is 2.5m above the ground!</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-12-sheet-topper.svg"></div> <p class="size"><strong>Size:</strong> 3500mm wide x 500mm high<br>138” wide x 20” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £175 + vat per side<br></p><p class="limit"><strong>Order limit:</strong> You can only purchase a fence top to go above your own show poster - you can\'t put it on top of someone else\'s!<br><b>NOTE:</b> Your show must be advertised underneath too!</p><p class="info">All prices include production, printing your supplied artwork directly onto correx and mounted onto the fence top. </p>	</div>', 'htmltitle' => '12 Sheet Topper', 'metakeywords' => null, 'metadesc' => 'Give some height to your poster advertising - this format sits perfectly above each side of a Festival Triangle / Cube / above your 12 sheet.', 'friendlyurl' => '12-sheet-topper', 'sortorder' => 5, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '3500mm wide x 500mm high<br>138” wide x 20” high', 'pageblurb4' => 'Location,#EE9C26,/assets/images/2023/fringe-products/12-Sheet-Topper.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 456, 'pageid' => 307, 'image' => 'fencetops.jpg', 'imageflag' => '["1","2"]'), array('imageid' => 457, 'pageid' => 307, 'image' => 'FENCE-TOPS_1024x1024.jpg', 'imageflag' => null), array('imageid' => 458, 'pageid' => 307, 'image' => 'Fence_Tops_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1033, 'pageid' => 307, 'image' => '12-Sheet-Topper.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 318, 'pagename' => 'A1 Triangle', 'pagenavname' => 'A1 Triangle', 'pagenavblurb' => '£170 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Three A1 posters (of the same artwork unless stated) on a low level correx triangle, fitted around lamp posts in key locations across the city centre. You are booking a complete three sided triangle and will have the same artwork on all three sides unless you specify otherwise.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-A1-triangle.svg"></div> <p class="size"><strong>Size:</strong> A1 (594mm wide x 841mm high)</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £170 + vat</p><p class="replacements-high"><strong>Replacements:</strong> There is a <span>high</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £72.50 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx - each triangle can take three different sets of artwork - one for each side.</p></div>', 'htmltitle' => 'A1 Triangle', 'metakeywords' => null, 'metadesc' => 'Three A1 posters (of the same artwork unless stated) on a low level correx triangle, fitted around lamp posts in key locations across the city centre.', 'friendlyurl' => 'a1-triangle', 'sortorder' => 6, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#67C4D1;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/A1-Triangle.svg"> </div>		<a href="/fringe/replacements-a1-triangles"><img src="https://ops.outofhand.co.uk/assets/images/pages/A1 Triangles.jpg" alt="Replacements - A1 Triangle"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-a1-triangles">		<h3 style="color:#67C4D1;">Replacements - A1 Triangle</h3>		</a>		<h6 style="color:#67C4D1;">A1 (594mm wide x 841mm high)</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#67C4D1">		<div class="price">£72.50 + vat</div>		<a href="/fringe/replacements-a1-triangles" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'A1 (594mm wide x 841mm high)', 'pageblurb4' => 'Zone,#67C4D1,/assets/images/2023/fringe-products/A1-Triangle.svg,high,/fringe/replacements-a1-triangles', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 446, 'pageid' => 318, 'image' => 'a1triangles.jpg', 'imageflag' => null), array('imageid' => 447, 'pageid' => 318, 'image' => 'A1-Triangle_1_1024x1024.jpg', 'imageflag' => null), array('imageid' => 448, 'pageid' => 318, 'image' => 'A1-TRIANGLES_95e51910-03e9-4091-bda4-366a64d42d0e_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1001, 'pageid' => 318, 'image' => 'A1 Triangles.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 302, 'pagename' => 'A3 Poster Pack Wrap', 'pagenavname' => 'A3 Poster Pack Wrap', 'pagenavblurb' => '£70 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Great value advertising option with this effective format to support smaller shows. Each pack contains ten posters with one poster placed on ten separate lamp post wraps. There will be 20 different designs per lamp post wrap - 10 on each side.<br><strong>Note: </strong>Limit of 4 packs per show with a limit of 2 packs per zone. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-A3-poster-pack.svg"></div><p class="size"><strong>Size:</strong> A3 (297mm wide x 420mm high)</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £70 + vat per pack of 10 posters</p>	<p class="limit"><strong>Order limit:</strong> Four packs / two per zone.</p><p class="replacements-none"><strong>Replacements:</strong> We include two free spare lamp post wraps within the price.</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'A3 Poster Pack Wrap', 'metakeywords' => null, 'metadesc' => 'Great value advertising option with this effective format to support smaller shows. Each pack contains ten posters with one poster placed on ten separate lamp post wraps. There will be 20 different designs per lamp post wrap - 10 on each side.', 'friendlyurl' => 'a3-poster-pack-wrap', 'sortorder' => 7, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'A3 (297mm wide x 420mm high)', 'pageblurb4' => 'Zone,#BE1952,/assets/images/2023/fringe-products/A3-Poster-Pack-Wrap.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 449, 'pageid' => 302, 'image' => 'a3poster.jpg', 'imageflag' => null), array('imageid' => 450, 'pageid' => 302, 'image' => 'A3_poster_pack_1024x1024.JPG', 'imageflag' => null), array('imageid' => 451, 'pageid' => 302, 'image' => 'A3_Packs_2_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1032, 'pageid' => 302, 'image' => 'A3 Poster Packs.jpg', 'imageflag' => null), array('imageid' => 1039, 'pageid' => 302, 'image' => 'A3-Poster-Packs---VP.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 334, 'pagename' => 'Block Wrap', 'pagenavname' => 'Block Wrap', 'pagenavblurb' => '£350 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive new format in heavy Fringe footfall areas of the city. Acting as security vehicle blockades, they are positioned in prime central locations including Bristo Square, outside the EICC on Morrison St and outside the Playhouse Theatre on Leith St. Each block has 6 sides, approx. A2 in size, as well as a large top section - you have the whole block to use for your show. Given their positions outside key venues, they are great advertising platforms to reach Fringe fans.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-block-wrap.svg"></div> <p class="size"><strong>Size:</strong> A2 (420mm wide x 594mm high)</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p> <p class="cost"><strong>Cost:</strong> £350 + vat per location</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe. <br> <strong> Cost:</strong> £100 + vat</p><p class="info">All prices include production.</p></div>', 'htmltitle' => 'Block Wrap', 'metakeywords' => null, 'metadesc' => 'Exclusive new format in heavy Fringe footfall areas of the city. Acting as security vehicle blockades, they are positioned in prime central locations. Six A2 posters (of the same artwork unless stated) wrap around these concrete blocks.', 'friendlyurl' => 'block-wrap', 'sortorder' => 8, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#375973;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Block-Wrap.svg"> </div>		<a href="/fringe/replacements-block-wraps"><img src="https://ops.outofhand.co.uk/assets/images/pages/block wraps.jpg" alt="Replacements - Block Wrap"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-block-wraps">		<h3 style="color:#375973;">Replacements - Block Wrap</h3>		</a>		<h6 style="color:#375973;">A2 (420mm wide x 594mm high)</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#375973">		<div class="price">£100 + vat</div>		<a href="/fringe/replacements-block-wraps" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'A2 (420mm wide x 594mm high)', 'pageblurb4' => 'Location,#375973,/assets/images/2023/fringe-products/Block-Wrap.svg,low,/fringe/replacements-block-wraps', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 1010, 'pageid' => 334, 'image' => 'block wraps.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 303, 'pagename' => 'Bollard Cover', 'pagenavname' => 'Bollard Cover', 'pagenavblurb' => 'from £135 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Unique format placed over metal bollards on high footfall walkways within the central Fringe areas. Sold in sets depending on location for maximum impact.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-bollard-cover.svg"></div> <p class="size"><strong>Size:</strong> 220mm wide x 1300mm high<br>8.5” wide x 51” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £135 + vat per bollard</p>	<p class="limit"><strong>Order limit:</strong> One set in one location only.</p><p class="replacements-high"><strong>Replacements:</strong> There is a <span>high</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £60 + vat per bollard</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Bollard Cover', 'metakeywords' => null, 'metadesc' => 'Unique format placed over metal bollards on high footfall walkways within the central Fringe areas. Sold in sets depending on location for maximum impact.', 'friendlyurl' => 'bollard-cover', 'sortorder' => 9, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#C3C4C4;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Bollard-Cover.svg"> </div>		<a href="/fringe/replacements-bollards"><img src="https://ops.outofhand.co.uk/assets/images/pages/Bollards.jpg" alt="Replacements - Bollard Cover"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-bollards">		<h3 style="color:#C3C4C4;">Replacements - Bollard Cover</h3>		</a>		<h6 style="color:#C3C4C4;">220mm wide x 1300mm high<br>			8.5” wide x 51” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#C3C4C4">		<div class="price">£60 + vat</div>		<a href="/fringe/replacements-bollards" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '220mm wide x 1300mm high<br>8.5” wide x 51” high', 'pageblurb4' => 'Location,#C3C4C4,/assets/images/2023/fringe-products/Bollard-Cover.svg,high,/fringe/replacements-bollards', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 452, 'pageid' => 303, 'image' => 'bollards.jpg', 'imageflag' => null), array('imageid' => 453, 'pageid' => 303, 'image' => 'Bollards_1024x1024.jpg', 'imageflag' => null), array('imageid' => 454, 'pageid' => 303, 'image' => 'BOLLARDS_d964bb91-d2b3-469d-a1ba-eb537bfea297_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1011, 'pageid' => 303, 'image' => 'Bollards.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 309, 'pagename' => 'Charles St Digital Screen', 'pagenavname' => 'Charles St Digital Screen', 'pagenavblurb' => '£400 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in the heart of Bristo Square. Located on Charles St, in the main walkway between Underbelly Bristo Square, Pleasance Dome, Gilded Balloon Teviot and Assembly George Square, this site reaches the ultimate core Fringe audience, who are happy to buy tickets to see a wide range of performances, from comedy to circus and theatre. The digital screen is booked per week and has a rotation of 6-8 different adverts, with your advert displayed at least once every 90 seconds. Your advert will receive a minimum of 7,560 plays across one week, scheduled in available slots, with some days/hours receiving more plays than others. Total plays will be delivered across the whole week. <br><br>The Screen is operational between 8am - 2am daily. Each advert slot is 6 seconds and offers full motion, in full colour.</p> <div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-digital-screen.svg"></div> <p class="size"><strong>Size:</strong> 75", 1080px wide x 1920px high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £400 + vat per week<br><b>NOTE:</b> Digital Screens are booked per weekly slots.</p>	</div>', 'htmltitle' => 'Charles St Digital Screen', 'metakeywords' => null, 'metadesc' => 'Exclusive format in the heart of Bristo Square. Located on Charles St, in the main walkway between Underbelly Bristo Square, Pleasance Dome, Gilded Balloon Teviot and Assembly George Square.', 'friendlyurl' => 'charles-st-digital-screen', 'sortorder' => 10, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '75", 1080px wide x 1920px high', 'pageblurb4' => 'Location,#E83C3E,/assets/images/2023/fringe-products/Charles-St-Digital-Screen.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 422, 'pageid' => 309, 'image' => 'Digital-Screen.jpg', 'imageflag' => '["2","1"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 333, 'pagename' => 'Bollard Boxes', 'pagenavname' => 'Bollard Boxes', 'pagenavblurb' => 'from £300', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">New format for 2020 – this 1m high mini tower sits perfectly alongside the edge of some of the busiest streets in Edinburgh, including the Royal Mile. You can advertise your show on all four sides and select from the following locations: George IV Bridge, Grassmarket, The Royal Mile or Waverley Bridge.</p><p class="size"><strong>Size:</strong> 39.39” high x 21.65” wide (1000mm high x 550mm wide) per side.</p><p class="cost"><strong>Cost:</strong> £300 + vat per complete box</p><p class="limit"><strong>Order limit:</strong> One per location.</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe. <br>  <strong> Cost:</strong> £150 + vat</p>	<p class="info">All prices include production, printing your supplied artwork directly onto correx.</p><p class="new">New for 2020</p></div>', 'htmltitle' => 'Bollard Boxes', 'metakeywords' => null, 'metadesc' => 'New format for 2020 – this 1m high mini tower sits perfectly alongside the edge of some of the busiest streets in Edinburgh, including the Royal Mile. You can advertise your show on all four sides and select from the following locations: George IV Bridge,', 'friendlyurl' => 'bollard-boxes', 'sortorder' => 11, 'pageblurb' => ' ', 'pageblurb2' => ' ', 'pageblurb3' => ' ', 'pageblurb4' => ' ', 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 433, 'pageid' => 333, 'image' => 'bollard-boxes.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 304, 'pagename' => 'Cowgate - Pillar Banner', 'pagenavname' => 'Cowgate - Pillar Banner', 'pagenavblurb' => 'from £275 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in the heart of the Cowgate. This location is situated between the Three Sisters and Underbelly Cowgate and perfect to target Fringe goers attending free and paid-for shows in this exceptionally busy area of Edinburgh. You can select which pillar you\'d like, as well as which side (front, back or either side facing up and down the Cowgate).</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-cowgate-pillar.svg"></div> <p class="size"><strong>Size:</strong> Front and Back: 870mm wide x 1600mm high (34" wide x 63" high)<br>Side: 730mm wide x 1600mm high (28.7" wide x 63" high)</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> <br>Front Panel (facing the road): £350 + vat<br>Side panel (facing either direction): £275 + vat<br>Back panel (facing the pavement under the arches): £325 + vat<br>End Panel (facing Three Sisters): £650 + vat<br>End Panel (facing Sneaky Pete\'s): £650 + vat<br></p><p class="limit"><strong>Order limit:</strong> Limit of TWO banners per show, one per side.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> from £60 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto the non PVC vinyl.</p>	</div>', 'htmltitle' => 'Cowgate - Pillar Banner', 'metakeywords' => null, 'metadesc' => 'Exclusive format in the heart of the Cowgate. This location situated between the Seven Sisters and Underbelly Cowgate and perfect to target Fringe goers attending free and paid-for shows in this exceptionally busy area of Edinburgh.', 'friendlyurl' => 'cowgate-pillars', 'sortorder' => 12, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#BE1952;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Cowgate-Pillars.svg"> </div>		<a href="/fringe/replacements-cowgate-pillars"><img src="https://ops.outofhand.co.uk/assets/images/pages/cowgatepillars.jpg" alt="Replacements - Cowgate Pillars"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-cowgate-pillars">		<h3 style="color:#BE1952;">Replacements - Cowgate - Pillar Banner</h3>		</a>		<h6 style="color:#BE1952;">Front and Back: 870mm wide x 1600mm high (34" wide x 63" high)<br>			Side: 730mm wide x 1600mm high (28.7" wide x 63" high)</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#BE1952">		<div class="price">from £60 + vat</div>		<a href="/fringe/replacements-cowgate-pillars" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'Front and Back:<br>870mm wide x 1600mm high (34" wide x 63" high)<br><br>Side:<br>730mm wide x 1600mm high (28.7" wide x 63" high)', 'pageblurb4' => 'Location,#BE1952,/assets/images/2023/fringe-products/Cowgate-Pillars.svg,medium,/fringe/replacements-cowgate-pillars', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 438, 'pageid' => 304, 'image' => 'cowgatepillars.jpg', 'imageflag' => null), array('imageid' => 439, 'pageid' => 304, 'image' => 'Cowgate-Pillar_1024x1024.jpg', 'imageflag' => null), array('imageid' => 440, 'pageid' => 304, 'image' => 'Cowgate_Pillars_bare_1024x1024.png', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 305, 'pagename' => 'Cowgate - Bridge Banner', 'pagenavname' => 'Cowgate - Bridge Banner', 'pagenavblurb' => '£1,500 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format above the heavy footfall areas of Cowgate. This large format banner is 1.5m high and stretches 10m across South Bridge, above the Cowgate (overlooking Blair St and Niddery St), perfectly positioned to reach Fringe fans walking underneath on the Cowgate. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-bridge-banner.svg"></div> <p class="size"><strong>Size:</strong> 10000mm wide x 1500mm high<br>393” wide x 59” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £1,500 + vat </p><p class="info">All prices include production, printing your supplied artwork directly onto non PVC Vinyl. </p></div>', 'htmltitle' => 'Cowgate - Bridge Banner', 'metakeywords' => null, 'metadesc' => 'Exclusive new format above the heavy footfall areas of Cowgate. This large format banner is 1.5m high and stretches 10m across South Bridge, above the Cowgate (overlooking Blair St and Niddery St).', 'friendlyurl' => 'cowgate-bridge-banner', 'sortorder' => 13, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '10000mm wide x 1500mm high<br>393” wide x 59” high', 'pageblurb4' => 'Location,#BE1952,/assets/images/2023/fringe-products/Cowgate-Bridge-Banner.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 455, 'pageid' => 305, 'image' => 'Bridge-Banner.jpg', 'imageflag' => null), array('imageid' => 1012, 'pageid' => 305, 'image' => 'Bridge Banner.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 306, 'pagename' => 'Crowd Barrier Jackets', 'pagenavname' => 'Crowd Barrier Jackets', 'pagenavblurb' => ' ', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="description fringe-description">                        	<h3><span>Full colour, double sided and printed onto PVC mesh – high impact and gets noticed as they pop up in places you won\'t expect to see show advertising.<br><br><span style="color: #ff9900;">NEW LOCATION FOR SECOND</span> <span style="color: #ff9900;">RELEASE:</span> Marshall St, so you can reach people coming into Bristo Square from the Nicholson St area. <br></span></h3>                        	<hr><h6><b>LOCATIONS: </b></h6><p><span>Royal Mile, by Hunter Square,  Marshall St, Greyfriars Bobby and George IV Bridge.</span></p><h6><b>SIZE: </b></h6><p><span>900mm x 2220mm wide.</span></p><h6><b>COST: </b></h6><p><span><b>£250 + vat per barrier</b></span></p><div class="spare-recommendation">	<h6><b>SPARE / REPLACEMENT RECOMMENDATION:</b></h6>	<div class="spare-recommendation-block">		<p><b><a href="#" style="background: green;">LOW - ORDER NOW</a></b></p>	</div></div>                        </div>', 'htmltitle' => 'Crowd Barrier Jackets', 'metakeywords' => null, 'metadesc' => 'Full colour, double sided and printed onto PVC mesh – high impact and gets noticed as they pop up in places you won\'t expect to see show advertising.', 'friendlyurl' => 'crowd-barrier-jackets', 'sortorder' => 14, 'pageblurb' => ' ', 'pageblurb2' => ' ', 'pageblurb3' => ' ', 'pageblurb4' => ' ', 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 362, 'pageid' => 306, 'image' => 'crowdbarrier-2.jpg', 'imageflag' => null), array('imageid' => 363, 'pageid' => 306, 'image' => 'crowdbarrier-3.jpg', 'imageflag' => null), array('imageid' => 364, 'pageid' => 306, 'image' => 'crowdbarrier.jpg', 'imageflag' => '["1"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 311, 'pagename' => 'Lamppost Wrap', 'pagenavname' => 'Lamppost Wrap', 'pagenavblurb' => '£300 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Fixed around sign and lamp posts on key high traffic routes between Fringe venues in the city centre.The wraps are double sided, and you are booking both sides - you can either use the same artwork on both sides or different artwork on each side - please advise at the point of order. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-lamp-post-wrap.svg"></div> <p class="size"><strong>Size:</strong> 600mm wide x 2000mm high<br>23.62” wide x 78.74” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £300 + vat</p><p class="replacements-high"><strong>Replacements:</strong> There is a <span>high</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £55 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Lamppost Wrap', 'metakeywords' => null, 'metadesc' => 'Unmissable street level, double sided format, fitted around sign and lamp posts on key high traffic routes between Fringe venues in the city centre.', 'friendlyurl' => 'lamp-post-wraps-full-length', 'sortorder' => 15, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#397292;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Lamp-Post-Wrap.svg"> </div>		<a href="/fringe/replacements-lamp-post-wraps"><img src="https://ops.outofhand.co.uk/assets/images/pages/Lamp Post.jpg" alt="Replacements - Lamp Post Wrap"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-lamp-post-wraps">		<h3 style="color:#397292;">Replacements - Lamppost Wrap</h3>		</a>		<h6 style="color:#397292;">600mm wide x 2000mm high<br>			23.62” wide x 78.74” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#397292">		<div class="price">£55 + vat</div>		<a href="/fringe/replacements-lamp-post-wraps" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '600mm wide x 2000mm high<br>23.62” wide x 78.74” high', 'pageblurb4' => 'Zone,#397292,/assets/images/2023/fringe-products/Lamp-Post-Wrap.svg,high,/fringe/replacements-lamp-post-wraps', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 467, 'pageid' => 311, 'image' => 'lamppostwrap.jpg', 'imageflag' => null), array('imageid' => 468, 'pageid' => 311, 'image' => 'Lamp-post-wrap_2_1024x1024.jpg', 'imageflag' => null), array('imageid' => 469, 'pageid' => 311, 'image' => 'Lamp_post_wrap_GOOD_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1003, 'pageid' => 311, 'image' => 'Lamp Post.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 579, 'pagename' => 'Raised Lamppost Wrap', 'pagenavname' => 'Raised Lamppost Wrap', 'pagenavblurb' => '£195 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 0, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Fixed above head height around lamp posts on key high traffic routes between Fringe venues in the city centre.The wraps are double sided, and you are booking both sides - you can either use the same artwork on both sides or different artwork on each side - please advise at the point of order. </p><div class="poster-size-guide-icon"><img src="https://ops.outofhand.co.uk/assets/images/size-guide-raised-lamppost-wrap.svg"></div> <p class="size"><strong>Size:</strong> 600mm wide x 1000mm high<br>23.62” wide x 39.37” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £195 + vat</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £30 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Raised Lamppost Wrap', 'metakeywords' => null, 'metadesc' => 'Double sided format that is fitted above head height around lamp posts on key high traffic routes between Fringe venues in the city centre.', 'friendlyurl' => 'raised-lamppost-wrap', 'sortorder' => 16, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#397292;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/Lamp-Post-Wrap.svg"> </div>  <a href="/fringe/replacements-raised-lamppost-wrap"><img src="https://ops.outofhand.co.uk/assets/images/pages/Raised-Lamppost-Wrap.jpg" alt="Replacements - Raised Lamppost Wrap"></a>  </div> <div class="title-wrapper"> <a href="/fringe/replacements-raised-lamppost-wrap"><h3 style="color:#397292;">Replacements - Raised Lamppost Wrap</h3></a> <h6 style="color:#397292;">600mm wide x 1000mm high<br>23.62” wide x 39.37” high</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#397292"> <div class="price">£30 + vat</div> <a href="/fringe/replacements-raised-lamppost-wrap" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '600mm wide x 1000mm high<br>23.62” wide x 39.37” high', 'pageblurb4' => 'Zone,#397292,/assets/images/2023/fringe-products/Lamp-Post-Wrap.svg,medium,/fringe/replacements-raised-lamppost-wrap', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 1055, 'pageid' => 579, 'image' => 'Raised-Lamppost-Wrap.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 308, 'pagename' => 'Festival Tower', 'pagenavname' => 'Festival Tower', 'pagenavblurb' => '£675 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Large, purpose built structures that really stand out and get noticed. Each four or six sided tower is situated in central, high traffic locations and offers great exposure for your show. Due to limited availability, only one side per show in each location. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-festival-tower.svg"></div> <p class="size"><strong>Size:</strong> 1220mm wide x 2440mm high<br>48” wide x 96” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £675 + vat per side </p>	<p class="limit"><strong>Order limit:</strong> Due to limited availability, only one side per show, per promoter in each location.</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £90 + vat per poster</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p>	</div>', 'htmltitle' => 'Festival Tower', 'metakeywords' => null, 'metadesc' => 'Large, purpose built structures that really stand out and get noticed. Each four or six sided tower is situated in central, high traffic locations and offers great exposure for your show.', 'friendlyurl' => 'festival-tower', 'sortorder' => 19, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#E83C3E;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Festival-Tower.svg"> </div>		<a href="/fringe/replacements-festival-tower"><img src="https://ops.outofhand.co.uk/assets/images/pages/Festival-Tower.jpg" alt="Replacements - Festival Tower"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-festival-tower">		<h3 style="color:#E83C3E;">Replacements - Festival Tower</h3>		</a>		<h6 style="color:#E83C3E;">1220mm wide x 2440mm high<br>			48” wide x 96” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#E83C3E">		<div class="price">£90&nbsp;+ vat</div>		<a href="/fringe/replacements-festival-tower" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '1220mm wide x 2440mm high<br>48” wide x 96” high', 'pageblurb4' => 'Location,#E83C3E,/assets/images/2023/fringe-products/Festival-Tower.svg,low,/fringe/replacements-festival-tower', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 460, 'pageid' => 308, 'image' => 'Festival-Tower.jpg', 'imageflag' => null), array('imageid' => 461, 'pageid' => 308, 'image' => 'Festival-Towers_1f054923-6cbf-4406-a329-103a581a2e16_1024x1024.jpg', 'imageflag' => null), array('imageid' => 462, 'pageid' => 308, 'image' => 'Festival_Tower3_1024x1024.png', 'imageflag' => null), array('imageid' => 1048, 'pageid' => 308, 'image' => 'Festival-Tower.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 312, 'pagename' => 'Phone Kiosk', 'pagenavname' => 'Phone Kiosk', 'pagenavblurb' => '£450 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in heavy footfall areas of the city centre. Whilst the actual phone boxes might not be used much for making phone calls, they are positioned in good street level locations and the outsides of them are great advertising platforms to reach Fringe fans across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-phone-kiosk.svg"></div> <p class="orientation"><strong>Orientation:</strong> Portrait</p> <p class="cost"><strong>Cost: </strong>£450 + vat per location</p><p class="info">All prices include production. </p>	</div>', 'htmltitle' => 'Phone Kiosk', 'metakeywords' => null, 'metadesc' => 'Exclusive format in heavy footfall areas of the city centre. Whilst the actual phone boxes might not be used much for making phone calls, they are positioned in good street level locations and the external sides of them are great advertising platforms.', 'friendlyurl' => 'phone-kiosk', 'sortorder' => 20, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => null, 'pageblurb4' => 'Location,#EB5C44,/assets/images/2023/fringe-products/Phone-Kiosk.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 470, 'pageid' => 312, 'image' => 'phonekiosk.jpg', 'imageflag' => null), array('imageid' => 471, 'pageid' => 312, 'image' => 'IMG_1494_1024x1024.jpg', 'imageflag' => null), array('imageid' => 472, 'pageid' => 312, 'image' => 'Phone_Kiosk2_1024x1024.png', 'imageflag' => null), array('imageid' => 1050, 'pageid' => 312, 'image' => 'phonekiosk.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 574, 'pagename' => 'Potterow Port - Bridge Banner', 'pagenavname' => 'Potterow Port - Bridge Banner', 'pagenavblurb' => '£1,500 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 0, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. This two section banner runs across the top of the subway entrance and clearly visible to everyone using the subway, whichever direction they are going!</p>	<div class="poster-size-guide-icon"><img src="https://ops.outofhand.co.uk/assets/images/size-guide-potterow-port-bridge-banner.svg"></div>	<p class="size"><strong>Size:</strong>10000mm wide x 1000mm high<br>394" wide x 39.4"</p>		<p class="cost"><strong>Cost:</strong> Museum side: £1,500 + vat<br>Bristo Square side: £1,500 + vat</p>	<p class="orientation"><strong>Orientation:</strong> Landscape</p>	<p class="limit"><strong>Order limit:</strong> One banner per show.</p>	<p class="info">All prices include production, printing your supplied artwork directly onto vinyl.</p></div><style>.banner.banner-about {background-image: url(https://ops.outofhand.co.uk/assets/images/pages/potterow-port-entrance-banner.jpg);}</style>', 'htmltitle' => 'Potterow Port - Bridge Banner', 'metakeywords' => null, 'metadesc' => 'Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. Positioned above the entrance into this busy subway, this banner is unmissable!', 'friendlyurl' => 'potterow-port-entrance-banner', 'sortorder' => 21, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '10000mm wide x 1000mm high<br>394" wide x 39.4"', 'pageblurb4' => 'Location,#E8308A,/assets/images/2023/fringe-products/Potterow-Port-Embankment.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 990, 'pageid' => 574, 'image' => 'potterow-port-entrance-banner.jpg', 'imageflag' => null), array('imageid' => 1015, 'pageid' => 574, 'image' => 'POTTEROW-PORT---ENTRANCE-BANNER.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 339, 'pagename' => 'Potterow Port - Embankment', 'pagenavname' => 'Potterow Port - Embankment', 'pagenavblurb' => 'from £275 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in a very high footfall area on the University side of the Potterow Port subway. Highly visible as you enter / exit the subway from the popular Bristo Square area, numerous Fringe venues nearby including Gilded Balloon at the Museum, Pleasance Dome and Underbelly. All artwork is printed onto a Ultra Stick Vinyl with an anti graffiti laminate applied over the top to protect the artwork.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-potterow-port-embankment.svg"></div> <p class="size"><strong>Size/Cost:</strong></p><p class="cost">4 Sheet: £275 + vat<br>8 Sheet: £695 + vat</p> <p class="orientation"><strong>Orientation:</strong> Portrait and Lanscape</p>	<p class="limit"><strong>Order limit:</strong> One poster per show.</p><p class="info">All prices include production, printing your supplied artwork directly onto vinyl.</p></div>', 'htmltitle' => 'Potterow Port - Embankment', 'metakeywords' => null, 'metadesc' => 'Exclusive format in a very high footfall area on the University side of the Potterow Port subway. Highly visible as you enter / exit the subway from the popular Bristo Square area, numerous Fringe venues nearby.', 'friendlyurl' => 'potterow-port-embankment', 'sortorder' => 22, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '4 Sheet<br>8 Sheet', 'pageblurb4' => 'Location,#E8308A,/assets/images/2023/fringe-products/Potterow-Port-Embankment.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 425, 'pageid' => 339, 'image' => 'Potterow-Port-EMBANKMENT.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 573, 'pagename' => 'Potterow Port - Entrance Triangle', 'pagenavname' => 'Potterow Port - Entrance Triangle', 'pagenavblurb' => '£1,300 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 0, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. All artwork is printed onto a hard standing vinyl with an anti graffiti laminate applied over the top to protect the artwork.</p>	<div class="poster-size-guide-icon"><img src="https://ops.outofhand.co.uk/assets/images/size-guide-potterow-port-entrance-triangle.svg"></div><p class="size"><strong>Size:</strong> Various</p><p class="cost"><strong>Cost:</strong> Museum side - Left: £1,300 + vat<br>	Museum side - Right: £1,300 + vat<br>	Bristo Square side - Left: £1,300 + vat<br>	Bristo Square side - Right: £1,300 + vat	</p>	<p class="limit"><strong>Order limit:</strong> One vinyl per show.</p><p class="info">All prices include production, printing your supplied artwork directly onto vinyl.</p></div><style>.banner.banner-about {background-image: url(https://ops.outofhand.co.uk/assets/images/pages/potterow-port-entrance-vinyl-wraps.jpg);}</style>', 'htmltitle' => 'Potterow Port - Entrance Triangle', 'metakeywords' => null, 'metadesc' => 'Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. All artwork is printed onto a hard standing vinyl with an anti graffiti laminate applied over the top to protect the artwork.', 'friendlyurl' => 'potterow-port-entrance-triangle', 'sortorder' => 23, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => null, 'pageblurb4' => 'Location,#E8308A,https://ops.outofhand.co.uk/assets/images/PotterowTriangle.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 989, 'pageid' => 573, 'image' => 'potterow-port-entrance-vinyl-wraps.jpg', 'imageflag' => null), array('imageid' => 1016, 'pageid' => 573, 'image' => 'Potterow--Port---Entrance-Triangle.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 310, 'pagename' => 'Festival Triangle', 'pagenavname' => 'Festival Triangle', 'pagenavblurb' => 'from £600', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Make a big impact with this large freestanding three sided format that will hold either 3 x 12 sheets, 9 x 4-sheets (3 per side) or a 3.2m x 1.8m mesh banner. Locations in high footfall areas and near venues across the City Centre, Old Town and The Meadows.</p><p class="size"><strong>Size:</strong> See above.</p><p class="cost"><strong>Cost:</strong><br> £600 + vat per side - for 1x 12 Sheet or 3x 4 Sheets.<br>£675 + vat per side - for a 71” high x 126” wide (1800mm high x 3200mm wide) mesh banner.</p><p><strong>EXTRAS:</strong> Add a fence top above your artwork to really stand out above other shows. Each fence top is 0.5m high and 3.5m wide - perfect for quotes or review comments to help draw attention to your show.</p>	<p class="cost"><strong>Cost:</strong> £160 + vat per side<br><strong>NOTE:</strong> You can only buy a fence top to go above your own poster. </p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p>	</div>', 'htmltitle' => 'Festival Triangle', 'metakeywords' => null, 'metadesc' => 'Make a big impact with this large freestanding three sided format that will hold either 3 x 12 sheets or 9 x 4-sheets (3 per side). Locations in high footfall traffic across the city centre and old town.', 'friendlyurl' => 'festival-triangle-cube', 'sortorder' => 24, 'pageblurb' => null, 'pageblurb2' => null, 'pageblurb3' => null, 'pageblurb4' => null, 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 463, 'pageid' => 310, 'image' => 'Festival-Triangle.jpg', 'imageflag' => null), array('imageid' => 465, 'pageid' => 310, 'image' => 'Festival_Triangle_NEW2_1024x1024.png', 'imageflag' => null), array('imageid' => 466, 'pageid' => 310, 'image' => 'Festival-Triangles_1024x1024.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 320, 'pagename' => 'Potterow Port - Inside Subway', 'pagenavname' => 'Potterow Port - Inside Subway', 'pagenavblurb' => 'from £275 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. This location is fully lit 24hrs a day to ensure good presentation at all times. All artwork is printed onto a hard standing vinyl with an anti graffti laminate applied over the top to protect the artwork. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-potterow-port-subway.svg"></div> <p class="size"><strong>Size/Cost:</strong></p><p class="cost">4 Sheet: £275 + vat</p><p class="cost">8 Sheet: £750 + vat</p><p class="cost">12 Sheet: £1,100 + vat</p> <p class="orientation"><strong>Orientation:</strong> Portrait and Landscape</p>	<p class="limit"><strong>Order limit:</strong> One poster per show.</p><p class="info">All prices include production, printing your supplied artwork directly onto vinyl.</p></div>', 'htmltitle' => 'Potterow Port - Inside Subway', 'metakeywords' => null, 'metadesc' => 'Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. This location is fully lit 24hrs a day to ensure good presentation at all times.', 'friendlyurl' => 'potterow-port-inside-subway', 'sortorder' => 25, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '4 Sheet<br>8 Sheet<br>12 Sheet', 'pageblurb4' => 'Location,#E8308A,/assets/images/2023/fringe-products/Potterow-Port-Inside-Subway.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 473, 'pageid' => 320, 'image' => 'potterowvinyl.jpg', 'imageflag' => null), array('imageid' => 474, 'pageid' => 320, 'image' => 'POTTEROW-PORT-VINYL_S_1024x1024.jpg', 'imageflag' => null), array('imageid' => 475, 'pageid' => 320, 'image' => 'Potterow-Port-Vinyls_0398cb31-c3ba-4c43-80b9-a1b8a227fb6f_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1014, 'pageid' => 320, 'image' => 'Subway Vinyls.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 317, 'pagename' => 'Princes St - Widescreens', 'pagenavname' => 'Princes St - Widescreens', 'pagenavblurb' => '£325 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Framed and mounted on railings running alongside the entire length of both the East and West Prince\'s Street Gardens. This area receives a footfall in excess of 1.3m million people during the Fringe - a mix of both festival goers, tourists and locals alike so is well positioned to reach a high number of people.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-widescreen.svg"></div> <p class="size"><strong>Size:</strong> 2000mm wide x 700mm high<br>78.7” wide x 27.6” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £325 + vat</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £50 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx and mounted in a wooden frame.</p></div>', 'htmltitle' => 'Princes St - Widescreens', 'metakeywords' => null, 'metadesc' => 'Framed and mounted on railings running alongside the entire length of Prince\'s St gardens. This area receives a footfall of 1.3m million people during the Fringe - a mix of both festival goers and locals alike.', 'friendlyurl' => 'widescreen', 'sortorder' => 26, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#5EC2D7;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Widescreen.svg"> </div>		<a href="/fringe/replacements-widescreen"><img src="https://ops.outofhand.co.uk/assets/images/pages/Widescreens.jpg" alt="Replacements - Widescreen"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-widescreen">		<h3 style="color:#5EC2D7;">Replacements - Princes St - Widescreens</h3>		</a>		<h6 style="color:#5EC2D7;">2000mm wide x 700mm high<br>			78.7” wide x 27.6” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#5EC2D7">		<div class="price">£50&nbsp;+ vat</div>		<a href="/fringe/replacements-widescreen" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '2000mm wide x 700mm high<br>78.7” wide x 27.6” high', 'pageblurb4' => 'Location,#5EC2D7,/assets/images/2023/fringe-products/Widescreen.svg,low,/fringe/replacements-widescreen', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 492, 'pageid' => 317, 'image' => 'widescreens.jpg', 'imageflag' => null), array('imageid' => 493, 'pageid' => 317, 'image' => 'WIDESCREENS_1024x1024.jpg', 'imageflag' => null), array('imageid' => 494, 'pageid' => 317, 'image' => 'Widescreen_NEW_1024x1024.png', 'imageflag' => null), array('imageid' => 1019, 'pageid' => 317, 'image' => 'Widescreens.jpg', 'imageflag' => null), array('imageid' => 1051, 'pageid' => 317, 'image' => 'Widescreens.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 315, 'pagename' => 'Railing Boards - Double Quad', 'pagenavname' => 'Railing Boards - Double Quad', 'pagenavblurb' => '£185 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description">	<p class="fringe-description">Extra large railing board to get extra attention for your show, fitted to key railings sites across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-double-quad.svg"></div>	 <p class="size"><strong>Size:</strong> 2032mm wide x 762mm high<br>80” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £185 + vat per poster</p>	<p class="limit"><strong>Order limit:</strong> One per show, per location.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £60 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Double Quad', 'metakeywords' => null, 'metadesc' => 'Extra large railing board to get extra attention for your show, fitted to key railings sites across the city centre.', 'friendlyurl' => 'double-quad', 'sortorder' => 27, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Double-Quad.svg"> </div>		<a href="/fringe/replacements-railing-boards-30x80-double-quad"><img src="https://ops.outofhand.co.uk/assets/images/pages/Double-Quad.jpg" alt="Replacements - Double Quad"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-railing-boards-30x80-double-quad">		<h3 style="color:#009542;">Replacements - Railing Boards - Double Quad</h3>		</a>		<h6 style="color:#009542;">2032mm wide x 762mm high<br>			80” wide x 30” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£60&nbsp;+ vat</div>		<a href="/fringe/replacements-railing-boards-30x80-double-quad" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '2032mm wide x 762mm high<br>80” wide x 30” high', 'pageblurb4' => 'Location,#009542,/assets/images/2023/fringe-products/Double-Quad.svg,medium,/fringe/replacements-railing-boards-30x80-double-quad', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 484, 'pageid' => 315, 'image' => 'RAILING-BOARDS-30”-x-80”-(DOUBLE-QUAD).jpg', 'imageflag' => null), array('imageid' => 485, 'pageid' => 315, 'image' => 'RAILING-BOARDS-_30_-x-80_Double-Quad_1024x1024.jpg', 'imageflag' => null), array('imageid' => 486, 'pageid' => 315, 'image' => 'Double_Quad_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1034, 'pageid' => 315, 'image' => 'Double-Quad.jpg', 'imageflag' => null), array('imageid' => 1052, 'pageid' => 315, 'image' => 'Double-Quad.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 319, 'pagename' => 'Railing Boards - Single', 'pagenavname' => 'Railing Boards - Single', 'pagenavblurb' => '£27.50 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Very cost effective option if you just want one poster placed in a zone on its own, posters are fixed to key railings sites across the city centre. Note: your artwork will be laid up next to another different show. Limit of four single railing boards per zone.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-double-crown.svg"></div> <p class="size"><strong>Size:</strong> 508mm wide x 762mm high<br>20” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £27.50 + vat</p>	<p class="limit"><strong>Order limit:</strong> Four single railing boards per zone.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £15 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Single', 'metakeywords' => null, 'metadesc' => 'Cost effective option. Only four singles can be purchased with one allocated per Zone. Boards are fixed to key railings sites across the city centre.', 'friendlyurl' => 'double-crown', 'sortorder' => 28, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#000000;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Double-Crown.svg"> </div>		<a href="/fringe/replacements-railing-boards-30x20-double-crown"><img src="https://ops.outofhand.co.uk/assets/images/pages/Double Crown.jpg" alt="Replacements - Double Crown"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-railing-boards-30x20-double-crown">		<h3 style="color:#000000;">Replacements - Railing Boards - Single</h3>		</a>		<h6 style="color:#000000;">DOUBLE CROWN<br><br>508mm wide x 762mm high<br>			20” wide x 30” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#000000">		<div class="price">£15 + vat</div>		<a href="/fringe/replacements-railing-boards-30x20-double-crown" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'DOUBLE CROWN<br><br>508mm wide x 762mm high<br>20” wide x 30” high', 'pageblurb4' => 'Zone,#000000,/assets/images/2023/fringe-products/Double-Crown.svg,medium,/fringe/replacements-railing-boards-30x20-double-crown', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 476, 'pageid' => 319, 'image' => 'RAILING-BOARDS-30”-x-20”--(Double-crown)-SINGLE-POSTERS-2.jpg', 'imageflag' => null), array('imageid' => 477, 'pageid' => 319, 'image' => 'Railing-Boards-30x20-Single_1024x1024.jpg', 'imageflag' => null), array('imageid' => 478, 'pageid' => 319, 'image' => 'IMG_20140728_150837629_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1004, 'pageid' => 319, 'image' => 'Double Crown.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 313, 'pagename' => 'Railing Boards - Pair', 'pagenavname' => 'Railing Boards - Pair', 'pagenavblurb' => '£55 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Cost effective option, fitted in pairs of the same artwork unless otherwise stated for maximum impact. Boards are fixed to key railings sites across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-double-crown-pair.svg"></div> <p class="size"><strong>Size:</strong> 508mm wide x 762mm high<br>20” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £55 + vat per pair of posters </p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £25 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Pair', 'metakeywords' => null, 'metadesc' => 'Cost effective option, fitted in pairs of the same artwork unless otherwise stated for maximum impact. Boards are fixed to key railings sites across the city centre.', 'friendlyurl' => 'railing-boards-30x20-double-crown-pairs', 'sortorder' => 29, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#000000;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Double-Crown-Pair.svg"> </div>		<a href="/fringe/replacements-railing-boards-30x20-double-crown-pair"><img src="https://ops.outofhand.co.uk/assets/images/pages/Double Crown Pair.jpg" alt="Replacements - Double Crown Pair"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-railing-boards-30x20-double-crown-pair">		<h3 style="color:#000000;">Replacements - Railing Boards - Pair</h3>		</a>		<h6 style="color:#000000;">2x DOUBLE CROWNS SIDE BY SIDE<br><br>508mm wide x 762mm high<br>			20” wide x 30” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#000000">		<div class="price">£25&nbsp;+ vat</div>		<a href="/fringe/replacements-railing-boards-30x20-double-crown-pair" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '2x DOUBLE CROWNS SIDE BY SIDE<br><br>508mm wide x 762mm high<br>20” wide x 30” high', 'pageblurb4' => 'Zone,#000000,/assets/images/2023/fringe-products/Double-Crown-Pair.svg,medium,/fringe/replacements-railing-boards-30x20-double-crown-pair', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 479, 'pageid' => 313, 'image' => 'RAILING-BOARDS-30”-x-40”--(Double-crown-PAIRS).jpg', 'imageflag' => null), array('imageid' => 480, 'pageid' => 313, 'image' => 'RAILING-BOARDS---30_-x-20_-_Double-crown_60985397-9e15-43a1-b3c6-372f058102e2_1024x1024.jpg', 'imageflag' => null), array('imageid' => 481, 'pageid' => 313, 'image' => 'Railing-Boards_pair-of-B2_eb641c1e-e447-4b0f-81b0-a63ab961c793_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1005, 'pageid' => 313, 'image' => 'Double Crown Pair.jpg', 'imageflag' => null), array('imageid' => 1040, 'pageid' => 313, 'image' => 'Double-Crown-Pair---VP.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 332, 'pagename' => 'Litter Bin Advertising Structure', 'pagenavname' => 'Litter Bin Advertising Structure', 'pagenavblurb' => ' ', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => ' ', 'htmltitle' => 'Litter Bin Advertising Structure', 'metakeywords' => null, 'metadesc' => null, 'friendlyurl' => 'litter-bin-advertising-structure', 'sortorder' => 30, 'pageblurb' => ' ', 'pageblurb2' => ' ', 'pageblurb3' => ' ', 'pageblurb4' => ' ', 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 406, 'pageid' => 332, 'image' => 'litterbinadvertising.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 314, 'pagename' => 'Railing Boards - Quad', 'pagenavname' => 'Railing Boards - Quad', 'pagenavblurb' => '£80 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Cost effective landscape format making the most of the space available, fixed to key railings sites across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-quad.svg"></div> <p class="size"><strong>Size:</strong> 1016mm wide x 762mm high<br>40” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £80 + vat</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £25 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Quad', 'metakeywords' => null, 'metadesc' => 'Cost effective landscape format making the most of the space available, fixed to key railings sites across the city centre.', 'friendlyurl' => 'quad', 'sortorder' => 31, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#000000;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Quad.svg"> </div>		<a href="/fringe/replacements-railing-boards-30x40-quad"><img src="https://ops.outofhand.co.uk/assets/images/pages/Quad.jpg" alt="Replacements - Quad"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-railing-boards-30x40-quad">		<h3 style="color:#000000;">Replacements - Railing Boards - Quad</h3>		</a>		<h6 style="color:#000000;">1016mm wide x 762mm high<br>			40” wide x 30” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#000000">		<div class="price">£25&nbsp;+ vat</div>		<a href="/fringe/replacements-railing-boards-30x40-quad" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '1016mm wide x 762mm high<br>40” wide x 30” high', 'pageblurb4' => 'Zone,#000000,/assets/images/2023/fringe-products/Quad.svg,medium,/fringe/replacements-railing-boards-30x40-quad', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 482, 'pageid' => 314, 'image' => 'RAILING-BOARDS-30”-x-40”-(Quad).jpg', 'imageflag' => null), array('imageid' => 483, 'pageid' => 314, 'image' => 'RAILING-BOARDS---30_-x-40_-_Quad_6d101f21-2751-446c-b0c5-d69d57ddcb73_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1006, 'pageid' => 314, 'image' => 'Quad.jpg', 'imageflag' => null), array('imageid' => 1044, 'pageid' => 314, 'image' => 'Quad.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 321, 'pagename' => 'Railing Boards - Super Quad', 'pagenavname' => 'Railing Boards - Super Quad', 'pagenavblurb' => '£425 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Extra long railing board to get extra attention for your show and to stand out amongst the other posters. Fitted to selected railings sites across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-super-quad.svg"></div> <p class="size"><strong>Size:</strong> 4064mm wide x 762mm high<br>160” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £425 + vat</p>	<p class="limit"><strong>Order limit:</strong> One per show, per location.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £100 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Super Quad', 'metakeywords' => null, 'metadesc' => 'Cost effective option, fitted in pairs of the same artwork unless otherwise stated for maximum impact. Boards are fixed to key railings sites across the city centre. Please specify your preferred location when you place your order.', 'friendlyurl' => 'super-quad', 'sortorder' => 32, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#006C34;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Super-Quad.svg"> </div>		<a href="/fringe/replacements-super-quad-railing-boards-30x160"><img src="https://ops.outofhand.co.uk/assets/images/pages/Super-Quad.jpg" alt="Replacements - Super Quad"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-super-quad-railing-boards-30x160">		<h3 style="color:#006C34;">Replacements - Railing Boards - Super Quad</h3>		</a>		<h6 style="color:#006C34;">4064mm wide x 762mm high<br>			160” wide x 30” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#006C34">		<div class="price">£100&nbsp;+ vat</div>		<a href="/fringe/replacements-super-quad-railing-boards-30x160" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '4064mm wide x 762mm high<br>160” wide x 30” high', 'pageblurb4' => 'Location,#006C34,/assets/images/2023/fringe-products/Super-Quad.svg,medium,/fringe/replacements-super-quad-railing-boards-30x160', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 487, 'pageid' => 321, 'image' => 'Railing-boards-30”-x-160”-(Super-Quad).jpg', 'imageflag' => null), array('imageid' => 488, 'pageid' => 321, 'image' => 'SuperQuads_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1036, 'pageid' => 321, 'image' => 'Super-Quad.jpg', 'imageflag' => null), array('imageid' => 1053, 'pageid' => 321, 'image' => 'Super-Quad.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 340, 'pagename' => 'Tower Cube', 'pagenavname' => 'Tower Cube', 'pagenavblurb' => '£325 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Large, purpose built structures that really stand out and get noticed. Each three cube high tower is situated in a central, high traffic location and offers great exposure for your show. Due to limited availability, only one side per show in each location. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-tower-cube.svg"></div> <p class="size"><strong>Size:</strong> 1000mm x 1000mm<br>39” x 39”</p><p class="cost"><strong>Cost:</strong> £325 + vat</p>	<p class="limit"><strong>Order limit:</strong> Due to limited availability, only one side per show, per promoter in each location.</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £55 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx. </p></div>', 'htmltitle' => 'Tower Cube', 'metakeywords' => null, 'metadesc' => 'Large, purpose built structures that really stand out and get noticed. Each cube tower is situated in central, high traffic locations and offers great exposure for your show. Due to limited availability, only one side per show in each location.', 'friendlyurl' => 'tower-cube', 'sortorder' => 33, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#E83C3E;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/Tower-Cube.svg"> </div>  <a href="/fringe/replacements-tower-cube"><img src="https://ops.outofhand.co.uk/assets/images/pages/Tower Cubes.jpg" alt="Replacements - Tower Cube"></a>  </div> <div class="title-wrapper"> <a href="/fringe/replacements-tower-cube"><h3 style="color:#E83C3E;">Replacements - Tower Cube</h3></a> <h6 style="color:#E83C3E;">1000mm x 1000mm<br>39” x 39”</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#E83C3E"> <div class="price">£55 + vat</div> <a href="/fringe/replacements-tower-cube" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '1000mm x 1000mm<br>39” x 39”', 'pageblurb4' => 'Location,#E83C3E,/assets/images/2023/fringe-products/Tower-Cube.svg,low,/fringe/replacements-tower-cube', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 1018, 'pageid' => 340, 'image' => 'Tower Cubes.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 341, 'pagename' => 'Utility Box Wrap', 'pagenavname' => 'Utility Box Wrap', 'pagenavblurb' => 'from £195', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive new format in heavy footfall areas of the city centre. Positioned in good street locations across the city centre. Available in a variety of sizes with artwork wrapping around all sides of this traditional piece of street furniture that has been traditionally been targeted for flyposting but now utilised for Fringe participants.</p><p class="cost"><strong>Cost:</strong> £225 + vat per location</p><p class="info">All prices include production. </p></div>', 'htmltitle' => 'Utility Box Wrap', 'metakeywords' => null, 'metadesc' => 'Exclusive new format in heavy footfall areas of the city centre. Positioned in good street locations across the city centre. Available in a variety of sizes with artwork wrapping around all sides of this traditional piece of street furniture that has been', 'friendlyurl' => 'utility-box-wrap', 'sortorder' => 34, 'pageblurb' => null, 'pageblurb2' => null, 'pageblurb3' => null, 'pageblurb4' => null, 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 429, 'pageid' => 341, 'image' => 'Utility-Box.jpg', 'imageflag' => null), array('imageid' => 431, 'pageid' => 341, 'image' => 'Utility-Box-2.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0)), 'menu' => array('menu' => 'Buy Now', 'menuid' => 32, 'active' => 1, 'clientid' => 3), 'users' => array()), 'promos' => array(), 'images' => array(array('imageid' => 489, 'pageid' => 316, 'image' => 'wayfindingarrows.jpg', 'imageflag' => null), array('imageid' => 490, 'pageid' => 316, 'image' => 'Venue-Way-finding-Arrows_1024x1024.jpg', 'imageflag' => null), array('imageid' => 491, 'pageid' => 316, 'image' => 'Arrows_for_website_1024x1024.png', 'imageflag' => null), array('imageid' => 1054, 'pageid' => 316, 'image' => 'wayfindingarrows.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), 'breadcrumbs' => array(array('text' => 'Order by Product', 'link' => 'order-by-product'), array('text' => 'Venue Wayfinding Arrows', 'link' => false))), null, 'render')
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:250)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('@ops_frontend_outdoor_bundle/fringe/page.html.twig', array('prices' => array(array('priceid' => 14574, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 140.0, 'weight' => 0.0, 'quantity' => 5, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 14574, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 140.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 5, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15625, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 280.0, 'weight' => 0.0, 'quantity' => 10, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15625, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 280.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 10, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15626, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 420.0, 'weight' => 0.0, 'quantity' => 15, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15626, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 420.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 15, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15627, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 560.0, 'weight' => 0.0, 'quantity' => 20, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15627, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 560.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 20, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1))), 'variations' => array(array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), 'quantities' => array(array('quantity' => 5, 'title' => 5, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 10, 'title' => 10, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 15, 'title' => 15, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 20, 'title' => 20, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx')), 'sizes' => array('Venue Arrow'), 'stocks' => array('4mm Correx'), 'displays' => array('Base Product;-;558'), 'startturnaround' => 5, 'minprice' => 140.0, 'vatbehaviour' => 0, 'matrixes' => array(array('variationid' => 558, 'stock' => '4mm Correx', 'sizes' => array('Venue Arrow'), 'quantities' => array(array('quantity' => 5, 'title' => 5, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 10, 'title' => 10, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 15, 'title' => 15, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx'), array('quantity' => 20, 'title' => 20, 'variationid' => 558, 'paperid' => 2428, 'size' => 'Venue Arrow', 'stock' => '4mm Correx')), 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1), 'displays' => array('Base Product;-;558'), 'prices' => array(array('priceid' => 14574, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 140.0, 'weight' => 0.0, 'quantity' => 5, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 14574, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 140.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 5, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15625, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 280.0, 'weight' => 0.0, 'quantity' => 10, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15625, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 280.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 10, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15626, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 420.0, 'weight' => 0.0, 'quantity' => 15, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15626, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 420.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 15, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1)), array('priceid' => 15627, 'productprice' => array('expressprice' => 0, 'expressdispatch' => 0, 'dispatch' => 5, 'productiontime' => 5, 'vatbehaviour' => 0, 'price' => 560.0, 'weight' => 0.0, 'quantity' => 20, 'singlequantity' => 0, 'minquantity' => null, 'maxquantity' => null, 'paperid' => 2428, 'stockcodeid' => 1394, 'priceid' => 15627, 'allowpriceediting' => 1, 'pricefinishes' => array(), 'papervariation' => array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'variation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => '[{"processid":13,"processoption":1},{"processid":5,"processoption":1},{"processid":55,"processoption":1},{"processid":77,"processoption":0}]', 'active' => 1, 'papervariations' => array(), 'stocklevelused' => 2), 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45)), 'variationid' => 558, 'categoryid' => 1), 'forcedfinishes' => null, 'forcedparameters' => null, 'price' => 560.0, 'dispatch' => 5, 'vatbehaviour' => 0, 'linkid' => null, 'packageid' => null, 'stockcodeid' => null, 'categoryid' => 1, 'variationid' => 558, 'display' => 'Base Product;-;558', 'size' => 'Venue Arrow', 'sizeid' => 113, 'stock' => '4mm Correx', 'quantity' => 20, 'pricefinishes' => array(), 'productvariation' => array('variation' => 'Venue Wayfinding Arrows', 'friendlyname' => 'Venue Wayfinding Arrows', 'productid' => 118, 'variationid' => 558, 'stocklevel' => 155, 'processes' => array(array('processid' => 13, 'processoption' => 1), array('processid' => 5, 'processoption' => 1), array('processid' => 55, 'processoption' => 1), array('processid' => 77, 'processoption' => 0)), 'active' => 1, 'papervariations' => array(array('variationid' => 558, 'paperid' => 2428, 'stockid' => 45, 'sizeid' => 113, 'size' => array('size' => 'Venue Arrow', 'sizeid' => 113, 'width' => 1, 'height' => 1, 'a6value' => 1.0, 'code' => 'Venue Arrow'), 'stock' => array('stock' => '4mm Correx', 'description' => '4mm Correx', 'code' => '4mmCORX', 'stockid' => 45))), 'stocklevelused' => 2, 'categoryid' => 1, 'product' => array('typeid' => 235, 'friendlyname' => 'Fringe Products', 'processes' => array('13', '5', '55', '77'), 'productid' => 118, 'active' => 1, 'ispackaging' => 1, 'type' => array('type' => 'Advertising and Exhibition', 'typeid' => 235, 'categoryid' => 1)), 'parameters' => array(), 'overwritename' => null, 'overwritebasename' => null, 'overwriteshowbase' => 1))), 'maxturnaround' => 5, 'lowestprice' => 140.0)), 'packages' => array(), 'page' => array('pageid' => 316, 'pagename' => 'Venue Wayfinding Arrows', 'pagenavname' => 'Venue Wayfinding Arrows', 'pagenavblurb' => 'from £140 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 1, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 1, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description"><strong>Available for Promoters or Venues only.</strong> Purpose built fringe venue wayfinding arrows to help guide ticket holders to your venue. Printed full colour, double sided on correx. Arrows are sold in packs of five and the price includes fitting - you\'ll be allocated a two hour fitting slot w/c Mon 3rd August with our fitting team to put up the arrows on suitable lamp posts (not sign posts) within 500m of your venue.<br><br>Arrows are fitted above head height on lamp posts. Arrows are only available for venues, not individual shows.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-venue-arrow.svg"></div> <p class="size"><strong>Size:</strong> 550mm wide x 210mm high<br>21.6" wide x 8.3" high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> <br>5 Arrows: £140 + vat <br>10 Arrows: £280 + vat<br>15 Arrows: £420 + vat <br>20 Arrows: £560 + vat <br>	<strong>Locations:</strong> Arrows can be placed within 500m of your venue.</p><p class="info">All prices include printing your supplied artwork directly onto correx and fitting.</p></div>', 'htmltitle' => 'Venue Wayfinding Arrows', 'metakeywords' => null, 'metadesc' => 'Purpose built fringe venue wayfinding arrows to help guide ticket holders to your venue. Printed full colour, double sided on correx. Arrows are sold in packs of five and the price includes fitting.', 'friendlyurl' => 'venue-wayfinding-arrows', 'sortorder' => 35, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '550mm wide x 210mm high<br>21.6" wide x 8.3" high', 'pageblurb4' => 'Location,#7CC1D4,/assets/images/2023/fringe-products/Venue-Wayfinding-Arrows.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'heading' => array('headingid' => 83, 'menuid' => 32, 'headingname' => 'Order by Product', 'headingnavname' => 'Order by Product', 'picturefilename' => '5e46db32cbf9c.jpeg', 'blurb' => '<div class="container section-inner-margin-top center"> 
		
		<div class="tabs"> 
			<a href="#" class="tab active">
			<div class="icon">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 67.961 98.718">
					<use href="/assets/images/2023/icon-fringe-product.svg#icon-fringe-product"></use>
				</svg>
			</div>
			<h3>Fringe<br>
				Products</h3>
 <p>Location and Zone Based Products</p>
			<div class="icon-tab active">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 22">
					<use href="/assets/images/2023/icon-tab-active.svg#icon-tab-active"></use>
				</svg>
			</div>
			</a> <a href="/fringe/replacement-outdoor-posters" class="tab">
			<div class="icon">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 89.652 98.717">
					<use href="/assets/images/2023/icon-fringe-replacements.svg#icon-fringe-replacements"></use>
				</svg>
			</div>
			<h3>Replacement<br>
				Posters</h3>
 <p>Replacement posters for your Fringe products</p>
			<p></p>
			<div class="icon-tab">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 22">
					<use href="/assets/images/2023/icon-tab-active.svg#icon-tab-active"></use>
				</svg>
			</div>
			</a> <a href="/fringe/design-packages" class="tab">
			<div class="icon">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.484 19.484">
					<use href="/assets/images/2023/icon-design.svg#icon-design"></use>
				</svg>
			</div>
			<h3>Design<br>
				Packages</h3>
 <p>We can create artwork for you</p>
			<div class="icon-tab">
				<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33 22">
					<use href="/assets/images/2023/icon-tab-active.svg#icon-tab-active"></use>
				</svg>
			</div>
			</a> </div>
	</div>
	
	<div id="fringe-products" class="tab-content fringe-products">
		
		<div class="section-intro">
			<div class="container">
				<div class="col-md-4">
					<h3>Choose your Products below</h3>
					<h5 class="highlight-red">They are zone and location based</h5>
				</div>
				<div class="col-md-8">
					<div>
						<h3>Zone</h3>
						<p>We have divided the city into four zones to create a zonal booking structure for selected formats. Posters will be placed on general distribution across all the advertising sites we have available for each format within that zone, e.g. if you book 10 x 4-sheets in Zone One which has 10 different sites for that format, one poster will go on each site. So, if you only want to target the area around the Pleasance Courtyard, now you can! When you book, out of your total order, please specify how many posters you want in each zone.</p>
					</div>
					<div>
						<h3>Location</h3>
						<p>A majority of our larger advertising formats are booked by specific location - just refer to the map on each product page and pick the exact location you\'d like to book your poster advertising, and it will be fitted in that location.</p>
					</div>
				</div>
			</div>
		</div>
		
	</div>', 'htmltitle' => 'Order by Product', 'metakeywords' => null, 'metadesc' => null, 'friendlyurl' => 'order-by-product', 'sortorder' => 1, 'visibility' => 1, 'verticalmenu' => 0, 'clientid' => 3, 'pages' => array(array('pageid' => 299, 'pagename' => 'All Products', 'pagenavname' => 'All Products', 'pagenavblurb' => ' ', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => ' ', 'htmltitle' => null, 'metakeywords' => null, 'metadesc' => null, 'friendlyurl' => '/fringe/order-by-product', 'sortorder' => 1, 'pageblurb' => ' ', 'pageblurb2' => ' ', 'pageblurb3' => ' ', 'pageblurb4' => ' ', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 1, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 301, 'pagename' => '4 Sheet', 'pagenavname' => '4 Sheet', 'pagenavblurb' => '£165 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-4-sheet.svg"></div><p class="size"><strong> Size:</strong> 1016mm wide x 1524mm high<br>40" wide x 60" high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £165 + vat</p><p class="limit"><strong>Order limit:</strong> In high demand locations, we\'ll only allocate one poster per site. This includes sites at Pleasance Hill, around Bristo Square, Charles St and Cowgate amongst others.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £45 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => '4 Sheet', 'metakeywords' => null, 'metadesc' => 'One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.', 'friendlyurl' => '4-sheet', 'sortorder' => 2, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>  <a href="/fringe/replacements-4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4-Sheets---VP.jpg" alt="Replacements - 4 Sheet"></a>  </div> <div class="title-wrapper"> <a href="/fringe/replacements-4-sheet"><h3 style="color:#eb5c44;">Replacements - 4 Sheet</h3></a> <h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>40" wide x 60" high</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£45 + vat</div> <a href="/fringe/replacements-4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#db5c4e;">Design</h5> <div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>  <a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a>  </div> <div class="title-wrapper"> <a href="/fringe/main-design-package"><h3 style="color:#db5c4e;">Image Supplied Package</h3></a> <h6 style="color:#db5c4e;"></h6> </div> <p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p> <div class="button-wrapper flex-nowrap" style="background-color:#db5c4e"> <div class="price">£275 + vat</div> <a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div><div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#eb5c44;">Location</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/8-Sheet.svg"> </div>  <a href="/fringe/8-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/8%20Sheets%202.jpg" alt="8 Sheet"></a>  </div> <div class="title-wrapper"> <a href="/fringe/8-sheet"><h3 style="color:#eb5c44;">8 Sheet</h3></a> <h6 style="color:#eb5c44;">2032mm wide x 1524mm high<br>80” wide x 60” high</h6> </div> <p>An unusual size that really grabs people\'s attention but is still affordable to smaller shows. Posters are attached to temporary fencing panels or railings depending on location in high footfall areas.</p> <div class="button-wrapper flex-nowrap" style="background-color:#eb5c44"> <div class="price">£385&nbsp;+ vat</div> <a href="/fringe/8-sheet" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div>', 'pageblurb3' => '1016mm wide x 1524mm high<br>40" wide x 60" high', 'pageblurb4' => 'Zone,#eb5c44,/assets/images/2023/fringe-products/4-Sheet.svg,medium,/fringe/replacements-4-sheet', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 441, 'pageid' => 301, 'image' => '4sheet.jpg', 'imageflag' => null), array('imageid' => 442, 'pageid' => 301, 'image' => '4-SHEETS-_60x40_1024x1024.jpg', 'imageflag' => null), array('imageid' => 443, 'pageid' => 301, 'image' => '4-SHEETS-_60_-x-40_4b408779-3016-4954-ab0f-aee0a0cc021d_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1042, 'pageid' => 301, 'image' => '4 Sheets.jpg', 'imageflag' => null), array('imageid' => 1045, 'pageid' => 301, 'image' => '4 Sheets.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 295, 'pagename' => '8 Sheet', 'pagenavname' => '8 Sheet', 'pagenavblurb' => '£385 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">An unusual size that really grabs people\'s attention but is still affordable to smaller shows. Posters are attached to temporary fencing panels or railings depending on location in high footfall areas.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-8-sheet.svg"></div><p class="size"><strong>Size:</strong> 2032mm wide x 1524mm high<br>80” wide x 60” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £385 + vat</p>	<p class="limit"><strong>Order limit:</strong> One per show, per location.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £90 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => '8 Sheet', 'metakeywords' => null, 'metadesc' => 'An unusual size that really grabs people\'s attention but is still affordable to smaller shows. Posters are attached to temporary fencing panels or railings depending on location in high footfall areas.', 'friendlyurl' => '8-sheet', 'sortorder' => 3, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/8-Sheet.svg"> </div>		<a href="/fringe/replacement-8-sheets"><img src="https://ops.outofhand.co.uk/assets/images/pages/8%20Sheets%202.jpg" alt="Replacements - 8 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacement-8-sheets">		<h3 style="color:#eb5c44;">Replacements - 8 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">2032mm wide x 1524mm high<br>			80” wide x 60” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£90 + vat</div>		<a href="/fringe/replacement-8-sheets" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4%20Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '2032mm wide x 1524mm high<br>80” wide x 60” high', 'pageblurb4' => 'Location,#eb5c44,/assets/images/2023/fringe-products/8-Sheet.svg,medium,/fringe/replacement-8-sheets', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 444, 'pageid' => 295, 'image' => '8sheet-1.jpg', 'imageflag' => null), array('imageid' => 445, 'pageid' => 295, 'image' => '8-SHEET-60x80_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1009, 'pageid' => 295, 'image' => '8 Sheets 2.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 292, 'pagename' => '12 Sheet', 'pagenavname' => '12 Sheet', 'pagenavblurb' => '£660 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Our largest poster size that really stands out with a huge landscape area for your show artwork.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-12-sheet.svg"></div> <p class="size"><strong>Size:</strong> 13048mm wide x 524mm high<br>120” wide x 60” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p> <p class="cost"><strong>Cost:</strong> £660 + vat</p>	<p class="limit"><strong>Order limit:</strong> One per show, per location.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £125 + vat</p>	<p class="fringe-description"><strong>EXTRAS:</strong><br>Add a fence top above your artwork to really stand out above other shows. Each fence top is 0.5m high and 3.5m wide - perfect for quotes or review comments to help draw attention to your show. </p>	<p class="cost"><strong>Cost:</strong> £175 + vat<br><strong>NOTE:</strong> You can only buy a fence top to go above your own poster.</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => '12 Sheet', 'metakeywords' => null, 'metadesc' => 'Our largest poster size that really stands out with a huge landscape area for your show artwork. Select the exact location for your poster to ensure you reach your target audience.', 'friendlyurl' => '12-sheet', 'sortorder' => 4, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/replacements-12-sheets"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="Replacements - 12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-12-sheets">		<h3 style="color:#009542;">Replacements - 12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£125 + vat</div>		<a href="/fringe/replacements-12-sheets" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#EE9C26;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet-Topper.svg"> </div>		<a href="/fringe/12-sheet-topper"><img src="https://ops.outofhand.co.uk/assets/images/pages/fencetops.jpg" alt="12 Sheet Topper"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet-topper">		<h3 style="color:#EE9C26;">12 Sheet Topper</h3>		</a>		<h6 style="color:#EE9C26;">3500mm wide x 500mm high<br>			138” wide x 20” high</h6>	</div>	<p>Give some height to your poster advertising - this format sits perfectly above each side of a Festival Triangle / Cube / above your 12 sheet.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#EE9C26">		<div class="price">£175 + vat</div>		<a href="/fringe/12-sheet-topper" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '13048mm wide x 524mm high<br>120” wide x 60” high', 'pageblurb4' => 'Location,#009542,/assets/images/2023/fringe-products/12-Sheet.svg,medium,/fringe/replacements-12-sheets', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 338, 'pageid' => 292, 'image' => '12sheet.jpg', 'imageflag' => null), array('imageid' => 342, 'pageid' => 292, 'image' => '12sheet-1.jpg', 'imageflag' => null), array('imageid' => 343, 'pageid' => 292, 'image' => '12sheet-2.jpg', 'imageflag' => null), array('imageid' => 1046, 'pageid' => 292, 'image' => '12Sheet.jpg', 'imageflag' => null), array('imageid' => 1047, 'pageid' => 292, 'image' => '12sheet.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 307, 'pagename' => '12 Sheet Topper', 'pagenavname' => '12 Sheet Topper', 'pagenavblurb' => '£175 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Give some height to your poster advertising - this format sits perfectly above each side of a Festival Triangle / Cube / above your 12 sheet. This space is great to use for highlighting those great reviews and star ratings / promote special ticket deals or performances. Draw extra attention to your shows advertised underneath on each fence panel as this poster format is 2.5m above the ground!</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-12-sheet-topper.svg"></div> <p class="size"><strong>Size:</strong> 3500mm wide x 500mm high<br>138” wide x 20” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £175 + vat per side<br></p><p class="limit"><strong>Order limit:</strong> You can only purchase a fence top to go above your own show poster - you can\'t put it on top of someone else\'s!<br><b>NOTE:</b> Your show must be advertised underneath too!</p><p class="info">All prices include production, printing your supplied artwork directly onto correx and mounted onto the fence top. </p>	</div>', 'htmltitle' => '12 Sheet Topper', 'metakeywords' => null, 'metadesc' => 'Give some height to your poster advertising - this format sits perfectly above each side of a Festival Triangle / Cube / above your 12 sheet.', 'friendlyurl' => '12-sheet-topper', 'sortorder' => 5, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '3500mm wide x 500mm high<br>138” wide x 20” high', 'pageblurb4' => 'Location,#EE9C26,/assets/images/2023/fringe-products/12-Sheet-Topper.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 456, 'pageid' => 307, 'image' => 'fencetops.jpg', 'imageflag' => '["1","2"]'), array('imageid' => 457, 'pageid' => 307, 'image' => 'FENCE-TOPS_1024x1024.jpg', 'imageflag' => null), array('imageid' => 458, 'pageid' => 307, 'image' => 'Fence_Tops_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1033, 'pageid' => 307, 'image' => '12-Sheet-Topper.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 318, 'pagename' => 'A1 Triangle', 'pagenavname' => 'A1 Triangle', 'pagenavblurb' => '£170 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Three A1 posters (of the same artwork unless stated) on a low level correx triangle, fitted around lamp posts in key locations across the city centre. You are booking a complete three sided triangle and will have the same artwork on all three sides unless you specify otherwise.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-A1-triangle.svg"></div> <p class="size"><strong>Size:</strong> A1 (594mm wide x 841mm high)</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £170 + vat</p><p class="replacements-high"><strong>Replacements:</strong> There is a <span>high</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £72.50 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx - each triangle can take three different sets of artwork - one for each side.</p></div>', 'htmltitle' => 'A1 Triangle', 'metakeywords' => null, 'metadesc' => 'Three A1 posters (of the same artwork unless stated) on a low level correx triangle, fitted around lamp posts in key locations across the city centre.', 'friendlyurl' => 'a1-triangle', 'sortorder' => 6, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#67C4D1;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/A1-Triangle.svg"> </div>		<a href="/fringe/replacements-a1-triangles"><img src="https://ops.outofhand.co.uk/assets/images/pages/A1 Triangles.jpg" alt="Replacements - A1 Triangle"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-a1-triangles">		<h3 style="color:#67C4D1;">Replacements - A1 Triangle</h3>		</a>		<h6 style="color:#67C4D1;">A1 (594mm wide x 841mm high)</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#67C4D1">		<div class="price">£72.50 + vat</div>		<a href="/fringe/replacements-a1-triangles" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'A1 (594mm wide x 841mm high)', 'pageblurb4' => 'Zone,#67C4D1,/assets/images/2023/fringe-products/A1-Triangle.svg,high,/fringe/replacements-a1-triangles', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 446, 'pageid' => 318, 'image' => 'a1triangles.jpg', 'imageflag' => null), array('imageid' => 447, 'pageid' => 318, 'image' => 'A1-Triangle_1_1024x1024.jpg', 'imageflag' => null), array('imageid' => 448, 'pageid' => 318, 'image' => 'A1-TRIANGLES_95e51910-03e9-4091-bda4-366a64d42d0e_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1001, 'pageid' => 318, 'image' => 'A1 Triangles.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 302, 'pagename' => 'A3 Poster Pack Wrap', 'pagenavname' => 'A3 Poster Pack Wrap', 'pagenavblurb' => '£70 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Great value advertising option with this effective format to support smaller shows. Each pack contains ten posters with one poster placed on ten separate lamp post wraps. There will be 20 different designs per lamp post wrap - 10 on each side.<br><strong>Note: </strong>Limit of 4 packs per show with a limit of 2 packs per zone. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-A3-poster-pack.svg"></div><p class="size"><strong>Size:</strong> A3 (297mm wide x 420mm high)</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £70 + vat per pack of 10 posters</p>	<p class="limit"><strong>Order limit:</strong> Four packs / two per zone.</p><p class="replacements-none"><strong>Replacements:</strong> We include two free spare lamp post wraps within the price.</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'A3 Poster Pack Wrap', 'metakeywords' => null, 'metadesc' => 'Great value advertising option with this effective format to support smaller shows. Each pack contains ten posters with one poster placed on ten separate lamp post wraps. There will be 20 different designs per lamp post wrap - 10 on each side.', 'friendlyurl' => 'a3-poster-pack-wrap', 'sortorder' => 7, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'A3 (297mm wide x 420mm high)', 'pageblurb4' => 'Zone,#BE1952,/assets/images/2023/fringe-products/A3-Poster-Pack-Wrap.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 449, 'pageid' => 302, 'image' => 'a3poster.jpg', 'imageflag' => null), array('imageid' => 450, 'pageid' => 302, 'image' => 'A3_poster_pack_1024x1024.JPG', 'imageflag' => null), array('imageid' => 451, 'pageid' => 302, 'image' => 'A3_Packs_2_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1032, 'pageid' => 302, 'image' => 'A3 Poster Packs.jpg', 'imageflag' => null), array('imageid' => 1039, 'pageid' => 302, 'image' => 'A3-Poster-Packs---VP.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 334, 'pagename' => 'Block Wrap', 'pagenavname' => 'Block Wrap', 'pagenavblurb' => '£350 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive new format in heavy Fringe footfall areas of the city. Acting as security vehicle blockades, they are positioned in prime central locations including Bristo Square, outside the EICC on Morrison St and outside the Playhouse Theatre on Leith St. Each block has 6 sides, approx. A2 in size, as well as a large top section - you have the whole block to use for your show. Given their positions outside key venues, they are great advertising platforms to reach Fringe fans.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-block-wrap.svg"></div> <p class="size"><strong>Size:</strong> A2 (420mm wide x 594mm high)</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p> <p class="cost"><strong>Cost:</strong> £350 + vat per location</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe. <br> <strong> Cost:</strong> £100 + vat</p><p class="info">All prices include production.</p></div>', 'htmltitle' => 'Block Wrap', 'metakeywords' => null, 'metadesc' => 'Exclusive new format in heavy Fringe footfall areas of the city. Acting as security vehicle blockades, they are positioned in prime central locations. Six A2 posters (of the same artwork unless stated) wrap around these concrete blocks.', 'friendlyurl' => 'block-wrap', 'sortorder' => 8, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#375973;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Block-Wrap.svg"> </div>		<a href="/fringe/replacements-block-wraps"><img src="https://ops.outofhand.co.uk/assets/images/pages/block wraps.jpg" alt="Replacements - Block Wrap"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-block-wraps">		<h3 style="color:#375973;">Replacements - Block Wrap</h3>		</a>		<h6 style="color:#375973;">A2 (420mm wide x 594mm high)</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#375973">		<div class="price">£100 + vat</div>		<a href="/fringe/replacements-block-wraps" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'A2 (420mm wide x 594mm high)', 'pageblurb4' => 'Location,#375973,/assets/images/2023/fringe-products/Block-Wrap.svg,low,/fringe/replacements-block-wraps', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 1010, 'pageid' => 334, 'image' => 'block wraps.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 303, 'pagename' => 'Bollard Cover', 'pagenavname' => 'Bollard Cover', 'pagenavblurb' => 'from £135 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Unique format placed over metal bollards on high footfall walkways within the central Fringe areas. Sold in sets depending on location for maximum impact.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-bollard-cover.svg"></div> <p class="size"><strong>Size:</strong> 220mm wide x 1300mm high<br>8.5” wide x 51” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £135 + vat per bollard</p>	<p class="limit"><strong>Order limit:</strong> One set in one location only.</p><p class="replacements-high"><strong>Replacements:</strong> There is a <span>high</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £60 + vat per bollard</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Bollard Cover', 'metakeywords' => null, 'metadesc' => 'Unique format placed over metal bollards on high footfall walkways within the central Fringe areas. Sold in sets depending on location for maximum impact.', 'friendlyurl' => 'bollard-cover', 'sortorder' => 9, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#C3C4C4;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Bollard-Cover.svg"> </div>		<a href="/fringe/replacements-bollards"><img src="https://ops.outofhand.co.uk/assets/images/pages/Bollards.jpg" alt="Replacements - Bollard Cover"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-bollards">		<h3 style="color:#C3C4C4;">Replacements - Bollard Cover</h3>		</a>		<h6 style="color:#C3C4C4;">220mm wide x 1300mm high<br>			8.5” wide x 51” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#C3C4C4">		<div class="price">£60 + vat</div>		<a href="/fringe/replacements-bollards" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '220mm wide x 1300mm high<br>8.5” wide x 51” high', 'pageblurb4' => 'Location,#C3C4C4,/assets/images/2023/fringe-products/Bollard-Cover.svg,high,/fringe/replacements-bollards', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 452, 'pageid' => 303, 'image' => 'bollards.jpg', 'imageflag' => null), array('imageid' => 453, 'pageid' => 303, 'image' => 'Bollards_1024x1024.jpg', 'imageflag' => null), array('imageid' => 454, 'pageid' => 303, 'image' => 'BOLLARDS_d964bb91-d2b3-469d-a1ba-eb537bfea297_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1011, 'pageid' => 303, 'image' => 'Bollards.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 309, 'pagename' => 'Charles St Digital Screen', 'pagenavname' => 'Charles St Digital Screen', 'pagenavblurb' => '£400 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in the heart of Bristo Square. Located on Charles St, in the main walkway between Underbelly Bristo Square, Pleasance Dome, Gilded Balloon Teviot and Assembly George Square, this site reaches the ultimate core Fringe audience, who are happy to buy tickets to see a wide range of performances, from comedy to circus and theatre. The digital screen is booked per week and has a rotation of 6-8 different adverts, with your advert displayed at least once every 90 seconds. Your advert will receive a minimum of 7,560 plays across one week, scheduled in available slots, with some days/hours receiving more plays than others. Total plays will be delivered across the whole week. <br><br>The Screen is operational between 8am - 2am daily. Each advert slot is 6 seconds and offers full motion, in full colour.</p> <div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-digital-screen.svg"></div> <p class="size"><strong>Size:</strong> 75", 1080px wide x 1920px high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £400 + vat per week<br><b>NOTE:</b> Digital Screens are booked per weekly slots.</p>	</div>', 'htmltitle' => 'Charles St Digital Screen', 'metakeywords' => null, 'metadesc' => 'Exclusive format in the heart of Bristo Square. Located on Charles St, in the main walkway between Underbelly Bristo Square, Pleasance Dome, Gilded Balloon Teviot and Assembly George Square.', 'friendlyurl' => 'charles-st-digital-screen', 'sortorder' => 10, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '75", 1080px wide x 1920px high', 'pageblurb4' => 'Location,#E83C3E,/assets/images/2023/fringe-products/Charles-St-Digital-Screen.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 422, 'pageid' => 309, 'image' => 'Digital-Screen.jpg', 'imageflag' => '["2","1"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 333, 'pagename' => 'Bollard Boxes', 'pagenavname' => 'Bollard Boxes', 'pagenavblurb' => 'from £300', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">New format for 2020 – this 1m high mini tower sits perfectly alongside the edge of some of the busiest streets in Edinburgh, including the Royal Mile. You can advertise your show on all four sides and select from the following locations: George IV Bridge, Grassmarket, The Royal Mile or Waverley Bridge.</p><p class="size"><strong>Size:</strong> 39.39” high x 21.65” wide (1000mm high x 550mm wide) per side.</p><p class="cost"><strong>Cost:</strong> £300 + vat per complete box</p><p class="limit"><strong>Order limit:</strong> One per location.</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe. <br>  <strong> Cost:</strong> £150 + vat</p>	<p class="info">All prices include production, printing your supplied artwork directly onto correx.</p><p class="new">New for 2020</p></div>', 'htmltitle' => 'Bollard Boxes', 'metakeywords' => null, 'metadesc' => 'New format for 2020 – this 1m high mini tower sits perfectly alongside the edge of some of the busiest streets in Edinburgh, including the Royal Mile. You can advertise your show on all four sides and select from the following locations: George IV Bridge,', 'friendlyurl' => 'bollard-boxes', 'sortorder' => 11, 'pageblurb' => ' ', 'pageblurb2' => ' ', 'pageblurb3' => ' ', 'pageblurb4' => ' ', 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 433, 'pageid' => 333, 'image' => 'bollard-boxes.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 304, 'pagename' => 'Cowgate - Pillar Banner', 'pagenavname' => 'Cowgate - Pillar Banner', 'pagenavblurb' => 'from £275 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in the heart of the Cowgate. This location is situated between the Three Sisters and Underbelly Cowgate and perfect to target Fringe goers attending free and paid-for shows in this exceptionally busy area of Edinburgh. You can select which pillar you\'d like, as well as which side (front, back or either side facing up and down the Cowgate).</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-cowgate-pillar.svg"></div> <p class="size"><strong>Size:</strong> Front and Back: 870mm wide x 1600mm high (34" wide x 63" high)<br>Side: 730mm wide x 1600mm high (28.7" wide x 63" high)</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> <br>Front Panel (facing the road): £350 + vat<br>Side panel (facing either direction): £275 + vat<br>Back panel (facing the pavement under the arches): £325 + vat<br>End Panel (facing Three Sisters): £650 + vat<br>End Panel (facing Sneaky Pete\'s): £650 + vat<br></p><p class="limit"><strong>Order limit:</strong> Limit of TWO banners per show, one per side.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> from £60 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto the non PVC vinyl.</p>	</div>', 'htmltitle' => 'Cowgate - Pillar Banner', 'metakeywords' => null, 'metadesc' => 'Exclusive format in the heart of the Cowgate. This location situated between the Seven Sisters and Underbelly Cowgate and perfect to target Fringe goers attending free and paid-for shows in this exceptionally busy area of Edinburgh.', 'friendlyurl' => 'cowgate-pillars', 'sortorder' => 12, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#BE1952;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Cowgate-Pillars.svg"> </div>		<a href="/fringe/replacements-cowgate-pillars"><img src="https://ops.outofhand.co.uk/assets/images/pages/cowgatepillars.jpg" alt="Replacements - Cowgate Pillars"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-cowgate-pillars">		<h3 style="color:#BE1952;">Replacements - Cowgate - Pillar Banner</h3>		</a>		<h6 style="color:#BE1952;">Front and Back: 870mm wide x 1600mm high (34" wide x 63" high)<br>			Side: 730mm wide x 1600mm high (28.7" wide x 63" high)</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#BE1952">		<div class="price">from £60 + vat</div>		<a href="/fringe/replacements-cowgate-pillars" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'Front and Back:<br>870mm wide x 1600mm high (34" wide x 63" high)<br><br>Side:<br>730mm wide x 1600mm high (28.7" wide x 63" high)', 'pageblurb4' => 'Location,#BE1952,/assets/images/2023/fringe-products/Cowgate-Pillars.svg,medium,/fringe/replacements-cowgate-pillars', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 438, 'pageid' => 304, 'image' => 'cowgatepillars.jpg', 'imageflag' => null), array('imageid' => 439, 'pageid' => 304, 'image' => 'Cowgate-Pillar_1024x1024.jpg', 'imageflag' => null), array('imageid' => 440, 'pageid' => 304, 'image' => 'Cowgate_Pillars_bare_1024x1024.png', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 305, 'pagename' => 'Cowgate - Bridge Banner', 'pagenavname' => 'Cowgate - Bridge Banner', 'pagenavblurb' => '£1,500 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format above the heavy footfall areas of Cowgate. This large format banner is 1.5m high and stretches 10m across South Bridge, above the Cowgate (overlooking Blair St and Niddery St), perfectly positioned to reach Fringe fans walking underneath on the Cowgate. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-bridge-banner.svg"></div> <p class="size"><strong>Size:</strong> 10000mm wide x 1500mm high<br>393” wide x 59” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £1,500 + vat </p><p class="info">All prices include production, printing your supplied artwork directly onto non PVC Vinyl. </p></div>', 'htmltitle' => 'Cowgate - Bridge Banner', 'metakeywords' => null, 'metadesc' => 'Exclusive new format above the heavy footfall areas of Cowgate. This large format banner is 1.5m high and stretches 10m across South Bridge, above the Cowgate (overlooking Blair St and Niddery St).', 'friendlyurl' => 'cowgate-bridge-banner', 'sortorder' => 13, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '10000mm wide x 1500mm high<br>393” wide x 59” high', 'pageblurb4' => 'Location,#BE1952,/assets/images/2023/fringe-products/Cowgate-Bridge-Banner.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 455, 'pageid' => 305, 'image' => 'Bridge-Banner.jpg', 'imageflag' => null), array('imageid' => 1012, 'pageid' => 305, 'image' => 'Bridge Banner.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 306, 'pagename' => 'Crowd Barrier Jackets', 'pagenavname' => 'Crowd Barrier Jackets', 'pagenavblurb' => ' ', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="description fringe-description">                        	<h3><span>Full colour, double sided and printed onto PVC mesh – high impact and gets noticed as they pop up in places you won\'t expect to see show advertising.<br><br><span style="color: #ff9900;">NEW LOCATION FOR SECOND</span> <span style="color: #ff9900;">RELEASE:</span> Marshall St, so you can reach people coming into Bristo Square from the Nicholson St area. <br></span></h3>                        	<hr><h6><b>LOCATIONS: </b></h6><p><span>Royal Mile, by Hunter Square,  Marshall St, Greyfriars Bobby and George IV Bridge.</span></p><h6><b>SIZE: </b></h6><p><span>900mm x 2220mm wide.</span></p><h6><b>COST: </b></h6><p><span><b>£250 + vat per barrier</b></span></p><div class="spare-recommendation">	<h6><b>SPARE / REPLACEMENT RECOMMENDATION:</b></h6>	<div class="spare-recommendation-block">		<p><b><a href="#" style="background: green;">LOW - ORDER NOW</a></b></p>	</div></div>                        </div>', 'htmltitle' => 'Crowd Barrier Jackets', 'metakeywords' => null, 'metadesc' => 'Full colour, double sided and printed onto PVC mesh – high impact and gets noticed as they pop up in places you won\'t expect to see show advertising.', 'friendlyurl' => 'crowd-barrier-jackets', 'sortorder' => 14, 'pageblurb' => ' ', 'pageblurb2' => ' ', 'pageblurb3' => ' ', 'pageblurb4' => ' ', 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 362, 'pageid' => 306, 'image' => 'crowdbarrier-2.jpg', 'imageflag' => null), array('imageid' => 363, 'pageid' => 306, 'image' => 'crowdbarrier-3.jpg', 'imageflag' => null), array('imageid' => 364, 'pageid' => 306, 'image' => 'crowdbarrier.jpg', 'imageflag' => '["1"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 311, 'pagename' => 'Lamppost Wrap', 'pagenavname' => 'Lamppost Wrap', 'pagenavblurb' => '£300 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Fixed around sign and lamp posts on key high traffic routes between Fringe venues in the city centre.The wraps are double sided, and you are booking both sides - you can either use the same artwork on both sides or different artwork on each side - please advise at the point of order. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-lamp-post-wrap.svg"></div> <p class="size"><strong>Size:</strong> 600mm wide x 2000mm high<br>23.62” wide x 78.74” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £300 + vat</p><p class="replacements-high"><strong>Replacements:</strong> There is a <span>high</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £55 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Lamppost Wrap', 'metakeywords' => null, 'metadesc' => 'Unmissable street level, double sided format, fitted around sign and lamp posts on key high traffic routes between Fringe venues in the city centre.', 'friendlyurl' => 'lamp-post-wraps-full-length', 'sortorder' => 15, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#397292;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Lamp-Post-Wrap.svg"> </div>		<a href="/fringe/replacements-lamp-post-wraps"><img src="https://ops.outofhand.co.uk/assets/images/pages/Lamp Post.jpg" alt="Replacements - Lamp Post Wrap"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-lamp-post-wraps">		<h3 style="color:#397292;">Replacements - Lamppost Wrap</h3>		</a>		<h6 style="color:#397292;">600mm wide x 2000mm high<br>			23.62” wide x 78.74” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#397292">		<div class="price">£55 + vat</div>		<a href="/fringe/replacements-lamp-post-wraps" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '600mm wide x 2000mm high<br>23.62” wide x 78.74” high', 'pageblurb4' => 'Zone,#397292,/assets/images/2023/fringe-products/Lamp-Post-Wrap.svg,high,/fringe/replacements-lamp-post-wraps', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 467, 'pageid' => 311, 'image' => 'lamppostwrap.jpg', 'imageflag' => null), array('imageid' => 468, 'pageid' => 311, 'image' => 'Lamp-post-wrap_2_1024x1024.jpg', 'imageflag' => null), array('imageid' => 469, 'pageid' => 311, 'image' => 'Lamp_post_wrap_GOOD_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1003, 'pageid' => 311, 'image' => 'Lamp Post.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 579, 'pagename' => 'Raised Lamppost Wrap', 'pagenavname' => 'Raised Lamppost Wrap', 'pagenavblurb' => '£195 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 0, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Fixed above head height around lamp posts on key high traffic routes between Fringe venues in the city centre.The wraps are double sided, and you are booking both sides - you can either use the same artwork on both sides or different artwork on each side - please advise at the point of order. </p><div class="poster-size-guide-icon"><img src="https://ops.outofhand.co.uk/assets/images/size-guide-raised-lamppost-wrap.svg"></div> <p class="size"><strong>Size:</strong> 600mm wide x 1000mm high<br>23.62” wide x 39.37” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £195 + vat</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £30 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Raised Lamppost Wrap', 'metakeywords' => null, 'metadesc' => 'Double sided format that is fitted above head height around lamp posts on key high traffic routes between Fringe venues in the city centre.', 'friendlyurl' => 'raised-lamppost-wrap', 'sortorder' => 16, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#397292;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/Lamp-Post-Wrap.svg"> </div>  <a href="/fringe/replacements-raised-lamppost-wrap"><img src="https://ops.outofhand.co.uk/assets/images/pages/Raised-Lamppost-Wrap.jpg" alt="Replacements - Raised Lamppost Wrap"></a>  </div> <div class="title-wrapper"> <a href="/fringe/replacements-raised-lamppost-wrap"><h3 style="color:#397292;">Replacements - Raised Lamppost Wrap</h3></a> <h6 style="color:#397292;">600mm wide x 1000mm high<br>23.62” wide x 39.37” high</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#397292"> <div class="price">£30 + vat</div> <a href="/fringe/replacements-raised-lamppost-wrap" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '600mm wide x 1000mm high<br>23.62” wide x 39.37” high', 'pageblurb4' => 'Zone,#397292,/assets/images/2023/fringe-products/Lamp-Post-Wrap.svg,medium,/fringe/replacements-raised-lamppost-wrap', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 1055, 'pageid' => 579, 'image' => 'Raised-Lamppost-Wrap.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 308, 'pagename' => 'Festival Tower', 'pagenavname' => 'Festival Tower', 'pagenavblurb' => '£675 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Large, purpose built structures that really stand out and get noticed. Each four or six sided tower is situated in central, high traffic locations and offers great exposure for your show. Due to limited availability, only one side per show in each location. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-festival-tower.svg"></div> <p class="size"><strong>Size:</strong> 1220mm wide x 2440mm high<br>48” wide x 96” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £675 + vat per side </p>	<p class="limit"><strong>Order limit:</strong> Due to limited availability, only one side per show, per promoter in each location.</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £90 + vat per poster</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p>	</div>', 'htmltitle' => 'Festival Tower', 'metakeywords' => null, 'metadesc' => 'Large, purpose built structures that really stand out and get noticed. Each four or six sided tower is situated in central, high traffic locations and offers great exposure for your show.', 'friendlyurl' => 'festival-tower', 'sortorder' => 19, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#E83C3E;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Festival-Tower.svg"> </div>		<a href="/fringe/replacements-festival-tower"><img src="https://ops.outofhand.co.uk/assets/images/pages/Festival-Tower.jpg" alt="Replacements - Festival Tower"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-festival-tower">		<h3 style="color:#E83C3E;">Replacements - Festival Tower</h3>		</a>		<h6 style="color:#E83C3E;">1220mm wide x 2440mm high<br>			48” wide x 96” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#E83C3E">		<div class="price">£90&nbsp;+ vat</div>		<a href="/fringe/replacements-festival-tower" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '1220mm wide x 2440mm high<br>48” wide x 96” high', 'pageblurb4' => 'Location,#E83C3E,/assets/images/2023/fringe-products/Festival-Tower.svg,low,/fringe/replacements-festival-tower', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 460, 'pageid' => 308, 'image' => 'Festival-Tower.jpg', 'imageflag' => null), array('imageid' => 461, 'pageid' => 308, 'image' => 'Festival-Towers_1f054923-6cbf-4406-a329-103a581a2e16_1024x1024.jpg', 'imageflag' => null), array('imageid' => 462, 'pageid' => 308, 'image' => 'Festival_Tower3_1024x1024.png', 'imageflag' => null), array('imageid' => 1048, 'pageid' => 308, 'image' => 'Festival-Tower.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 312, 'pagename' => 'Phone Kiosk', 'pagenavname' => 'Phone Kiosk', 'pagenavblurb' => '£450 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in heavy footfall areas of the city centre. Whilst the actual phone boxes might not be used much for making phone calls, they are positioned in good street level locations and the outsides of them are great advertising platforms to reach Fringe fans across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-phone-kiosk.svg"></div> <p class="orientation"><strong>Orientation:</strong> Portrait</p> <p class="cost"><strong>Cost: </strong>£450 + vat per location</p><p class="info">All prices include production. </p>	</div>', 'htmltitle' => 'Phone Kiosk', 'metakeywords' => null, 'metadesc' => 'Exclusive format in heavy footfall areas of the city centre. Whilst the actual phone boxes might not be used much for making phone calls, they are positioned in good street level locations and the external sides of them are great advertising platforms.', 'friendlyurl' => 'phone-kiosk', 'sortorder' => 20, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => null, 'pageblurb4' => 'Location,#EB5C44,/assets/images/2023/fringe-products/Phone-Kiosk.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 470, 'pageid' => 312, 'image' => 'phonekiosk.jpg', 'imageflag' => null), array('imageid' => 471, 'pageid' => 312, 'image' => 'IMG_1494_1024x1024.jpg', 'imageflag' => null), array('imageid' => 472, 'pageid' => 312, 'image' => 'Phone_Kiosk2_1024x1024.png', 'imageflag' => null), array('imageid' => 1050, 'pageid' => 312, 'image' => 'phonekiosk.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 574, 'pagename' => 'Potterow Port - Bridge Banner', 'pagenavname' => 'Potterow Port - Bridge Banner', 'pagenavblurb' => '£1,500 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 0, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. This two section banner runs across the top of the subway entrance and clearly visible to everyone using the subway, whichever direction they are going!</p>	<div class="poster-size-guide-icon"><img src="https://ops.outofhand.co.uk/assets/images/size-guide-potterow-port-bridge-banner.svg"></div>	<p class="size"><strong>Size:</strong>10000mm wide x 1000mm high<br>394" wide x 39.4"</p>		<p class="cost"><strong>Cost:</strong> Museum side: £1,500 + vat<br>Bristo Square side: £1,500 + vat</p>	<p class="orientation"><strong>Orientation:</strong> Landscape</p>	<p class="limit"><strong>Order limit:</strong> One banner per show.</p>	<p class="info">All prices include production, printing your supplied artwork directly onto vinyl.</p></div><style>.banner.banner-about {background-image: url(https://ops.outofhand.co.uk/assets/images/pages/potterow-port-entrance-banner.jpg);}</style>', 'htmltitle' => 'Potterow Port - Bridge Banner', 'metakeywords' => null, 'metadesc' => 'Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. Positioned above the entrance into this busy subway, this banner is unmissable!', 'friendlyurl' => 'potterow-port-entrance-banner', 'sortorder' => 21, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '10000mm wide x 1000mm high<br>394" wide x 39.4"', 'pageblurb4' => 'Location,#E8308A,/assets/images/2023/fringe-products/Potterow-Port-Embankment.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 990, 'pageid' => 574, 'image' => 'potterow-port-entrance-banner.jpg', 'imageflag' => null), array('imageid' => 1015, 'pageid' => 574, 'image' => 'POTTEROW-PORT---ENTRANCE-BANNER.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 339, 'pagename' => 'Potterow Port - Embankment', 'pagenavname' => 'Potterow Port - Embankment', 'pagenavblurb' => 'from £275 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in a very high footfall area on the University side of the Potterow Port subway. Highly visible as you enter / exit the subway from the popular Bristo Square area, numerous Fringe venues nearby including Gilded Balloon at the Museum, Pleasance Dome and Underbelly. All artwork is printed onto a Ultra Stick Vinyl with an anti graffiti laminate applied over the top to protect the artwork.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-potterow-port-embankment.svg"></div> <p class="size"><strong>Size/Cost:</strong></p><p class="cost">4 Sheet: £275 + vat<br>8 Sheet: £695 + vat</p> <p class="orientation"><strong>Orientation:</strong> Portrait and Lanscape</p>	<p class="limit"><strong>Order limit:</strong> One poster per show.</p><p class="info">All prices include production, printing your supplied artwork directly onto vinyl.</p></div>', 'htmltitle' => 'Potterow Port - Embankment', 'metakeywords' => null, 'metadesc' => 'Exclusive format in a very high footfall area on the University side of the Potterow Port subway. Highly visible as you enter / exit the subway from the popular Bristo Square area, numerous Fringe venues nearby.', 'friendlyurl' => 'potterow-port-embankment', 'sortorder' => 22, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '4 Sheet<br>8 Sheet', 'pageblurb4' => 'Location,#E8308A,/assets/images/2023/fringe-products/Potterow-Port-Embankment.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 425, 'pageid' => 339, 'image' => 'Potterow-Port-EMBANKMENT.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 573, 'pagename' => 'Potterow Port - Entrance Triangle', 'pagenavname' => 'Potterow Port - Entrance Triangle', 'pagenavblurb' => '£1,300 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 0, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. All artwork is printed onto a hard standing vinyl with an anti graffiti laminate applied over the top to protect the artwork.</p>	<div class="poster-size-guide-icon"><img src="https://ops.outofhand.co.uk/assets/images/size-guide-potterow-port-entrance-triangle.svg"></div><p class="size"><strong>Size:</strong> Various</p><p class="cost"><strong>Cost:</strong> Museum side - Left: £1,300 + vat<br>	Museum side - Right: £1,300 + vat<br>	Bristo Square side - Left: £1,300 + vat<br>	Bristo Square side - Right: £1,300 + vat	</p>	<p class="limit"><strong>Order limit:</strong> One vinyl per show.</p><p class="info">All prices include production, printing your supplied artwork directly onto vinyl.</p></div><style>.banner.banner-about {background-image: url(https://ops.outofhand.co.uk/assets/images/pages/potterow-port-entrance-vinyl-wraps.jpg);}</style>', 'htmltitle' => 'Potterow Port - Entrance Triangle', 'metakeywords' => null, 'metadesc' => 'Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. All artwork is printed onto a hard standing vinyl with an anti graffiti laminate applied over the top to protect the artwork.', 'friendlyurl' => 'potterow-port-entrance-triangle', 'sortorder' => 23, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => null, 'pageblurb4' => 'Location,#E8308A,https://ops.outofhand.co.uk/assets/images/PotterowTriangle.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 989, 'pageid' => 573, 'image' => 'potterow-port-entrance-vinyl-wraps.jpg', 'imageflag' => null), array('imageid' => 1016, 'pageid' => 573, 'image' => 'Potterow--Port---Entrance-Triangle.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 310, 'pagename' => 'Festival Triangle', 'pagenavname' => 'Festival Triangle', 'pagenavblurb' => 'from £600', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Make a big impact with this large freestanding three sided format that will hold either 3 x 12 sheets, 9 x 4-sheets (3 per side) or a 3.2m x 1.8m mesh banner. Locations in high footfall areas and near venues across the City Centre, Old Town and The Meadows.</p><p class="size"><strong>Size:</strong> See above.</p><p class="cost"><strong>Cost:</strong><br> £600 + vat per side - for 1x 12 Sheet or 3x 4 Sheets.<br>£675 + vat per side - for a 71” high x 126” wide (1800mm high x 3200mm wide) mesh banner.</p><p><strong>EXTRAS:</strong> Add a fence top above your artwork to really stand out above other shows. Each fence top is 0.5m high and 3.5m wide - perfect for quotes or review comments to help draw attention to your show.</p>	<p class="cost"><strong>Cost:</strong> £160 + vat per side<br><strong>NOTE:</strong> You can only buy a fence top to go above your own poster. </p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p>	</div>', 'htmltitle' => 'Festival Triangle', 'metakeywords' => null, 'metadesc' => 'Make a big impact with this large freestanding three sided format that will hold either 3 x 12 sheets or 9 x 4-sheets (3 per side). Locations in high footfall traffic across the city centre and old town.', 'friendlyurl' => 'festival-triangle-cube', 'sortorder' => 24, 'pageblurb' => null, 'pageblurb2' => null, 'pageblurb3' => null, 'pageblurb4' => null, 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 463, 'pageid' => 310, 'image' => 'Festival-Triangle.jpg', 'imageflag' => null), array('imageid' => 465, 'pageid' => 310, 'image' => 'Festival_Triangle_NEW2_1024x1024.png', 'imageflag' => null), array('imageid' => 466, 'pageid' => 310, 'image' => 'Festival-Triangles_1024x1024.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 320, 'pagename' => 'Potterow Port - Inside Subway', 'pagenavname' => 'Potterow Port - Inside Subway', 'pagenavblurb' => 'from £275 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. This location is fully lit 24hrs a day to ensure good presentation at all times. All artwork is printed onto a hard standing vinyl with an anti graffti laminate applied over the top to protect the artwork. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-potterow-port-subway.svg"></div> <p class="size"><strong>Size/Cost:</strong></p><p class="cost">4 Sheet: £275 + vat</p><p class="cost">8 Sheet: £750 + vat</p><p class="cost">12 Sheet: £1,100 + vat</p> <p class="orientation"><strong>Orientation:</strong> Portrait and Landscape</p>	<p class="limit"><strong>Order limit:</strong> One poster per show.</p><p class="info">All prices include production, printing your supplied artwork directly onto vinyl.</p></div>', 'htmltitle' => 'Potterow Port - Inside Subway', 'metakeywords' => null, 'metadesc' => 'Exclusive format in a very high footfall area between the Gilded Balloon Museum venue and Bristo Square. This location is fully lit 24hrs a day to ensure good presentation at all times.', 'friendlyurl' => 'potterow-port-inside-subway', 'sortorder' => 25, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Location</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/12-Sheet.svg"> </div>		<a href="/fringe/12-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/12sheet.jpg" alt="12 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/12-sheet">		<h3 style="color:#009542;">12 Sheet</h3>		</a>		<h6 style="color:#009542;">13048mm wide x 524mm high<br>			120” wide x 60” high</h6>	</div>	<p>Our largest poster size that really stands out with a huge landscape area for your show artwork.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£660 +vat</div>		<a href="/fringe/12-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '4 Sheet<br>8 Sheet<br>12 Sheet', 'pageblurb4' => 'Location,#E8308A,/assets/images/2023/fringe-products/Potterow-Port-Inside-Subway.svg,', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 473, 'pageid' => 320, 'image' => 'potterowvinyl.jpg', 'imageflag' => null), array('imageid' => 474, 'pageid' => 320, 'image' => 'POTTEROW-PORT-VINYL_S_1024x1024.jpg', 'imageflag' => null), array('imageid' => 475, 'pageid' => 320, 'image' => 'Potterow-Port-Vinyls_0398cb31-c3ba-4c43-80b9-a1b8a227fb6f_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1014, 'pageid' => 320, 'image' => 'Subway Vinyls.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 317, 'pagename' => 'Princes St - Widescreens', 'pagenavname' => 'Princes St - Widescreens', 'pagenavblurb' => '£325 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Framed and mounted on railings running alongside the entire length of both the East and West Prince\'s Street Gardens. This area receives a footfall in excess of 1.3m million people during the Fringe - a mix of both festival goers, tourists and locals alike so is well positioned to reach a high number of people.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-widescreen.svg"></div> <p class="size"><strong>Size:</strong> 2000mm wide x 700mm high<br>78.7” wide x 27.6” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £325 + vat</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £50 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx and mounted in a wooden frame.</p></div>', 'htmltitle' => 'Princes St - Widescreens', 'metakeywords' => null, 'metadesc' => 'Framed and mounted on railings running alongside the entire length of Prince\'s St gardens. This area receives a footfall of 1.3m million people during the Fringe - a mix of both festival goers and locals alike.', 'friendlyurl' => 'widescreen', 'sortorder' => 26, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#5EC2D7;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Widescreen.svg"> </div>		<a href="/fringe/replacements-widescreen"><img src="https://ops.outofhand.co.uk/assets/images/pages/Widescreens.jpg" alt="Replacements - Widescreen"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-widescreen">		<h3 style="color:#5EC2D7;">Replacements - Princes St - Widescreens</h3>		</a>		<h6 style="color:#5EC2D7;">2000mm wide x 700mm high<br>			78.7” wide x 27.6” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#5EC2D7">		<div class="price">£50&nbsp;+ vat</div>		<a href="/fringe/replacements-widescreen" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '2000mm wide x 700mm high<br>78.7” wide x 27.6” high', 'pageblurb4' => 'Location,#5EC2D7,/assets/images/2023/fringe-products/Widescreen.svg,low,/fringe/replacements-widescreen', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 492, 'pageid' => 317, 'image' => 'widescreens.jpg', 'imageflag' => null), array('imageid' => 493, 'pageid' => 317, 'image' => 'WIDESCREENS_1024x1024.jpg', 'imageflag' => null), array('imageid' => 494, 'pageid' => 317, 'image' => 'Widescreen_NEW_1024x1024.png', 'imageflag' => null), array('imageid' => 1019, 'pageid' => 317, 'image' => 'Widescreens.jpg', 'imageflag' => null), array('imageid' => 1051, 'pageid' => 317, 'image' => 'Widescreens.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 315, 'pagename' => 'Railing Boards - Double Quad', 'pagenavname' => 'Railing Boards - Double Quad', 'pagenavblurb' => '£185 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description">	<p class="fringe-description">Extra large railing board to get extra attention for your show, fitted to key railings sites across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-double-quad.svg"></div>	 <p class="size"><strong>Size:</strong> 2032mm wide x 762mm high<br>80” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £185 + vat per poster</p>	<p class="limit"><strong>Order limit:</strong> One per show, per location.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £60 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Double Quad', 'metakeywords' => null, 'metadesc' => 'Extra large railing board to get extra attention for your show, fitted to key railings sites across the city centre.', 'friendlyurl' => 'double-quad', 'sortorder' => 27, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#009542;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Double-Quad.svg"> </div>		<a href="/fringe/replacements-railing-boards-30x80-double-quad"><img src="https://ops.outofhand.co.uk/assets/images/pages/Double-Quad.jpg" alt="Replacements - Double Quad"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-railing-boards-30x80-double-quad">		<h3 style="color:#009542;">Replacements - Railing Boards - Double Quad</h3>		</a>		<h6 style="color:#009542;">2032mm wide x 762mm high<br>			80” wide x 30” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#009542">		<div class="price">£60&nbsp;+ vat</div>		<a href="/fringe/replacements-railing-boards-30x80-double-quad" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '2032mm wide x 762mm high<br>80” wide x 30” high', 'pageblurb4' => 'Location,#009542,/assets/images/2023/fringe-products/Double-Quad.svg,medium,/fringe/replacements-railing-boards-30x80-double-quad', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 484, 'pageid' => 315, 'image' => 'RAILING-BOARDS-30”-x-80”-(DOUBLE-QUAD).jpg', 'imageflag' => null), array('imageid' => 485, 'pageid' => 315, 'image' => 'RAILING-BOARDS-_30_-x-80_Double-Quad_1024x1024.jpg', 'imageflag' => null), array('imageid' => 486, 'pageid' => 315, 'image' => 'Double_Quad_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1034, 'pageid' => 315, 'image' => 'Double-Quad.jpg', 'imageflag' => null), array('imageid' => 1052, 'pageid' => 315, 'image' => 'Double-Quad.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 319, 'pagename' => 'Railing Boards - Single', 'pagenavname' => 'Railing Boards - Single', 'pagenavblurb' => '£27.50 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Very cost effective option if you just want one poster placed in a zone on its own, posters are fixed to key railings sites across the city centre. Note: your artwork will be laid up next to another different show. Limit of four single railing boards per zone.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-double-crown.svg"></div> <p class="size"><strong>Size:</strong> 508mm wide x 762mm high<br>20” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £27.50 + vat</p>	<p class="limit"><strong>Order limit:</strong> Four single railing boards per zone.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £15 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Single', 'metakeywords' => null, 'metadesc' => 'Cost effective option. Only four singles can be purchased with one allocated per Zone. Boards are fixed to key railings sites across the city centre.', 'friendlyurl' => 'double-crown', 'sortorder' => 28, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#000000;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Double-Crown.svg"> </div>		<a href="/fringe/replacements-railing-boards-30x20-double-crown"><img src="https://ops.outofhand.co.uk/assets/images/pages/Double Crown.jpg" alt="Replacements - Double Crown"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-railing-boards-30x20-double-crown">		<h3 style="color:#000000;">Replacements - Railing Boards - Single</h3>		</a>		<h6 style="color:#000000;">DOUBLE CROWN<br><br>508mm wide x 762mm high<br>			20” wide x 30” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#000000">		<div class="price">£15 + vat</div>		<a href="/fringe/replacements-railing-boards-30x20-double-crown" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => 'DOUBLE CROWN<br><br>508mm wide x 762mm high<br>20” wide x 30” high', 'pageblurb4' => 'Zone,#000000,/assets/images/2023/fringe-products/Double-Crown.svg,medium,/fringe/replacements-railing-boards-30x20-double-crown', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 476, 'pageid' => 319, 'image' => 'RAILING-BOARDS-30”-x-20”--(Double-crown)-SINGLE-POSTERS-2.jpg', 'imageflag' => null), array('imageid' => 477, 'pageid' => 319, 'image' => 'Railing-Boards-30x20-Single_1024x1024.jpg', 'imageflag' => null), array('imageid' => 478, 'pageid' => 319, 'image' => 'IMG_20140728_150837629_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1004, 'pageid' => 319, 'image' => 'Double Crown.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 313, 'pagename' => 'Railing Boards - Pair', 'pagenavname' => 'Railing Boards - Pair', 'pagenavblurb' => '£55 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Cost effective option, fitted in pairs of the same artwork unless otherwise stated for maximum impact. Boards are fixed to key railings sites across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-double-crown-pair.svg"></div> <p class="size"><strong>Size:</strong> 508mm wide x 762mm high<br>20” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Portrait</p><p class="cost"><strong>Cost:</strong> £55 + vat per pair of posters </p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £25 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Pair', 'metakeywords' => null, 'metadesc' => 'Cost effective option, fitted in pairs of the same artwork unless otherwise stated for maximum impact. Boards are fixed to key railings sites across the city centre.', 'friendlyurl' => 'railing-boards-30x20-double-crown-pairs', 'sortorder' => 29, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#000000;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Double-Crown-Pair.svg"> </div>		<a href="/fringe/replacements-railing-boards-30x20-double-crown-pair"><img src="https://ops.outofhand.co.uk/assets/images/pages/Double Crown Pair.jpg" alt="Replacements - Double Crown Pair"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-railing-boards-30x20-double-crown-pair">		<h3 style="color:#000000;">Replacements - Railing Boards - Pair</h3>		</a>		<h6 style="color:#000000;">2x DOUBLE CROWNS SIDE BY SIDE<br><br>508mm wide x 762mm high<br>			20” wide x 30” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#000000">		<div class="price">£25&nbsp;+ vat</div>		<a href="/fringe/replacements-railing-boards-30x20-double-crown-pair" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '2x DOUBLE CROWNS SIDE BY SIDE<br><br>508mm wide x 762mm high<br>20” wide x 30” high', 'pageblurb4' => 'Zone,#000000,/assets/images/2023/fringe-products/Double-Crown-Pair.svg,medium,/fringe/replacements-railing-boards-30x20-double-crown-pair', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 479, 'pageid' => 313, 'image' => 'RAILING-BOARDS-30”-x-40”--(Double-crown-PAIRS).jpg', 'imageflag' => null), array('imageid' => 480, 'pageid' => 313, 'image' => 'RAILING-BOARDS---30_-x-20_-_Double-crown_60985397-9e15-43a1-b3c6-372f058102e2_1024x1024.jpg', 'imageflag' => null), array('imageid' => 481, 'pageid' => 313, 'image' => 'Railing-Boards_pair-of-B2_eb641c1e-e447-4b0f-81b0-a63ab961c793_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1005, 'pageid' => 313, 'image' => 'Double Crown Pair.jpg', 'imageflag' => null), array('imageid' => 1040, 'pageid' => 313, 'image' => 'Double-Crown-Pair---VP.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 332, 'pagename' => 'Litter Bin Advertising Structure', 'pagenavname' => 'Litter Bin Advertising Structure', 'pagenavblurb' => ' ', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => ' ', 'htmltitle' => 'Litter Bin Advertising Structure', 'metakeywords' => null, 'metadesc' => null, 'friendlyurl' => 'litter-bin-advertising-structure', 'sortorder' => 30, 'pageblurb' => ' ', 'pageblurb2' => ' ', 'pageblurb3' => ' ', 'pageblurb4' => ' ', 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 406, 'pageid' => 332, 'image' => 'litterbinadvertising.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 314, 'pagename' => 'Railing Boards - Quad', 'pagenavname' => 'Railing Boards - Quad', 'pagenavblurb' => '£80 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Cost effective landscape format making the most of the space available, fixed to key railings sites across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-quad.svg"></div> <p class="size"><strong>Size:</strong> 1016mm wide x 762mm high<br>40” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £80 + vat</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £25 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Quad', 'metakeywords' => null, 'metadesc' => 'Cost effective landscape format making the most of the space available, fixed to key railings sites across the city centre.', 'friendlyurl' => 'quad', 'sortorder' => 31, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#000000;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Quad.svg"> </div>		<a href="/fringe/replacements-railing-boards-30x40-quad"><img src="https://ops.outofhand.co.uk/assets/images/pages/Quad.jpg" alt="Replacements - Quad"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-railing-boards-30x40-quad">		<h3 style="color:#000000;">Replacements - Railing Boards - Quad</h3>		</a>		<h6 style="color:#000000;">1016mm wide x 762mm high<br>			40” wide x 30” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#000000">		<div class="price">£25&nbsp;+ vat</div>		<a href="/fringe/replacements-railing-boards-30x40-quad" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '1016mm wide x 762mm high<br>40” wide x 30” high', 'pageblurb4' => 'Zone,#000000,/assets/images/2023/fringe-products/Quad.svg,medium,/fringe/replacements-railing-boards-30x40-quad', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 482, 'pageid' => 314, 'image' => 'RAILING-BOARDS-30”-x-40”-(Quad).jpg', 'imageflag' => null), array('imageid' => 483, 'pageid' => 314, 'image' => 'RAILING-BOARDS---30_-x-40_-_Quad_6d101f21-2751-446c-b0c5-d69d57ddcb73_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1006, 'pageid' => 314, 'image' => 'Quad.jpg', 'imageflag' => null), array('imageid' => 1044, 'pageid' => 314, 'image' => 'Quad.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 321, 'pagename' => 'Railing Boards - Super Quad', 'pagenavname' => 'Railing Boards - Super Quad', 'pagenavblurb' => '£425 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Extra long railing board to get extra attention for your show and to stand out amongst the other posters. Fitted to selected railings sites across the city centre.</p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-super-quad.svg"></div> <p class="size"><strong>Size:</strong> 4064mm wide x 762mm high<br>160” wide x 30” high</p> <p class="orientation"><strong>Orientation:</strong> Landscape</p><p class="cost"><strong>Cost:</strong> £425 + vat</p>	<p class="limit"><strong>Order limit:</strong> One per show, per location.</p><p class="replacements-medium"><strong>Replacements:</strong> There is a <span>medium</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £100 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx.</p></div>', 'htmltitle' => 'Railing Boards - Super Quad', 'metakeywords' => null, 'metadesc' => 'Cost effective option, fitted in pairs of the same artwork unless otherwise stated for maximum impact. Boards are fixed to key railings sites across the city centre. Please specify your preferred location when you place your order.', 'friendlyurl' => 'super-quad', 'sortorder' => 32, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#006C34;">Replacement</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/Super-Quad.svg"> </div>		<a href="/fringe/replacements-super-quad-railing-boards-30x160"><img src="https://ops.outofhand.co.uk/assets/images/pages/Super-Quad.jpg" alt="Replacements - Super Quad"></a> </div>	<div class="title-wrapper"> <a href="/fringe/replacements-super-quad-railing-boards-30x160">		<h3 style="color:#006C34;">Replacements - Railing Boards - Super Quad</h3>		</a>		<h6 style="color:#006C34;">4064mm wide x 762mm high<br>			160” wide x 30” high</h6>	</div>	<p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#006C34">		<div class="price">£100&nbsp;+ vat</div>		<a href="/fringe/replacements-super-quad-railing-boards-30x160" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '4064mm wide x 762mm high<br>160” wide x 30” high', 'pageblurb4' => 'Location,#006C34,/assets/images/2023/fringe-products/Super-Quad.svg,medium,/fringe/replacements-super-quad-railing-boards-30x160', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 487, 'pageid' => 321, 'image' => 'Railing-boards-30”-x-160”-(Super-Quad).jpg', 'imageflag' => null), array('imageid' => 488, 'pageid' => 321, 'image' => 'SuperQuads_1024x1024.jpg', 'imageflag' => null), array('imageid' => 1036, 'pageid' => 321, 'image' => 'Super-Quad.jpg', 'imageflag' => null), array('imageid' => 1053, 'pageid' => 321, 'image' => 'Super-Quad.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 340, 'pagename' => 'Tower Cube', 'pagenavname' => 'Tower Cube', 'pagenavblurb' => '£325 + vat', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Large, purpose built structures that really stand out and get noticed. Each three cube high tower is situated in a central, high traffic location and offers great exposure for your show. Due to limited availability, only one side per show in each location. </p><div class="poster-size-guide-icon"><img src="/assets/images/2023/size-guide/size-guide-tower-cube.svg"></div> <p class="size"><strong>Size:</strong> 1000mm x 1000mm<br>39” x 39”</p><p class="cost"><strong>Cost:</strong> £325 + vat</p>	<p class="limit"><strong>Order limit:</strong> Due to limited availability, only one side per show, per promoter in each location.</p><p class="replacements-low"><strong>Replacements:</strong> There is a <span>low</span> risk this format may get damaged during the Fringe, please order spares in case the original posters get damaged.<br> <strong> Cost:</strong> £55 + vat</p><p class="info">All prices include production, printing your supplied artwork directly onto correx. </p></div>', 'htmltitle' => 'Tower Cube', 'metakeywords' => null, 'metadesc' => 'Large, purpose built structures that really stand out and get noticed. Each cube tower is situated in central, high traffic locations and offers great exposure for your show. Due to limited availability, only one side per show in each location.', 'friendlyurl' => 'tower-cube', 'sortorder' => 33, 'pageblurb' => null, 'pageblurb2' => '<div class="product-listing col-md-4"> <div class="image-wrapper"> <h5 class="location" style="color:#E83C3E;">Replacement</h5> <div class="icon"><img src="/assets/images/2023/fringe-products/Tower-Cube.svg"> </div>  <a href="/fringe/replacements-tower-cube"><img src="https://ops.outofhand.co.uk/assets/images/pages/Tower Cubes.jpg" alt="Replacements - Tower Cube"></a>  </div> <div class="title-wrapper"> <a href="/fringe/replacements-tower-cube"><h3 style="color:#E83C3E;">Replacements - Tower Cube</h3></a> <h6 style="color:#E83C3E;">1000mm x 1000mm<br>39” x 39”</h6> </div> <p>Purchase spare replacement posters in case of damage during Fringe, your design printed onto correx. We suggest 10% extra on top of your total booking - e.g if you book 10 boards, we need 1 extra board.</p> <div class="button-wrapper flex-nowrap" style="background-color:#E83C3E"> <div class="price">£55 + vat</div> <a href="/fringe/replacements-tower-cube" class="button-23 button-23-green button-23-icon"><span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663"><use href="/assets/images/2023/icon-basket.svg#icon-basket"></use></svg></span><span class="label">Buy Now</span></a> </div> </div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#db5c4e;">Design</h5>		<div class="icon"><img src="/assets/images/2023/icon-design.svg"> </div>		<a href="/fringe/main-design-package"><img src="https://ops.outofhand.co.uk/assets/images/pages/Design-Packages-Main_1909x_c458cd5e-f515-428a-821b-c28cd9e49f66_1024x1024.jpg" alt="Main Design Package"></a> </div>	<div class="title-wrapper"> <a href="/fringe/main-design-package">		<h3 style="color:#db5c4e;">Image Supplied Package</h3>		</a>		<h6 style="color:#db5c4e;"></h6>	</div>	<p>You supply high resolution photos, text, logos and brief of what you\'d like. This package includes all the formats you\'ll need to successfully promote your show online and offline.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#db5c4e">		<div class="price">£275 + vat</div>		<a href="/fringe/main-design-package" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div><div class="product-listing col-md-4">	<div class="image-wrapper">		<h5 class="location" style="color:#eb5c44;">Zone</h5>		<div class="icon"><img src="/assets/images/2023/fringe-products/4-Sheet.svg"> </div>		<a href="/fringe/4-sheet"><img src="https://ops.outofhand.co.uk/assets/images/pages/4 Sheets.jpg" alt="4 Sheet"></a> </div>	<div class="title-wrapper"> <a href="/fringe/4-sheet">		<h3 style="color:#eb5c44;">4 Sheet</h3>		</a>		<h6 style="color:#eb5c44;">1016mm wide x 1524mm high<br>			40" wide x 60" high</h6>	</div>	<p>One of our most popular sizes that really grabs people\'s attention. Posters are attached to temporary fence panels or railings depending on location in high footfall areas.</p>	<div class="button-wrapper flex-nowrap" style="background-color:#eb5c44">		<div class="price">£165 + vat</div>		<a href="/fringe/4-sheet" class="button-23 button-23-green button-23-icon"><span class="icon">		<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41.255 36.663">			<use href="/assets/images/2023/icon-basket.svg#icon-basket"></use>		</svg>		</span><span class="label">Buy Now</span></a> </div></div>', 'pageblurb3' => '1000mm x 1000mm<br>39” x 39”', 'pageblurb4' => 'Location,#E83C3E,/assets/images/2023/fringe-products/Tower-Cube.svg,low,/fringe/replacements-tower-cube', 'visibility' => 1, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 1018, 'pageid' => 340, 'image' => 'Tower Cubes.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), array('pageid' => 341, 'pagename' => 'Utility Box Wrap', 'pagenavname' => 'Utility Box Wrap', 'pagenavblurb' => 'from £195', 'headingid' => 83, 'pricedisplay' => 0, 'finishdisplay' => 0, 'variationdisplay' => 0, 'finishstacking' => 0, 'variationbutton' => 0, 'matrixdisplay' => 0, 'displaysort' => 0, 'basedisplay' => 1, 'offernooption' => 0, 'mergesizes' => 0, 'dropdowndisplay' => 0, 'parameterdisplay' => 0, 'packagedropdownsorting' => 0, 'blurb' => '<div class="fringe-product-description"><p class="fringe-description">Exclusive new format in heavy footfall areas of the city centre. Positioned in good street locations across the city centre. Available in a variety of sizes with artwork wrapping around all sides of this traditional piece of street furniture that has been traditionally been targeted for flyposting but now utilised for Fringe participants.</p><p class="cost"><strong>Cost:</strong> £225 + vat per location</p><p class="info">All prices include production. </p></div>', 'htmltitle' => 'Utility Box Wrap', 'metakeywords' => null, 'metadesc' => 'Exclusive new format in heavy footfall areas of the city centre. Positioned in good street locations across the city centre. Available in a variety of sizes with artwork wrapping around all sides of this traditional piece of street furniture that has been', 'friendlyurl' => 'utility-box-wrap', 'sortorder' => 34, 'pageblurb' => null, 'pageblurb2' => null, 'pageblurb3' => null, 'pageblurb4' => null, 'visibility' => 0, 'verticalmenu' => 1, 'linkflag' => 0, 'clientid' => 3, 'pagetemplate' => null, 'promos' => array(), 'images' => array(array('imageid' => 429, 'pageid' => 341, 'image' => 'Utility-Box.jpg', 'imageflag' => null), array('imageid' => 431, 'pageid' => 341, 'image' => 'Utility-Box-2.jpg', 'imageflag' => null)), 'users' => array(), 'ignoreminimumcharge' => 0)), 'menu' => array('menu' => 'Buy Now', 'menuid' => 32, 'active' => 1, 'clientid' => 3), 'users' => array()), 'promos' => array(), 'images' => array(array('imageid' => 489, 'pageid' => 316, 'image' => 'wayfindingarrows.jpg', 'imageflag' => null), array('imageid' => 490, 'pageid' => 316, 'image' => 'Venue-Way-finding-Arrows_1024x1024.jpg', 'imageflag' => null), array('imageid' => 491, 'pageid' => 316, 'image' => 'Arrows_for_website_1024x1024.png', 'imageflag' => null), array('imageid' => 1054, 'pageid' => 316, 'image' => 'wayfindingarrows.jpg', 'imageflag' => '["1","2"]')), 'users' => array(), 'ignoreminimumcharge' => 0), 'breadcrumbs' => array(array('text' => 'Order by Product', 'link' => 'order-by-product'), array('text' => 'Venue Wayfinding Arrows', 'link' => false))))
     (opsfrontendoutdoorbundle/OpsFrontendOutdoorBundle/src/Controller/FringeController.php:144)
  at Ops\OpsFrontendOutdoorBundle\Controller\FringeController->fringesitePage(object(APIManager), 316)
     (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/outofhand/public_html/vendor/autoload_runtime.php')
     (public/index.php:5)