# Manual installation

Manual integration is a critical process and requires an understanding of the editing theme codes.&#x20;

You can follow the below step to integrate the calendar snippet on the cart page in your theme.

{% hint style="info" %}
The integration process differs according to the theme structures.
{% endhint %}

**Step 1:** Copy the Snippet code below or you can also find the same code in the installation instructions page of the app.

```
<div class="spicegemsodd" id="spicegemsoddappID"></div>
```

**Step 2:** Go to **Online Store –> Themes –> Actions –> Edit Code**

**Step 3:** Find the cart.liquid file in your theme. In some cases you need to check for cart-template.liquid

**Step 4**: Find the **\<form>** tag and **\</form>** tag

**Step 5**: Paste the code above \</form> tag and click on Save!

Bingo! You can now find the calendar displayed on the cart page of your store.

{% hint style="info" %}

1. If you don’t paste snippet in cart.liquid file, the app will not be able to display the calendar in the checkout page. The snippet must be installed in the cart.liquid file to display the calendar.
2. If you want to set the calendar in a specific position on the cart page, then you can paste the snippet accordingly where you want to display the calendar on the cart page.
   {% endhint %}

**Here is a quick video tutorial about it.**

{% embed url="<https://vimeo.com/377293998>" %}

{% hint style="info" %}
Need Installation assistance? Feel free to email us at – **<help@spicegems.com>**
{% endhint %}


---

# 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://help.spicegems.com/order-delivery-date/installation/manual-installation.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.
