We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Remove estimate shipping button and add checkout bitton

Remove estimate shipping button and add checkout bitton

3dforce
Tourist
3 0 3

Hi everyone, 

I have Nitro theme, please help me removing Estimate shipping and add button of checkout.

Screenshot_20250618-121012.Chrome~2.png

Replies 7 (7)

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

Please share your store URL

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Mustafa_Ali
Trailblazer
523 51 101

hey @3dforce share the URLs of your website plz

"Need a Shopify Specialist"?Chat on WhatsApp
Or email at: mustafaalideveloper001@gmail.com
"If my solution was helpful, mark it as a solution and hit the like button! And wait don't forget to"
3dforce
Tourist
3 0 3
Mustafa_Ali
Trailblazer
523 51 101
<style>
.mini_cart_tool_btn.is--rates.bee-pr.bee-truncate {
    display: none !important;
}
</style>

Mustafa_Ali_0-1750229908277.png

hey @3dforce dear follow these steps
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->before the </body> ----->
before the body ----->
if this code work please do not forget to like and mark it solution

"Need a Shopify Specialist"?Chat on WhatsApp
Or email at: mustafaalideveloper001@gmail.com
"If my solution was helpful, mark it as a solution and hit the like button! And wait don't forget to"
3dforce
Tourist
3 0 3

thankyou , suggest method to add checkout button

 

Mustafa_Ali
Trailblazer
523 51 101

 

  1. Go to your Shopify Admin → Online Store → Themes

  2. Click “Actions” → “Edit code”

  3. Find the file:
    cart.liquid (or main-cart.liquid / cart-template.liquid, depending on your theme)

  4. Look for a block that outputs the cart form or subtotal.

  5. Add this button code inside the form or after the subtotal:

<a href="/checkout" class="btn btn--checkout">
  Proceed to Checkout
</a>

 

.btn--checkout {
  background-color: #000;
  color: #fff;
  padding: 15px 30px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
}

 

"Need a Shopify Specialist"?Chat on WhatsApp
Or email at: mustafaalideveloper001@gmail.com
"If my solution was helpful, mark it as a solution and hit the like button! And wait don't forget to"

MandasaTech
Shopify Partner
816 156 168

Hi @3dforce 

If you're using the Nitro theme and want to remove the “Estimate Shipping” section and add a “Checkout” button, here’s how you can do it:

To Remove "Estimate Shipping":

  1. From your Shopify admin, go to Online Store > Themes.

  2. Click Actions > Edit code on your Nitro theme.

  3. Look for a file like cart.liquid, cart-template.liquid, or main-cart.liquid under the Sections or Templates folder.

  4. Find the block of code that mentions:

    shipping, shipping_rates, estimate_shipping

    or similar phrases.

  5. Comment it out or delete that block carefully.


To Add a “Checkout” Button:

  1. In the same cart.liquid or relevant cart file, locate the form wrapping the cart items.

  2. Add the following code near the subtotal area or wherever appropriate:

    <a href="/checkout" class="btn btn--checkout">Checkout</a>

    (You may need to adjust the class name to match your theme styling, such as btn, button, or btn--primary)

Please note:
Always create a backup of your theme or work in a duplicate theme before making code changes.

If you're unsure or the theme is heavily customised, feel free to reach out here with a link or screenshot — happy to assist further!

☞ Helpful or Question answered? Please Click Like & Mark it Accepted Solution
☞ Want to modify or custom changes on store for affordable price? Click on Contact button here
☞ Email at experts@mandasa.in
☞ Whatsapp at +918989609120 | Hire us at: Website Support Page
☞ Selling Shopify Fundamentals: Verified Skill Badge