Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Magento 2.2.3 CE, price is zero when adding to cart #3

Open
giacmir opened this issue Jun 18, 2018 · 1 comment
Open

Magento 2.2.3 CE, price is zero when adding to cart #3

giacmir opened this issue Jun 18, 2018 · 1 comment

Comments

@giacmir
Copy link

giacmir commented Jun 18, 2018

From @Baracuda011 on April 30, 2018 11:49

Preconditions

  1. Magento 2.2.3 CE
  2. PHP 7.0.28
  3. MySQL 5.0.12

Steps to reproduce

  1. Upgrade from 2.1.3 CE to 2.2.3 CE
  2. Try to add any product to cart

Expected result

  1. Mini cart should appear with the added product

Actual result

  1. Product is not added to cart
  2. Ajax call (/en/customer/section/load/?sections=cart&update_section_id=false&_=1525081553687) endlessly loads.

/en/customer/section/load/?sections=cart&update_section_id=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_section_id=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.

Copied from original issue: magespecialist#62

@giacmir
Copy link
Author

giacmir commented Jun 18, 2018

From @raffoitaly on May 4, 2018 15:39

Same problem for me.

any news?

Cheers,
Raffaello

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant