This bundle offers additional functionality for the isotope ecommerce system.
see UPGRADE.md
- 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
Adds various fields to isotope products.
- a link to the current cart containing a badge showing the current quantity
- adds member login check if the order is linked to a member
- adds some extra info to the template (see
OrderDetailsExtendedModule
for further info)
- enables to filter for keywords or by status
shipping_exempt
- enables sorting in alphabetical order and reverse alphabetical order
- modifies the list, so that it can show the filter and sorting results
- render products inside a content slider (uses ganlanyuan/tiny-slider)
- a module for visualizing the development of sales for certain products
- displays the product stocks in the front end
- Install via composer (
composer require heimrichhannot/contao-isotope-extension-bundle
) or contao manager - Update your database
- stock isn't validated product variants at the moment (products only)