Código PHP:
$this->weight += ($qty * $products_weight);
if($this->weight >=1 and $this->weight <=40 ){
$this->total += zen_add_tax($products_price, $products_tax) * $qty;
}
else if($this->weight >=41 and $this->weight <=120 ){
$this->total += zen_add_tax($products_price_w, $products_tax) * $qty;
}