Shopware 6 plugin

Modified on Fri, 30 Sep 2022 at 03:09 PM

Installation manual


Before installation make sure that you've done backup of your DB.


Installation steps:

1. Install plugin via admin panel: Extensions -> My Extensions -> Upload Extension


2. Add configuration: Settings -> Extensions -> byrd configuration

Auto-release feature (new):


In case you don't want your orders to be released automatically in the byrd dashboard. Please select "Disable automatic release"



3. Add cronjobs for message-queue workers


* "* * * * * /***path***/bin/console scheduled-task:run --time-limit=58"


* "* * * * * /***path***/bin/console messenger:consume default --time-limit=58"


Products configuration

1. Log into the admin panel


2. Go to Catalogue -> Products 

3. Find "byrd data" section under product details, set it's SKU and click "Save byrd SKU".

4. After few minutes it should be syncronized with byrd. (products are synced every 10 minutes)


Order sent notification:

Plugin makes possible to notify client that order is sent. It should be configured in Settings -> ***Email templates*** section.


1. Add -> Add new email template


2. Select Type: Crehler-byrd Order Sent


3. Fill other fields and content.

 


***To make it work you have to config Mailer before***

 

Optional debug/log config:

 

byrd communication logs are contained in byrd.bus.{ENV}-{DATE}.log and byrd.integration.{ENV}-{DATE}.log files.

For example byrd.bus.dev-2022-08-04.log or byrd.bus.prod-2022-08-04.log and byrd.integration.dev-2022-08-01.log or byrd.integration.prod-2022-08-01.log

**path**/var/log/byrd.integration.{ENV}-{DATE}.log and **path**/var/log/byrd.bus.{ENV}-{DATE}.log

 

There is possibility to log all request in DB. To enable requests logging you should set env variable

 

***BYRD_LOGS_MODE=true***




Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article