action_status; $message = $this->action_message; $this->action_status = 'none'; $this->action_message = ''; if( !empty($this->options['cart_page_data']) ){ $cart_page_datas = stripslashes_deep($this->options['cart_page_data']); }else{ $cart_page_datas['header'] = array(); $cart_page_datas['footer'] = array(); } $indi_item_name = $this->options['indi_item_name']; $pos_item_name = $this->options['pos_item_name']; foreach( (array)$indi_item_name as $key => $value){ $checked_item_name[$key] = $indi_item_name[$key] == 1 ? ' checked="checked"' : ''; } ?>