public function CommerceShippingQuoteInterface::submit_form in Commerce Shipping 7
Allow quote to add an form displayed when the shipping quote is selected.
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::submit_form()
- CommerceShippingQuote::submit_form in plugins/
quotes/ quote_base/ CommerceShippingQuote.class.php - Allow quote to add an form displayed when the shipping quote is selected.
File
- plugins/
quotes/ quote_base/ CommerceShippingQuote.class.php, line 42 - Contains the CommerceShippingQuote class and CommerceShippingQuoteInterface interface.
Class
- CommerceShippingQuoteInterface
- Declares an interface for shipping quote classes
Code
public function submit_form($pane_values, $checkout_pane, $order = NULL);