Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
karlk committed Nov 16, 2020
0 parents commit e414c45
Show file tree
Hide file tree
Showing 532 changed files with 22,708 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.0.0 [16.11.2020]

- Übertragung der Dateien zu Github
- Vorbereitung für das MODUL: OIL.js Cookie Consent Management
339 changes: 339 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

74 changes: 74 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
# Bootstrap3 für Modified Shop 2.0 - freies responsive Template

Das Template basiert auf dem Bootstrap-Framework 3 und wurde zuletzt angepasst und getestet mit der **Modified Shopversion 2.0.5.1**.

![](images/screenshot_1.png)

## Eigenschaften:
- responsive Template für PC, Tablet, Smartphone
- unterstützt alle Neuerungen der Shopversion 2.0 (z.B. Komprimierung, Filter).
- EU-Cookie-Hinweis - **jetzt mit Vorbereitung für das MODUL: OIL.js Cookie Consent Management (Anleitung im Anhang)**
- Bilderslider auf der Startseite
- Slider im Banner-Manager befüllbar
- Cloud-Zoom-Vergrößerung in der Produktdetailansicht
- verschiedene Themes können ausgewählt werden
- zentrales Dropdownmenü für alle Artikel
- bestimmte Kategorien können als Megamenü dargestellt werden
- zwei responsive Menüs für schmale Bildschirme (Smartphone, Tablet) wählbar
- Produktdetailansicht auf volle Breite einstellbar
- keine Core-Änderungen nötig
- in der Datei templates/bootstrap3/config/config.php können viele Einstellungen vorgenommen werden
- umbenennen durch Änderung des Ordnernamens

## Installation

