# Limio Release notes - Release 47

### New Features and Improvements

**New Bundle Offer.**

It is now possible to bundle multiple products into one Limio offer. The feature is compatible with Zuora as well as External Pricing.&#x20;

*Screenshot: Products charges can be split by percentage as shown above*

**New Table Component.**

The table component can be used to display information in a new way. Similar to our other components, just drag and drop it into the page builder and it's ready to be customised.

*Screenshot: Table component within the Page builder*

**Limio SDK - Disable / Enable the checkout**

You can enable / disable the Limio checkout, using the `setCheckoutDisabled` method. This will allow for the checkout to be disabled until additional logice is carried out in an independent component, for example. The `setCheckoutDisabled` method requires a `boolean` argument to set the state of the checkout and can be called as follows:

**Read:**


---

# 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.limio.com/release-notes/limio-commerce-release-notes/legacy-releases/limio-release-notes-release-47.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.
