Skip to content

Commit

Permalink
Rename to Picqer plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
casperbakker committed Sep 17, 2019
1 parent 3f973a6 commit a63ded9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 Picqer
Copyright (c) 2019 Picqer

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ This project can easily be installed through Composer.
```

## Activate Plugin
1. Log onto your Shopware Backend Admin account and navigate to Configuration > Plugin Manager > Picqer Order Pusher.
2. Install and activate the Picqer Order Pusher.
1. Log onto your Shopware Backend Admin account and navigate to Configuration > Plugin Manager > Picqer.
2. Install and activate the Picqer plugin.
3. Fill out the general configuration information:
+ Connection Key: can be found in Picqer > Settings > Webshops > Shopware shop. Copy and paste this field.
+ Subdomain: is the prefix of your domain name. If your log on to 'my-shop.picqer.com', then fill in 'my-shop'.

Orders will now be pushed to Picqer immediately.

## Uninstall
1. Log onto your Shopware Backend Admin account and navigate to Configuration > Plugin Manager > Picqer Order Pusher.
2. Deactivate Picqer Order Pusher.
1. Log onto your Shopware Backend Admin account and navigate to Configuration > Plugin Manager > Picqer.
2. Deactivate the Picqer plugin.
3. ``` composer remove picqer/shopware-plugin ```
4. Uninstall Picqer Order Pusher.
4. Uninstall Picqer.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "picqer/shopware-plugin",
"description": "Picqer Extended Integration for Shopware",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"type": "shopware-plugin",
"extra": {
Expand Down
6 changes: 3 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<plugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware/shopware/5.5/engine/Shopware/Components/Plugin/schema/plugin.xsd">

<label lang="en">Picqer Order Pusher</label>
<label lang="de">Picqer Order Pusher</label>
<label lang="nl">Picqer Order Pusher</label>
<label lang="en">Picqer</label>
<label lang="de">Picqer</label>
<label lang="nl">Picqer</label>

<version>1.0.0</version>
<copyright>(c) Picqer</copyright>
Expand Down

0 comments on commit a63ded9

Please sign in to comment.