defeyter Posted May 6, 2009 Share Posted May 6, 2009 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 Link to comment Share on other sites More sharing options...
arnaud81 Posted July 2, 2009 Share Posted July 2, 2009 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 Link to comment Share on other sites More sharing options...
rocky Posted July 3, 2009 Share Posted July 3, 2009 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. Link to comment Share on other sites More sharing options...
arnaud81 Posted July 3, 2009 Share Posted July 3, 2009 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 #" Link to comment Share on other sites More sharing options...
afuniman Posted November 21, 2009 Share Posted November 21, 2009 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. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now