Benutzer-Werkzeuge

Webseiten-Werkzeuge


Seitenleiste

3D

INTERN

ADOBE

ARDUINO

BITBUCKET

DOCKER

C4D

GIT

HTML

IPHONE

JAVASCRIPT

JTL-SHOP

LARAVEL

MAGENTO2

MYSQL

PHP

PLESK

PROCESSING

PYTHON

SUITECRM

SEO

TRYTON

THUNDERBIRD / ICEDOVE / FossaMail

TYPO3

TYPO3: BACKEND

TYPO3: TYPOSCRIPT

UNIX

VLC

VVVV

WINDOWS

WINDOWS 10

WORDPRESS

XAMPP

XT:C 4 (Veyton)

veyton:cheatsheet

veyton-cheatsheet

config:

  • File: conf/config.php
  • DB-Table: xt_stores

reset admin password

UPDATE xt_acl_user SET user_password = MD5( 'admin' ) WHERE user_id =1;

https://xtcommerce.atlassian.net/wiki/pages/viewpage.action?pageId=2555933

neue boxen hinzufügen

  • templates/my_template/xtCore/boxes/box_mybox.html
{box name=mybox htmlonly=1}

Konstanten

_STORE_SHOPOWNER_COMPANY
_STORE_SHOPOWNER_CEO
_STORE_SHOPOWNER_STREETADDRESS
_STORE_SHOPOWNER_CITY
_STORE_SHOPOWNER_ZIP
_STORE_COUNTRY
_STORE_SHOPOWNER_TELEPHONE
_STORE_SHOPOWNER_FAX
_STORE_SHOPOWNER_VATID

Cache konfigurieren

/conf/cache_times.php

TinyMCE

/conf/conf_tinymce.php

Stile hinzufügen:

http://www.tinymce.com/wiki.php/Advanced

Stichwort: styleselect​​​​​​

hilfreiche Smarty Snippets

{link page='content' id='2'} <!-- http://localhost/xtc_github4-Reseller-DL/de/privatsphaere-und-datenschutz  (Privatsphaere und Datenschutz = ID 6) --><br />
{link page='product' id='2'} <!-- http://localhost/xtc_github4-Reseller-DL/de/kategorie-1/artikel-mit-sonderpreis --><br />
{link page='categorie' id='2'} <!-- http://localhost/xtc_github4-Reseller-DL/de/kategorie-2 --><br />
 
Diese Funktion kann auch dynamisch innerhalb von Plugins verwendet werden indem Sie Variablen an die Parameter übergeben:
{link page=$type id=$id}
veyton/cheatsheet.txt · Zuletzt geändert: 2015/07/29 20:59 von admin