WC_Order_Item_Shipping::set_total( string $value )

Set total.


Description Description


Parameters Parameters

$value

(Required) Value to set.


Top ↑

Source Source

File: includes/class-wc-order-item-shipping.php

	public function set_total( $value ) {
		$this->set_prop( 'total', wc_format_decimal( $value ) );
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.