# Manual installation in 2.0 Theme

This process is for Shopify 2.0 themes.

**Step 1:** Copy the below-shared snippet code:-

(same code is available on the installation instructions page in the app)

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

**Step 2:** Go to the **Online store** –> **Themes**>**Shopify Admin**.

**Step 3:** Select **Actions** (Current theme) and click **“Edit code”.**

**Step 4:** Find **main-cart-items.liquid** in the **Sections** folde&#x72;**.** It may differ depending on the theme’s structur&#x65;**.**

**Step 5**: Find the  **\</form>** tag in the file. Paste the snippet above **\</form>** tag and save the changes.

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

{% hint style="info" %}
***Please note that the calendar will only work when it is placed inside the form.***
{% endhint %}

The calendar is now visible on the cart page.


---

# 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-in-2.0-theme.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.
