Skip to content

Newcycle-AS/shopware-app

Repository files navigation

Shopware App

Development

  • Use ./env-switch.ts to select the Tings environment you want to work in. E.g. ./env-switch.ts development.
  • Start shopware locally: docker run --rm -p 80:80 -v $(pwd):/var/www/html/custom/apps/TingsReceiptIntegration dockware/dev:6.6.0.2 This will start shopware and sync the the shopware app in ./LocalApp with the docker image. You can connect the docker instance with this command docker exec -it <service_name> sh, <service_name> being whatever docker ps returns.
  • Open shopware on localhost
  • Either install the app from the localhost or from within the docker instance, install the app by running bin/console app:install --activate TingsReceiptIntegration
  • Add an integration from this page
  • The integration must have the TingsReceiptIntegration role, which should show up automatically

Default admin credentials here

App docs: https://developer.shopware.com/docs/guides/plugins/apps/app-base-guide.html

Releases

No releases published

Packages

No packages published