如何将总金额添加到 woocommerce 购物车部分
How to add total sum to woocommerce cart section
我自定义了 "checkout" 页面并向该页面添加了购物车部分。(只需将购物车 table 从 "cart" 复制并粘贴到 "checkout" 页面)
我正在使用店面子主题和自定义 "cart"、"checkout" 页面模板。
child-theme/woocommerce/cart/cart.php
child-theme/woocommerce/checkout/form-checkout.php
我想要的是在购物车下方添加总金额部分table。像这样。
我该如何处理这个问题?
对于总的部分,WooCommerce 有另一个名为 "cart-totals.php" 的模板。
因此,您可能还需要添加其内容。
我自定义了 "checkout" 页面并向该页面添加了购物车部分。(只需将购物车 table 从 "cart" 复制并粘贴到 "checkout" 页面)
我正在使用店面子主题和自定义 "cart"、"checkout" 页面模板。
child-theme/woocommerce/cart/cart.php
child-theme/woocommerce/checkout/form-checkout.php
我想要的是在购物车下方添加总金额部分table。像这样。
我该如何处理这个问题?
对于总的部分,WooCommerce 有另一个名为 "cart-totals.php" 的模板。 因此,您可能还需要添加其内容。