On last step in cart it gets the default product price
Closed this issue · 2 comments
quintenbuis commented
Magento updates the quote_item
table at the last step with the default product price.
quintenbuis commented
Somewhere in Magento there is a plugin on getShippingAddress()
in the file vendor/magento/module-quote/Model/Quote.php
which returns the totals without the PriceList. I can't figure out where it is or how to fix it.
yecraftsman commented
The plugin dependency injection only applies to the frontend area and does not include the API area.
Trying to copy etc/frontend/di.xml on etc/webapi_rest/di.xml if not, put it at the global area etc/di.xml