- First initial release
- Fixed bug causing products to have tax added twice.
- Re-enable disable/enable buttons on Products / Categories
- Use
TaxAdmin::MathsHelper()
to calculate product tax
- Fix tax rate export column
- Improved adding of import button
- Fix importing of categories to use correct class
- Ensure that only enabled categories are used when finding a Product's parent
- Add upgrade mappings from silverstripe-commerce
- Switch to using
Taxable
for price/tax calculations
- Ensure CMS field modifications only apply if the field exists
- Ensure that only enabled categories are used when finding a Product's parent
- Add upgrade mappings from silverstripe-commerce
- Fix issue where sub categories are not automatically linked to parents
- Update gridfields to use action menus
- Remove custom item request class for existing categories
- made export_fields multidimensional on CatalogueProduct
- Fix error causing categories to become unlinked when bulk edited
- Ensure that only enabled categories are used when finding a Product's parent
- Add upgrade mappings from silverstripe-commerce
- Add better hierarchical support for importing categorys
- Simplify and improve product import/export process
- Simplify CatalogueAdmin
- Update to use
getExportFields
on CatalogueAdmin Products
- Fix unit tests
- Simplify find or make query and fix issue that can occure when accessing
Children
- Allow adding of base classname to the create product dropdown
- Improve bulk CSV importer to correctly set product type to correct classname
- Switch Product Classname field to use Helper
- Allow filtering of products by ClassName/Type
- Add Subsite ID to product export (if Subsites is installed)
- Ensure that only enabled categories are used when finding a Product's parent
- Add upgrade mappings from silverstripe-commerce
- Add improvements to product importer