# Shipping rates calculator

## Open Shipping rates calculator settings.

1. From your Shopify admin, go to **Online Store** > **Themes**.
2. Find the theme that you want to edit and click **Customize**.
3. In the left-hand toolbar, click **Theme settings.**
4. Click **Shipping rates calculator.**

## GENERAL SETTINGS

* **Show the shipping calculator:** set **Yes** to display the shipping rates calculator on your cart page, or **No** to hide it.
* **Heading text**: enter the text that will be displayed above your shipping rates calculator.
* **Default country selection:** choose which country will be selected by default.

{% hint style="info" %}
Note: If your customer is logged-in, the country in his default shipping address will be selected. If you are not sure about the spelling to use here, refer to the first checkout page.
{% endhint %}

* **Submit button label:** enter the text that will be shown on the submit button.
* **Submit button label when calculating:** enter the text that will be shown when the shipping price is being calculated.

## ERROR MESSAGES

* **General:** enter the messages you want to show in error messages. Note: Use the "messages" variable to display dynamic messages.
* **Country is not supported:** enter the message you want to show if your customers' country is not supported.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://vodoma-docs.boostheme.com/theme-settings/shipping-rates-calculator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
