Why isn't my main cart footer liquid code working?

Hey tech people.

im looking to code something and i dont understand why its not lettting do it, and always request a translation. ses images below ;

  1. below is the coding; i did line 60 to 62

( i basiccaly need to ad a text, below the coding before line60)

  1. this screen shot is the coding above

  1. this screen shot is what it does when i change the text to the pasted coding

Hello @Academiebel , actually the code you added has some bugs and is not properly coded that’s why you’re seeing this on the frontend.

Please replace your code

"

//wrong code, with bug

{%- else -%} {{ 'sections.cart.taxes_and_click_on_checkout' | t }}

"

with the code below and hopefully, it will work

<small>
Type your note here...
</small>

Regards,

Osama Farooqi

1 Like