var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/arrowpackagingsolutions.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/arrowpackagingsolutions.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"f1b26c02014624519df64cf00c22a9bb","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}};
var gform_i18n = {"datepicker":{"days":{"monday":"Mo","tuesday":"Tu","wednesday":"We","thursday":"Th","friday":"Fr","saturday":"Sa","sunday":"Su"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}};
var gf_legacy_multi = {"2":""};
var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled"},"vars":{"images_url":"https:\/\/arrowpackagingsolutions.com\/wp-content\/plugins\/gravityforms\/images"}};
This high-energy video series showcases the innovation and expertise of our team brings to our solutions. Each video takes you behind the scenes to see how we test the limits and ensure our packaging meets the highest standards. Ready for action? Hit play and join the journey.
High-Speed Converting
From Order to Doorstep: The Arrow Packaging Solutions Journey
Fabrication Division
Hand Assembly Division
What's in the Box - Episode 01
What's in the Box - Episode 02
What's in the Box - Episode 03
What's in the Box - Episode 04
What's in the Box - Episode 05
What's in the Box - Episode 06
What's in the Box - Episode 07
What's in the Box - Episode 08
Candy Box Challenge - Preview
Candy Box Challenge - Round 1: Match 1
Candy Box Challenge - Round 1: Match 2
Candy Box Challenge - Round 1: Match 3
Candy Box Challenge - Round 1: Match 4
Candy Box Challenge - Round 2: Match 1
Candy Box Challenge - Round 2: Match 2
Candy Box Challenge - Round 2: Match 3
Candy Box Challenge - Round 2: Match 4
Candy Box Challenge: Trophy Reveal
Candy Box Challenge - Semifinals: Match 1
Candy Box Challenge - Semifinals: Match 2
Candy Box Challenge Championship
High-Speed Converting
Experience high-speed converting excellence at Arrow Packaging Solutions. Our 150,000 sq ft facility houses 12 cutting-edge machines, automated for precision and efficiency. From Flexo folder gluers to Jumbo Flexo Printer Slotter, we deliver quality at remarkable speeds. With a unique approach, we eliminate inefficiencies, offering the best lead times in the business. Join the revolution in packaging with Arrow Packaging Solutions.
From Order to Doorstep: The Arrow Packaging Solutions Journey
“From Order to Doorstep: The Arrow Packaging Solutions Journey,” we’re excited to take you behind the scenes of our seamless, efficient, and remarkably quick process that transforms an initial customer order into a delivered promise – all within a 1-3 day turnaround!
Fabrication Division
Arrow Packaging is truly your one stop packaging source, including in house manufacturing of metal fabricated products, shipping and WIP racks.
Hand Assembly Division
Arrow Packaging Solutions is your premier partner for all packaging needs. Our hand assembly division excels in turning visions into reality, with 150,000 sq ft of dedicated space and a team of over 150 experts. Unlike competitors, we invest in cutting-edge equipment, ensuring precision and efficiency. Our innovative methods guarantee top-notch results. Trust us for all of your packaging needs, or contract packaging for your small parts all the way to your full-size equipment. Join the revolution with Arrow Packaging Solutions – where excellence is standard.
What’s in the Box – Episode 01
Water-jets, cad tables, PE foam … oh my! Find out if our packing skills are up to par in our premiere WITB episode.
What’s in the Box – Episode 02
Can $15 hold 7000 pounds? Gosh, we sure hope so. Check out our latest gamble and keep those fingers crossed.
What’s in the Box – Episode 03
The Crusher. He’s not just your old high school nemesis. Find out how some windshields and a little Arrow muscle stack up to this beast.
What’s in the Box – Episode 04
The only thing better than a wheel of cheese is a wheel of Walter. Our EVP has been on a roll lately, but this is next level.
What’s in the Box – Episode 05
Ok, we’re not yolking around this week (never mind the guy in the chicken suit.) We’re pretty sure you’ll crack up at this week’s egg-cellent episode.
What’s in the Box – Episode 06
We know it’s been a difficult few months. We hope this makes you smile as much as the people (and animals!) in it make us.
What’s in the Box – Episode 07
What’s seven layers and not a burrito? Watch this episode to find out! Then, get ready to “dunk” on everyone who hasn’t seen it yet.
What’s in the Box – Episode 08
No chicken suits, no muu-muus…just straight up good design. In this episode, see if our packaging can withstand the dreaded drop test.
Candy Box Challenge – Preview
Candy Box Challenge – Round 1: Match 1
Jimmy Shugars and John Dupuie start off the competition!
Candy Box Challenge – Round 1: Match 2
Parker Shelton and Jeff Wright
Candy Box Challenge – Round 1: Match 3
John Badovinac and Owen Reynolds
Candy Box Challenge – Round 1: Match 4
Brian Hill and Tanner Dean
Candy Box Challenge – Round 2: Match 1
Parker v Nick Pressley
Candy Box Challenge – Round 2: Match 2
Kiana Roudebush v Tanner
Candy Box Challenge – Round 2: Match 3
John B v Ron Hittel
Candy Box Challenge – Round 2: Match 4
Jimmy v Kyle Widegren
Candy Box Challenge: Trophy Reveal
Trophy Reveal! Thanks to Bardach Awards for the awesome trophy!
Candy Box Challenge – Semifinals: Match 1
John B and Tanner
Candy Box Challenge – Semifinals: Match 2
Parker v Kyle
Candy Box Challenge Championship
THE FINALE!!! Parker v Tanner
START A PROJECT.
Need a custom solution? Fill out our project form and let's get rolling.
jQuery(document).ready(function () {
var adminAaxURL = 'https://arrowpackagingsolutions.com/wp-admin/admin-ajax.php';
var isAdmin = '';
// Clear Static CSS
jQuery("#wp-admin-bar-dipi_clear_static_css").click(function (e) {
e.preventDefault();
jQuery.ajax({
type: 'post',
dataType: 'json',
url: adminAaxURL,
data: {
'action': 'dipi_clear_static_css',
'_wpnonce': jQuery(this).find('span').data('wpnonce')
},
success: function (response) {
if (response.success) {
let successData = response.data;
if (isAdmin) {
let messageHTML = '<div class="notice notice-success pac-misc-message"><p>' + successData + '</p></div>';
if (jQuery('body .wrap h1').length > 0) {
jQuery('body .wrap h1').after(messageHTML);
} else {
jQuery('body #wpbody-content').prepend(messageHTML);
}
setTimeout(function () {
jQuery(".pac-misc-message").remove();
}, 3500);
} else {
alert(successData);
}
}
},
});
});
// Clear Local Storage
jQuery("#wp-admin-bar-dipi_csc_clear_local_storage").click(function (e) {
e.preventDefault();
let msgText = 'The local storage has been cleared!';
window.localStorage.clear();
if (isAdmin) {
let messageHTML = '<div class="notice notice-success pac-misc-message"><p>' + msgText + '</p></div>';
if (jQuery('body .wrap h1').length > 0) {
jQuery('body .wrap h1').after(messageHTML);
} else {
jQuery('body #wpbody-content').prepend(messageHTML);
}
setTimeout(function () {
jQuery(".pac-misc-message").remove();
}, 3500);
} else {
alert(msgText);
}
});
});
(function() {
var file = ["https:\/\/arrowpackagingsolutions.com\/wp-content\/et-cache\/987\/et-divi-dynamic-tb-169-tb-91-987-late.css"];
var handle = document.getElementById('divi-style-parent-inline-inline-css');
var location = handle.parentNode;if (0===document.querySelectorAll('link[href="' + file + '"]').length) {
var link = document.createElement('link');
link.rel = 'stylesheet';
link.id = 'et-dynamic-late-css';
link.href = file;location.insertBefore(link, handle.nextSibling);
}
})();
var et_animation_data = [{"class":"et_pb_section_0_tb_footer","style":"slideBottom","repeat":"once","duration":"1000ms","delay":"1000ms","intensity":"50%","starting_opacity":"100%","speed_curve":"ease-in-out"}];
var et_link_options_data = [{"class":"et_pb_text_0_tb_header","url":"tel:13178826444","target":"_self"},{"class":"et_pb_text_0_tb_footer","url":"https:\/\/maps.app.goo.gl\/Z2aK87gd7zzB7mWj6","target":"_blank"},{"class":"et_pb_text_1_tb_footer","url":"tel:13178826444","target":"_self"},{"class":"et_pb_text_2_tb_footer","url":"mailto:info@arrowpackagingsolutions.com","target":"_self"}];
var leadin_wordpress = {"userRole":"visitor","pageType":"page","leadinPluginVersion":"11.1.60"};
var DIVI = {"item_count":"%d Item","items_count":"%d Items"};
var et_builder_utils_params = {"condition":{"diviTheme":true,"extraTheme":false},"scrollLocations":["app","top"],"builderScrollLocations":{"desktop":"app","tablet":"app","phone":"app"},"onloadScrollLocation":"app","builderType":"fe"};
var et_frontend_scripts = {"builderCssContainerPrefix":"#et-boc","builderCssLayoutPrefix":"#et-boc .et-l"};
var et_pb_custom = {"ajaxurl":"https:\/\/arrowpackagingsolutions.com\/wp-admin\/admin-ajax.php","images_uri":"https:\/\/arrowpackagingsolutions.com\/wp-content\/themes\/Divi\/images","builder_images_uri":"https:\/\/arrowpackagingsolutions.com\/wp-content\/themes\/Divi\/includes\/builder\/images","et_frontend_nonce":"14680d83d6","subscription_failed":"Please, check the fields below to make sure you entered the correct information.","et_ab_log_nonce":"cb1cf067ed","fill_message":"Please, fill in the following fields:","contact_error_message":"Please, fix the following errors:","invalid":"Invalid email","captcha":"Captcha","prev":"Prev","previous":"Previous","next":"Next","wrong_captcha":"You entered the wrong number in captcha.","wrong_checkbox":"Checkbox","ignore_waypoints":"no","is_divi_theme_used":"1","widget_search_selector":".widget_search","ab_tests":[],"is_ab_testing_active":"","page_id":"987","unique_test_id":"","ab_bounce_rate":"5","is_cache_plugin_active":"yes","is_shortcode_tracking":"","tinymce_uri":"https:\/\/arrowpackagingsolutions.com\/wp-content\/themes\/Divi\/includes\/builder\/frontend-builder\/assets\/vendors","accent_color":"#7EBEC5","waypoints_options":[]};
var et_pb_box_shadow_elements = [];
var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"f1b26c02014624519df64cf00c22a9bb"}}},"hmr_dev":"","public_path":"https:\/\/arrowpackagingsolutions.com\/wp-content\/plugins\/gravityforms\/assets\/js\/dist\/"};
var et_pb_sticky_elements = {"et_pb_section_0_tb_footer":{"id":"et_pb_section_0_tb_footer","selector":".et_pb_section_0_tb_footer","position":"bottom","topOffset":"0px","bottomOffset":"0px","topLimit":"none","bottomLimit":"none","offsetSurrounding":"on","transition":"on","styles":{"module_alignment":{"desktop":"","tablet":"","phone":""},"positioning":"relative"},"stickyStyles":{"position_origin_r":"top_left","horizontal_offset":"","vertical_offset":""}}};