Magento 2 Upgrade Error SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘magento2.email_abandoned_cart’ doesn’t exist.

When you upgrade Magento version 2.2.2 to 2.3.3, once upgrade is finish and you are trying to run the setup upgrade command, You faced the error at a time of upgrade command,

Upgrading schema.. SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘mage222ce.email_abandoned_cart’ doesn’t exist, query was: DESCRIBE `email_abandoned_cart`

Continue reading “Magento 2 Upgrade Error SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘magento2.email_abandoned_cart’ doesn’t exist.”

How to customize ship to section in Order summary checkout Magento 2?

Magento 2 native supports a two-step checkout to place an order. Ship To section will be displayed in Order summary sidebar in Payment and Review Second Step.

Ship To section covers the Shipping address details chosen by the customer in the Shipping step and when you click on the edit icon in a ship to, It will redirect to the shipping step. Continue reading “How to customize ship to section in Order summary checkout Magento 2?”

How to add update product Tier Price programmatically Magento 2?

You can add/update tier price to the Product from the Admin Panel Manually.

Just Login with Admin Panel, From Left Sidebar by clicking on Products -> Add or Edit Product -> Price (Click on Advanced Pricing).

If you have to task to add tier price in the product programmatically in Magento using add() method from the ScopedProductTierPriceManagementInterface. Continue reading “How to add update product Tier Price programmatically Magento 2?”