Adyen Shopware 6 Plugin integration demo
In this demo, you can spin up a Shopware instance and install the Adyen Payment plugin to see how an integration works. It gives your shoppers the option to pay with their preferred payment method in a seamless checkout experience.
- Docker
- Clone this repo:
git clone https://github.com/adyen-examples/adyen-shopware-plugin-demo.git
- Run docker compose to spin up the Shopware Docker image. This may take a few minutes depending on your internet and system speed.
docker-compose up
- Open a new terminal tab in the current directory and run the following command to set
APP_URL, install and activate the Adyen Payment plugin:
APP_URL='localhost:8080' ./install.sh
- Visit shop page http://localhost:8080
- Login to the admin dashboard (http://localhost:8080/admin/) to configure your API keys and payment options.
-
- Login with default Shopware Admin credentials:
- User: admin
- Password: shopware
Remember to include http://localhost:8080 in the list of Allowed Origins on the Customer Area.
To try out integrations with test card numbers and payment method details, see Test card numbers.
We commit all our new features directly into our GitHub repository. Feel free to request or suggest new features or code changes yourself as well!
Find out more in our Contributing guidelines.
MIT license. For more information, see the LICENSE file in the root directory.