# September 29 - Latest price on reorders,  Improvements & Bugfixes

## :tada: New Features

### :heavy\_dollar\_sign: Get latest price on re-orders for 2024 API products only

Now, when doing a re-order, we added an extra step in the process in order to get latest product prices from our database (which is daily updated). We do it in a performant way by sending all the products we need latest data for, at once, and we use them for the new order instead of using the previous prices.

This will work for 2024 API products only and not for all other products or custom products.

### :page\_with\_curl: Added payment terms in orders titles

Now we are going to show an expandable badge right below orders titles in two different places: order details page and order shipping details page.

<figure><img src="/files/tdG9A3TewKRRYzHmFUN3" alt=""><figcaption></figcaption></figure>

## :lady\_beetle: Bugfixes

:heavy\_check\_mark: Removed labor cost calculation for any order with affiliate orders, meaning, we are going to calculate labor cost only for orders with no associated affiliate orders.

## :rocket: Improvements

:heavy\_check\_mark: Now payment links can be displayed for estimate orders. Also, a payment button is going to be displayed in the invoice pdf view.&#x20;


---

# 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://docs.culturestudio.com/release-notes/decorator-platform/september-29-latest-price-on-reorders-improvements-and-bugfixes.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.
