Skip to content

cmsimple-xh/xhshop

Folders and files

NameName
Last commit message
Last commit date
Jan 13, 2023
Jan 13, 2023
Jan 13, 2023
Jan 12, 2023
Nov 30, 2021
Jan 13, 2023
Jan 13, 2023
Jul 9, 2017
Jan 12, 2023
Jan 12, 2023
Jan 11, 2023
Jan 13, 2023
Jan 13, 2023
Jul 1, 2017
May 29, 2021
Sep 17, 2017
Jul 9, 2017
Sep 17, 2017
Jan 11, 2023
Jan 13, 2023
Jan 13, 2023
Jan 11, 2023
Jan 13, 2023
Jul 9, 2017
Jul 11, 2017
Jul 15, 2017

Repository files navigation

XHShop Plugin for CMSimple_XH

stable: 1.0 License: GPL v3

This plugin is based on the wellrad plugin 1.2.1 by Martin Damken, and is supposed to be further developed by the CMSimple_XH community. Many thanks to Martin for allowing us to change the license to GPLv3!

End users

There is growing documentation in our wiki.

Developers

For development purposes, you can directly clone this repo into the plugins/ folder of a CMSimple_XH installation. Afterwards you have to setup the demo content by running either

composer install
phing setup

or

setup.bat

The latter is a convenience for Windows users who don't want to install Composer, and just want to test a Git checkout. For full support of the development tools you have to install composer, though. Then run

composer install
phing

to see what's supported.