If you need a London based Drupal developer you can hire me. Check the availability page and contact me on info@aprium.net.
hook_uc_cart_alter is a really useful hook if you need to change items in the shopping cart. It replaces the need to theme all the check out pages individually.
The shopping cart items come through as a by reference parameter. This means you don't have to return the variable.
$items[0]->title = 'testings';
If you need a London based Drupal developer you can hire me. Check the availability page and contact me on info@aprium.net.