 RE: How do I increase the words of the product name?
hell-o
best way to address this is use a userfield.
dedicate a userfield for this purpose lets say userfield 2.
in your ppinc replace the %%name%% token with %%userFieldTwo%%
in the manager add the name you want for the product to user2.
in cart display in your manager replace the product name with user2.
in all dB pages, viewcart page, step one and step two, confirmation emails and the sales log the name will be whatever is in user2.
you can also use the regular name and database field for a different name or number. such as
category - cars
name - Chevy
user2 - 1968 Camero SS
the category will be the link name. the name will be the manufacturer and the userfield will be the make and model.
in cart display append what is there with user2 NO make and model. in the bottom set of variables as well if you want the info to appear beyond checkout.
ok, ok if you only need to extend the number of characters in the name field just edit this file:
store/protected/product_edit-ext_lib.pl
<td colspan=2><font FACE="ARIAL" SIZE="2"><b>Product Name</b>
- 3 or 4 words</font><br>
<input NAME="name" TYPE="TEXT" SIZE="35" MAXLENGTH="35"></td>
there will be multiple instances for the product name so be sure to get them all.
regards,
dan
|