I have a very strange issue. After upgrading from 2.1.3 to 2.2.3 CE I've noticed one strange issue, which is as I found out, related to MSP_CashOnDelivery module. But please let me explain the scenario.
When the module is disabled, add to cart work properly, and mini-cart is displayed after product is added to cart. But, when the module is enabled data this is not the case.
Preconditions
Steps to reproduce
Expected result
Actual result
/en/customer/section/load/?sections=cart&update_sectionid=false&=1525081553687
cart { summary_count: 0, subtotalAmount: null, subtotal: "AED0.00", data_id: 1525081565, extra_actions: "", isGuestCheckoutAllowed: true, THIS => items: [] <= THIS, possible_onepage_checkout: true, subtotal: "AED0.00", subtotalAmount: null, subtotal_excl_tax: "AED0.00", subtotal_incl_tax: "AED0.00", summary_count: 0, website_id: "1" }
To add a detailed description here:
I have a very strange issue. After upgrading from 2.1.3 to 2.2.3 CE I've noticed one strange issue, which is as I found out, related to MSP_CashOnDelivery module. But please let me explain the scenario.
When the module is disabled, add to cart work properly, and mini-cart is displayed after product is added to cart. But, when the module is enabled data this is not the case.
Here are the call and the response:
/en/customer/section/load/?sections=cart&update_sectionid=false&=1525081553687
cart { summary_count: 0, subtotalAmount: null, subtotal: "AED0.00", data_id: 1525081565, extra_actions: "", isGuestCheckoutAllowed: true, THIS => items: [] <= THIS, possible_onepage_checkout: true, subtotal: "AED0.00", subtotalAmount: null, subtotal_excl_tax: "AED0.00", subtotal_incl_tax: "AED0.00", summary_count: 0, website_id: "1" }
Magento Community also confirmed my scenario, please have a look at: https://community.magento.com/t5/Magento-2-x-Programming/Magento-2-2-3-CE-price-is-zero-when-adding-to-cart/m-p/93291#M4305
Thank you very much.
Cheers, Nemanja.