You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/dev/moduleSupport/shipping/_index.md
+1-73Lines changed: 1 addition & 73 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,79 +42,7 @@ class flat extends ShippingBase implements ShippingContract
42
42
43
43
the define built would be `MODULE_SHIPPING_FLAT_STATUS`
44
44
45
-
As with other module types you can define a `addCustomConfigurationKeys` method along with `checkNonFatalConfigureStatus` and `checFatalConfigureStatus`
45
+
As with other module types you can define a `addCustomConfigurationKeys` method along with `checkNonFatalConfigureStatus` and `checkFatalConfigureStatus`
46
46
47
47
methods where necessary.
48
48
49
-
## Configuration settings
50
-
51
-
The default configuration settings for a shipping module are :-
52
-
53
-
```php
54
-
protected function setCommonConfigurationKeys(): array
55
-
{
56
-
$configKeys = [];
57
-
$key = $this->buildDefine('STATUS');
58
-
$configKeys[$key] = [
59
-
'configuration_value' => 'False',
60
-
'configuration_title' => 'Enable this module',
61
-
'configuration_description' => 'Do you want to accept payments using this module',
'configuration_description' => 'On what basis is Shipping Tax calculated. Options are<br>Shipping - Based on customers Shipping Address<br>Billing Based on customers Billing address<br>Store - Based on Store address if Billing/Shipping Zone equals Store zone',
'configuration_description' => 'On what basis is Shipping Tax calculated. Options are<br>Shipping - Based on customers Shipping Address<br>Billing Based on customers Billing address<br>Store - Based on Store address if Billing/Shipping Zone equals Store zone',
0 commit comments