Chariot de service 2 étages ouvert

Chariot de service 2 étages ouvert

    Code produit  BP.010.0241-2-A

  • Caractéristiques
Modèles de produits PSA 2 étages
BP.010.0241-2-A-S Desserte Plastique 2 Niveaux Noir Clair
BP.010.0241-2-A-G Desserte Plastique 2 Couches Gris Clair (Production spéciale)
BP.010.0241-2-A-A Desserte Plastique 2 Niveaux Gris Anthracite Clair (Production spéciale)
Tailles de produit 53,5x96x97,5 cm
Dimensions du tableau 535x805x55
capacité 160 kg
Taille de roue Ø 100
Masse 9,4 kg
Dimensions de la boîte du produit 540x815x265 cm
Dimensions de la palette de produits 800x1000x2000
Quantité de produits suivis 14

WARNING » mysqli::__construct(): (HY000/2002): Only one usage of each socket address (protocol/network address/port) is normally permitted.

     C:\inetpub\vhosts\smoothplastik.com\httpdocs\Internal\package-database\MySQLi\DB.php
        

138.             {
139.                 $this->connect = new MySQLi;
140. 
141.                 $this->connect->options(MYSQLI_OPT_SSL_VERIFY_SERVER_CERTtrue);
142.                 $this->connect->ssl_set($ssl['key'] ?? NULL$ssl['cert'] ?? NULL$ssl['ca'] ?? NULL$ssl['capath'] ?? NULL$ssl['cipher'] ?? NULL);      
143.                 $this->connect->real_connect($host$user$pass$db$portNULLMYSQLI_CLIENT_SSL);
144.             }  
145.             else
146.             {
147. 
                
$this->connect = new MySQLi($host$user$pass$db$port); 148.             } 149.         } 150.         catch( Exception $e ) 151.         { 152.             throw new ConnectionErrorException; 153.         } 154.  155.         if( ! empty($this->config['charset']  ) ) $this->query("SET NAMES '".$this->config['charset']."'");   156.         if( ! empty($this->config['charset']  ) ) $this->query('SET CHARACTER SET '.$this->config['charset']);   157.         if( ! empty($this->config['collation']) ) $this->query('SET COLLATION_CONNECTION = "'.$this->config['collation'].'"');