ZipCart provides a means to download many files at once. Users may select multiple files for download (adding files to a "cart"), then fetch them all as a single bundled Zip archive.
Allows fields to be grouped together in multiple group types, such as fieldsets, horizontal/vertical tabs, details, accordions, div wrappers, or HTML elements
Macro Code extends the Macro module to provide automatic exporting of macros to "component" files. A component file is simply a .macro file with one or more macros.
The spaces_node module builds on top of the Spaces module by turning nodes into spaces. Included with spaces is spaces_og (which turns an organic group into a space), spaces_user (which turns a user into a space), and spaces_taxonomy (which turns taxonomy terms into a space). The major piece that was missing was turning a node into a space. That is where spaces_node comes in.
If you aren’t familiar with spaces, you may want to take the time to get to know it a little. It is essentially a way of creating areas of your site that have different settings than other parts of the site. Spaces_node simply allows you to have separate settings on a per node basis. Some of the types of settings you can have are variables and contexts.
Using spaces_node with context can be very powerful. To see it in action, watch this spaces_node demo video.
Requirements & recommendations
If you want to replicate what is happening in the video, you will either need the ginkgo theme or follow my instructions here.