coopcycle / coopcycle-plugins

Plugins for WooCommerce & PrestaShop
8 stars 4 forks source link

Simplify shipping date dropdown #17

Closed alexsegura closed 4 years ago

alexsegura commented 4 years ago

This pull request removes all the "tricks" made with JavaScript to show the shipping date dropdown, which could cause problems with other plugins.

As a result, the dropdown will now appear below the the shipping options. Most other plugins use the same hook to add an additional field.


wc-shipping-date-choice

agichim commented 4 years ago

Just one question. The shipping options will they be shown as radio buttons/dropdown menu or will it be automatically selected for the customer depending on the "customer address"? If it's not automated the customer may not necessarily choose the Coop shipping option.

alexsegura commented 4 years ago

@agichim it works like always, the shipping options are shown depending on if it matches a zone. So they may change when changing the shipping address.