You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At BitBag we do believe in open source. However, we are able to do it just because of our awesome clients, who are kind enough to share some parts of our work with the community. Therefore, if you feel like there is a possibility for us working together, feel free to reach us out. You will find out more about our professional services, technologies and contact details at https://bitbag.io/.
29
-
30
-
## BitBag SyliusCmsPlugin
31
-
32
-
Almost each eCommerce app has to present some content. Managing it is often done via third-party libraries
33
-
like Wordpress, eZ Platform or a built-in content management system. As Sylius does not have a CMS in the
34
-
standard platform, we decided to develop our own which will be as flexible as Sylius. This plugin allows
35
-
you to add dynamic blocks with images, text or HTML to your storefront as well as pages and FAQs section.
36
-
37
-
## Demo
38
-
39
-
We created a demo app with some useful use-cases of the plugin! Visit [demo.bitbag.shop](https://demo.bitbag.shop) to take a look at it.
40
-
The admin can be accessed under [demo.bitbag.shop/admin](https://demo.bitbag.shop/admin) link and `sylius: sylius` credentials.
At BitBag we do believe in open source. However, we are able to do it just because of our awesome clients, who are kind enough to share some parts of our work with the community. Therefore, if you feel like there is a possibility for us working together, feel free to reach us out. You will find out more about our professional services, technologies and contact details at [https://bitbag.io/](https://bitbag.io/contact-us/?utm_source=github&utm_medium=referral&utm_campaign=plugins_cms).
14
+
15
+
## Table of Content
16
+
17
+
***
18
+
19
+
*[Overwiev](#overwiev)
20
+
*[Support](#we-are-here-to-help)
21
+
*[About us](#about-us)
22
+
*[Community](#community)
23
+
*[Demo](#demo)
24
+
*[License](#license)
25
+
*[Contact](#contact)
26
+
27
+
# Overwiev
28
+
29
+
***
49
30
50
-
## Documentation
31
+
Almost each eCommerce app has to present some content. Managing it is often done via third-party libraries like Wordpress, eZ Platform or a built-in content management system. As Sylius does not have a CMS in the standard platform, we decided to develop our own which will be as flexible as Sylius. This plugin allows you to add dynamic blocks with images, text or HTML to your storefront as well as pages and FAQs section.
51
32
52
33
-[Installation](doc/installation.md)
53
34
-[Upgrading](UPGRADE.md)
@@ -63,6 +44,79 @@ We also recorded a webinar which presents most of the plugin features, including
63
44
-[Sitemap](doc/sitemap.md)
64
45
-[Customization](doc/customization.md)
65
46
66
-
## Contribution
47
+
## We are here to help
48
+
This **open-source plugin was developed to help the Sylius community**. If you have any additional questions, would like help with installing or configuring the plugin or need any assistance with your Sylius project - let us know!
Read more about [Sylius CMS](https://bitbag.io/sylius-cms-all-you-need-to-know-3-implementation-methods/?utm_source=github&utm_medium=referral&utm_campaign=plugins_cms)
53
+
# About us
54
+
55
+
---
56
+
57
+
BitBag is an agency that provides high-quality **eCommerce and Digital Experience software**. Our main area of expertise includes eCommerce consulting and development for B2C, B2B, and Multi-vendor Marketplaces.
58
+
The scope of our services related to Sylius includes:
59
+
-**Consulting** in the field of strategy development
60
+
- Personalized **headless software development**
61
+
-**System maintenance and long-term support**
62
+
-**Outsourcing**
63
+
-**Plugin development**
64
+
-**Data migration**
65
+
66
+
Some numbers regarding Sylius:
67
+
***20+ experts** including consultants, UI/UX designers, Sylius trained front-end and back-end developers,
68
+
***100+ projects** delivered on top of Sylius,
69
+
* Clients from **20+ countries**
70
+
***3+ years** in the Sylius ecosystem.
71
+
72
+
---
73
+
74
+
If you need some help with Sylius development, don't be hesitate to contact us directly. You can fill the form on [this site](https://bitbag.io/contact-us/?utm_source=github&utm_medium=referral&utm_campaign=plugins_cms) or send us an e-mail to hello@bitbag.io!
This plugin's source code is completely free and released under the terms of the MIT license.
114
+
115
+
[//]: #(These are reference links used in the body of this note and get stripped out when the markdown processor does its job. There is no need to format nicely because it shouldn't be seen.)
116
+
117
+
## Contact
118
+
119
+
---
120
+
If you want to contact us, the best way is to fill the form on [our website](https://bitbag.io/contact-us/?utm_source=github&utm_medium=referral&utm_campaign=plugins_cms) or send us an e-mail to hello@bitbag.io with your question(s). We guarantee that we answer as soon as we can!
67
121
68
-
Learn more about our contribution workflow on http://docs.sylius.org/en/latest/contributing/.
Copy file name to clipboardExpand all lines: UPGRADE.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
# UPGRADE FROM 2.4 TO 3.0
2
+
3
+
* The `stefandoorn/sitemap-plugin` dependency has been removed, and moved to the `suggest` section of composer.json.
4
+
If you didn't require this plugin by yourselves, but want to keep the sitemap support, consider requiring it directly in your project as described [here](doc/sitemap.md).
5
+
6
+
* Width and height has been added to image media. Now width and height html tags are generated in shop image.
7
+
Read the below changelog first and then migrate your structure using
0 commit comments