pgames Posted May 22, 2021 Share Posted May 22, 2021 Wyszukiwanie po EAN to podstawowa funkcjonalność, a w kolejnych wydaniach Presty brak. Jak można dodać takie pole wyszukiwania? Link to comment Share on other sites More sharing options...
0 ComGrafPL Posted June 1, 2021 Share Posted June 1, 2021 Na serwerze FTP edytujemy plik controllers/admin/AdminProductsController.php wyszukujemy kod: $this->fields_list['reference'] = array( 'title' => $this->l('Reference'), 'align' => 'left', ); dopisujemy pod kodem $this->fields_list['ean13'] = array( 'title' => $this->l('ean13'), 'align' => 'left', 'width' => 80 ); funkcja Ean13 została włączona w panelu administracyjnym. Link to comment Share on other sites More sharing options...
Question
pgames
Wyszukiwanie po EAN to podstawowa funkcjonalność, a w kolejnych wydaniach Presty brak. Jak można dodać takie pole wyszukiwania?
Link to comment
Share on other sites
1 answer to this question
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