Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.39 KB

README.md

File metadata and controls

26 lines (21 loc) · 1.39 KB

Advanced Features Values for Prestashop

This is a module for Prestashop 1.5.3+.

Multiple feature values

This allows the selection of multiple values for product features, instead of just one. This is compatible with the default product page display, showing all selected values in the Features table, and with the blocklayered module, which will display all selected values in the facet navigation.

Feature values ordering

This allows the ordering of the features values. This is compatible with the default product page display, showing all selected values in the Features table in the correct order.

Install

Download and copy the advancedfeaturesvalues folder into the /modules folder of your Prestashop installation.

Important: be sure to remove the -master suffix after downloading the archive from GitHub.

Changelog

  • 1.0.10: Bug fixes.
  • 1.0.9: Bug fixes.
  • 1.0.8: Allows concatenation of features values up to 4096 chars instead of the default 1024 limit.
  • 1.0.7: Bug fixes.
  • 1.0.6: Fix manual ordering in feature values admin.
  • 1.0.5: Bug fixes and French localization.
  • 1.0.4: Conform the Prestashop module Validator.
  • 1.0.3: Correct ordering in the blocklayered filters after selecting a value and an Ajax request.
  • 1.0.2: Makes the blocklayered filters reflect the features valures ordering. (PS 1.6.0.11+)
  • 1.0.1: Clear caches on (un)install.
  • 1.0.0: Initial commit.