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.
Comments
Hello,I have list_province
Hello,I have list_province views.It has two fields:province and uid.I created views-view-fields--list_province.tpl.php.
In each province, I want to know how many members are there.I just could not do.How can I do.
Thanks...