We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
First: To get the rowId, use the following code:
$id = Input::get('id'); $rows = Cart::content(); $rowId = $rows->where('id', $id)->first()->rowId;
Then:
Cart::setTax($rowId, 10);
¡Voilà!