Automattic / woocommerce-subscriptions-core

Subscriptions core package for WooCommerce
Other
81 stars 29 forks source link

recurring shipping inconsistency checkout shortcode vs. blocks #511

Open WillBrubaker opened 9 months ago

WillBrubaker commented 9 months ago

Describe the bug

In 658783-zen a WooCommerce Subscriptions user points out that users are able to select separate shipping methods for the initial shipment and the recurring shipment. This differs from the behavior with the shortcode checkout.

To Reproduce

  1. Compare the difference in shipping when more than one shipping method is available on shortcode vs. block checkout

Expected behavior

This user wants the block checkout to behave like the shortcode. This also seems likely to cause problems with payment gateways that don't support recurring amount changes.

Actual behavior

Separate selections for initial and recurring shipping methods.

Product impact

Additional context