# Improving the Cart & Checkout Experience

{% hint style="warning" %}
This page is a work in progress and parts of it will be incomplete.
{% endhint %}

The following are some improvements we recommend for certain types of rental businesses, utilising custom code, or in some cases a 3rd party Shopify App.

* [Preventing Quantity Updates on your Cart page](/user-guide/other/improving-the-cart-and-checkout-experience/preventing-quantity-updates-on-your-cart-page.md)
* [Improving Phone Number Capture Rate for Pick-up Orders](/user-guide/other/improving-the-cart-and-checkout-experience/improving-phone-number-capture-rate-for-pick-up-orders.md)
* [Blocking or Hiding Shipping/Pick-up options based on the option selected on the Product page, in the Rental Widget](/user-guide/other/improving-the-cart-and-checkout-experience/blocking-checkout-shipping-pick-up-options-based-on-the-option-selected-on-the-product-page.md)
* Letting Customers Know About the Cart Timer (coming soon)
* Charging more for Postage when a customer has added items to their Cart with completely different rental dates (coming soon)
* [Including Rental Dates in your Shopify Order Confirmation Emails](/user-guide/other/improving-the-cart-and-checkout-experience/including-rental-dates-in-your-shopify-order-confirmation-emails.md)
* [Updating the price on the default Shopify Price theme block above the PRP Rental Widget, when a different variant is selected](/user-guide/other/improving-the-cart-and-checkout-experience/updating-the-price-on-the-default-shopify-price-theme-block-when-the-variant-is-changed.md)


---

# 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.productrentalspro.com/user-guide/other/improving-the-cart-and-checkout-experience.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.
