質問

Only i need to show the number of quantity items in the Order Summary.

if any one know the answer please share the exact code and folder structure. since i'm new to magento.

Any help would be appreciated. Thank you!

Order Summary screenshot:

magento

役に立ちましたか?

解決

you need to override subtotal.html file in your theme under :

app/design/frontend/Vendor/Theme/Magento_Tax/web/template/checkout/summary/item/details/subtotal.html

and remove or comment whole code of subtotal.html file

run below command

php bin/magento setup:upgrade && php bin/magento cache:flush && php bin/magento cache:clean && php -d memory_limit=-1 bin/magento setup:di:compile && php bin/magento setup:static-content:deploy -f

enter image description here

Hope this will help you!

ライセンス: CC-BY-SA帰属
所属していません magento.stackexchange
scroll top