/** * 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(); } Treccine Frolsi Biscuits - Sicilian Artisan Sweetness
Back to Top

Treccine Frolsi Biscuits - Sicilian Artisan Sweetness

Discover Treccine Frolsi Biscuits, Tradition in Every Bite The History of Sicilian Braids THE   Frolsi Braids Biscuits   They are an authentic Sicilian delight, handcrafted by   Biscottificio Frolsi di Palermo . With their typical braid shape and simple but tasty ingredients, these ...Read more
Common price: 3,96 € Our price: 3,76 € per unit for buying at least 12
No vote
Buy


Add to cart
The add to cart button will appear once you select the values above
  • Description
  • Specifications
  • Post a comment

Discover Treccine Frolsi Biscuits, Tradition in Every Bite

The History of Sicilian Braids

THE   Frolsi Braids Biscuits   They are an authentic Sicilian delight, handcrafted by   Biscottificio Frolsi di Palermo . With their typical braid shape and simple but tasty ingredients, these biscuits represent the artisanal sweetness of the island.

History tells that in ancient times they were among the most sold biscuits in the city bakeries, appreciated for their quick preparation and irresistible flavour. Today, Frolsi re-proposes this tradition with the same care and quality of the past.


We ship throughout Europe and the United States - Secure transactions with SSL encryption

We accept payments by bank transfer and all major credit cards via PayPal and Stripe.


From the producer to your table at 0 km (zero)
All shipments always leave on Monday or Tuesday to guarantee delivery during the week, avoiding stops on weekends.
Weight: 0.25 kg
Brand: FrolsiFrolsi
You must have bought this item in order to post a vote or a comment

Other products from the same Supplier

× 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