config_steps.rst 2.0 KB

123456789101112131415161718192021222324252627
  1. *******************
  2. Configuration steps
  3. *******************
  4. If your product has many attributes there is a high chance you won't want a large form that mashes all the fields together. Grouping fields into separate steps enhances usability and simplifies navigation. Furthermore in the website configurator we can also set different views per each step and offer more visual flexibility.
  5. We will again use our demo product to ilustrate this feature. Having all our attributes previously defined and added to the configurable template from the previous chapter we will navigate to the Configurator tab and add a new line to the configuration steps table.
  6. The first parameter is the configuration step, you can just write any name (in our case Engine) and click create from the dropdown menu. Then on the right we select the attributes which will appear in this configuration steps (in our case Fuel type and Engine model).
  7. .. image:: images/conf_steps2.png
  8. :align: center
  9. :alt: alternate text
  10. At this point in time when loading the configuration interface the product will have the Engine configuration step and the two attributes and input
  11. fields to supply data.
  12. After adding as many steps as you please you can re-order them with drag and drop to change the sequence in which they appear through the configuration interface.
  13. For the website interface you can change the select box default view. First navigate to the configuration step in question either from the Configuration Steps menu on the left or by clicking the blue arrow on the configuration step table. Then select a different view in the View field and save.
  14. Now when you access the website configurator and reach your step by clickin on the tab or via Next button you will be presented with the new display.
  15. .. note::
  16. So far the Product Configurator comes with two pre-defined views (Select-Box & Radio-Thumbail). In order for the thumbnail view to shows images of
  17. attributes you must link the attributes to products. See more here (link)