WT CMS

Geändert am Mon, 10 Oct 2022 um 11:44 AM

WT CMS Modul

Das Content Management Modul ermöglicht die Anlage von Content Blöcken für Artikel, Kategorien, Shop (Startseite) und Content Seiten.

Die benötigten Blöcke können dann im Template angegeben werden.

Content Blöcke Einstellungen

Content Blöcke können im Admin-Bereich bei “Stamm” für die Startseite, Kategorien, Artikel und Hersteller eingepflegt werden. Die Einstellmöglichkeiten unterscheiden sich je nach Seitentyp.

Shop Startseite


Kategorien Seite



Artikel und Hersteller Seite


Dateneingabe

Die Eingabe der Werte unterscheidet sich.

Bei Content Indent oben / mittig / unten werden nur 1 Content-Indents mit Komma getrennt eingegeben.

In den Feldern CSS, Typ und Wert wird im 1. Feld die CSS-Klasse, im 2. Feld der Typ des Inhaltes und im 3. Feld der anzuzeigende Content Wert (Content Id, Artikelnummer) eingegeben.

Content Typen

Das Modul nimmt für die Ausgabe entweder den Inhalt aus dem OXID Shop CMS-System der durch den Content Ident gekennzeichnet ist, z.B. “oxagb” oder die Artikelnummer eines Artikels.

Beispiele:


Ausgabe des “Wie bestellen” Inhalts:

CSS

Typ

Wert

col-md-12

CMS

oxorderinfo

Ausgabe eines Artikels:

CSS

Typ

Wert

col-md-12

Article

123 (Artikelnummer)

Ausgabe “Wie bestellen” und Artikel:

CSS

Typ

Wert

col-md-6

Article, CMS

123, oxorderinfo

Ausgabetypen

Es können verschiedene Ausgabe-Arten ausgewählt werden. Die Ausgaben können per CSS auf Ihre Bedürfnisse angepasst werden.


Article

Der Typ Article gibt einen Artikel aus.

Video

Mit “Video” können Sie ein Youtube Video in Ihre Seite einbinden. Gehen Sie dazu auf Youtube und suchen Sie das passende Video:

Der Link der Url https://www.youtube.com/watch?v=GC1I0CpqoaI enthält den Paremeter “v” der die Video Id enthält. Die ID, also GC1I0CpqoaI tragen Sie dann in das CMS ein.


ArticleModal

Mit dem Typ ArticleModal wird ein Bootstrap Modal mit Artikeldaten erzeugt. 

Bitte verwenden Sie die Artikelnummern für die Auswahl des Inhalts.



CategoryModal

Mit dem Typ CategoryModal wird ein Bootstrap Modal mit Kategoriedaten erzeugt. 

Bitte verwenden Sie die Kategorie OXID für die Auswahl des Inhalts.


CMSModal

CMS Modal erstellt einen Button und ein Bootstrap Modal für Inhalte aus dem OXID-Shop CMS. 

Bitte verwenden Sie die CMS-Indent für die Auswahl des Inhalts.


Mit dem Typ Modal wird ein Button mit der Überschrift des CMS Inhaltes erzeugt. 

Beim Click auf den Button öffnet sich ein Bootstrap Modal.


ArticleCollapse

Mit dem Typ ArticleCollaps wird ein Bootstrap Collapse mit Artikeldaten erzeugt. 

Bitte verwenden Sie die Artikelnumer für die Auswahl des Inhalts.

Collapse aufgeklappt:

CategoryCollapse

Mit dem Typ CategoryCollapse wird ein Bootstrap Collapse mit Kategoriedaten erzeugt. 

Bitte verwenden Sie die Kategorie OXID für die Auswahl des Inhalts.

CMSCollapse

Mit dem Typ CMSCollapse wird ein Bootstrap Collapse mit CMSDaten erzeugt. Bitte verwenden Sie den CMS-Indent für die Auswahl des Inhalts. Siehe Category Collapse.


CategoryBox

Mit dem Typ CategoryBox wird ein beliebige Kategorie als “Unterkategorie” angezeigt auch wenn Sie nicht als Unterkategorie angelegt ist. Denkbar ist die Verwendung dieses Features für den Aufbau von Informations Kategorien. 

Bitte verwenden Sie die Kategorie OXID für die Auswahl des Inhalts.


CMS

