function commerce_reset_order_count in Commerce Reset 7
Return order count.
1 call to commerce_reset_order_count()
1 string reference to 'commerce_reset_order_count'
- commerce_reset_commerce_reset_reset_items in ./
commerce_reset.module - Define commerce reset callbacks.
File
- ./
commerce_reset.helpers.inc, line 18 - Contains helper functions for commerce reset.
Code
function commerce_reset_order_count($primary_key) {
return commerce_reset_get_data_count('commerce_order', $primary_key);
}