Why isn't my discount code appearing at checkout?

i found the problem. Go to edit code and look for (cart-template.liquid) once you find it look for this code (my theme is debut so might be different for you)


    {%- for discount_allocation in itemDiscounts -%}

  • {% include 'icon-saletag' %} {{- discount_allocation.discount_application.title -}} (-{{ discount_allocation.amount | money }})
  • {%- endfor -%}

put it below the

under the closed div (
)