Search the Community
Showing results for tags 'add new field'.
-
Hi all, I have added one new field to Customer Table ( Named Transaction Amount) which is working fine. Now i want to add one new table , "TransactionDetails" with Customer id as FK, Everty time The customer purchases some item, the amount should be save to transaction table and the balance amount should show display in productlist.php page ( if he is logged in). Please help me out.
-
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,
- 5 replies
-
- add new field
- edit prestashop
-
(and 1 more)
Tagged with:
-
How can i add new label and text field to add new product page in admin panel.