Der Typ CMS gibt den CMS Inhalt des CMS Idents aus.

Gene

Bitte verwenden Sie die gewünschten CMS-Idents für die Auwahl des Contents.


Content Blöcke Smarty

Es stehen durch das Modul neue Smarty Blöcke zur Verfügung. Diese müssen an den von Ihnen gewünschten Stellen in Ihren Templates eingebaut werden. Siehe metadata.php

'blocks'      => array(
        array('template' => 'layout/sidebar.tpl', 'block' => 'wtcmscategoryleft','file' => '/application/views/blocks/category/wtcmscategoryleft.tpl'),
        array('template' => 'layout/sidebar.tpl', 'block' => 'wtcmscategoryright','file' => '/application/views/blocks/category/wtcmscategoryright.tpl'),
        array('template' => 'page/list/list.tpl', 'block' => 'wtcmscategorytop','file' => '/application/views/blocks/category/wtcmscategorytop.tpl'),
        array('template' => 'page/list/list.tpl', 'block' => 'wtcmscategorymiddle','file' => '/application/views/blocks/category/wtcmscategorymiddle.tpl'),
        array('template' => 'page/list/list.tpl', 'block' => 'wtcmscategorybottom','file' => '/application/views/blocks/category/wtcmscategorybottom.tpl'),
        array('template' => 'page/list/list.tpl', 'block' => 'wtcmscategory1','file' => '/application/views/blocks/category/wtcmscategory1.tpl'),
        array('template' => 'page/list/list.tpl', 'block' => 'wtcmscategory2','file' => '/application/views/blocks/category/wtcmscategory2.tpl'),
        array('template' => 'page/list/list.tpl', 'block' => 'wtcmscategory3','file' => '/application/views/blocks/category/wtcmscategory3.tpl'),
        array('template' => 'page/list/list.tpl', 'block' => 'wtcmscategory4','file' => '/application/views/blocks/category/wtcmscategory4.tpl'),
        array('template' => 'page/list/list.tpl', 'block' => 'wtcmscategory5','file' => '/application/views/blocks/category/wtcmscategory5.tpl'),

        array('template' => 'layout/sidebar.tpl', 'block' => 'wtcmsmanufacturerleft','file' => '/application/views/blocks/manufacturer/wtcmsmanufacturerleft.tpl'),
        array('template' => 'layout/sidebar.tpl', 'block' => 'wtcmsmanufacturerright','file' => '/application/views/blocks/manufacturer/wtcmsmanufacturerright.tpl'),
        array('template' => 'page/list/list.tpl', 'block' => 'wtcmsmanufacturertop','file' => '/application/views/blocks/manufacturer/wtcmsmanufacturertop.tpl'),
        array('template' => 'page/list/list.tpl', 'block' => 'wtcmsmanufacturermiddle','file' => '/application/views/blocks/manufacturer/wtcmsmanufacturermiddle.tpl'),
        array('template' => 'page/list/list.tpl', 'block' => 'wtcmsmanufacturerbottom','file' => '/application/views/blocks/manufacturer/wtcmsmanufacturerbottom.tpl'),
        array('template' => 'page/list/list.tpl', 'block' => 'wtcmsmanufacturer1','file' => '/application/views/blocks/manufacturer/wtcmsmanufacturer1.tpl'),
        array('template' => 'page/list/list.tpl', 'block' => 'wtcmsmanufacturer2','file' => '/application/views/blocks/manufacturer/wtcmsmanufacturer2.tpl'),
        array('template' => 'page/list/list.tpl', 'block' => 'wtcmsmanufacturer3','file' => '/application/views/blocks/manufacturer/wtcmsmanufacturer3.tpl'),
        array('template' => 'page/list/list.tpl', 'block' => 'wtcmsmanufacturer4','file' => '/application/views/blocks/manufacturer/wtcmsmanufacturer4.tpl'),
        array('template' => 'page/list/list.tpl', 'block' => 'wtcmsmanufacturer5','file' => '/application/views/blocks/manufacturer/wtcmsmanufacturer5.tpl'),

        array('template' => 'layout/sidebar.tpl', 'block' => 'wtcmsdetailsleft','file' => '/application/views/blocks/details/wtcmsdetailsleft.tpl'),
        array('template' => 'layout/sidebar.tpl', 'block' => 'wtcmsdetailsright','file' => '/application/views/blocks/details/wtcmsdetailsright.tpl'),
        array('template' => 'page/details/inc/productmain.tpl', 'block' => 'wtcmsdetailstop','file' => '/application/views/blocks/details/wtcmsdetailstop.tpl'),
        array('template' => 'page/details/inc/productmain.tpl', 'block' => 'wtcmsdetailsmiddle','file' => '/application/views/blocks/details/wtcmsdetailsmiddle.tpl'),
        array('template' => 'page/details/inc/productmain.tpl', 'block' => 'wtcmsdetailsbottom','file' => '/application/views/blocks/details/wtcmsdetailsbottom.tpl'),
        array('template' => 'page/details/inc/productmain.tpl', 'block' => 'wtcmsdetails1','file' => '/application/views/blocks/details/wtcmsdetails1.tpl'),
        array('template' => 'page/details/inc/productmain.tpl', 'block' => 'wtcmsdetails2','file' => '/application/views/blocks/details/wtcmsdetails2.tpl'),
        array('template' => 'page/details/inc/productmain.tpl', 'block' => 'wtcmsdetails3','file' => '/application/views/blocks/details/wtcmsdetails3.tpl'),
        array('template' => 'page/details/inc/productmain.tpl', 'block' => 'wtcmsdetails4','file' => '/application/views/blocks/details/wtcmsdetails4.tpl'),
        array('template' => 'page/details/inc/productmain.tpl', 'block' => 'wtcmsdetails5','file' => '/application/views/blocks/details/wtcmsdetails5.tpl'),

        array('template' => 'layout/sidebar.tpl', 'block' => 'wtcmscontentleft','file' => '/application/views/blocks/content/wtcmscontentleft.tpl'),
        array('template' => 'layout/sidebar.tpl', 'block' => 'wtcmscontentright','file' => '/application/views/blocks/content/wtcmscontentright.tpl'),
        array('template' => 'page/info/content.tpl', 'block' => 'wtcmscontenttop','file' => '/application/views/blocks/content/wtcmscontenttop.tpl'),
        array('template' => 'page/info/content.tpl', 'block' => 'wtcmscontentmiddle','file' => '/application/views/blocks/content/wtcmscontentmiddle.tpl'),
        array('template' => 'page/info/content.tpl', 'block' => 'wtcmscontentbottom','file' => '/application/views/blocks/content/wtcmscontentbottom.tpl'),
        array('template' => 'page/info/content.tpl', 'block' => 'wtcmscontent1','file' => '/application/views/blocks/content/wtcmscontent1.tpl'),
        array('template' => 'page/info/content.tpl', 'block' => 'wtcmscontent2','file' => '/application/views/blocks/content/wtcmscontent2.tpl'),
        array('template' => 'page/info/content.tpl', 'block' => 'wtcmscontent3','file' => '/application/views/blocks/content/wtcmscontent3.tpl'),
        array('template' => 'page/info/content.tpl', 'block' => 'wtcmscontent4','file' => '/application/views/blocks/content/wtcmscontent4.tpl'),
        array('template' => 'page/info/content.tpl', 'block' => 'wtcmscontent5','file' => '/application/views/blocks/content/wtcmscontent5.tpl'),

        array('template' => 'layout/sidebar.tpl', 'block' => 'wtcmsstartleft','file' => '/application/views/blocks/start/wtcmsstartleft.tpl'),
        array('template' => 'layout/sidebar.tpl', 'block' => 'wtcmsstartright','file' => '/application/views/blocks/start/wtcmsstartright.tpl'),
        array('template' => 'page/shop/start.tpl', 'block' => 'wtcmsstarttop','file' => '/application/views/blocks/start/wtcmsstarttop.tpl'),
        array('template' => 'page/shop/start.tpl', 'block' => 'wtcmsstartmiddle','file' => '/application/views/blocks/start/wtcmsstartmiddle.tpl'),
        array('template' => 'page/shop/start.tpl', 'block' => 'wtcmsstartbottom','file' => '/application/views/blocks/start/wtcmsstartbottom.tpl'),
        array('template' => 'page/shop/start.tpl', 'block' => 'wtcmsstart1','file' => '/application/views/blocks/start/wtcmsstart1.tpl'),
        array('template' => 'page/shop/start.tpl', 'block' => 'wtcmsstart2','file' => '/application/views/blocks/start/wtcmsstart2.tpl'),
        array('template' => 'page/shop/start.tpl', 'block' => 'wtcmsstart3','file' => '/application/views/blocks/start/wtcmsstart3.tpl'),
        array('template' => 'page/shop/start.tpl', 'block' => 'wtcmsstart4','file' => '/application/views/blocks/start/wtcmsstart4.tpl'),
        array('template' => 'page/shop/start.tpl', 'block' => 'wtcmsstart5','file' => '/application/views/blocks/start/wtcmsstart5.tpl'),

        array('template' => 'include/category_main_form.tpl', 'block' => 'admin_category_main_form', 'file' => '/application/views/blocks/admin/wtcategorymainbottom.tpl'),
        array('template' => 'article_main.tpl', 'block' => 'admin_article_main_form', 'file' => '/application/views/blocks/admin/wtarticlemainbottom.tpl'),
        array('template' => 'manufacturer_main.tpl', 'block' => 'admin_manufacturer_main_form','file' => '/application/views/blocks/admin/wtmanufacturermainbottom.tpl'),
        array('template' => 'content_main.tpl', 'block' => 'admin_content_main_form','file' => '/application/views/blocks/admin/wtcontentmainbottom.tpl'),
        array('template' => 'shop_main.tpl', 'block' => 'admin_shop_main_rightform','file' => '/application/views/blocks/admin/wtshopmainbottom.tpl'),

        array('template' => 'layout/footer.tpl', 'block' => 'wtcmsfooter1','file' => '/application/views/blocks/footer/wtcmsfooter1.tpl'),
        array('template' => 'layout/footer.tpl', 'block' => 'wtcmsfooter2','file' => '/application/views/blocks/footer/wtcmsfooter2.tpl'),
        array('template' => 'layout/footer.tpl', 'block' => 'wtcmsfooter3','file' => '/application/views/blocks/footer/wtcmsfooter3.tpl'),
        array('template' => 'layout/footer.tpl', 'block' => 'wtcmsfooter4','file' => '/application/views/blocks/footer/wtcmsfooter4.tpl'),
        array('template' => 'layout/footer.tpl', 'block' => 'wtcmsfooter5','file' => '/application/views/blocks/footer/wtcmsfooter5.tpl'),
    ),

