> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aftersell.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Upcart Upsells Not Showing on Translated Store Versions

> This article helps troubleshoot missing upsells on translated stores or different subdomains.

# Overview

In order to display Upcart's upsells, we have to fetch the products using Shopify's Product API. However, according to Shopify's [specifications](https://shopify.dev/docs/api/ajax/reference/product), we have to use a reference to the product handle that is contained in the product page URL.

For example, we can use their API to fetch a product that is located in the `products/red-rain-coat` section of the store.

<img src="https://mintcdn.com/aftersell/-dxnKm0Mro2whB9j/images/upcart/9d56d0f7a607.png?fit=max&auto=format&n=-dxnKm0Mro2whB9j&q=85&s=520948258bcf46a542813e2bb491889c" alt="Image" width="1708" height="790" data-path="images/upcart/9d56d0f7a607.png" />

Unfortunately, this creates conflicts if you are using a store theme or third party translation application that also translates the product handles in the page URLs. This means that whenever we try to fetch the products using Shopify's Product API, Shopify is looking for a particular product handle (in one language) that does not exist when the product gets translated.

Here is a real store example where trying to fetch Spanish product handles return an error from Shopify because the product handles on their system are stored in English:

<img src="https://mintcdn.com/aftersell/44S6gABa85nCHEE3/images/upcart/183b845f8d13.png?fit=max&auto=format&n=44S6gABa85nCHEE3&q=85&s=22ada1cc51e3b52031ef993514b6fe73" alt="Image" width="2082" height="508" data-path="images/upcart/183b845f8d13.png" />

In order to fix this, we suggest keeping the product handles in the product page URLs the same no matter what the language is set to on the store.

***

## Need Help?

As always, we are here to help. If you need further clarification or assistance with other features in Upcart, please do not hesitate to contact us.
