Download the PHP package heimrichhannot/contao-isotope-extension-bundle without Composer
On this page you can find all versions of the php package heimrichhannot/contao-isotope-extension-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download heimrichhannot/contao-isotope-extension-bundle
More information about heimrichhannot/contao-isotope-extension-bundle
Files in heimrichhannot/contao-isotope-extension-bundle
Download heimrichhannot/contao-isotope-extension-bundle
More information about heimrichhannot/contao-isotope-extension-bundle
Files in heimrichhannot/contao-isotope-extension-bundle
Vendor heimrichhannot
Package contao-isotope-extension-bundle
Short Description This bundle offers additional functionality for the isotope ecommerce system.
License LGPL-3.0-or-later
Package contao-isotope-extension-bundle
Short Description This bundle offers additional functionality for the isotope ecommerce system.
License LGPL-3.0-or-later
Please rate this library. Is it a good library?
Informations about the package contao-isotope-extension-bundle
Contao Isotope Extension Bundle
This bundle offers additional functionality for the isotope ecommerce system.
Migration from contao-isotope-bundle
see UPGRADE.md
Features
Stock management and validation (initialStock, stock, setQuantity, maxOrderSize)
- if these attributes have values, adding products to the cart or checking out is constrained by the stock left (depending on
setQuantity
if set) - if the stock reaches 0,
shipping_exempt
on the product is set to true - the stock validation (including setting of
shipping_exempt
) and the usage of sets can be configured in the shop config, the product type and the product (shop config has the lowest priority, product the highest) - the usage of sets when computing the quantity to remove from the stock of a product can be configured in the shop config
- when removing an order or setting it to a certain status, the stock is decreased (configurable in the shop config)
- use the max order size attribute to restrict the order size
Additional fields for products
Adds various fields to isotope products.
Frontend modules
Cart Link
- a link to the current cart containing a badge showing the current quantity
Extended Order Details
- adds member login check if the order is linked to a member
- adds some extra info to the template (see
OrderDetailsExtendedModule
for further info)
Extended Product Filter
- enables to filter for keywords or by status
shipping_exempt
- enables sorting in alphabetical order and reverse alphabetical order
Extended Product List
- modifies the list, so that it can show the filter and sorting results
Product List Slider
- render products inside a content slider (uses ganlanyuan/tiny-slider)
Product Ranking
- a module for visualizing the development of sales for certain products
Stock Report
- displays the product stocks in the front end
Installation
- Install via composer (
composer require heimrichhannot/contao-isotope-extension-bundle
) or contao manager - Update your database
Known issues
- stock isn't validated product variants at the moment (products only)
All versions of contao-isotope-extension-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4 || ^8.0
contao/core-bundle Version ^4.9
isotope/isotope-core Version ^2.7
heimrichhannot/contao-utils-bundle Version ^2.191
heimrichhannot/contao-formhybrid Version ^3.17
heimrichhannot/contao-request-bundle Version ^1.2
contao/core-bundle Version ^4.9
isotope/isotope-core Version ^2.7
heimrichhannot/contao-utils-bundle Version ^2.191
heimrichhannot/contao-formhybrid Version ^3.17
heimrichhannot/contao-request-bundle Version ^1.2
The package heimrichhannot/contao-isotope-extension-bundle contains the following files
Loading the files please wait ....