Categories

Guías de Uso (19)

Personalización (8)

Acerca de Funciones Adicionales (9)

Suscripciones (3)

Preguntas frecuentes (19)

Why am I seeing a "Rate Limit Exceeded" message when downloading files? ¿Existe una opción para permitir descargas para dispositivos Android? Mis clientes ven una página 404 cuando intentan acceder a su página de descarga. ¿Qué puedo hacer? ¿Cómo agrego información DNS a Sky Pilot? La posición de estampado de mi PDF no se ve del todo bien. ¿Qué puedo hacer? La descripción de mi página de descarga no sigue los estándares HTML. ¿Qué debo hacer? Microsoft Edge está bloqueando las descargas de Sky Pilot para mis clientes y las marca como inseguras. ¿Qué puedo hacer? Mis descargas no funcionan y aparece el mensaje "No se puede acceder a este sitio". ¿Qué debo hacer? ¿Puedo cargar archivos adjuntos de forma masiva a mis productos en Sky Pilot? ¿Puedo ordenar los archivos en la biblioteca de mi cliente por fecha de creación del pedido? ¿El límite de descarga se ve afectado por la reproducción de audio/vídeos? ¿Algún país donde Vimeo esté prohibido? Si mis clientes crean una cuenta para mi sitio web después de haber descargado previamente los archivos comprados por correo electrónico, ¿aún podrán ver esos archivos? ¿Existe un límite en la cantidad de archivos que se pueden agregar a los productos? ¿Es posible añadir el cargo adicional al precio base del producto si le añadimos contenido digital? ¿Cómo reciben los clientes el archivo cuando compran mi producto? ¿Es solo un enlace de descarga o se entrega en un formato específico? ¿Hay alguna aplicación que entre en conflicto con Sky Pilot? ¿Qué significa acceso pendiente en la sección “Pedido”? ¿Dónde veo la foto, el vídeo o el archivo agregado cuando lo agregué a un producto específico?

Sending download links in Shopify order confirmation

You can include download links directly in your standard Shopify order confirmation emails, as an alternative to using Sky Pilot’s built-in email delivery system. To set this up, follow the steps below:

1. Disable Sky Pilot emails

a) Go to Email settings

b) Uncheck "Notify Customers of digital content via email" and click Save

c) Next, go to the Integrations section in Sky Pilot, enable the Product Tags option, and click ''Start tagging''. This will tag all products with associated files, allowing Sky Pilot to detect when an order contains a digital item and include a link for customers to access their digital downloads.



2. Add download link to Shopify order confirmation

a) In your Shopify settings, head over to Notifications > Order confirmation> and click on Edit Code

b) Insert the following snippet into your order confirmation email template:

{% assign with_digital_files = false %}

 {% for line_item in line_items %}

  {% assign variant = line_item.variant %}

  {% assign product = variant.product %}

  {% assign variant_tag = "variant-<variant-id>-has-digital-downloads" | replace: "<variant-id>", variant.id %}

  {% if product.tags contains variant_tag %}

    {% assign with_digital_files = true %}

  {% endif %}

{% endfor %}

 {% if with_digital_files %}

<a href="https://{{shop.domain}}/apps/downloads/customers/{{ order.customer.id }}/orders/{{ order.id }}/shopify_show" class="btn">

    Download My Purchases

  </a>

{% endif %}

Note: We recommend placing it around line 190, just below the "Visit our store" button in the template.


When added in that spot, the button will appear as follows:



c) Click 'Save'

All set! From now on, whenever a Shopify Order Confirmation email is sent and the order includes a product with files, customers will see the download button in the email template and can click it to access their files on the download page.

Contact Our Support Team

If there are still issues that aren’t resolved - or you didn’t find what you are looking for, contact our support

Contact Our Support