Jump to content

Résolu : Impossible de remplir détails, description


Recommended Posts

Bonjour,

 

Alors que j'ai installé 1.6 sans avoir modifié aucun template je ne peux remplir différent champs lors de la création de produit : détails, description et également dans la description de catégorie.

 

Je vous laisse voir la capture d'écran ci dessous. Je pense qu'il s'agit de modifier légèrement les template mais je ne sais pas lesquels et avec quel code.

 

Merci de votre aide :)

 

post-385417-0-11072600-1403339245_thumb.jpg

 

 

Edited by Rom75 (see edit history)
Link to comment
Share on other sites

Génial je te remercie :) , après avoir utilisé ta méthode et une recherche voilà ce qu'il faut faire pour ceux qui auraient le même problème :

 

After no responses from the forum, I began digging into this myself and solved the issue. The problem is bad code in js/tiny_mce/tinymce.min.js.

 

The following code builds the path that was giving me a problem.

 

{plugins:f,external_filemanager_path:s+"/filemanager/",filemanager_title:"File manager",external_plugins:{filemanager:s+"/filemanager/plugin.min.js"},skin:"prestashop",resize:false,theme:"modern"})

 

I deleted the slash before filemanager/plugin.min.js:

 

{plugins:f,external_filemanager_path:s+"/filemanager/",filemanager_title:"File manager",external_plugins:{filemanager:s+"filemanager/plugin.min.js"},skin:"prestashop",resize:false,theme:"modern"})

 

 

I changed the code in the js file and everything works fine. 

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