Skip to content

Commit

Permalink
fix: re add delivery options default setting for dropdown menu
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianSDV committed Nov 4, 2024
1 parent 20cd7da commit 2a4b467
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Pdk/WcPdkBootstrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ protected function getAdditionalConfig(
'defaultSettings' => value([
CheckoutSettings::ID => [
CheckoutSettings::ALLOWED_SHIPPING_METHODS => ['flat_rate:0', 'free_shipping:0'],
CheckoutSettings::DELIVERY_OPTIONS_POSITION => 'woocommerce_after_checkout_billing_form',
],
]),

Expand Down

0 comments on commit 2a4b467

Please sign in to comment.