Jump to content
  • 0

Wyszukiwanie produktów po kodzie EAN-13 w back office Presta 1.7.


pgames

Question

1 answer to this question

Recommended Posts

  • 0

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

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