Combine the power of configurable products and bundle products to create a configurable bundle . Take full control of your catalog and create truely userfriendly products which increases your revenue.
A bundle product adds all products to the cart as a single product bundle, allowing you to provide discounts for the complete bundle and not for each product apart. There are many use-cases where a bundle product increases your revenue or makes it easier for your customer to purchase products that belong together.
It does not matter if you sell clothes, computers, cars or airplanes. You can allow your customer to completely configure the bundle product in a very powerful and intuitive way.
Combine the power of configurable products and bundle products to create a configurable bundle .Take full control of your catalog and create truely userfriendly products which increases your revenue.
A bundle product adds all products to the cart as a single product bundle, allowing you to provide discounts for the complete bundle and not for each product apart. There are many use-cases where a bundle product increases your revenue or makes it easier for your customer to purchase products that belong together.
It does not matter if you sell clothes, computers, cars or airplanes. You can allow your customer to completely configure the bundle product in a very powerful and intuitive way.
YAs seen on the right side, you can build a set of products and add it in the cart as one product. Configurable Bundle allows you to use this to your advantage and add configurable products to your bundle, to create customizable sets in the frontend.
It looks amazing and provides a great deal of benefits including a better way in cross selling by combining products together into great deals.
Click on the Installation tab on the left side to show the installation steps. These are also visible on your account page on our website
Creating a bundle is very simple, create a default bundle product, and add configurable products to the bundle options where you would normally usesimple products or virtual products. An example is seen in the screenshot on the right side.
Save your product and the rest of the magic will happen automatically!
Our extensions should always work properly out of the box. If you do have issues with our extension, feel free to contact us.
Development Support is always free and is prioritized in the following situations:
Conflicts between our extension and other extensions or your theme is not part of the free support. If you require help with that, we will still be able to solve your issues. We will do an initial research and let you know what the costs will be to get this resolved.
Initial resource requires us to have access to a server where the issue is reproducible. We prefer access to a staging environment but if there's only one production environment, we will take all precautions to ensure your integrity is never compromised. Our support engineers are Linux experts, we assure you that we wont change anything in your environment and leave the environment in the state that it was when we got access.
There may be situations where the extension requires customizations for your specific case and we're always able to scope the customization for you and provide you with a quick indication of the costs involved.
We can also develop completely custom extensions or build integrations with external systems to automate your business.
No matter how hard the case seems, contact us and we'll take a look at the possibilities. Since asking never costs anything, why not give it a try?
Demo URL | https://cb.demo.gogento.com/clothing-bundle.html |
---|
We do not provide direct download links of our extensions as they are not needed and bad practise. Installing and maintaining the latest updates of your extensions using composer is the best and safest solution. If you do need a manual download, feel free to contact us for aid.
Installing an extension is the same process as upgrading an extension. You can run the exact same composer require command as you do with the installation with the new version set, to upgrade the extension
To install our extensions you need to first setup the composer repository for your account.
You don't need to do this after every purchase, just after the very first purchase you make in our webshop. Your composer URL can be found in your account details and can be setup with composer by executing this command on your server in your Magento 2 root:
composer config repositories.gogento composer https://gogento.com/composer/customer/[your-composer-secret]
These instructions can also be found in your account details
Now find the closest version matching your Magento 2 installation and run the composer require command below.
composer require gogento/configurable-bundle "^240.1"
composer require gogento/configurable-bundle "^236.1"
composer require gogento/configurable-bundle "^235.1"
After the extension installation you can proceed with the default deployment commands which are run after adding a new extension.
1. Upgrading the database schema
bin/magento setup:upgrade2. Verify your deployment mode
bin/magento deploy:mode:show3. Run if the above command returns "production"
bin/magento setup:di:compile bin/magento setup:static-content:deploy [your locales]4. Wrap up the deployment
bin/magento index:reindex bin/magento cache:clean
Click on the Installation tab on the left side to show the installation steps. These are also visible on your account page on our website
Creating a bundle is very simple, create a default bundle product, and add configurable products to the bundle options where you would normally usesimple products or virtual products. An example is seen in the screenshot on the right side.
Save your product and the rest of the magic will happen automatically!
You can create either Drop-Down or Radio types which will result in a single selection, but it's also possible to use checkbox or multiple as type, to allow the customer to select multiple different products.
Our extensions should always work properly out of the box. If you do have issues with our extension, feel free to contact us.
Development Support is always free and is prioritized in the following situations:
Conflicts between our extension and other extensions or your theme is not part of the free support. If you require help with that, we will still be able to solve your issues. We will do an initial research and let you know what the costs will be to get this resolved.
Initial resource requires us to have access to a server where the issue is reproducible. We prefer access to a staging environment but if there's only one production environment, we will take all precautions to ensure your integrity is never compromised. Our support engineers are Linux experts, we assure you that we wont change anything in your environment and leave the environment in the state that it was when we got access.
There may be situations where the extension requires customizations for your specific case and we're always able to scope the customization for you and provide you with a quick indication of the costs involved.
We can also develop completely custom extensions or build integrations with external systems to automate your business.
No matter how hard the case seems, contact us and we'll take a look at the possibilities. Since asking never costs anything, why not give it a try?