How can I add another field for the products name? I would like two lines.
Using 1.5.1
How can I add another field for the products name? I would like two lines.
Using 1.5.1
If you want your products' names to be on two lines, why not just include the "new-line" in the product's name? For example, set a product's name to be:
and it will display as:Code:Name line 1<br />Name line 2
Code:Name line 1 Name line 2