Product Configurator

If you have a product with a lot of features, VPCART has a feature called the Kit Configurator. This is designed to allow a customer to choose from many different features for a product with the price being dynamically updated on the page before the customer adds the product to the cart.

 

There is no link to the configurator directly built into VPCART.If you wish to use this facility, you must create your own hyperlink as shown below:

 

<a href=”shopkitconfig.asp?catalogid=6”>Configure this product</a>

 

The catalogid is the product catalogid for the product that you want to allow the customer to configure (6 above is just an example).

 

The configurator only supports dropdown lists.You set up product features normally in the prodfeatures table.

 

If you have a feature set required, it must also have a default value.

 

ScreenShot011.jpg