Jump to content

edycja menu na karcie produktów


pestucha

Recommended Posts

Jeśli chodzi o usunięcie zakładek, to na pewno skończy się to błędami, gdyż w czasie zapisu produktu jest walidowana poprawność wszystkich danych.

Natomiast sortowanie jest w kontrolerze /controllers/admin/AdminProductsController.php

            $this->available_tabs = array_merge($this->available_tabs, array(
                'Informations' => 0,
                'Pack' => 7,
                'VirtualProduct' => 8,
                'Prices' => 1,
                'Seo' => 2,
                'Associations' => 3,
                'Images' => 9,
                'Shipping' => 4,
                'Combinations' => 5,
                'Features' => 10,
                'Customization' => 11,
                'Attachments' => 12,
                'Suppliers' => 13,
            ));

// Sort the tabs that need to be preloaded by their priority number
asort($this->available_tabs, SORT_NUMERIC);

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