Ability to show products in the cart as a bundle (ideal for use with Multi Add)
To install Cart Bundle, follow these steps:
- Download & unzip the file and place the
cartbundle
directory into yourcraft/plugins
directory - -OR- do a
git clone https://github.com/webdna/cartbundle.git
directly into yourcraft/plugins
folder. You can then update it withgit pull
- Install plugin in the Craft Control Panel under Settings > Plugins
- The plugin folder should be named
cartbundle
for Craft to see it. GitHub recently started appending-master
(the branch name) to the name of the folder for zip file downloads.
Cart Bundle works on Craft 2.4.x and Craft 2.5.x.
Cart Bundle is a simple plugin that allows you to show products as grouped (bundled) in the cart/checkout. It works by adding some extra information in the options
array in cart line items.
This plugin works great along with the MultiAdd plugin.
NOTE: This is plugin is only designed for output purposes it does not change the purchasable data
- Remove weird id obscuring in favour of hash security
- MORE FEATURES!
Brought to you by webdna
Hat tip to Josh Crawford