문제

I am using ajax cart and minicart shows configurable image instead of simple image.

Already Set Product Thumbnail in

Stores -> Configuration -> Sales -> Checkout -> Shopping Cart -> Configurable Product Image
도움이 되었습니까?

해결책

I added this code after Add to cart controller and its working fine.

$session = Mage::getSingleton('checkout/session');
$quoteId = $session->getQuote()->getId();
$session->clear();
$session->setQuoteId($quoteId);
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top