You are here

public function CommerceShippingQuoteInterface::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.

1 method overrides CommerceShippingQuoteInterface::shipping_items_created()
CommerceShippingQuote::shipping_items_created in plugins/quotes/quote_base/CommerceShippingQuote.class.php
Called After shipping items is created.

File

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

Class

CommerceShippingQuoteInterface
Declares an interface for shipping quote classes

Code

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