xhShop - Templates Backend

Ein CMSimple Support Forum für deutsch sprechende Nutzer und Entwickler
Post Reply
frase
Posts: 5085
Joined: Thu Apr 21, 2016 6:32 am
Location: Saxony
Contact:

xhShop - Templates Backend

Post by frase » Fri Nov 23, 2018 9:53 am

Wie ich gerade feststellte, der Shop verwendet die Templates unter "theme" für das Backend nicht.
productEdit.tpl, catalog.tpl und categories.tpl.

Die Templates für das Frontend werden ordnungsgemäß eingesetzt.

Woran könnte das liegen?

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: xhShop - Templates Backend

Post by cmb » Fri Nov 23, 2018 1:18 pm

frase wrote:
Fri Nov 23, 2018 9:53 am
Woran könnte das liegen?
Während FrontEndView den themePath setzt, tut BackEndView das nicht. Füge dort mal folgende Zeile ein:

Code: Select all

        $this->themePath = XHS_BASE_PATH . 'theme/backend/';
Christoph M. Becker – Plugins for CMSimple_XH

frase
Posts: 5085
Joined: Thu Apr 21, 2016 6:32 am
Location: Saxony
Contact:

Re: xhShop - Templates Backend

Post by frase » Fri Nov 23, 2018 1:25 pm

cmb wrote:
Fri Nov 23, 2018 1:18 pm
Während FrontEndView den themePath setzt, tut BackEndView das nicht. Füge dort mal folgende Zeile ein: ...
Das funktioniert!
Wäre wohl als Bug zu bewerten ?

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: xhShop - Templates Backend

Post by cmb » Fri Nov 23, 2018 1:35 pm

frase wrote:
Fri Nov 23, 2018 1:25 pm
Wäre wohl als Bug zu bewerten ?
Ja, siehe https://github.com/cmsimple-xh/xhshop/issues/207. Korrigiere ich alsbald im Repo.
Christoph M. Becker – Plugins for CMSimple_XH

Post Reply