Dear Friends,
I want to add new field like (product name, reference or UPC ...) to add new product page, and save it to database like other product info for using it on front product page.
I configured informations.tpl file and add needed field as;
<tr>
<td class="col-left"><label>{$bullet_common_field} {l s='rURL:'}</label></td>
<td style="padding-bottom:5px;">
<input size="55" type="text" name="rURL" value="{$product->rURL|htmlentitiesUTF8}" style="width: 130px; margin-right: 44px;" />
<span class="hint" name="help_box">{l s='Special characters allowed:'}.-_#\<span class="hint-pointer"> </span></span>
</td>
</tr>
I also added new column to database table products, name called "rURL". Now what should I do for field content to be saved related column and to be edited like other product fields?
My prestashop is 1.5.
Please Help,
Ergin,