https://github.com/oveleon/isotope-product-licenses
Delivers license(s) of a complete order or a single product based on insert tags.
https://github.com/oveleon/isotope-product-licenses
contao contao-bundle isotope license
Last synced: 22 days ago
JSON representation
Delivers license(s) of a complete order or a single product based on insert tags.
- Host: GitHub
- URL: https://github.com/oveleon/isotope-product-licenses
- Owner: oveleon
- License: mit
- Created: 2020-04-23T07:41:29.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T09:59:46.000Z (about 1 year ago)
- Last Synced: 2024-12-14T03:36:56.871Z (5 months ago)
- Topics: contao, contao-bundle, isotope, license
- Language: PHP
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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-QRSTWhen 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}}`).