Jump to content
  • 0

Większa ilość produktów w boxie promocje


elroy

Question

5 answers to this question

Recommended Posts

  • 0

w pliku php modułu jest taka linia:
 

Product::getRandomSpecial((int)$params['cookie']->id_lang))

zmieniamy ją na

Product::getPricesDrop((int)$params['cookie']->id_lang, 0, 5)

następnie edytujemy plik szablonu tego modułu,

dajemy tam pętlę foreach 

{foreach from=$specials item=special}

w którejh wyświetlamy kolejno elementy (produkty)

  • Like 1
Link to comment
Share on other sites

  • 0

Zmieniłem

if (!($special = Product::getRandomSpecial((int)$params['cookie']->id_lang)) && !Configuration::get('PS_BLOCK_SPECIALS_DISPLAY'))

Na

if (!($special = Product::getPricesDrop((int)$params['cookie']->id_lang, 0, 5)) && !Configuration::get('PS_BLOCK_SPECIALS_DISPLAY'))

Otrzymuję błąd.

 

Notice: Undefined index: name in/tools/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code on line 64

 

Dzięki za zerknięcie.

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