# Other considerations

To upgrade to a new version of the DrPay module, replace the `DrPay` folder in your directory with the updated version, and execute the upgrade. Following the upgrade command, flush the Magento cache. No other action is required and configurations will remain in place.

To add the Digital River legal footer links on the payments and review page, create a new block by navigating to **Content**, then **Blocks**, and then **Add New Block**. Name the block `PrivacyBlock` and include the following content. (This is the legal default requirement for US sales. For EU and/or global stores, links may vary.)

```
<p style="text-align: center;">
  <a href="https://store.digitalriver.com/DRHM/store?Action=DisplayDRAboutDigitalRiverPage&amp;SiteID=defaults&amp;Locale=en_US&amp;ThemeID=22100&amp;Env=BASE&amp;eCommerceProvider=Digital%20River,%20Inc.">Digital River Inc.</a> is the authorized reseller and merchant of the products and services offered within this store.</p>
<p style="text-align: center;">
  <a href="https://store.digitalriver.com/DRHM/store?Action=DisplayDRTermsAndConditionsPage&amp;SiteID=defaults&amp;Locale=en_US&amp;ThemeID=22100&amp;Env=BASE&amp;eCommerceProvider=Digital%20River,%20Inc.">Terms of Sale</a>  <a href="https://store.digitalriver.com/DRHM/store?Action=DisplayDRPrivacyPolicyPage&amp;SiteID=defaults&amp;Locale=en_US&amp;ThemeID=22100&amp;Env=BASE&amp;eCommerceProvider=Digital%20River,%20Inc.">Privacy Policy</a>  <a href="https://store.digitalriver.com/DRHM/store?Action=DisplayDRPrivacyPolicyPage&amp;SiteID=defaults&amp;Locale=en_US&amp;ThemeID=22100&amp;Env=BASE&amp;eCommerceProvider=Digital%20River,%20Inc.#collection_of_information">Cookies</a>  <a href="https://store.digitalriver.com/store/defaults/en_US/DisplayCCPAPage">Your California Privacy Rights</a>
</p>
```

The following block will appear above the Magento footer at the bottom of the content container in the `checkout_index_index.xml` layout. &#x20;

<div align="left"><img src="/files/-MP6TtpnAkVfoEGnSkxp" alt=""></div>

On the final order review page add the following text should also along with a checkbox to explicitly accept the Digital River Terms of Sale and Privacy Policy prior to checkout:

*“By checking this box, I confirm that I have read and agree to the Digital River Inc. Terms of Sale and Privacy Policy.”*


---

# 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.digitalriver.com/adobe-commerce-extension/1.0.0/operation-work-and-process-flows/other-considerations.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.
