> For the complete documentation index, see [llms.txt](https://quote-guide.storeify.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quote-guide.storeify.app/integration/convert-products-to-quotes-from-cart-page.md).

# Convert products to Quotes from Cart page

The Add to quote button in the shopping cart page only works when you choose to use the Add product to quote page (Bulk quotation) feature.

**Step 1**: Enable the option in the Settings

<figure><img src="https://1818632981-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjbICnwGwANWvU46mHWcU%2Fuploads%2FEefwWJOEuJUSDxbNTYex%2Fimage.png?alt=media&amp;token=b9a37c66-36da-4e2f-907b-88011068f0a5" alt=""><figcaption></figcaption></figure>

**Step 2**: Add the button

<mark style="background-color:blue;">Online Store 2.0</mark>: Customize Theme -> Select Cart template -> Add section or block "Add to Quote"

<figure><img src="https://1818632981-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjbICnwGwANWvU46mHWcU%2Fuploads%2FbwtH7mDlI9RUbwPVJ2iU%2Fimage.png?alt=media&amp;token=b3fcf520-dee3-4132-a755-4fa933035be3" alt=""><figcaption></figcaption></figure>

<mark style="background-color:orange;">Vintage theme</mark>: Insert the embedded code below into the **cart-template.liquid**

```
<button type="button" class="btn ify-cart-to-quote">Add to Quote</button>
```

<figure><img src="https://1818632981-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjbICnwGwANWvU46mHWcU%2Fuploads%2FkijgJbvGW49mZt6beFx1%2Fimage.png?alt=media&amp;token=94941dd0-353c-4e2c-827e-835b5e682f6f" alt=""><figcaption></figcaption></figure>
