Skip to content

Commit e414c45

Browse files
committed
Version 1.0.0
0 parents  commit e414c45

File tree

532 files changed

+22708
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

532 files changed

+22708
-0
lines changed

CHANGELOG.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
1.0.0 [16.11.2020]
2+
3+
- Übertragung der Dateien zu Github
4+
- Vorbereitung für das MODUL: OIL.js Cookie Consent Management

LICENSE

Lines changed: 339 additions & 0 deletions
Large diffs are not rendered by default.

README.MD

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
# Bootstrap3 für Modified Shop 2.0 - freies responsive Template
2+
3+
Das Template basiert auf dem Bootstrap-Framework 3 und wurde zuletzt angepasst und getestet mit der **Modified Shopversion 2.0.5.1**.
4+
5+
![](images/screenshot_1.png)
6+
7+
## Eigenschaften:
8+
- responsive Template für PC, Tablet, Smartphone
9+
- unterstützt alle Neuerungen der Shopversion 2.0 (z.B. Komprimierung, Filter).
10+
- EU-Cookie-Hinweis - **jetzt mit Vorbereitung für das MODUL: OIL.js Cookie Consent Management (Anleitung im Anhang)**
11+
- Bilderslider auf der Startseite
12+
- Slider im Banner-Manager befüllbar
13+
- Cloud-Zoom-Vergrößerung in der Produktdetailansicht
14+
- verschiedene Themes können ausgewählt werden
15+
- zentrales Dropdownmenü für alle Artikel
16+
- bestimmte Kategorien können als Megamenü dargestellt werden
17+
- zwei responsive Menüs für schmale Bildschirme (Smartphone, Tablet) wählbar
18+
- Produktdetailansicht auf volle Breite einstellbar
19+
- keine Core-Änderungen nötig
20+
- in der Datei templates/bootstrap3/config/config.php können viele Einstellungen vorgenommen werden
21+
- umbenennen durch Änderung des Ordnernamens
22+
23+
## Installation
24+
25+
- Vor jeder Änderung sollte ein Backup gemacht werden!
26+
- Die Dateien aus dem Ordner **shoproot/** in den Shop kopieren.
27+
- Im Adminbereich **Konfiguration -> Mein Shop** das Template auswählen.
28+
29+
## Bilderslider
30+
31+
Damit man sehen kann wie man den Banner Manager befüllen kann, ist im Paket ein Ordner „sliderbeispiele“ enthalten.
32+
33+
- Die Dateien aus dem Ordner in den Shop kopieren (evtl. muss der Name des Admin-Ordners vorher angepasst werden).
34+
- Anschließend im Adminbereich unter **Module->System Module** das Modul **SLIDER-Beispiele für Template Bootstrap3** installieren.<br />
35+
Dadurch wird der Banner Manger mit Musterdaten (deutsch und englisch) für den Slider befüllt.
36+
37+
*Die Installationsdatei admin/includes/modules/system/aa_slider_installer_system.php löscht sich normalerweise automatisch.*
38+
39+
## Themeänderungen
40+
Sass- und Less-Dateien sind bei bootswatch.com zu finden - bitte bei "Tuned for ..." auf die Bootstrapversion 3.4.1 achten.
41+
Eine PDF-Anleitung befindet sich im Ordner "anleitung_less/".
42+
43+
<br /><br />
44+
45+
### Sollten Sie mit einem Problem nicht weiter kommen, finden sich bestimmt Helfer im Modified-Forum
46+
47+
### [Thema: TEMPLATE: Bootstrap3 für Shop 2.0 - freies responsive Template](https://www.modified-shop.org/forum/index.php?topic=37218.0)
48+
49+
<br /><br />
50+
51+
Viel Spaß!<br />
52+
Karl<br />
53+
54+
55+
## Anhang
56+
57+
### Einbau - MODUL: OIL.js Cookie Consent Management
58+
59+
Wer das neue Modul bereits nutzen will, der muss darauf achten, von hier
60+
61+
[Thema: MODUL: OIL.js Cookie Consent Management](https://www.modified-shop.org/forum/index.php?topic=41168.0)
62+
63+
immer die aktuellen Dateien zu nutzen.
64+
65+
- Dateien aus den Ordnern NEW_FILES und CHANGED_FILES in den Shop kopieren.
66+
- Im Adminbereich **Module -> System Module** das Modul **Cookie Consent** installieren.
67+
- Konfiguriert kann das Modul unter Menüpunkt **Konfiguration -> Cookie Consent** werden.
68+
- *Am Template müssen keine Veränderungen vorgenommen werden, alle nötigen Dateien sind im Templateordner enthalten.*
69+
70+
P.S.:
71+
- Bei einem Update der Dateien aus dem oberen Link sollte man vorsichtshalber immer **Module -> System Module** einmal aufrufen. Eventuell wird man aufgefordert das Modul einmal zu sichern (Backup), zu deinstallieren und wieder zu installieren.
72+
- Wer die CSS- und JS-Kompression eingeschaltet hatte, sollte den Inhalt folgender Dateien löschen. Dadurch werden diese Dateien beim nächsten Shopaufruf, mit dem verändertem Inhalt, neu geschrieben.
73+
- templates/bootstrap3/css/stylesheet.min.css
74+
- templates/bootstrap3/javascript/tpl_plugins.min.js

anleitung_less/anleitung.pdf

825 KB
Binary file not shown.

images/screenshot_1.png

160 KB
Loading

images/screenshot_2.png

96.3 KB
Loading

images/screenshot_3.png

40.9 KB
Loading

images/screenshot_4.png

86.4 KB
Loading

images/screenshot_5.png

91.3 KB
Loading

images/screenshot_6.png

116 KB
Loading
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
// Cookieconsent
3+
define('BS3_TEXT_COOKIECONSENT_MESSAGE_INFO', 'Our website uses cookies to make your browsing expirience better. By using our site you agree to our use of cookies.');
4+
define('BS3_TEXT_COOKIECONSENT_MESSAGE_TRACKING', 'In order to optimize our websites continuously and to be able to offer you a pleasant buying process, we would like to use cookies to analyze the page usage. As a visitor, you remain anonymous to us. We therefore ask you to agree to the cookie setting. You can revoke your consent at any time.');
5+
define('BS3_TEXT_COOKIECONSENT_DISSMISS', 'Got it!');
6+
define('BS3_TEXT_COOKIECONSENT_LINK', 'Learn more');
7+
define('BS3_TEXT_COOKIECONSENT_POLICY', 'Cookie Policy');
8+
define('BS3_TEXT_COOKIECONSENT_ALLOW', 'Accept');
9+
define('BS3_TEXT_COOKIECONSENT_DENY', 'Deny');
10+
?>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
// Cookieconsent
3+
define('BS3_TEXT_COOKIECONSENT_MESSAGE_INFO', 'Um Ihnen ein besseres Nutzererlebnis zu bieten, verwenden wir Cookies. Durch Nutzung der Website stimmen Sie der Verwendung von Cookies zu.');
4+
define('BS3_TEXT_COOKIECONSENT_MESSAGE_TRACKING', 'Um unsere Webseiten fortlaufend zu optimieren und Ihnen damit einen angenehmen Kaufprozess anbieten zu k&ouml;nnen, m&ouml;chten wir mit Hilfe von Cookies die Seitennutzung analysieren. Als Besucher bleiben Sie f&uuml;r uns anonym. Wir bitten Sie daher, in die Cookie-Setzung einzuwilligen. Ihre Einwilligung k&ouml;nnen Sie jederzeit widerrufen.');
5+
define('BS3_TEXT_COOKIECONSENT_DISSMISS', 'Verstanden!');
6+
define('BS3_TEXT_COOKIECONSENT_LINK', 'Mehr Erfahren');
7+
define('BS3_TEXT_COOKIECONSENT_POLICY', 'Cookie Einstellungen');
8+
define('BS3_TEXT_COOKIECONSENT_ALLOW', 'Akzeptieren');
9+
define('BS3_TEXT_COOKIECONSENT_DENY', 'Ablehnen');
10+
?>
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
<div style="width:700px;margin: 0px auto;">
2+
<table width="700" border="0" align="center" cellpadding="5" cellspacing="0">
3+
<tr>
4+
<td align="center" style="padding: 10px 0px;"><img src="{$logo_path}logo.gif" /></td>
5+
</tr>
6+
<tr>
7+
<td style="font-size:14px;text-transform:uppercase;padding:10px 5px;border-top: 1px dotted #999;border-bottom: 1px dotted #999;">
8+
<font face="Tahoma, Verdana, sans-serif">Status of your order has been changed</font>
9+
</td>
10+
</tr>
11+
<tr>
12+
<td>
13+
<br />
14+
<font size="2" face="Tahoma, Verdana, sans-serif"><b>{if $GENDER == $smarty.const.MALE}Dear Mr.{elseif $GENDER == $smarty.const.FEMALE}Dear Ms./Mrs.{else}Hello{/if} {$NAME},</b>
15+
<br /><br />
16+
The status of your order {if $ORDER_NR}No. {$ORDER_NR}{/if} {if $ORDER_DATE}from {$ORDER_DATE}{/if} has been changed.
17+
18+
{if $ORDER_LINK}
19+
<br /><br />
20+
Link to order: <a href="{$ORDER_LINK}">click here</a>
21+
{/if}
22+
23+
{if $NOTIFY_COMMENTS}
24+
<br /><br />
25+
Notes to your order:<br />
26+
{$NOTIFY_COMMENTS}
27+
{/if}
28+
29+
<br /><br />
30+
New status: <b>{$ORDER_STATUS}</b>
31+
32+
{if $PARCEL_COUNT > 0}
33+
<br /><br />
34+
Your shipment consists of {$PARCEL_COUNT} parcel(s).<br />
35+
You can inform yourself about the delivery status with a click on the following package number(s):<br />
36+
{foreach name=aussen item=tracking_data from=$PARCEL_ARRAY}
37+
<a target="_blank" href="{$tracking_data.tracking_link}">{$tracking_data.parcel_id}</a><br />
38+
{/foreach}
39+
{/if}
40+
41+
<br /><br />
42+
If you have any questions, please reply to this e-mail.
43+
44+
</font>
45+
</td>
46+
</tr>
47+
</table>
48+
49+
[SIGNATUR]
50+
</div>
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
{if $GENDER == $smarty.const.MALE}Dear Mr.{elseif $GENDER == $smarty.const.FEMALE}Dear Ms./Mrs.{else}Hello{/if} {$NAME},
3+
4+
The status of your order {if $ORDER_NR}No. {$ORDER_NR}{/if} {if $ORDER_DATE}from {$ORDER_DATE}{/if} has been changed.
5+
6+
{if $ORDER_LINK}Link to order:
7+
{$ORDER_LINK} {/if}
8+
9+
{if $NOTIFY_COMMENTS}Notes to your order:
10+
{$NOTIFY_COMMENTS}{/if}
11+
12+
New status: {$ORDER_STATUS}
13+
14+
{if $PARCEL_COUNT > 0}
15+
Your shipment consists of {$PARCEL_COUNT} parcel(s).
16+
You can inform yourself about the delivery status with a click on the following package number(s):
17+
{foreach name=aussen item=tracking_data from=$PARCEL_ARRAY}
18+
{$tracking_data.tracking_link}
19+
{/foreach}{/if}
20+
21+
If you have any questions, please reply to this e-mail.
22+
23+
[SIGNATUR]
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<div style="width:700px;margin: 0px auto;">
2+
<table width="700" border="0" align="center" cellpadding="5" cellspacing="0">
3+
<tr>
4+
<td align="center" style="padding: 10px 0px;"><img src="{$logo_path}logo.gif" /></td>
5+
</tr>
6+
<tr>
7+
<td style="font-size:14px;text-transform:uppercase;padding:10px 5px;border-top: 1px dotted #999;border-bottom: 1px dotted #999;">
8+
<font face="Tahoma, Verdana, sans-serif">We just created your customer account</font>
9+
</td>
10+
</tr>
11+
<tr>
12+
<td>
13+
<br />
14+
<font size="2" face="Tahoma, Verdana, sans-serif"><b>{if $GENDER == 'm'}Dear Mr.{elseif $GENDER == 'f'}Dear Ms./Mrs.{else}Hello{/if} {$NAME},</b>
15+
<br /><br />
16+
we just created your customer account.
17+
18+
{if $COMMENTS}
19+
<br /><br />
20+
Notes: {$COMMENTS}
21+
{/if}
22+
23+
<br /><br />
24+
You can login our store with your e-mail-address and password:<br />
25+
<br />
26+
</font>
27+
<table width="100%" border="0" bgcolor="f1f1f1" cellpadding="5">
28+
<tr>
29+
<td><font size="2" face="Tahoma, Verdana, sans-serif"><b>Your e-mail-address:</b> {$EMAIL}</font></td>
30+
</tr>
31+
<tr>
32+
<td><font size="2" face="Tahoma, Verdana, sans-serif"><b>Your Password:</b> {$PASSWORD}</font></td>
33+
</tr>
34+
</table>
35+
36+
</td>
37+
</tr>
38+
</table>
39+
40+
[SIGNATUR]
41+
</div>
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
3+
{if $GENDER == 'm'}Dear Mr.{elseif $GENDER == 'f'}Dear Ms./Mrs.{else}Hello{/if} {$NAME},
4+
5+
we just created your customer account.
6+
7+
{if $COMMENTS} Note: {$COMMENTS}{/if}
8+
9+
You can login our store with your e-mail-address and password:
10+
11+
e-mail-address:{$EMAIL}
12+
13+
Password: {$PASSWORD}
14+
15+
[SIGNATUR]
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<div style="width:700px;margin: 0px auto;">
2+
<table width="700" border="0" align="center" cellpadding="5" cellspacing="0">
3+
<tr>
4+
<td align="center" style="padding: 10px 0px;"><img src="{$logo_path}logo.gif" /></td>
5+
</tr>
6+
<tr>
7+
<td style="font-size:14px;text-transform:uppercase;padding:10px 5px;border-top: 1px dotted #999;border-bottom: 1px dotted #999;">
8+
<font face="Tahoma, Verdana, sans-serif">Your voucher</font>
9+
</td>
10+
</tr>
11+
<tr>
12+
<td>
13+
<br />
14+
<font size="2" face="Tahoma, Verdana, sans-serif"><b>{if $GENDER == 'm'}Dear Mr.{elseif $GENDER == 'f'}Dear Ms./Mrs.{else}Hello{/if} {$NAME},</b>
15+
<br /><br />
16+
The voucher code you purchased has been activated!
17+
<br /><br />
18+
You may now redeem your voucher and/or send it to someone by e-mail.
19+
<br /><br />
20+
Your voucher is worth {$AMMOUNT}.
21+
22+
</font>
23+
24+
</td>
25+
</tr>
26+
</table>
27+
28+
[SIGNATUR]
29+
</div>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
{if $GENDER == 'm'}Dear Mr.{elseif $GENDER == 'f'}Dear Ms./Mrs.{else}Hello{/if} {$NAME},
3+
4+
The voucher code you purchased has been activated!
5+
You may now redeem your voucher and/or send it to someone by e-mail.
6+
Your voucher is worth {$AMMOUNT}.
7+
8+
[SIGNATUR]
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<div style="width:700px;margin: 0px auto;">
2+
<table width="700" border="0" align="center" cellpadding="5" cellspacing="0">
3+
<tr>
4+
<td align="center" style="padding: 10px 0px;"><img src="{$logo_path}logo.gif" /></td>
5+
</tr>
6+
<tr>
7+
<td style="font-size:14px;text-transform:uppercase;padding:10px 5px;border-top: 1px dotted #999;border-bottom: 1px dotted #999;">
8+
<font face="Tahoma, Verdana, sans-serif">Your coupon</font>
9+
</td>
10+
</tr>
11+
<tr>
12+
<td>
13+
<br />
14+
<font size="2" face="Tahoma, Verdana, sans-serif">
15+
{$MESSAGE}
16+
<br />
17+
<br />
18+
Redeem your coupon by entering the coupon code into the designated input field for Voucher/Coupon codes during checkout.
19+
<br /><br />
20+
Your coupon code is: <strong>{$COUPON_ID}</strong><br />
21+
<br />
22+
You can use the coupon code next time you visit us at <a href="{$WEBSITE}">{$WEBSITE}</a>.
23+
</font>
24+
</td>
25+
</tr>
26+
</table>
27+
28+
[SIGNATUR]
29+
</div>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{$MESSAGE}
2+
3+
Redeem your coupon by entering the coupon code into the designated input field for Voucher/Coupon codes during checkout.
4+
5+
Your coupon code is: {$COUPON_ID}
6+
7+
You can use the coupon code next time you visit us at {$WEBSITE}.
8+
9+
[SIGNATUR]
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<div style="width:700px;margin: 0px auto;">
2+
<table width="700" border="0" align="center" cellpadding="5" cellspacing="0">
3+
<tr>
4+
<td align="center" style="padding: 10px 0px;"><img src="{$logo_path}logo.gif" /></td>
5+
</tr>
6+
<tr>
7+
<td style="font-size:14px;text-transform:uppercase;padding:10px 5px;border-top: 1px dotted #999;border-bottom: 1px dotted #999;">
8+
<font face="Tahoma, Verdana, sans-serif">Your voucher</font>
9+
</td>
10+
</tr>
11+
<tr>
12+
<td>
13+
<br />
14+
<font size="2" face="Tahoma, Verdana, sans-serif">
15+
{$MESSAGE}
16+
<br />
17+
<br />
18+
</font>
19+
<table width="100%" border="0" bgcolor="f1f1f1" cellpadding="5">
20+
<tr>
21+
<td><font size="2" face="Tahoma, Verdana, sans-serif"><b>Voucher value:</b> {$AMMOUNT}</font></td>
22+
</tr>
23+
<tr>
24+
<td><font size="2" face="Tahoma, Verdana, sans-serif"><b>Your voucher code is:</b> {$GIFT_ID}</font></td>
25+
</tr>
26+
</table>
27+
<br />
28+
<font size="2" face="Tahoma, Verdana, sans-serif">
29+
Redeem your voucher by simply clicking the following link - <a href="{$GIFT_LINK}"> {$GIFT_LINK}</a>.
30+
<br /><br />
31+
Should you have any difficulties with the link, please visit our website <a href="{$WEBSITE}">{$WEBSITE}</a> and enter the code manually.
32+
</font>
33+
</td>
34+
</tr>
35+
</table>
36+
37+
[SIGNATUR]
38+
</div>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
{$MESSAGE}
3+
4+
Voucher value: {$AMMOUNT}
5+
6+
Your voucher code is: {$GIFT_ID}
7+
8+
Redeem your voucher by simply clicking the following link - {$GIFT_LINK}.
9+
10+
Should you have any difficulties with the link, please visit our website {$WEBSITE} and enter the code manually.
11+
12+
[SIGNATUR]

0 commit comments

Comments
 (0)