Table of Contents sm

The total page use the same logic as the subtotal only instead of the shipping logic, the tax is calculated and totaled with the shipping option. Look at the total and see the items are displayed you may use a different replication scheme here this is only for example. The url to see it with this template is

https://brandcrafting.online/cart/home/subtotal
The whole processor entry object is likely to be updated following our discussions this is a placeholder for now

                            <div class="summary-container">
                            <div class="summary-row total">
                            <div class="field" style="text-align: right;">Cart Total: ##TotalTotal##</div>
                            </div>
                            <div class="summary-row total">
                            <div class="field" style="text-align: right;">Shipping: ##Shipping##</div>
                            </div>
                            <div class="summary-row total">
                            <div class="field" style="text-align: right;">Tax: ##Tax##</div>
                            </div>
                            <div class="summary-row total">
                            <div class="field" style="text-align: right;">Order Total: ##TotalTotalTotal##</div>
                            </div>
                            <div class="checkout-footer d-flex">
                      
                            <object data="/ProcessorEntry.html" width="300" height="200"></object>
                            </div>
                            </div>