Page 1 of 1

Variable Product Name Prefix

PostPosted: Tue Jan 07, 2014 9:14 am
by bkerns
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

Re: Variable Product Name Prefix

PostPosted: Tue Jan 07, 2014 9:24 am
by Jim
Have you tried changing the text for "Variable -" on Preferences > Store Text > Shopping cart? Try putting a couple of spaces or &nbsp; in the field which should replace the text with just spaces. If you are using the Variable SKU field you might want to change that text also.

Re: Variable Product Name Prefix

PostPosted: Tue Jan 07, 2014 9:33 am
by bkerns
Awesome! Thanks for the speedy solution. I will have to review the preferences functionality more closely.

-Brian