문제

Only i need to show the number of quantity items in the order summary section in payment page.

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!

Payment page order summary section screenshot:

enter image description here

도움이 되었습니까?

해결책

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