PrestaShop Forum

The best place in the world to ask questions about PrestaShop and get advice from our passionate community!

PrestaShop Forum

Jump to content

 

Field customization

4 replies to this topic
#1
defeyter

    PrestaShop Newbie

  • Members
  • Pip
  • 0 posts
Hi,

I am trying to add some customization fields, which is working (after fixing the hack attempt bug). But, in the front end, just above my text fields the heading TEXTS is displayed.

Who can tell me where I edit that TEXTS (or even delete the whole header?

Thanks,
Chris

#2
arnaud81

    PrestaShop Newbie

  • Members
  • Pip
  • 10 posts
Hi !

I think I have the same sort of problem...

I added two custom textfields to a product. In the Front Office product page, no problems, but in the Back Office, on the orders tab, "Text N°#" (where # is a number) appear in front of the values instead of the textfield label... Anyone has an idea ?

Thanks

#3
rocky

    PrestaShop Superstar

  • US Moderators
  • 9988 posts
To change Texts, go to Tools > Translations, select Front Office, click a flag, find Texts under products and enter the modified text.

It is normal for Prestashop to use "Text #" when displaying customised text. You would have to modify code to change that behaviour.
Check out Nethercott Constructions for PrestaShop guides and modules. Like us on Facebook for news updates.

#4
arnaud81

    PrestaShop Newbie

  • Members
  • Pip
  • 10 posts
Thanks rocky,

I'll try to modify a little bit in order to display the value `name` of the `ps_customization_field_lang`table instead of "Text #"

#5
afuniman

    PrestaShop Newbie

  • Members
  • Pip
  • 7 posts
You can also edit it in the product.tpl file in the Themes folder. Search for the word "texts" , change it, then clear out your Smarty Cache and regenerate your .htaccess file.