'product_cat',
'hide_empty' => false,
'parent' => $parent_id,
'orderby' => 'term_order', // Quan trọng: theo thứ tự kéo thả
'order' => 'ASC',
);
$terms = get_terms($args);
if (!empty($terms) && !is_wp_error($terms)) {
// Mở ul chỉ khi có danh mục
echo '