Marktplatz - Eine große Auswahl an neuen und hilfreichen Modulen sowie modernen Templates für die modified eCommerce Shopsoftware
Neuigkeiten
  • Die modified eCommerce Shopsoftware ist kostenlos, aber nicht umsonst.
    Spenden
  • Damit wir die modified eCommerce Shopsoftware auch zukünftig kostenlos anbieten können:
    Spenden
  • Thema: Download link

    jey

    • Frisch an Board
    • Beiträge: 92
    • Geschlecht:
    Download link
    am: 23. Februar 2016, 15:04:20
    We are provided downloadable products in our website.

    By default downloads link will be displayed payment success page, but we would like to provide the download links through order confirmation email. how we can do this?

    Linkback: https://www.modified-shop.org/forum/index.php?topic=34425.0

    Bonsai

    • Viel Schreiber
    • Beiträge: 4.127
    • Geschlecht:
    Re: Download link
    Antwort #1 am: 23. Februar 2016, 15:16:26
    I have no experience with downloads, but if you find the code that creates the link, you could duplicate it to the
    /send_order.php

    There you assign it to a smarty variable:
    Code: PHP  [Auswählen]
    $smarty->assign('DOWNLOAD_LINK', $variable_with_the_link);

    And now you can use the {$DOWNLOAD_LINK} in your email.

    I guess you will need it a bit more complex. It should be in an array, for the case of multiple downloads.

    Probably this line is the key:
    Code: PHP  [Auswählen]
      $smarty->assign('order_data', $order->getOrderData($insert_id)); //ACHTUNG für Bestellbestätigung  aus Admin Funktion in admin/includes/classes/order.php

    I guess you might have the data already in the class order ..... so the function getOrderData would be your friend ;-)

    WayneTsun

    • Fördermitglied
    • Beiträge: 1.082
    • Geschlecht:
    Re: Download link
    Antwort #2 am: 23. Februar 2016, 15:55:45
    btw... are you sure to use the actual modified-shop.org software? The meta-name generator says: xtc ...

    (could not insert your code because this forum automatically changes to"modified-shop.org")

    greetings,
    Wayne
    Modulshop - Eine große Auswahl an neuen und hilfreichen Modulen für die modified eCommerce Shopsoftware
    0 Antworten
    2009 Aufrufe
    08. Januar 2013, 11:16:59 von BRS
    2 Antworten
    3874 Aufrufe
    08. März 2012, 13:15:09 von jey
    3 Antworten
    2606 Aufrufe
    27. Oktober 2010, 14:14:02 von Toby84
    16 Antworten
    13857 Aufrufe
    07. Juli 2011, 14:14:52 von Tomcraft
               
    anything