# Table Rates

<div align="left"><img src="/files/-MKEz34EdQLuLYOiF180" alt=""></div>

The table rate shipping method is calculated based on one of the available combination of conditions:&#x20;

* Weight v. Destination&#x20;
* Price v. Destination&#x20;
* of Items v. Destination&#x20;

ScandiPWA supports the table rates shipping method and respects the most popular back-end settings:

| FIELD                                         | STATUS          | DESCRIPTION                                                                                                                                                                                                                                                                                                                                                                       |
| --------------------------------------------- | --------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Enabled                                       | **SUPPORTED**   | Determines whether the shipping method is available on the storefront.                                                                                                                                                                                                                                                                                                            |
| Title                                         | **SUPPORTED**   | A title that identifies the Table Rate method during checkout.                                                                                                                                                                                                                                                                                                                    |
| Method Name                                   | **SUPPORTED**   | Describes this shipping method on the storefront.                                                                                                                                                                                                                                                                                                                                 |
| Condition                                     | **SUPPORTED**   | <p>Determines the condition for calculating the table rate fee. Options: </p><ul><li>Weight v. Destination</li><li>Price v. Destination</li><li># of Items v. Destination</li></ul>                                                                                                                                                                                               |
| Include Virtual Products in Price Calculation | **SUPPORTED**   | For orders that include virtual products, set Include Virtual Products in Price Calculation to “Yes” if you want to be able to include the virtual product(s) in the calculation.                                                                                                                                                                                                 |
| Calculate Handling Fee                        | **SUPPORTED**   | <p>Determines how the additional handling fee is calculated. Options: </p><ul><li>Fixed</li><li>Percent</li></ul>                                                                                                                                                                                                                                                                 |
| Handling Fee                                  | **SUPPORTED**   | Determines the handling fee rate according to the method used to calculate the fee. For example, if the fee is calculating based on a percentage, enter 6 for 6 percent. If using a fixed amount calculation, enter the fee as a decimal.                                                                                                                                         |
| Displayed Error Message                       | **COMING SOON** | <p>Determines the message that appears if Table Rate becomes unavailable.</p><p><strong>NOTE!</strong> Currently, ScandiPWA always shows this message on the storefront: "This shipping method is currently unavailable. If you would like to ship using this shipping method, please contact us."</p>                                                                            |
| Ship to Applicable Countries                  | **SUPPORTED**   | <p>Determines for which countries the method is available. Options: </p><ul><li>All Allowed Countries - Customers from all countries specified in your store configuration can use free shipping.</li><li>Specific Countries - After choosing this option, the Ship to Specific Countries list appears. Select each country in the list where free shipping can be used</li></ul> |
| Sort Order                                    | **SUPPORTED**   | Determines the number referent to the position of the method in the list of all available shipping methods during checkout.                                                                                                                                                                                                                                                       |

For instructions on how to set the table rate, please refer o the [Magento User Guide](https://docs.magento.com/user-guide/shipping/shipping-table-rate.html).


---

# 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://manual.scandipwa.com/v5.3.5/sales/basic-shipping-methods/table-rates.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.
