Guía de integración

Traducir el sitio web de Adobe Commerce (Magento) con IA

1. Crea una cuenta

Para comenzar, por favor sigue los pasos a continuación:

  • Sign up at app.globalseo.ai.
  • Cree un proyecto y seleccione los idiomas a los que desea traducir su sitio web.
  • Click: "Guardar e integrar"
  • Now you should see a popup that will show you two HTML code snippets. Follow the steps below to integrate the code into your website.

Cómo agregar el script HTML a tu sitio web:

1. Access Your Magento Admin Panel

  • Log in to your Magento admin panel using your administrator credentials.

2. Navigate to Content Configuration

  • From the admin sidebar, go to Content.
  • Under Design, click on Configuration.

3. Select the Theme to Edit

  • You will see a list of your store views and their corresponding themes.
  • Find the store view you want to edit (usually the Default Store View) and click on Edit under the Action column.

4. Edit the HTML Head

  • In the Edit Theme page, scroll down to the Other Settings section.
  • Click on the HTML Head tab to expand it.

5. Add HTML Code Snippet

  • In the Scripts and Style Sheets field, you can add your HTML code snippet.
  • This field allows you to add any HTML, JavaScript, or CSS that you want to include in the head tag of your pages.

6. Save the Configuration

  • After adding your code snippet, click the Save Configuration button located at the top right of the page.

7. Flush Cache

  • To ensure your changes take effect, you need to flush the cache.
  • Go to System from the admin sidebar.
  • Under Tools, click on Cache Management.
  • Select all cache types by clicking on the checkbox at the top of the list.
  • Click Flush Magento Cache.


Error: "Refused to load the script 'https://unpkg.com/weploy-translate/dist/weploy-translate.js' because it violates the following Content Security Policy directive: ."

1. Create or Edit the CSP Whitelist Configuration File

  • Navigate to your Magento installation directory.
  • If it doesn't exist already, create a new file in the following path: app/code/[Vendor]/[Module]/etc/csp_whitelist.xml. Replace [Vendor] and [Module] with your specific vendor and module names, e.g., Custom/Module.

2. Edit the csp_whitelist.xml File

  • Add the following XML content to the file, ensuring that the necessary hosts are included in the script-src and connect-src policies:
"1.0" encoding="UTF-8"?>
<csp_whitelist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Csp:etc/csp_whitelist.xsd">
    <policies>
        <policy id="script-src">
            <values>
                <value id="globalseo" type="host">cdn.globalseo.aivalue>
                <value id="globalseoapi" type="host">api.globalseo.aivalue>
                <value id="unpkg" type="host">unpkg.comvalue>
            values>
        policy>
        <policy id="connect-src">
            <values>
                <value id="globalseo" type="host">cdn.globalseo.aivalue>
                <value id="globalseoapi" type="host">api.globalseo.aivalue>
                <value id="unpkg" type="host">unpkg.comvalue>
            values>
        policy>
    policies>
csp_whitelist>

3. Enable the Module (if it is a new module)

  • If you created a new module for this, you need to enable it. Run the following commands from your Magento root directory:
php bin/magento module:enable [Vendor]_[Module]
php bin/magento setup:upgrade
php bin/magento setup:di:compile

Replace [Vendor] and [Module] with your specific names.

4. Flush the Cache

  • After making changes to the configuration, flush the cache to apply the changes:
php bin/magento cache:flush
Plus Icon
Integrar con
Adobe Commerce

Creado por

Adobe Inc.

Categoría

Comercio Electrónico

Vídeo

Ver video

Bienvenido al futuro de la localización de sitios web con IA

Start translating for your website in under 5 minutes. Sign up and get 2.000 translated words for free.

Comenzar