I'm working on Magento 2.3
I want to unhide this item when page open
Now by default (Estimate Shipping and Tax) is hidden
please help me...
Hello @houman_ahghari
Override Magento_Checkout\web\js\view\summary\cart-items.js and find
isItemsBlockExpanded
function.
Replace it with the following:
isItemsBlockExpanded: function () { //return quote.isVirtual() || stepNavigator.isProcessed('shipping'); return true; }
Thanks.
Hi
thanks for help
I did, but it didn't matter
maybe need CSS or script?
because the default is : body: none and when body: block is open
thank. and please help me