You are here

public function CommerceShippingQuoteInterface::settings_form in Commerce Shipping 7

Used to customize the Rules settings form for rules activating the shipping quote.

Parameters

$form: RulesDataUI InputForm

$rules_settings: Array of values passed by rules.

1 method overrides CommerceShippingQuoteInterface::settings_form()
CommerceShippingQuote::settings_form in plugins/quotes/quote_base/CommerceShippingQuote.class.php
Used to customize the Rules settings form for rules activating the shipping quote.

File

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

Class

CommerceShippingQuoteInterface
Declares an interface for shipping quote classes

Code

public function settings_form(&$form, $rules_settings);