Jump to content

[résolu]Nom produit Grisé


Recommended Posts

Bonjour,

je viens d'installer Prestashop chez OVH, j'ai supprimée les produits de démo. Rempli les informations personnelle et j'ai voulu créer mes premier produits. malheureusement impossible.

 

J'ai trouvé des informations via google. J'ai édité avec Notepad++, essayer les deux propositions, commenter juste une ligne ou l'ensemble. Rien n'y fais.

 

Seul chose que j'ai remarqué, j'avais un petit drapeau US hier, maintenant il est FR.

 

 

Malgré mes recherches je ne trouve pas de réponse a mon problème, je me tourne vers vous.

Merci, de m’expliquer les procédure pas à pas, je débute.

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

Re,

 

Il y a du code commenté dans /js/admin-prouct.js

 

/*
product_tabs['Seo'] = new function(){
var self = this;
this.onReady = function() {
 // Enable writing of the product name when the friendly url field in tab SEO is loaded
 $('.copy2friendlyUrl').removeAttr('disabled');
 displayFlags(languages, id_language, allowEmployeeFormLang);
 if (display_multishop_checkboxes)
  ProductMultishop.checkAllSeo();
};
}
*/

 

Ce code gère le de "grisage" de ce champ. En le decommentant le champ repasse en blanc après chargement.

 

Cordialement

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