- Vor jeder Änderung sollte ein Backup gemacht werden!
- Die Dateien aus dem Ordner **shoproot/** in den Shop kopieren.
- Im Adminbereich **Konfiguration -> Mein Shop** das Template auswählen.

## Bilderslider

Damit man sehen kann wie man den Banner Manager befüllen kann, ist im Paket ein Ordner „sliderbeispiele“ enthalten.

- Die Dateien aus dem Ordner in den Shop kopieren (evtl. muss der Name des Admin-Ordners vorher angepasst werden).
- Anschließend im Adminbereich unter **Module->System Module** das Modul **SLIDER-Beispiele für Template Bootstrap3** installieren.<br />
Dadurch wird der Banner Manger mit Musterdaten (deutsch und englisch) für den Slider befüllt.

*Die Installationsdatei admin/includes/modules/system/aa_slider_installer_system.php löscht sich normalerweise automatisch.*

## Themeänderungen
Sass- und Less-Dateien sind bei bootswatch.com zu finden - bitte bei "Tuned for ..." auf die Bootstrapversion 3.4.1 achten.
Eine PDF-Anleitung befindet sich im Ordner "anleitung_less/".

<br /><br />

### Sollten Sie mit einem Problem nicht weiter kommen, finden sich bestimmt Helfer im Modified-Forum

### [Thema: TEMPLATE: Bootstrap3 für Shop 2.0 - freies responsive Template](https://www.modified-shop.org/forum/index.php?topic=37218.0)

<br /><br />

Viel Spaß!<br />
Karl<br />


## Anhang

### Einbau - MODUL: OIL.js Cookie Consent Management

Wer das neue Modul bereits nutzen will, der muss darauf achten, von hier

[Thema: MODUL: OIL.js Cookie Consent Management](https://www.modified-shop.org/forum/index.php?topic=41168.0)

immer die aktuellen Dateien zu nutzen.

- Dateien aus den Ordnern NEW_FILES und CHANGED_FILES in den Shop kopieren.
- Im Adminbereich **Module -> System Module** das Modul **Cookie Consent** installieren.
- Konfiguriert kann das Modul unter Menüpunkt **Konfiguration -> Cookie Consent** werden.
- *Am Template müssen keine Veränderungen vorgenommen werden, alle nötigen Dateien sind im Templateordner enthalten.*

P.S.:
- 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.
- 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.
- templates/bootstrap3/css/stylesheet.min.css
- templates/bootstrap3/javascript/tpl_plugins.min.js
Binary file added anleitung_less/anleitung.pdf
Binary file not shown.
Binary file added images/screenshot_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/screenshot_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/screenshot_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/screenshot_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/screenshot_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/screenshot_6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions shoproot/lang/english/extra/bs3_template.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php
// Cookieconsent
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.');
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.');
define('BS3_TEXT_COOKIECONSENT_DISSMISS', 'Got it!');
define('BS3_TEXT_COOKIECONSENT_LINK', 'Learn more');
define('BS3_TEXT_COOKIECONSENT_POLICY', 'Cookie Policy');
define('BS3_TEXT_COOKIECONSENT_ALLOW', 'Accept');
define('BS3_TEXT_COOKIECONSENT_DENY', 'Deny');
?>
10 changes: 10 additions & 0 deletions shoproot/lang/german/extra/bs3_template.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php
// Cookieconsent
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.');
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.');
define('BS3_TEXT_COOKIECONSENT_DISSMISS', 'Verstanden!');
define('BS3_TEXT_COOKIECONSENT_LINK', 'Mehr Erfahren');
define('BS3_TEXT_COOKIECONSENT_POLICY', 'Cookie Einstellungen');
define('BS3_TEXT_COOKIECONSENT_ALLOW', 'Akzeptieren');
define('BS3_TEXT_COOKIECONSENT_DENY', 'Ablehnen');
?>
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<div style="width:700px;margin: 0px auto;">
<table width="700" border="0" align="center" cellpadding="5" cellspacing="0">
<tr>
<td align="center" style="padding: 10px 0px;"><img src="{$logo_path}logo.gif" /></td>
</tr>
<tr>
<td style="font-size:14px;text-transform:uppercase;padding:10px 5px;border-top: 1px dotted #999;border-bottom: 1px dotted #999;">
<font face="Tahoma, Verdana, sans-serif">Status of your order has been changed</font>
</td>
</tr>
<tr>
<td>
<br />
<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>
<br /><br />
The status of your order {if $ORDER_NR}No. {$ORDER_NR}{/if} {if $ORDER_DATE}from {$ORDER_DATE}{/if} has been changed.

{if $ORDER_LINK}
<br /><br />
Link to order: <a href="{$ORDER_LINK}">click here</a>
{/if}

{if $NOTIFY_COMMENTS}
<br /><br />
Notes to your order:<br />
{$NOTIFY_COMMENTS}
{/if}

<br /><br />
New status: <b>{$ORDER_STATUS}</b>

{if $PARCEL_COUNT > 0}
<br /><br />
Your shipment consists of {$PARCEL_COUNT} parcel(s).<br />
You can inform yourself about the delivery status with a click on the following package number(s):<br />
{foreach name=aussen item=tracking_data from=$PARCEL_ARRAY}
<a target="_blank" href="{$tracking_data.tracking_link}">{$tracking_data.parcel_id}</a><br />
{/foreach}
{/if}

<br /><br />
If you have any questions, please reply to this e-mail.

</font>
</td>
</tr>
</table>

[SIGNATUR]
</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

{if $GENDER == $smarty.const.MALE}Dear Mr.{elseif $GENDER == $smarty.const.FEMALE}Dear Ms./Mrs.{else}Hello{/if} {$NAME},

The status of your order {if $ORDER_NR}No. {$ORDER_NR}{/if} {if $ORDER_DATE}from {$ORDER_DATE}{/if} has been changed.

{if $ORDER_LINK}Link to order:
{$ORDER_LINK} {/if}

{if $NOTIFY_COMMENTS}Notes to your order:
{$NOTIFY_COMMENTS}{/if}

New status: {$ORDER_STATUS}

{if $PARCEL_COUNT > 0}
Your shipment consists of {$PARCEL_COUNT} parcel(s).
You can inform yourself about the delivery status with a click on the following package number(s):
{foreach name=aussen item=tracking_data from=$PARCEL_ARRAY}
{$tracking_data.tracking_link}
{/foreach}{/if}

If you have any questions, please reply to this e-mail.

[SIGNATUR]
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<div style="width:700px;margin: 0px auto;">
<table width="700" border="0" align="center" cellpadding="5" cellspacing="0">
<tr>
<td align="center" style="padding: 10px 0px;"><img src="{$logo_path}logo.gif" /></td>
</tr>
<tr>
<td style="font-size:14px;text-transform:uppercase;padding:10px 5px;border-top: 1px dotted #999;border-bottom: 1px dotted #999;">
<font face="Tahoma, Verdana, sans-serif">We just created your customer account</font>
</td>
</tr>
<tr>
<td>
<br />
<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>
<br /><br />
we just created your customer account.

{if $COMMENTS}
<br /><br />
Notes: {$COMMENTS}
{/if}

<br /><br />
You can login our store with your e-mail-address and password:<br />
<br />
</font>
<table width="100%" border="0" bgcolor="f1f1f1" cellpadding="5">
<tr>
<td><font size="2" face="Tahoma, Verdana, sans-serif"><b>Your e-mail-address:</b> {$EMAIL}</font></td>
</tr>
<tr>
<td><font size="2" face="Tahoma, Verdana, sans-serif"><b>Your Password:</b> {$PASSWORD}</font></td>
</tr>
</table>

</td>
</tr>
</table>

[SIGNATUR]
</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@


{if $GENDER == 'm'}Dear Mr.{elseif $GENDER == 'f'}Dear Ms./Mrs.{else}Hello{/if} {$NAME},

we just created your customer account.

{if $COMMENTS} Note: {$COMMENTS}{/if}

You can login our store with your e-mail-address and password:

e-mail-address:{$EMAIL}

Password: {$PASSWORD}

[SIGNATUR]
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<div style="width:700px;margin: 0px auto;">
<table width="700" border="0" align="center" cellpadding="5" cellspacing="0">
<tr>
<td align="center" style="padding: 10px 0px;"><img src="{$logo_path}logo.gif" /></td>
</tr>
<tr>
<td style="font-size:14px;text-transform:uppercase;padding:10px 5px;border-top: 1px dotted #999;border-bottom: 1px dotted #999;">
<font face="Tahoma, Verdana, sans-serif">Your voucher</font>
</td>
</tr>
<tr>
<td>
<br />
<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>
<br /><br />
The voucher code you purchased has been activated!
<br /><br />
You may now redeem your voucher and/or send it to someone by e-mail.
<br /><br />
Your voucher is worth {$AMMOUNT}.

</font>

</td>
</tr>
</table>

[SIGNATUR]
</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

{if $GENDER == 'm'}Dear Mr.{elseif $GENDER == 'f'}Dear Ms./Mrs.{else}Hello{/if} {$NAME},

The voucher code you purchased has been activated!
You may now redeem your voucher and/or send it to someone by e-mail.
Your voucher is worth {$AMMOUNT}.

[SIGNATUR]
29 changes: 29 additions & 0 deletions shoproot/templates/bootstrap3/admin/mail/english/send_coupon.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<div style="width:700px;margin: 0px auto;">
<table width="700" border="0" align="center" cellpadding="5" cellspacing="0">
<tr>
<td align="center" style="padding: 10px 0px;"><img src="{$logo_path}logo.gif" /></td>
</tr>
<tr>
<td style="font-size:14px;text-transform:uppercase;padding:10px 5px;border-top: 1px dotted #999;border-bottom: 1px dotted #999;">
<font face="Tahoma, Verdana, sans-serif">Your coupon</font>
</td>
</tr>
<tr>
<td>
<br />
<font size="2" face="Tahoma, Verdana, sans-serif">
{$MESSAGE}
<br />
<br />
Redeem your coupon by entering the coupon code into the designated input field for Voucher/Coupon codes during checkout.
<br /><br />
Your coupon code is: <strong>{$COUPON_ID}</strong><br />
<br />
You can use the coupon code next time you visit us at <a href="{$WEBSITE}">{$WEBSITE}</a>.
</font>
</td>
</tr>
</table>

[SIGNATUR]
</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{$MESSAGE}

Redeem your coupon by entering the coupon code into the designated input field for Voucher/Coupon codes during checkout.

Your coupon code is: {$COUPON_ID}

You can use the coupon code next time you visit us at {$WEBSITE}.

[SIGNATUR]
38 changes: 38 additions & 0 deletions shoproot/templates/bootstrap3/admin/mail/english/send_gift.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<div style="width:700px;margin: 0px auto;">
<table width="700" border="0" align="center" cellpadding="5" cellspacing="0">
<tr>
<td align="center" style="padding: 10px 0px;"><img src="{$logo_path}logo.gif" /></td>
</tr>
<tr>
<td style="font-size:14px;text-transform:uppercase;padding:10px 5px;border-top: 1px dotted #999;border-bottom: 1px dotted #999;">
<font face="Tahoma, Verdana, sans-serif">Your voucher</font>
</td>
</tr>
<tr>
<td>
<br />
<font size="2" face="Tahoma, Verdana, sans-serif">
{$MESSAGE}
<br />
<br />
</font>
<table width="100%" border="0" bgcolor="f1f1f1" cellpadding="5">
<tr>
<td><font size="2" face="Tahoma, Verdana, sans-serif"><b>Voucher value:</b> {$AMMOUNT}</font></td>
</tr>
<tr>
<td><font size="2" face="Tahoma, Verdana, sans-serif"><b>Your voucher code is:</b> {$GIFT_ID}</font></td>
</tr>
</table>
<br />
<font size="2" face="Tahoma, Verdana, sans-serif">
Redeem your voucher by simply clicking the following link - <a href="{$GIFT_LINK}"> {$GIFT_LINK}</a>.
<br /><br />
Should you have any difficulties with the link, please visit our website <a href="{$WEBSITE}">{$WEBSITE}</a> and enter the code manually.
</font>
</td>
</tr>
</table>

[SIGNATUR]
</div>
12 changes: 12 additions & 0 deletions shoproot/templates/bootstrap3/admin/mail/english/send_gift.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

{$MESSAGE}

Voucher value: {$AMMOUNT}

Your voucher code is: {$GIFT_ID}

Redeem your voucher by simply clicking the following link - {$GIFT_LINK}.

Should you have any difficulties with the link, please visit our website {$WEBSITE} and enter the code manually.

[SIGNATUR]
Loading

0 comments on commit e414c45

Please sign in to comment.