Download the PHP package bitbag/product-bundle-plugin without Composer
On this page you can find all versions of the php package bitbag/product-bundle-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bitbag/product-bundle-plugin
More information about bitbag/product-bundle-plugin
Files in bitbag/product-bundle-plugin
Package product-bundle-plugin
Short Description Product bundle for Sylius.
License MIT
Informations about the package product-bundle-plugin
BitBag SyliusProductBundlePlugin
[
](https://bitbag.io/contact-us/?utm_source=github&utm_medium=referral&utm_campaign=plugins_productbundle)
We want to impact many unique eCommerce projects and build our brand recognition worldwide, so we are heavily involved in creating open-source solutions, especially for Sylius. We have already created over 35 extensions, which have been downloaded almost 2 million times.
You can find more information about our eCommerce services and technologies on our website: https://bitbag.io/. We have also created a unique service dedicated to creating plugins: https://bitbag.io/services/sylius-plugin-development.
Do you like our work? Would you like to join us? Check out the “Career” tab: https://bitbag.io/pl/kariera.
About Us
BitBag is a software house that implements tailor-made eCommerce platforms with the entire infrastructure—from creating eCommerce platforms to implementing PIM and CMS systems to developing custom eCommerce applications, specialist B2B solutions, and migrations from other platforms.
We actively participate in Sylius's development. We have already completed over 150 projects, cooperating with clients worldwide, including smaller enterprises and large international companies. We have completed projects for such important brands as Mytheresa, Foodspring, Planeta Huerto (Carrefour Group), Albeco, Mollie, and ArtNight.
We have a 70-person team of experts: business analysts and consultants, eCommerce developers, project managers, and QA testers.
Our services:
- B2B and B2C eCommerce platform implementations
- Multi-vendor marketplace platform implementations
- eCommerce migrations
- Sylius plugin development
- Sylius consulting
- Project maintenance and long-term support
- PIM and CMS implementations
Some numbers from BitBag regarding Sylius:
- 70 experts on board
- +150 projects delivered on top of Sylius
- 30 countries of BitBag’s customers
- 7 years in the Sylius ecosystem
- +35 plugins created for Sylius
Table of Content
- Overview
- Installation
- Testing
- Functionalities
- Demo
- License
- Contact
- Community
Overview
The SyliusProductBundle plugin allows you to create bundles from existing products in your store. Bundles appear and behave like any other product in your store. This will allow the customer to add multiple products to the cart simultaneously. What's more, products that are sold as bundles encourage customers to meet minimum shipping spending limits - increasing the average order value compared to free shipping.
Installation
-
Require plugin with composer:
-
Add plugin dependencies to your
config/bundles.php
file afterSylius\Bundle\ApiBundle\SyliusApiBundle
. -
Import required config in your
config/packages/_sylius.yaml
file: -
Import routing in your
config/routes.yaml
file: -
Extend
Product
(including Doctrine mapping):Mapping (XML):
-
Extend
OrderItem
(including Doctrine mapping):Mapping (XML):
-
Add configuration for extended product, order item and product variant repository:
-
Add 'Create/Bundle' to product grid configuration:
-
If you have full configuration in xml override doctrine config :
-
Copy plugin templates into your project
templates/bundles
directory: -
Please clear application cache by running command below:
-
Finish the installation by updating the database schema and installing assets:
- Add plugin assets to your project: Import webpack config*
Testing
Functionalities
All main functionalities of the plugin are described here.
If you need some help with Sylius development, don't be hesitated to contact us directly. You can fill the form on this site or send us an e-mail at [email protected]!
Demo
We created a demo app with some useful use-cases of plugins! Visit http://demo.sylius.com/ to take a look at it.
If you need an overview of Sylius' capabilities, schedule a consultation with our expert.
Additional resources for developers
To learn more about our contribution workflow and more, we encourage you to use the following resources:
- Sylius Documentation
- Sylius Contribution Guide
- Sylius Online Course
- Sylius Product Bundle Plugin Blog
License
This plugin's source code is completely free and released under the terms of the MIT license.
Contact
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! Contact us or send us an e-mail to [email protected] with your question(s).
Community
For online communication, we invite you to chat with us & other users on Sylius Slack.
All versions of product-bundle-plugin with dependencies
sylius/sylius Version ^2.0.0
dompdf/dompdf Version ^2.0
sylius/twig-hooks Version ^0.5
sylius/twig-extra Version ^0.5
symfony/ux-autocomplete Version ^2.17
symfony/ux-live-component Version ^2.20
symfony/ux-twig-component Version ^2.20
symfony/webpack-encore-bundle Version ^2.1
symfony/stimulus-bundle Version ^2.12