|
48 | 48 |
|
49 | 49 | How long a cart should go without being updated before it’s considered inactive.
|
50 | 50 |
|
51 |
| -See [craft\helpers\ConfigHelper::durationInSeconds()](craft4:craft\helpers\ConfigHelper::durationInSeconds()) for a list of supported value types. |
| 51 | +See [craft\helpers\ConfigHelper::durationInSeconds()](craft5:craft\helpers\ConfigHelper::durationInSeconds()) for a list of supported value types. |
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
|
89 | 89 |
|
90 | 90 | </div>
|
91 | 91 |
|
92 |
| -Default URL to be loaded after using the [load cart controller action](orders-carts.md#loading-a-cart). |
| 92 | +Default URL to be loaded after using the [load cart controller action](https://craftcms.com/docs/commerce/5.x/system/orders-carts.html#loading-a-cart). |
93 | 93 |
|
94 |
| -If `null` (default), Craft’s default [`siteUrl`](config4:siteUrl) will be used. |
| 94 | +If `null` (default), Craft’s default [`siteUrl`](config5:siteUrl) will be used. |
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
@@ -135,7 +135,7 @@ Defined by
|
135 | 135 |
|
136 | 136 | Default length of time before inactive carts are purged. (Defaults to 90 days.)
|
137 | 137 |
|
138 |
| -See [craft\helpers\ConfigHelper::durationInSeconds()](craft4:craft\helpers\ConfigHelper::durationInSeconds()) for a list of supported value types. |
| 138 | +See [craft\helpers\ConfigHelper::durationInSeconds()](craft5:craft\helpers\ConfigHelper::durationInSeconds()) for a list of supported value types. |
139 | 139 |
|
140 | 140 |
|
141 | 141 |
|
@@ -230,7 +230,7 @@ Defined by
|
230 | 230 | URL for a user to resolve billing issues with their subscription.
|
231 | 231 |
|
232 | 232 | ::: tip
|
233 |
| -The example templates include [a template for this page](https://github.com/craftcms/commerce/tree/main/example-templates/dist/shop/plans/update-billing-details.twig). |
| 233 | +The example templates include [a template for this page](https://github.com/craftcms/commerce/tree/5.x/example-templates/dist/shop/plans/update-billing-details.twig). |
234 | 234 | :::
|
235 | 235 |
|
236 | 236 |
|
@@ -302,7 +302,7 @@ Defined by
|
302 | 302 |
|
303 | 303 | ISO codes for supported payment currencies.
|
304 | 304 |
|
305 |
| -See [Payment Currencies](payment-currencies.md). |
| 305 | +See [Payment Currencies](https://craftcms.com/docs/commerce/5.x/system/payment-currencies.html). |
306 | 306 |
|
307 | 307 |
|
308 | 308 |
|
|
0 commit comments