-
Notifications
You must be signed in to change notification settings - Fork 3
Features
V²Configurator assists visitors of your site / shop in choosing configuration options. Each option may have lots of information, such as pictures, data sheet, advice, etc, yet the configurator keeps a clean and simple UI thanks to the collapsible presentation.
Example: If customer chose Part A1 then part B2 is not available, but if he chooses part A2 than part B2 is available., e.g. you pick the small case and then the big heat sink option is disabled, as it does not fit.
The customer can choose from a list of ready made configs. With a single click he can build a fully working configuration, that he can buy as is, or continue tweaking.
Sometimes a fully working configuration need third party parts. E.g. we sell computer enclosures. But to give the customer the capability to understand total cost of the computer, our ready configs include third party parts, such as motherboard and CPU. Our summary are split into our shopping cart and third party cart.
- Company Name, Logo, Product Names, Data Sheet content, etc... all can be customized for your needs in one Jason file
- You can use a WYSIWYG Json form editor. No programming skill needed. If you can fill out a form on the internet, you can customize V²Configurator
One purpose of the configurator is to guide the customer to only configure sensible configurations. E.g. do not offer the choice of the big heat sink in case the customer chose the tiny housing (in which the big heat sink does not fit). Logic in a configurator is about limiting choices in a section depending on its parents choices. You can configure these dependencies as a look up table by simply adding this look up table data to your section's JSON data. You do not nee to code JavaScript by hand!
- Just a HTML file with additional CSS and JavaScript.
- No PHP, No SQL Server
- No CPU load on server. Computations are done on Client
If you can copy a custom HTML page with linked JavaScript and CSS to your server then you can install V²Configurator.
Simple Gallery to show pictures per part
- Runs on any screen size, from 3.5" Mobile to big screen
- Luxury features are automatically disabled on small screens
- modules flow automatically according to screen size
Common Configurations can be stored in Json by the admin. The user can create very complex configurations with the click of just one button or by answering a short series of questions.
- Configurator Hierarchy: Product ►Part ►Option
- Part Sub Sections (each can be disabled)
- Choice
- Comparison Table
- Advice
- Gallery
- Datasheet