Die Blöcke können mit

[{block name="BLOCKNAME"}][{/block}]

beliebig in Ihren Temples eingebaut werden.

Hier sehen Sie auch welche Blöcke zu welchen Dateien gehören und können Anpassungen vornehmen.

Erscheinungsbild

Die Datei

“Shopverzeichnis/source/modules/wtcms/application/views/tpl/bootstrap.tpl” lädt die jeweiligen Daten für die Modals. Möchten Sie die Inhalte der Modals verändern so können Sie dies an dieser Stelle tun.

Funktionen

In der Datei

“Shopverzeichnis/source/modules/wtcms/application/views/tpl/items.tpl” können sie neue Content Typen definieren.


Modul Voraussetzungen

Jedes Modul von WebTools benötigt die Installation des WebTools-Basis Moduls.

Alle Module sind mit IonCube verschlüsselt.

Modul Preis

Für uns steht die Leistungsfähigkeit der Module, die Kosten und Zeit-Ersparnis und der Mehrwert der durch die Module erzeugt wird im Vordergrund.

Deshalb haben alle unsere Module eine einmalige Lizenzgebühr die die Nutzung des Moduls für 1 Jahr includiert. Die Module werden laufend fortentwickelt und deshalb berechnen wir in jedem Folgejahr automatisch eine jährliche Gebühr von 50% der ursprünglichen Lizenzgebühr damit das Modul aktiv bleibt. Soll das Modul nicht mehr genutzt werden senden Sie uns bitte eine Kündigung für das Modul an module@webtools.de

Fragen zum Modul?

Wir freuen uns darauf Sie unterstützen zu dürfen. Sie erreichen und telefonisch unter +49 89 45455580 oder per E-Mail an module@webtools.de .

War dieser Artikel hilfreich?

Das ist großartig!

Vielen Dank für das Feedback

Leider konnten wir nicht helfen

Vielen Dank für das Feedback

Wie können wir diesen Artikel verbessern?

Wählen Sie wenigstens einen der Gründe aus

Feedback gesendet

Wir wissen Ihre Bemühungen zu schätzen und werden versuchen, den Artikel zu korrigieren