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
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
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
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.
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.
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 #"
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 #"
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.



Back to top








