I am searching to display product manufacturer detail
in checkout page
for Oscommerce
.
Anyone can help me how to fix this issue?
I am searching to display product manufacturer detail
in checkout page
for Oscommerce
.
Anyone can help me how to fix this issue?
Finally i got solution friends, go to /includes/classes/order.php, in that file check below line 'id' => $products[$i]['id']);
replace with
'id' => $products[$i]['id'], 'manufacturer' => $products[$i]['manufacturer']);
then add $order->products[$i]['manufacturer'] in checkout.php file or any where in checkout file