Back to Top

ATTENTION: To see HoReCa prices and purchase you must log in with a business account

Login Register

/** * Crea le tabelle se non esistono (backup se l'SQL non funziona) */ private function checkAndCreateTables() { $db = JFactory::getDbo(); // Tabella spedizioni $tableName = $db->quoteName('#__hikashop_packlink_shipments'); $db->setQuery("SHOW TABLES LIKE " . $db->quote($db->replacePrefix('#__hikashop_packlink_shipments'))); $exists = $db->loadResult(); if (!$exists) { $query = "CREATE TABLE IF NOT EXISTS $tableName ( id INT(11) NOT NULL AUTO_INCREMENT, order_id INT(11) NOT NULL, shipment_id VARCHAR(100) NOT NULL, warehouse_id INT(11) NOT NULL, service_name VARCHAR(255) DEFAULT NULL, status VARCHAR(50) DEFAULT 'created', created DATETIME NOT NULL, modified DATETIME DEFAULT NULL, PRIMARY KEY (id), KEY idx_order_id (order_id), KEY idx_shipment_id (shipment_id) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;"; $db->setQuery($query); $db->execute(); } // Tabella cache $tableName = $db->quoteName('#__hikashop_packlink_cache'); $db->setQuery("SHOW TABLES LIKE " . $db->quote($db->replacePrefix('#__hikashop_packlink_cache'))); $exists = $db->loadResult(); if (!$exists) { $query = "CREATE TABLE IF NOT EXISTS $tableName ( id INT(11) NOT NULL AUTO_INCREMENT, cache_key VARCHAR(255) NOT NULL, cache_data TEXT NOT NULL, created DATETIME NOT NULL, expires DATETIME NOT NULL, PRIMARY KEY (id), UNIQUE KEY idx_cache_key (cache_key) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;"; $db->setQuery($query); $db->execute(); } } /** * Chiama la creazione tabelle all'inizializzazione */ public function onAfterInitialise() { $this->checkAndCreateTables(); }

Quality Sicilian Wines for the HoReCa Sector | International Shipping

"Sicilian Wines for the HoReCa Channel"
Offer your customers the authenticity of Sicilian wines, selected for bars, restaurants and hotels. High quality products, perfect for those looking for the unique taste of Sicily. We ship worldwide, guaranteeing freshness and tradition in every bottle.

Results 1 - 12 of 24
Image Product Vote Price
'Nguè - Sparkling white wine Sicily IGP HoReCa - Cantine Pepi
No vote
Free No stock, pre-order available Product details
Shawl Black - Nero d'Avola red wine, Syrah of Sicily IGT - HoReCa Cantine Pepi
No vote
Free No stock, pre-order available Product details
Signatura - Sicilian Rosé Wine IGT - HoReCa Cantine Pepi
No vote
Free No stock, pre-order available Product details
Terra e cielo - Passito di Frappato wine Sicilian lands IGP HoReCa - Cantine Pepi
No vote
Free No stock, pre-order available Product details
Salto - White wine Grillo di Sicilia DOC HoReCa - Cantine Pepi
No vote
Free No stock, pre-order available Product details
Agate - Frappato di Sicilia PGI HoReCa red wine - Cantine Pepi
No vote
Free No stock, pre-order available Product details
Moscato - Sicilian Terre liqueur wine PGI HoReCa - Cantine Pepi
No vote
Free No stock, pre-order available Product details
White frappato - Sicilian PGI HoReCa wine - Cantine Pepi
No vote
Free No stock, pre-order available Product details
Matto - Syrah of Sicily PGI HoReCa red wine - Cantine Pepi
No vote
Free No stock, pre-order available Product details
Zibibbo - Sicilian Terre liqueur wine PGI HoReCa - Cantine Pepi
No vote
Free No stock, pre-order available Product details
Lycos - Sicilian white wine IGT HoReCa - Cantine Pepi
No vote
Free No stock, pre-order available Product details
EX - Nero d'Avola di Sicilia IGT HoReCa red wine - Cantine Pepi
No vote
Free No stock, pre-order available Product details
Results 1 - 12 of 24
× Progressive Web App | Add to Homescreen

To install this Web App in your iPhone/iPad press icon. Progressive Web App | Share Button And then Add to Home Screen.

Offline