[Помогите] Счет экстренного сообщения

Тема в разделе "OpenCart", создана пользователем deloco, 5 июн 2014.

  1. deloco

    deloco

    Регистрация:
    9 май 2014
    Сообщения:
    13
    Симпатии:
    42
    My page specials / special shows only 37 products. in the settings, I have the default catlaog, set 25 Anyone to have an idea what causes this?
     
  2. deloco

    deloco

    Регистрация:
    9 май 2014
    Сообщения:
    13
    Симпатии:
    42
    decided
    Decided it completely, it was a problem with the code limit pagination.
    SPECIAL PAGE: (.. \ catalog \ controller \ product \ special.php)

    линия 229-235 или На моем линия 457-467

    foreach ($ limits as $ limit) {
    $ This-> data ['limits'] [] = array (
    'Text' => $ limit,
    'Value' => $ limit,
    'Href' => $ this-> url-> link ('product / special', $ url. '& Limit ='. $ Limit)
    );
    }

    Replace:
    foreach ($ $ Limits as Limits) {
    $ this-> Data ['Limits'] [] = array (
    'text' => $ Limits,
    'value' => $ Limits,
    'href' => $ this-> url -> Link ('Product / Special', $ url. '& limit ='. $ Limits)
    );
    }

    http://forum.opencart.com/viewtopic.php?f=20&t=125582&hilit=pagination