@ -136,6 +136,7 @@ class HomeController extends CommonController
'product_item_id' => $item->id,
'factor_item_id' => $factor_item->id,
'total' => $total,
'product_item_name'=>$item->name,
'rate' => round($total / $order_total, 2)
];
}