Jump to content

Nouveau attribut pour produit (favoris)


Recommended Posts

Comment ajouter un nouveau attribut dans l'admin produit?
par example,ajouter une colonne 'favoris' parmi les autres attributs.

J'ai ajouter un nouveau field dan la bd de prestashop,table:ps_category_product,et j'ai ajouter favorite(tinyint).

En ajoutant cette ligne:
---> 'favorite' => array('title' => $this->l('Favorite'),'active' => 'favorite', 'width' => 30, 'align' => 'center','type' => 'bool','orderby' => false),

sa a fait apparaitre favorite dans l'admin sur la page catalogue.

Ensuite j'ai ajouter cp.`favorite` comme cela :

$this->_select = 'cp.`position`,cp.`favorite`, i.`id_image`,(a.`price` * ((100 + (t.`rate`))/100)) AS price_final';

Et sa a fait apparaitre les petites croix sur la page..
Mais comment fr pour continuer et le fr fonctionner ?

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