Skip to content
Code-Schnipsel Gruppen Projekte
Commit ea05c7c6 erstellt von Michael Danielczok's avatar Michael Danielczok
Dateien durchsuchen

refactor: Disable button for shipping information popup.

Übergeordneter 8f98f248
No related branches found
No related tags found
1 Merge Request!1Dev in master
......@@ -48,16 +48,16 @@ define('package/quiqqer/shipping/bin/frontend/controls/ShippingInfo', [
require([
'qui/controls/windows/Popup'
], function (QUIConfirm) {
new QUIConfirm({
], function (QUIPopup) {
new QUIPopup({
'maxWidth' : 700,
'maxHeight': 600,
'icon' : false,
'title' : false,
'icon' : 'fa fa-truck',
'title' : QUILocale.get('quiqqer/shipping', 'frontend.shippingInfo.popup.title'),
'content' : QUILocale.get('quiqqer/shipping', 'frontend.shippingInfo.popup.content'),
draggable : false,
resizable : false
resizable : false,
buttons : false
}).open();
});
}
......
......@@ -269,6 +269,10 @@
<de><![CDATA[zzgl. Versand]]></de>
<en><![CDATA[plus shipping]]></en>
</locale>
<locale name="frontend.shippingInfo.popup.content">
<de><![CDATA[Versandinformationen]]></de>
<en><![CDATA[Shipping information]]></en>
</locale>
<locale name="frontend.shippingInfo.popup.content" html="true">
<de><![CDATA[<h2>Kostenloser Versand in Deutschland</h2>
<p>Bei uns sind alle Bestellungen innerhalb Deutschlands versandkostenfrei! Wir versenden innerhalb Deutschlands per <strong>DHL Warenpost</strong> oder <strong>Deutsche Post Warenpost</strong>.</p>
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren