Is there a way to disable addition of the prefix string 'Variable - ' to a product's name when setting the product's name dynamically? It seems that is confusing to the end user and takes the control away from the developer. Variable pricing does not work that way.
<input type="hidden" name="[-- PRODUCT.RecordNumber --]:name" value="[-- PRODUCT.Name --] - Some text I add">
results in:
Variable - Product's Name - Some text I add
-Brian