Jump to content

[resolu] url attribut produit


Recommended Posts

Bonsoir, dans les attributs en bo on a le champ nom et nom public.

Le champ nom public est repris dans la fiche produit mais le champ nom est dans l'url.

Comment le remplacer par le champ nom ? Merci de m'indiquer dans quel fichier je peux inverser ce critère.

 

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

Pour utiliser le nom public dans l'url:

Dans le fichier classes/Product.php, fonction getAttributesInformationsByProduct, remplacez "agl.`name`" par "agl.`public_name`" (3 fois)

 

Pour utiliser le nom dans la fiche produit:

Dans le fichier controllers/front/ProductController.php, fonction assignAttributesGroups, remplacez "'name' => $row['public_group_name']," par "'name' => $row['group_name'],"

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