You are here

function uc_weightquote_node_insert in Ubercart 7.3

Implements hook_node_insert().

File

shipping/uc_weightquote/uc_weightquote.module, line 84
Shipping quote module that defines a weight-based shipping rate for each product.

Code

function uc_weightquote_node_insert($node) {
  uc_weightquote_node_update($node);
}