You are here

public function CommerceShippingQuote::shipping_items_created in Commerce Shipping 7

Called After shipping items is created.

Parameters

$pane_values: $form_state['values'] from the pane where the form is located

$checkout_pane: $checkout_pane passed by commerce.

$order: Optionally pass the order, if the class wasn't instantiated with the order.

Overrides CommerceShippingQuoteInterface::shipping_items_created

File

plugins/quotes/quote_base/CommerceShippingQuote.class.php, line 122
Contains the CommerceShippingQuote class and CommerceShippingQuoteInterface interface.

Class

CommerceShippingQuote

Code

public function shipping_items_created($pane_values, $checkout_pane, $order = NULL) {
}