Jump to content
  • 0

moduł presta 1.5 do 1.6


jiro

Question

Witam,

 

Przerabiam moduł do porównywarek z wersji 1.5 do 1.6 i mam spory problem. O ile wszystko inne ogarnąłem to nie mogę sobie poradzić z zapamiętaniem kategorii przez moduł.

 

Podam kod dotyczący drzewka kategorii:

 

 

    if (Tools::isSubmit('submit')) {
            if (Tools::getValue('categoryBox') && count(Tools::getValue('categoryBox')))
                Configuration::updateValue('POROWNYWARKI_CATEGORIES', implode(',', Tools::getValue('categoryBox')));
            else
                Configuration::updateValue('POROWNYWARKI_CATEGORIES', '');

 

 

$selectedCat = explode(',', Configuration::get('POROWNYWARKI_CATEGORIES'));
        $helper = new HelperTreeCategories('categories-treeview');
        $helper->setUseCheckBox(true);
 

                  <table border="0" cellspacing="3" cellpadding="4">
                                <tr>
                                        <td class="title">Wybierz kategorie:</td>
                                        <td>' . $helper->render(null, $selectedCat) . '</td>
                                </tr>

 

Drzewko pięknie się generuje, są checkboxy, ale po zaznaczeniu, zapisaniu i powrocie do konfiguracji niestety żadna kategoria nie jest wybrana, a moduł pobiera do pliku xml produkty z kategorii głównej(chociaż ta również pokazuje, że jest niezaznaczona).

 

Będę wdzięczny za pomoc.

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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