We support global B2B buyers with stable stainless steel flatware manufacturing, clear communication, and export-ready production workflows.
OEM / ODM Service
Customize shape, weight, logo, surface finish, packaging, and order quantities for hospitality, retail, supermarket, and private label projects.
Quality Control Section
Material checks, polishing inspection, edge safety review, PVD finish control, and final packing inspection help maintain reliable bulk supply.
Custom Dinner Knife Solutions
Premium stainless steel dinner knives for hotels, restaurants, retailers and OEM cutlery projects. Flat Cutlery provides factory direct supply, custom logo and bulk wholesale support.
SHOW FULL COLUMNS FROM `fc_products` [ RunTime:0.001332s ]
SELECT `id` FROM `fc_products` WHERE `slug` = 'dinner-knife' AND `status` = 'published' AND `delete_time` IS NULL LIMIT 1 [ RunTime:0.002415s ]
SHOW FULL COLUMNS FROM `fc_product_types` [ RunTime:0.002431s ]
SELECT * FROM `fc_product_types` WHERE `slug` = 'dinner-knife' AND `status` = 1 AND `delete_time` IS NULL LIMIT 1 [ RunTime:0.001679s ]
SELECT COUNT(DISTINCT `p`.`id`) AS think_count FROM `fc_products` `p` WHERE `p`.`product_kind` = 'single' AND `p`.`status` = 'published' AND `p`.`delete_time` IS NULL AND `p`.`product_type_id` = '1' [ RunTime:0.003389s ]
SELECT `p`.`id`,`p`.`name`,`p`.`slug`,`p`.`sku`,`p`.`main_image`,`p`.`short_description`,`p`.`spec_summary` FROM `fc_products` `p` WHERE `p`.`product_kind` = 'single' AND `p`.`status` = 'published' AND `p`.`delete_time` IS NULL AND `p`.`product_type_id` = '1' GROUP BY `p`.`id` ORDER BY `p`.`sort` ASC,`p`.`id` DESC LIMIT 0,20 [ RunTime:0.001842s ]
SHOW FULL COLUMNS FROM `fc_product_attributes` [ RunTime:0.001258s ]
SELECT `pa`.`product_id`,`a`.`attr_group`,`a`.`name` FROM `fc_product_attributes` `pa` INNER JOIN `fc_attributes` `a` ON `a`.`id`=`pa`.`attribute_id` WHERE `pa`.`product_id` IN ('109','81','80','57','56','28','25','24') AND `a`.`attr_group` IN ('finish','material','application') AND `a`.`status` = '1' AND `a`.`delete_time` IS NULL ORDER BY `a`.`sort` ASC,`a`.`id` ASC [ RunTime:0.002012s ]
SHOW FULL COLUMNS FROM `fc_product_images` [ RunTime:0.001285s ]
SELECT * FROM `fc_product_images` WHERE `product_id` IN ('109','81','80','57','56','28','25','24') AND `type` IN ('main','gallery') ORDER BY FIELD(type, 'main', 'gallery'),`sort` ASC,`id` ASC [ RunTime:0.001068s ]
SELECT a.attr_group, a.name, a.slug, COUNT(DISTINCT p.id) AS product_count FROM `fc_products` `p` INNER JOIN `fc_product_attributes` `pa` ON `pa`.`product_id`=`p`.`id` INNER JOIN `fc_attributes` `a` ON `a`.`id`=`pa`.`attribute_id` WHERE `p`.`product_kind` = 'single' AND `p`.`status` = 'published' AND `p`.`delete_time` IS NULL AND `a`.`status` = '1' AND `a`.`delete_time` IS NULL AND `p`.`product_type_id` = '1' GROUP BY `a`.`id` ORDER BY `a`.`attr_group` ASC,`a`.`sort` ASC,`a`.`id` ASC [ RunTime:0.008291s ]
SHOW FULL COLUMNS FROM `fc_pages` [ RunTime:0.001320s ]
SELECT * FROM `fc_pages` WHERE `status` = 1 AND `delete_time` IS NULL AND `url` = '/products/dinner-knife' LIMIT 1 [ RunTime:0.001483s ]
CREATE TABLE IF NOT EXISTS `fc_markets` (
`id` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
`name` VARCHAR(120) NOT NULL,
`slug` VARCHAR(160) NOT NULL,
`description` TEXT NULL,
`image` VARCHAR(500) NULL,
`seo_title` VARCHAR(255) NULL,
`seo_description` VARCHAR(500) NULL,
`sort` INT UNSIGNED NOT NULL DEFAULT 100,
`status` TINYINT UNSIGNED NOT NULL DEFAULT 1,
`created_at` DATETIME NULL,
`updated_at` DATETIME NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `idx_fc_markets_slug` (`slug`),
KEY `idx_fc_markets_status_sort` (`status`, `sort`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci [ RunTime:0.003684s ]
CREATE TABLE IF NOT EXISTS `fc_product_markets` (
`id` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
`product_id` BIGINT UNSIGNED NOT NULL,
`market_id` BIGINT UNSIGNED NOT NULL,
`sort` INT UNSIGNED NOT NULL DEFAULT 100,
`created_at` DATETIME NULL,
`updated_at` DATETIME NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `idx_fc_product_markets_product_market` (`product_id`, `market_id`),
KEY `idx_fc_product_markets_market_sort` (`market_id`, `sort`),
KEY `idx_fc_product_markets_product` (`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci [ RunTime:0.002936s ]
SHOW FULL COLUMNS FROM `fc_markets` [ RunTime:0.000944s ]
SELECT * FROM `fc_markets` WHERE `slug` = 'north-america' LIMIT 1 [ RunTime:0.000630s ]
SELECT * FROM `fc_markets` WHERE `slug` = 'south-america' LIMIT 1 [ RunTime:0.000732s ]
SELECT * FROM `fc_markets` WHERE `slug` = 'europe' LIMIT 1 [ RunTime:0.000464s ]
SELECT * FROM `fc_markets` WHERE `slug` = 'asia' LIMIT 1 [ RunTime:0.000469s ]
SELECT * FROM `fc_markets` WHERE `slug` = 'middle-east' LIMIT 1 [ RunTime:0.000454s ]
SELECT * FROM `fc_markets` WHERE `slug` = 'africa' LIMIT 1 [ RunTime:0.000330s ]
SELECT `name`,`slug` FROM `fc_markets` WHERE `status` = 1 ORDER BY `sort` ASC,`id` ASC [ RunTime:0.000712s ]
CREATE TABLE IF NOT EXISTS `fc_markets` (
`id` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
`name` VARCHAR(120) NOT NULL,
`slug` VARCHAR(160) NOT NULL,
`description` TEXT NULL,
`image` VARCHAR(500) NULL,
`seo_title` VARCHAR(255) NULL,
`seo_description` VARCHAR(500) NULL,
`sort` INT UNSIGNED NOT NULL DEFAULT 100,
`status` TINYINT UNSIGNED NOT NULL DEFAULT 1,
`created_at` DATETIME NULL,
`updated_at` DATETIME NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `idx_fc_markets_slug` (`slug`),
KEY `idx_fc_markets_status_sort` (`status`, `sort`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci [ RunTime:0.003221s ]
CREATE TABLE IF NOT EXISTS `fc_product_markets` (
`id` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
`product_id` BIGINT UNSIGNED NOT NULL,
`market_id` BIGINT UNSIGNED NOT NULL,
`sort` INT UNSIGNED NOT NULL DEFAULT 100,
`created_at` DATETIME NULL,
`updated_at` DATETIME NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `idx_fc_product_markets_product_market` (`product_id`, `market_id`),
KEY `idx_fc_product_markets_market_sort` (`market_id`, `sort`),
KEY `idx_fc_product_markets_product` (`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci [ RunTime:0.003387s ]
SELECT * FROM `fc_markets` WHERE `slug` = 'north-america' LIMIT 1 [ RunTime:0.001089s ]
SELECT * FROM `fc_markets` WHERE `slug` = 'south-america' LIMIT 1 [ RunTime:0.000835s ]
SELECT * FROM `fc_markets` WHERE `slug` = 'europe' LIMIT 1 [ RunTime:0.000384s ]
SELECT * FROM `fc_markets` WHERE `slug` = 'asia' LIMIT 1 [ RunTime:0.000428s ]
SELECT * FROM `fc_markets` WHERE `slug` = 'middle-east' LIMIT 1 [ RunTime:0.000426s ]
SELECT * FROM `fc_markets` WHERE `slug` = 'africa' LIMIT 1 [ RunTime:0.000401s ]
SELECT `name`,`slug` FROM `fc_markets` WHERE `status` = 1 ORDER BY `sort` ASC,`id` ASC [ RunTime:0.000435s ]
SHOW FULL COLUMNS FROM `fc_media` [ RunTime:0.001089s ]
SELECT `file_url`,`width`,`height` FROM `fc_media` WHERE `width` > 0 AND `height` > 0 [ RunTime:0.000913s ]