File "default_boxes.php"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/automated-postnord-shipping/controllors/views/data_helper/default_boxes.php
File size: 302 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
	return array(
		array(
			'name'       => 'Sample Box',
			'id'         => 'sample_box',
			'max_weight' => 44.09	,
			'box_weight' => 0	,
			'length'     => 18.9	,
			'width'      => 12.99	,
			'height'     => 12.6	,
			'enabled'    => true    ,
			'pack_type' => 'BOX'
		)
		
	);