Skip to content

Delivers license(s) of a complete order or a single product based on insert tags.

License

Notifications You must be signed in to change notification settings

oveleon/isotope-product-licenses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

isotope-product-licenses

This extension complements a license key management and its assignment to products which can then be picked up (via insert tags) and sent via the Notification Center.

If a member is logged in, this member will automatically be assigned the license key.

When using "license_collection", it is also checked whether the member can be determined from the order record, so that licenses can be sent later and the member can be assigned to it. Furthermore, the order ID is stored in the license.

The following insert tags are available:

  • {{license_collection::*}}
  • {{license_product::*}}

* = Id of collection / product

Module:

With the module Ordered-Licenses the booked licenses can be displayed in the order confirmation.

To determine the current order and its licenses, the GET parameter "uid" must be in the URL. This is the case on the order confirmation page, for example. It would look something like this: "complete.html?uid=550af3fe73763"

Example content of the e-mail:

Here are your ordered licenses 🎉
{{license_collection::##order_id##}}

Result:

Here are your ordered licenses 🎉
Produkt 1: ABCD-EFGH-IJKL-QRST-MNOP
Produkt 2: EFGH-ABCD-MNOP-QRST-IJKL
Produkt 3: IJKL-ABCD-EFGH-MNOP-QRST

When using an insert tag, the licenses are delivered via the "iso_licenses_default" template by default. If a third parameter is specified, an own template can be used. (For example {{license_collection::*::iso_licenses_mail}}).

About

Delivers license(s) of a complete order or a single product based on insert tags.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages