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
Variable Product Name Prefix
-
- Site Admin
- Posts: 4953
- Joined: Fri Aug 04, 2006 1:42 pm
- Location: Utah
Re: Variable Product Name Prefix
Have you tried changing the text for "Variable -" on Preferences > Store Text > Shopping cart? Try putting a couple of spaces or 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.
-
- Posts: 16
- Joined: Wed Nov 20, 2013 2:07 pm
Re: Variable Product Name Prefix
Awesome! Thanks for the speedy solution. I will have to review the preferences functionality more closely.
-Brian
-Brian