Warning: Undefined array key "PHP_AUTH_USER" in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/config.php on line 18
console.log('poi rorder: 260112018');

Order Info:

Array
(
    [comments] => DROP OFF ONLY
    [additional_notes] => 
    [targetdate] => 2026-01-12 00:00:00.000
    [location] => 0000
    [paid] => 1
    [balance] => 0
    [release] => 1
    [orderlines] => Array
        (
            [0] => Array
                (
                    [model] => LDP6810SS
                    [notes] => 
                    [instock] => 1
                    [fulfilled] => 0
                    [attarget] => 1
                    [location] => 0000
                    [serial] => 510DWCV1R347
                    [recid] => 197166
                    [received_date] => 2026-01-08
                )

            [3] => Array
                (
                    [model] => PARTS
                    [description] => dwkit
                    [notes] => 
                    [recid] => 197169
                )

        )

    [emails] => Array
        (
            [0] => Jeanabnb@yahoo.com
        )

    [status] => 1
    [statusmessage] => OK
    [orderno] => 260112018
    [numitems] => 1
    [numinstock] => 1
    [numattarget] => 1
    [numfulfilled] => 0
    [customerno] => 8568898093
    [shipmethod] => delivery
    [readystatus] => 1
    [orderopen] => 1
    [billname] => Jeana Bunting
    [billaddr1] => 60 Mc Arthur Court
    [billaddr2] => 
    [billcity] => MILLVILLE
    [billstate] => NJ
    [billzip] => 08332
    [shipname] => Jeana Bunting
    [shipaddr1] => 60 Mc Arthur Court
    [shipaddr2] => 
    [shipcity] => MILLVILLE
    [shipstate] => NJ
    [shipzip] => 08332
    [phonenos] => Array
        (
            [0] => 8568898093
            [4] => 6092875690
        )

)

Order Lines:

Array
(
    [0] => Array
        (
            [model] => LDP6810SS
            [notes] => 
            [instock] => 1
            [fulfilled] => 0
            [attarget] => 1
            [location] => 0000
            [serial] => 510DWCV1R347
            [recid] => 197166
            [received_date] => 2026-01-08
        )

    [3] => Array
        (
            [model] => PARTS
            [description] => dwkit
            [notes] => 
            [recid] => 197169
        )

)

Warning: Undefined array key 1 in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 360

Warning: Undefined array key 2 in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 361

Warning: Undefined array key 3 in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 362
change_deliver_dd('deliver_contacts',1);$('#contact_primary-1').prop('checked', true); $('#contact_name-0').attr('value','Jeana Bunting'); $('#contact_email-0').attr('value','Jeanabnb@yahoo.com'); $('#contact_phone-0').attr('value','8568898093'); $('#contact_phonetxt-0').attr('value','6092875690');

key 1

Model #s:

Array
(
    [0] => LDP6810SS
)
console.log('modelnumbs_arr: [\"LDP6810SS\"]');
Warning: Undefined array key "statusmessage" in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 505
console.log('Fix 1: [\"PARTS\"]');

fix PARTS

Columns model:

Array
(
    [0] => LDP6810SS
    [3] => PARTS
)

key 3

console.log('Fix: [\"PARTS\"]'); console.log('modelnumbs: {\"0\":\"LDP6810SS\",\"2\":\"PARTS\"}');

Model Info:

Array
(
    [LDP6810SS] => Array
        (
            [model] => LDP6810SS
            [brand] => LG
            [description] => LG Top Control Dishwasher with Pocket Handle, QuadWash, and TrueSteam
            [height] => 33.375
            [width] => 23.75
            [depth] => 24.375
            [case_depth] => 
            [case_height] => 
            [class] => Dishwasher
            [weight] => 84.7
        )

    [PARTS] => Array
        (
            [class] => Parts
            [serial] =>  dwkit
            [model] => PARTS
            [description] => dwkit
            [notes] => 
            [width] => 1
            [depth] => 1
            [height] => 1
            [weight] => 1
            [fulfilled] => 0
        )

)
var def_width = {}; var def_height = {}; var def_depth = {}; var def_weight = {}; console.log('i cnt LDP6810SS: 0');
Warning: Undefined variable $description in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 644

Warning: Undefined variable $description in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 650
console.log('Notes: ');

Model Info LDP6810SS:

Array
(
    [model] => LDP6810SS
    [brand] => LG
    [description] => LG Top Control Dishwasher with Pocket Handle, QuadWash, and TrueSteam
    [height] => 33.375
    [width] => 23.75
    [depth] => 24.375
    [case_depth] => 
    [case_height] => 
    [class] => Dishwasher
    [weight] => 84.7
)

(0) LDP6810SS


Warning: Undefined variable $orli in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 809
def_width[5] = '1-36 inches'; def_height[5] = '1-36 inches'; def_depth[5] = '1-36 inches'; def_weight[5] = '51-100 lbs';
INSERT INTO model_info (model_numb,store_id,model_brand,model_description,prod_type,class,subclass,heat_source,height,width,depth,weight) VALUES ('LDP6810SS','1','LG','LG Top Control Dishwasher with Pocket Handle, QuadWash, and TrueSteam','5','Dishwasher','','','33.375','23.75','24.375','84.7') ON DUPLICATE KEY UPDATE model_description = 'LG Top Control Dishwasher with Pocket Handle, QuadWash, and TrueSteam',prod_type='5',class='Dishwasher',subclass='',heat_source='',height='33.375',width='23.75',depth='24.375',weight='84.7' ; console.log('i cnt PARTS: 1'); console.log('Notes: dwkit');

