瀏覽代碼

Update basket_totals.html - Fixed surcharges display (#4127)

master
patrick-agbokou 2 年之前
父節點
當前提交
832c2af12d
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/oscar/templates/oscar/order/partials/basket_totals.html

+ 1
- 1
src/oscar/templates/oscar/order/partials/basket_totals.html 查看文件

@@ -97,7 +97,7 @@
97 97
                 {% for charge in surcharges %}
98 98
                 <tr>
99 99
                         <th class="total">{{ charge.name }}</th>
100
-                        <th class="total align-right"> 
100
+                        <th class="total text-right"> 
101 101
                             {% if show_tax_separately %}
102 102
                                 {{ charge.excl_tax|currency:order.currency }}
103 103
                             {% else %}

Loading…
取消
儲存