-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit c78c8e4
Showing
139 changed files
with
12,418 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
4.0.1.0 | ||
- Anpassung auf Installation via Composer (Metadata Version 2.0) | ||
- Umstellung der Dokumentation | ||
|
||
4.0.0.1 | ||
- Typo im Sprachbaustein | ||
- Fehlerhafer Prüfung der Zeitsteuerung an den Rabatten | ||
- Bug im Zusammenhang mit weiteren Gutscheinen | ||
|
||
4.0.0.0 | ||
- flow-theme Unterstützung | ||
- Migration auf Oxid eShop 6.0.0 | ||
- Support für 4.10.x/5.3.x eingestellt | ||
|
||
3.1.0.2 | ||
- #6830 unpassend konfigurierte Rabatte | ||
|
||
3.1.0.1 | ||
- #5969 Artikelgutschein-Rabatte bei deaktiviertem ModCfg-Eintrag kostenlos für alle Kunden | ||
|
||
3.1.0.0 | ||
- #5770: unnötige Ladevorgänge beim Überarbeiten des Warenkorbs entfernt | ||
- add: Modulresourcen werden nur geladen, wenn Modul auch aktiv ist | ||
- fix: Installation angepasst, um mögliche Endlosschleifen zu vermeiden | ||
|
||
3.0.3.0 | ||
- fix: explizite Prüfung auf "nur Artikelgutscheine im Warenkorb" | ||
- drop: Support für 4.7.x / 5.0.x | ||
- fix: Korrektur der Mehrwertsteuerberechnung in Verbindung mit Artikelgutscheinen | ||
|
||
3.0.2.1 | ||
- add: Kontrolle auf Gültigkeit, vor dem hinzugefügen zum Warenkorb | ||
- add: Warenkorbaktualisierung und Meldung ausgeben, | ||
falls nach dem Anmelden eines Benutzers (im Login-Popup) ungültige Gutscheine vorhanden sind | ||
- freigegeben bis PHP 5.6 | ||
|
||
3.0.2.0 | ||
- Gutscheinartikel können optional als "nicht separat kaufbar" markiert werden | ||
|
||
3.0.1.1 | ||
- fix: Gutscheinserienartikel wird dem Warenkorb hinzugefügt obwohl der Gutschein nicht gültig ist | ||
|
||
3.0.1.0 | ||
- mehrfache Verwendung von Artikelgutscheinen (sofern erlaubt) legt Artikel auch mehrfach in den Warenkorb | ||
|
||
3.0.0.3 | ||
- fehlende Sprachdateien und Templates nachgetragen | ||
|
||
3.0.0.2 | ||
- Update der Systemprüfung (d3precheck.php) | ||
|
||
3.0.0.1 | ||
- Test auf 4.8 / 5.1 | ||
- kleine Anpassung der Sprachbausteine | ||
|
||
3.0.0.0 | ||
- Portierung auf 4.7 / 5.0 | ||
- Integration der automatischen Installation | ||
- Sprache Englisch hinzugefügt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"name": "d3/articlevoucher", | ||
"description": "Add a printorder function.", | ||
"type": "oxideshop-module", | ||
"keywords": [ | ||
"oxid", | ||
"modules", | ||
"eShop", | ||
"d3", | ||
"articlevoucher" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "D3 Data Development (Inh. Thomas Dartsch)", | ||
"email": "[email protected]", | ||
"homepage": "http://www.d3data.com", | ||
"role": "Owner" | ||
} | ||
], | ||
"support": { | ||
"email": "[email protected]" | ||
}, | ||
"homepage": "https://www.oxidmodule.com/", | ||
"license": [ | ||
"proprietary" | ||
], | ||
"suggest": { | ||
}, | ||
"extra": { | ||
"oxideshop": { | ||
"source-directory": "/src", | ||
"target-directory": "d3/articlevoucher" | ||
} | ||
}, | ||
"require": { | ||
"php": "5.6 - 7.0", "ext-ionCube-Loader": "*", | ||
"oxid-esales/oxideshop-metapackage-ce": "~6.0.3 || ~6.1.0", | ||
"d3/modcfg": ">=5.1.0.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"D3\\Articlevoucher\\": "../../../source/modules/d3/articlevoucher" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,185 @@ | ||
<!DOCTYPE html> | ||
<html class="no-js" lang="de"> | ||
<head> | ||
<title>Changelog - Artikelgutscheine</title> | ||
<meta name="description" content=""> | ||
<meta name="author" content="D³ Data Development"> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
|
||
<link rel="icon" href="../themes/d3/img/favicon.png" type="image/x-icon"> | ||
|
||
<!-- Mobile --> | ||
<meta name="apple-mobile-web-app-capable" content="yes" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<!-- Font --> | ||
|
||
<!-- CSS --> | ||
<link href='../themes/d3/css/theme-blue.min.css' rel='stylesheet' type='text/css'><link href='../themes/d3/css/d3.css' rel='stylesheet' type='text/css'> | ||
<!-- Tipue Search --> | ||
<link href="../tipuesearch/tipuesearch.css" rel="stylesheet"> | ||
|
||
<!--[if lt IE 9]> | ||
<script src="../themes/d3/js/html5shiv-3.7.3.min.js"></script> | ||
<![endif]--> | ||
</head> | ||
<body class=" "> | ||
<div class="Columns content"> | ||
<aside class="Columns__left Collapsible"> | ||
<button type="button" class="Button Collapsible__trigger"> | ||
<span class="Collapsible__trigger__bar"></span> | ||
<span class="Collapsible__trigger__bar"></span> | ||
<span class="Collapsible__trigger__bar"></span> | ||
</button> | ||
|
||
<a class="Brand" href="../index.html"><i class='fab fa-d3 d3fa-color-blue'></i> Artikelgutscheine</a> | ||
|
||
<div class="Search"> | ||
<svg class="Search__icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 451 451"> | ||
<path d="M447.05 428l-109.6-109.6c29.4-33.8 47.2-77.9 47.2-126.1C384.65 86.2 298.35 0 192.35 0 86.25 0 .05 86.3.05 192.3s86.3 192.3 192.3 192.3c48.2 0 92.3-17.8 126.1-47.2L428.05 447c2.6 2.6 6.1 4 9.5 4s6.9-1.3 9.5-4c5.2-5.2 5.2-13.8 0-19zM26.95 192.3c0-91.2 74.2-165.3 165.3-165.3 91.2 0 165.3 74.2 165.3 165.3s-74.1 165.4-165.3 165.4c-91.1 0-165.3-74.2-165.3-165.4z"/> | ||
</svg> | ||
<input type="search" id="tipue_search_input" class="Search__field" placeholder="Suchen..." autocomplete="on" | ||
results=25 autosave=text_search> | ||
</div> | ||
|
||
<div class="Collapsible__content"> | ||
<!-- Navigation --> | ||
<ul class='Nav'><li class='Nav__item Nav__item--active'><a href="../changelog/Changelog.html">Changelog</a></li></ul> | ||
|
||
|
||
|
||
<div class="Links"> | ||
<hr/> | ||
<a href="https://www.oxidmodule.com" target="_blank">Shop</a> | ||
<br /> | ||
<a href="https://blog.oxidmodule.com" target="_blank">Blog</a> | ||
<br /> | ||
<a href="https://faq.oxidmodule.com" target="_blank">FAQ</a> | ||
<br /> | ||
<a href="https://support.shopmodule.com/" target="_blank">D³ Support-Center</a> | ||
<br /> | ||
<a href="https://www.oxidmodule.com/kontakt" target="_blank">Kontakt</a> | ||
<br /> | ||
<a href="https://www.oxidmodule.com/impressum" target="_blank">Impressum</a> | ||
<br /> | ||
</div> | ||
|
||
|
||
|
||
</div> | ||
</aside> | ||
<div class="Columns__right Columns__right--full"> | ||
<div class="Columns__right__content"> | ||
<div class="doc_content"> | ||
<article class="Page"> | ||
|
||
<div class="Page__header"> | ||
<h1><a href="../changelog/Changelog.html">Changelog</a></h1> | ||
<span class="ModifiedDate"> | ||
28.11.2018 </span> | ||
</div> | ||
|
||
<div class="s-content"> | ||
<p>##4.0.1.0</p> | ||
<ul> | ||
<li>Anpassung auf Installation via Composer (Metadata Version 2.0)</li> | ||
<li>Umstellung der Dokumentation</li> | ||
</ul> | ||
<p>##4.0.0.1</p> | ||
<ul> | ||
<li>Typo im Sprachbaustein</li> | ||
<li>Fehlerhafer Prüfung der Zeitsteuerung an den Rabatten</li> | ||
<li>Bug im Zusammenhang mit weiteren Gutscheinen</li> | ||
</ul> | ||
<p>##4.0.0.0</p> | ||
<ul> | ||
<li>flow-theme Unterstützung</li> | ||
<li>Migration auf Oxid eShop 6.0.0</li> | ||
<li>Support für 4.10.x/5.3.x eingestellt</li> | ||
</ul> | ||
<p>##3.1.1.3</p> | ||
<ul> | ||
<li>Bereitstellung für ionCube</li> | ||
<li>Verarbeitung von inkonsistenten Daten an Bestellungen (fehlende Zahlungsart/Versandart/Artikelzugriffe)</li> | ||
</ul> | ||
<p>##3.1.1.2</p> | ||
<ul> | ||
<li>Apache 2.4 - Groß-Kleinschreibung korrigiert</li> | ||
</ul> | ||
<p>##3.1.1.1</p> | ||
<ul> | ||
<li>Unterstützung für Apache 2.4 (ohne Kompatibilitätsmodus) hergestellt</li> | ||
</ul> | ||
<p>##3.1.1.0</p> | ||
<ul> | ||
<li>add: Oxid-Flow Themeunterstützung</li> | ||
<li>Support für 4.7.x / 5.0.x eingestellt</li> | ||
</ul> | ||
<p>##3.1.0.0</p> | ||
<ul> | ||
<li>offiziell Verfügbar bis PHP 5.6</li> | ||
<li>Integration des Mobile-Themes</li> | ||
<li>moduleigene Sprachdateien optimiert sowie quelloffen dem Modul beigelegt</li> | ||
<li>kleinere Performanceoptimierungen</li> | ||
<li>Update der Installationsanleitung und Vorabprüfung (d3precheck)</li> | ||
<li>fix: Aktivprüfung innerhalb der Modulblöcke überarbeitet</li> | ||
<li>fix: beim abrufen älterer Bestellbestätigungen standen Selectlisten nicht zur Verfügung</li> | ||
<li>add: Einstellung für eine individuelle Pfadangabe</li> | ||
</ul> | ||
<p>##3.0.0.0</p> | ||
<ul> | ||
<li>Bestellbestätigungsmails können nachträglich generiert werden</li> | ||
<li>Umstrukturierung von Moduldateien</li> | ||
<li>Benamung des Modulverzeichnisses an die Id des Modules angepasst</li> | ||
<li>Umstellung der automatischen Installation auf Modul-Connector basierende Methoden</li> | ||
<li>Templates für 5.2.x / 4.9.x hinzugefügt</li> | ||
<li>Update precheck</li> | ||
</ul> | ||
<p>##2.0.0.1</p> | ||
<ul> | ||
<li>Templates für EE 5.0.x und 5.1.x</li> | ||
<li>Templates für PE 4.8.x</li> | ||
<li>Kompatibilität mit PHP 5.4 hergestellt</li> | ||
</ul> | ||
<p>##2.0.0.0</p> | ||
<ul> | ||
<li>für OXID 4.7 angepasst</li> | ||
<li>integration der automatischen installation</li> | ||
</ul> | ||
<p>##1.1.1.0</p> | ||
<ul> | ||
<li>metadata.php + picture added</li> | ||
<li>ab Version 4.6.0 neuer ordner out'themeName'\tpl\custom</li> | ||
<li>Ordnerstruktur für Datei 'email_order_cust_print.tpl' angepasst</li> | ||
</ul> | ||
</div> | ||
|
||
<nav> | ||
<ul class="Pager"> | ||
<li class=Pager--prev><a href="../index.html">Zurück</a></li> <li class=Pager--next><a href="../installation/index.html">Weiter</a></li> </ul> | ||
</nav> | ||
</article> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<!-- JS --> | ||
<script src="../themes/d3/js/jquery-1.11.3.min.js"></script><script src="../themes/d3/js/highlight.pack.js"></script><script src="../themes/d3/js/daux.js"></script><script src="../themes/d3/js/fontawesome-all.js"></script> | ||
<!-- Tipue Search --> | ||
<script type="text/javascript" src="../tipuesearch/tipuesearch.js"></script> | ||
|
||
<script> | ||
window.onunload = function(){}; // force $(document).ready to be called on back/forward navigation in firefox | ||
$(function() { | ||
tipuesearch({ | ||
'base_url': '../' | ||
}); | ||
}); | ||
</script> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
<!DOCTYPE html> | ||
<html class="no-js" lang="de"> | ||
<head> | ||
<title> Artikelgutscheine </title> | ||
<meta name="description" content=""> | ||
<meta name="author" content="D³ Data Development"> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
|
||
<link rel="icon" href="themes/d3/img/favicon.png" type="image/x-icon"> | ||
|
||
<!-- Mobile --> | ||
<meta name="apple-mobile-web-app-capable" content="yes" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<!-- Font --> | ||
|
||
<!-- CSS --> | ||
<link href='themes/d3/css/theme-blue.min.css' rel='stylesheet' type='text/css'><link href='themes/d3/css/d3.css' rel='stylesheet' type='text/css'> | ||
<!-- Tipue Search --> | ||
<link href="tipuesearch/tipuesearch.css" rel="stylesheet"> | ||
|
||
<!--[if lt IE 9]> | ||
<script src="themes/d3/js/html5shiv-3.7.3.min.js"></script> | ||
<![endif]--> | ||
</head> | ||
<body class=" homepage"> | ||
|
||
|
||
<div class="Navbar NoPrint"> | ||
<div class="Container"> | ||
<a class="Brand" href="index.html">D³ Data Development</a> | ||
|
||
<div class="Search"> | ||
<svg class="Search__icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 451 451"> | ||
<path d="M447.05 428l-109.6-109.6c29.4-33.8 47.2-77.9 47.2-126.1C384.65 86.2 298.35 0 192.35 0 86.25 0 .05 86.3.05 192.3s86.3 192.3 192.3 192.3c48.2 0 92.3-17.8 126.1-47.2L428.05 447c2.6 2.6 6.1 4 9.5 4s6.9-1.3 9.5-4c5.2-5.2 5.2-13.8 0-19zM26.95 192.3c0-91.2 74.2-165.3 165.3-165.3 91.2 0 165.3 74.2 165.3 165.3s-74.1 165.4-165.3 165.4c-91.1 0-165.3-74.2-165.3-165.4z"/> | ||
</svg> | ||
<input type="search" id="tipue_search_input" class="Search__field" placeholder="Suchen..." autocomplete="on" | ||
results=25 autosave=text_search> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="Homepage"> | ||
<div class="HomepageTitle Container"> | ||
<div class="title"> | ||
<h2><i class='fab fa-d3 d3fa-color-blue'></i> Artikelgutscheine</h2> <div>für den Oxid eShop</div> </div> | ||
|
||
|
||
<div class="details"> | ||
<div>Autor: D³ Data Development</div> <div>Stand: 23.11.2018</div> <div>Version: 4.0.1.0</div> | ||
|
||
<div>Bearbeiter: SK/MG</div> </div> | ||
</div> | ||
|
||
<div class="HomepageButtons"> | ||
<div class="Container"> | ||
<a href="installation/index.html" class="Button Button--primary Button--hero">Installation</a><a href="manual/Handbuch.html" class="Button Button--primary Button--hero">Handbuch</a><a href="changelog/Changelog.html" class="Button Button--primary Button--hero">Changelog</a><a href="support/Hilfe-und-Support.html" class="Button Button--primary Button--hero">Support</a> </div> | ||
</div> | ||
</div> | ||
|
||
<div class="HomepageContent"> | ||
<div class="Container"> | ||
<div class="Container--inner"> | ||
<div class="doc_content s-content"> | ||
<p>Weitere Informationen zum Modul <strong><i class='fab fa-d3 d3fa-color-blue'></i> Artikelgutscheine</strong> finden Sie in unserem Shop: | ||
<a href="https://www.oxidmodule.com/OXID-eShop/Module/Artikelgutschein-fuer-Oxid-PE.html" class="Link--external">https://www.oxidmodule.com/OXID-eShop/Module/Artikelgutschein-fuer-Oxid-PE.html</a></p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="HomepageFooter"> | ||
<div class="Container"> | ||
<div class="Container--inner"> | ||
<ul class="HomepageFooter__links"> | ||
<li><a href="https://www.oxidmodule.com" target="_blank">Shop</a></li><li><a href="https://blog.oxidmodule.com" target="_blank">Blog</a></li><li><a href="https://faq.oxidmodule.com" target="_blank">FAQ</a></li><li><a href="https://support.shopmodule.com/" target="_blank">D³ Support-Center</a></li><li><a href="https://www.oxidmodule.com/kontakt" target="_blank">Kontakt</a></li><li><a href="https://www.oxidmodule.com/impressum" target="_blank">Impressum</a></li> </ul> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
<!-- JS --> | ||
<script src="themes/d3/js/jquery-1.11.3.min.js"></script><script src="themes/d3/js/highlight.pack.js"></script><script src="themes/d3/js/daux.js"></script><script src="themes/d3/js/fontawesome-all.js"></script> | ||
<!-- Tipue Search --> | ||
<script type="text/javascript" src="tipuesearch/tipuesearch.js"></script> | ||
|
||
<script> | ||
window.onunload = function(){}; // force $(document).ready to be called on back/forward navigation in firefox | ||
$(function() { | ||
tipuesearch({ | ||
'base_url': '' | ||
}); | ||
}); | ||
</script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.