Remove Shipping Calculated Message on Shopify Product Pages
Published on Aug 24, 2024
Are you a Shopify store owner looking to customize your product pages and cart view? One common element that many merchants want to modify or remove is the “Shipping calculated at checkout” message. This guide will walk you through various methods to remove or alter this text, helping you create a cleaner, more personalized shopping experience for your customers.
Understanding the “Shipping Calculated at Checkout” Message
What is this message?
The “Shipping calculated at checkout” message is a default text that appears on product pages and in the cart view of many Shopify themes. It informs customers that shipping costs will be calculated when they proceed to checkout.
Why remove or modify it?
While this message can be helpful, some store owners prefer to remove it for aesthetic reasons or to replace it with custom shipping information. Removing or customizing this text can create a cleaner look and allow for more flexibility in communicating shipping policies.
Where does it appear?
This message typically appears on product pages near the price and add-to-cart button, as well as in the cart view. The exact location may vary depending on your Shopify theme.
Methods to Remove the Message
Method 1: Using CSS (Most Effective)
The most straightforward and widely applicable method to remove the “Shipping calculated at checkout” message is by using CSS. This approach works across different pages and views.
Steps:
- Go to your Shopify admin panel
- Navigate to “Online Store” > “Themes”
- Click “Actions” next to your current theme and select “Edit code”
- Look for your theme’s main CSS file (often named theme.scss.liquid or theme.css)
- Add the following CSS code at the end of the file:
.product__policies.rte { display: none; }
.cart__shipping { display: none; }
- Save the changes
This CSS code targets both the product page and cart view, effectively hiding the shipping message in both locations.
Method 2: Editing Language Settings
Another approach is to modify the text through Shopify’s language settings. This method allows you to replace the default text with custom content or leave it blank.
Steps:
- In your Shopify admin, go to “Online Store” > “Themes”
- Click “Actions” next to your theme and select “Edit languages”
- In the language editor, search for “Taxes and shipping at checkout”
- Locate the “Shipping calculated at checkout” field
- Delete the existing text or replace it with your preferred message
- Click “Save”
Method 3: Theme-Specific Solutions
Some Shopify themes may have unique ways to handle this message. Always check your theme’s documentation or settings for theme-specific options to remove or customize shipping-related text.
Troubleshooting Common Issues
Message Still Appears After CSS Changes
If you’ve applied the CSS method and the message is still visible, try the following:
- Clear your browser cache and refresh the page
- Ensure the CSS selectors match your theme’s structure (inspect the element to confirm)
- Add
!important
to the CSS rule if needed:
.product__policies.rte { display: none !important; }
.cart__shipping { display: none !important; }
Changes Not Reflecting in All Views
Sometimes, the message may disappear from product pages but remain in the cart view, or vice versa. In such cases:
- Verify that both CSS rules are present and correct
- Check if your theme uses different classes for these elements in different views
- Consider using more specific CSS selectors to target the exact elements
Best Practices for Customizing Shopify Themes
Always Backup Your Theme
Before making any changes to your theme’s code or settings, always create a backup. This allows you to revert changes if something goes wrong.
Test on Multiple Devices and Browsers
After making changes, test your store on various devices and browsers to ensure the modifications work consistently across all platforms.
Consider User Experience
While removing the shipping message can clean up your design, ensure that customers can still easily find information about shipping costs. Consider adding this information elsewhere on your product pages or in a prominent FAQ section.
Conclusion
Removing or customizing the “Shipping calculated at checkout” message in Shopify is a simple yet effective way to refine your store’s appearance and user experience. Whether you choose to use CSS, edit language settings, or explore theme-specific options, always test your changes thoroughly to ensure they work as intended across your entire store.
Remember, while customizing your store’s appearance is important, it’s equally crucial to provide clear and accessible information about shipping to your customers. Balance aesthetics with informative content to create the best possible shopping experience for your visitors.
Take Our Quick Quiz:
Which primary product image do you think has the highest conversion rate?