Jump to content

[Solved] Prestashop Add new field to transaltions/Fields.php


kirubanidhi

Recommended Posts

Go to Check Classes/ObjectModel.php

 

Line no: 986,

 

print field name, for example echo md5($field);

 

Above this code is print all database field value. 

 

Alias is a field name,

 

Converted Md5 value :  724874d1be77f450a09b305fc1534afb 

 

We can apply this md5 value to fields.php 

 

$_FIELDS['Address_724874d1be77f450a09b305fc1534afb'] = 'Address Title';

 

Its worked for me.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...