VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Virtuemart 1.1 Development (Archiv) => Quality & Testing VirtueMart 1.1.x => Topic started by: websnail on April 27, 2008, 18:58:22 PM

Title: Product - property delimiter being used!
Post by: websnail on April 27, 2008, 18:58:22 PM
Version: 1.1.0 stable
Joomla: 1.5.2 stable

To recreate:
Administration
> Add Product
> Product Status
> Add Attribute title 'foo'
> Click on Property field

Type in a description using comma or square bracket...

Click apply or save.


This field is using commas as a delimiter and as a result it splits up any additional properties into sepereate property fields... Great if you want to use that but not if you want to use standard English grammar.

Suggested fix:
- Use a non-standard delimiter eg: '~~' to seperate the property fields.

OR...

Put in sanity checking that warns when you use "reserved" characters in the field.