Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
适用于希望在 checkout 按钮上方额外显示小计行的用户
<div class="cart-subtotal-section" style="display: flex; justify-content: space-between;" > <span class="cart-subtotal-title">Subtotal</span> <span class="cart-subtotal-value">{{UPCART_SUBTOTAL}}</span> </div>
.cart-subtotal-section { margin-bottom: 4px; } .cart-subtotal-title { font-size: 24px; color: red; } .cart-subtotal-value { font-size: 18px; color: green }
此页面对您有帮助吗?