Overview
This customization adds a clear cost breakdown above the checkout button, showing subtotal, shipping, and total based on a fixed shipping rate. It helps customers understand their final amount before checkout, improving trust and reducing hesitation. Important: This method only works with fixed shipping rates. If your store uses dynamic shipping, results may be inaccurate.If you are on Upcart V1.0
Step 1: Add custom HTML
- Go to Upcart > Cart Editor > Settings > Custom HTML
- From the Select HTML Location dropdown, choose Above checkout button
- Paste the following code and update the variables to reflect your store’s shipping cost and threshold:
Step 2: Add custom CSS
- Go to Upcart > Cart Editor > Settings > Custom CSS
- Paste the following CSS and adjust
background-coloror other styles to match your cart footer:
Final result
Once applied:- A cost breakdown appears above the checkout button
- Customers see subtotal, shipping (fixed or FREE), and total
- The shipping cost dynamically adjusts based on your threshold
If you are on Upcart V2.0
Step 1: Go to cart summary module
- Go to Upcart > Cart Editor > Cart Summary > Custom template
-
Paste the following code:
-
The custom code for the section is from Line 52 to Line 73
b. The relevant part is this section from line 52 - 73, use this doc to decide what value you are planning to display on the screenc. Go to Upcart > Cart Editor > Settings > Custom CSS, add this:
-
The custom code for the section is from Line 52 to Line 73

