Antonio Zrilić
„International Supply Chain expert“

Select your language

"... He was the engine to drive change!" - Hristina Funa, Director, SYNPEKS - Macedonia

Want to hear more?

"... He returned the faith in ourselves to be able to make great and significant changes!" - Karolina Peric. Director, IMACO Systemtechnik - BIH

Want to hear more?

"... Antonio has succeeded in three months what we have been trying to do for years..." Dejan Milovanović - AutoMilovanović

Want to hear more?

"... With Antonio we dramatically improved our cash flow ..." - Edvard Varda, Director, Zoo hobby

Want to hear more?

Experience

Procurement & Logistics Management Supply Chain Management in the core

1993 - 2002
2002 - 2008

SAP Consulting Process Optimization & Digitization

Business Consulting Complex Problem Solving

2008 - 2020

Six Steps Inventory Optimization

A simple way of how to manage your inventory! Second edition of the book Six Steps InventoryOptimization by Antonio Zrilić. This book was created as a result of consultant and coaching work with many companies. Inventories are the result of many different strategic and tactical decisions in the whole organization, and inventory optimization is the science of making more rational and cost-effective decisions and making decisions based on as much data as possible.

Six Steps Inventory Optimization

Logistika brzinom svjetlosti

Knjiga o logistici: Vrhunske taktike za ubrzanje skladišnih operacija i zadobivanje simpatija kupaca i dobavljača! Ova knjiga je nastala kao rezultat konzultantskog i trenerskog rada autora sa mnogim poduzećima iz Hrvatske i regije. Svakom menadžeru i profesionalcu u logistici će poslužiti kao svojevrsni LOGISTIČKI AKCELERATOR odnosno vodić za ubrzanje logističkih operacija.

Logistika brzinom svjetlosti
My Books

Kako natjerati žabu da skoči?

Vrhunske taktike u lancu opskrbe za pretvaranje odlične poslovne strategije u uspješne akcije! Ova knjiga će vam pomoći da vašu vrhunsku strategiju pretvorite u odlične taktičke i operativne zamisli te da ih sve zajedno prevedete u akcije koje će donijeti vrijednost vama i vašim klijentima.

Kako natjerati žabu da skoči?

Some cool statistics

SCM Projects
Managers, Enterprenours & Profesionals Trained
Workshops, seminars & conferences
Happy Clients
Countries
Articles
Books
Years of Experience

Php Id 1 Shopping Instant

// Check if cart exists if (isset($_SESSION["cart"])) { // Update cart array_push($_SESSION["cart"], array($product_id, $quantity)); } else { // Create new cart $_SESSION["cart"] = array(array($product_id, $quantity)); } }

// Checkout if (isset($_POST["checkout"])) { // Calculate total cost $total = 0; foreach ($_SESSION["cart"] as $item) { $product_id = $item[0]; $quantity = $item[1];

// Add to cart if (isset($_POST["add_to_cart"])) { $product_id = 1; $quantity = 1; php id 1 shopping

PHP ID 1 Shopping refers to a basic e-commerce system built using PHP, where products are identified by a unique ID (in this case, "1"). This system allows users to browse products, add them to their cart, and checkout.

// Display product with ID 1 $query = "SELECT * FROM products WHERE id = 1"; $result = mysqli_query($conn, $query); $row = mysqli_fetch_assoc($result); // Check if cart exists if (isset($_SESSION["cart"])) {

$total += $row["price"] * $quantity; }

$query = "SELECT price FROM products WHERE id = '$product_id'"; $result = mysqli_query($conn, $query); $row = mysqli_fetch_assoc($result); While this example is simplified, it demonstrates the

PHP ID 1 Shopping provides a basic framework for building an e-commerce platform using PHP. While this example is simplified, it demonstrates the core concepts of product display, cart management, and checkout processing. You can extend this system to include more features, such as user authentication, payment gateways, and product variations.

New item
New item
New item
New item
New item
We use cookies

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.