How to hide delivery text from prestashop?

balleo

New member
XNullUser
Joined
Aug 24, 2021
Messages
15
Reaction score
0
Points
1
NullCash
34
hello Everyone
Anyone know how to hide delivery text from prestashop 1.7 shopping cart?
 

d-shilko

Well-known member
☆☆ Special ☆☆
☆ Pro ☆
Joined
Jun 10, 2021
Messages
2,537
Reaction score
1,522
Points
113
NullCash
4,909
/themes/your_theme/modules/ps_shoppingcart/ps_shoppingcart.tpl

for different theme different code in ps_shoppingcart.tpl
But you easy can find line in code to delete shipping info. Use developer console in your browser, find html block that exist shipping info. Go to ps_shoppingcart.tpl and dele this html code.
 
Top