help - trying to mod Product Configurator to allow qty 1 child items

I’m trying to mod Product Configurator to allow me to define some child items as qty 1 - regardless of the parent’s qty. This will let me add optional setup fees (child qty 1) and run charges (child qty = parent qty) to product purchases.



I’ve been able to force all child items to qty 1 by modifying /addons/product_configurator/func.php with

```php $product_data[$_product_id][‘amount’] = 1; ```

but this won’t allow me to have child items which need to be multiples.



I’d appreciate any ideas you might have for the simplest solution.



thanks,

Glen

solved - [url]http://forum.cs-cart.com/showthread.php?p=83720[/url]