I want to set a custom row total.
I am using ‘checkout_cart_product_add_after’ event.
And want to update Row total.
I going to add an extra amount in an item row total.
like,
$item->setRowTotal($item->getRowTotal + 100);
$item->save();
I want to set a custom row total.
I am using ‘checkout_cart_product_add_after’ event.
And want to update Row total.
I going to add an extra amount in an item row total.
like,
$item->setRowTotal($item->getRowTotal + 100);
$item->save();