Open florine2623 opened 1 year ago
There is an option (Delayed Shipping is not used) that was not used since PS 1.7.0.0 : https://github.com/PrestaShop/PrestaShop/blob/1.7.0.0/controllers/front/CartController.php At the moment, the configuration value PS_SHIP_WHEN_AVAILABLE is never used in the Core.
PS_SHIP_WHEN_AVAILABLE
It was used in 1.6 : https://github.com/PrestaShop/PrestaShop-1.6/blob/14511463911e96906335135e46a249b5cf39f525/controllers/front/CartController.php#L188
Thanks @Progi1984 for the details ^^
This option should work. Or should be deleted from the BO.
ping @PrestaShop/product-team what do you think ?
Delayed Shipping
1.7.8.7, 1.7.8.8, 8.0.0, develop
7.4
No response
I have the same problem on 8.1.2
Prerequisites
Describe the bug and add attachments
There is an option (Delayed Shipping is not used) that was not used since PS 1.7.0.0 : https://github.com/PrestaShop/PrestaShop/blob/1.7.0.0/controllers/front/CartController.php At the moment, the configuration value
PS_SHIP_WHEN_AVAILABLE
is never used in the Core.It was used in 1.6 : https://github.com/PrestaShop/PrestaShop-1.6/blob/14511463911e96906335135e46a249b5cf39f525/controllers/front/CartController.php#L188
Thanks @Progi1984 for the details ^^
Expected behavior
This option should work. Or should be deleted from the BO.
ping @PrestaShop/product-team what do you think ?
Steps to reproduce
Delayed Shipping
optionPrestaShop version(s) where the bug happened
1.7.8.7, 1.7.8.8, 8.0.0, develop
PHP version(s) where the bug happened
7.4
If your bug is related to a module, specify its name and its version
No response