Model Info PARTS:

Array
(
    [class] => Parts
    [serial] =>  dwkit
    [model] => PARTS
    [description] => dwkit
    [notes] => 
    [width] => 1
    [depth] => 1
    [height] => 1
    [weight] => 1
    [fulfilled] => 0
)

(1) PARTS


Warning: Undefined variable $orli in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 809
def_width[38] = '1-36 inches'; def_height[38] = '1-36 inches'; def_depth[38] = '1-36 inches'; def_weight[38] = '1-50 lbs';
Warning: Undefined variable $brand in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 835

INSERT INTO model_info (model_numb,store_id,model_brand,model_description,prod_type,class,subclass,heat_source,height,width,depth,weight) VALUES ('PARTS','1','','dwkit','38','Parts','','','1','1','1','1') ON DUPLICATE KEY UPDATE model_description = 'dwkit',prod_type='38',class='Parts',subclass='',heat_source='',height='1',width='1',depth='1',weight='1' ;
Warning: Undefined variable $brand in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 841

Warning: Undefined array key "" in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 841
$('#covered_delivery').val(60); tally_delivery(); $('#store_order_numb-button-0').removeClass('redbg'); $('#store_order_numb-button-0').addClass('graybg'); change_deliver_dd('deliver_products',2); $('#product-span-0').css('background-color','greenyellow'); $('#product-span-0').css('color','black'); $('#product-span-0').html(' '); $('#product_modelnumb-0').attr('value','LDP6810SS'); $('#product_serialnumb-0').attr('value','510DWCV1R347'); $('#product_store_prodlnid-0').attr('value','197166'); $('#product_status-0').attr('value','in stock'); $('#product_notes-0').val(''); dimensions = 0; $('#product-span-0').html('LG Dishwasher
in stock
'); $('#product_type-0 option').filter(function() { return $(this).text() == 'Dishwasher'; }).attr('selected', true); prod_id = ''; prod_id = $('#product_type-0').find(':selected').val(); console.log('prod_id: '+prod_id); console.log('def_height[prod_id]: '+def_height[prod_id]); $('#height-0').addClass('hidediv'); $('#product_height-0 option').filter(function() { return $(this).text() == '1-36 inches'; }).attr('selected', true); $('#product_height-0').css('background-color','white');dimensions++; $('#width-0').addClass('hidediv'); $('#product_width-0 option').filter(function() { return $(this).text() == '1-36 inches'; }).attr('selected', true); $('#product_width-0').css('background-color','white');dimensions++; $('#depth-0').addClass('hidediv'); $('#product_depth-0 option').filter(function() { return $(this).text() == '1-36 inches'; }).attr('selected', true); $('#product_depth-0').css('background-color','white');dimensions++; $('#weight-0').addClass('hidediv'); $('#product_weight-0 option').filter(function() { return $(this).text() == '51-100 lbs'; }).attr('selected', true); $('#product_weight-0').css('background-color','white');dimensions++; if(dimensions == 4){ $('#dimensions-0').addClass('hidediv'); } $('#product-span-1').css('background-color','greenyellow'); $('#product-span-1').css('color','black'); $('#product-span-1').html(' '); $('#product_modelnumb-1').attr('value','PARTS'); $('#product_serialnumb-1').attr('value',' dwkit'); $('#product_store_prodlnid-1').attr('value','0'); $('#product_status-1').attr('value','in stock'); $('#product_notes-1').val('dwkit'); dimensions = 0; $('#product-span-1').html(' Parts
in stock
'); $('#product_type-1 option').filter(function() { return $(this).text() == 'Parts'; }).attr('selected', true); prod_id = ''; prod_id = $('#product_type-1').find(':selected').val(); console.log('prod_id: '+prod_id); console.log('def_height[prod_id]: '+def_height[prod_id]); $('#height-1').addClass('hidediv'); $('#product_height-1 option').filter(function() { return $(this).text() == '1-36 inches'; }).attr('selected', true); $('#product_height-1').css('background-color','white');dimensions++; $('#width-1').addClass('hidediv'); $('#product_width-1 option').filter(function() { return $(this).text() == '1-36 inches'; }).attr('selected', true); $('#product_width-1').css('background-color','white');dimensions++; $('#depth-1').addClass('hidediv'); $('#product_depth-1 option').filter(function() { return $(this).text() == '1-36 inches'; }).attr('selected', true); $('#product_depth-1').css('background-color','white');dimensions++; $('#weight-1').addClass('hidediv'); $('#product_weight-1 option').filter(function() { return $(this).text() == '1-50 lbs'; }).attr('selected', true); $('#product_weight-1').css('background-color','white');dimensions++; if(dimensions == 4){ $('#dimensions-1').addClass('hidediv'); }