Download the PHP
package webdna/commerce-bundles without Composer
On this page you can find all versions of the php package
webdna/commerce-bundles. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.
Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.
In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories.
In this case some credentials are needed to access such packages.
Please use the auth.json textarea to insert credentials, if a package is coming from a private repository.
You can look here for more information.
Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
To use Composer is sometimes complicated. Especially for beginners.
Composer needs much resources. Sometimes they are not available on a simple webspace.
If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Create a bundle purchasable of existing commerce products.
Requirements
This plugin requires Craft CMS 3.0.0-beta.23 or later.
Installation
To install the plugin, follow these instructions.
Open your terminal and go to your Craft project:
cd /path/to/project
Then tell Composer to load the plugin:
composer require webdna/commerce-bundles
In the Control Panel, go to Settings → Plugins and click the “Install” button for Bundles.
Bundles Overview
Bundles allows you to create a bundle containing a combination of different products (or a single product with multiple quantities). Set an overall price for the bundle, giving you the option to offer a discount or promotion (for example 3 for 2).
Configuring Bundles
Bundle Types
Bundle Types is where you can define the template and URL for bundle. You can add any custom fields to your bundle types.
Bundles
Here is where you setup your Bundle, select the products and quantities of the product that make up the Bundle. Similar to Commerce Products add an SKU and price for the Bundle.
Using Bundles
You can access your bundles from your templates using a bundle query:
When you access a bundle directly via it's URL the bundle variable is available.
Available Methods
Once you have your bundle there are methods for accessing the bundles products and quanities, and for checking stock.
Products
Quantities
Stock
Fields
Bundles also includes a Bundles field type.
Example
Display a list of products and quantities that make up the bundle.
Composer command for our command line client (download client)This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free.Standard composer command
The package webdna/commerce-bundles contains the following files
Loading the files please wait ....
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.