Jump to content

Resolvido - Novos produtos aleatórios home. Versão 1.6.1.0


Recommended Posts

A quem estiver procurando como colocar os novos produtos da home aleatoriamente.

 

No arquivo /modules/blocknewproducts/blocknewproducts.php

 

 

Na Linha: 

 

$newProducts = Product::getNewProducts((int) $this->context->language->id, 0, (int)Configuration::get('NEW_PRODUCTS_NBR'));

 

Trocar por: 

 

$newProducts = Product::getNewProducts((int) $this->context->language->id, 0, 100);shuffle($newProducts);array_splice($newProducts, Configuration::get('NEW_PRODUCTS_NBR') );
 
 
 
Eu fiz na minha 1.6.1.0 e funcionou.
 
Link to comment
Share on other sites

trollanderson confira minha loja: http://bellaeva.com.br

 

funciona o randômico perfeitamente, apliquei exatamente o que descrevi no post, no arquivo /modules/blocknewproducts/blocknewproducts.php.

 

abs.

 

 

Levirm, boa tarde.

 

Aqui (pelo menos pra mim) seus produtos estão sempre na mesma ordem, mesmo apertando F5 ou CTRL + F5 a ordem é a mesma...Parlux 3800, Wahl, Whey feminino e Secador Taiff Vulcan na primeira linha, por exemplo..

 

Isso que quero mudar, quando der F5, os produtos recém chegados mudem de posição, nos populares consegui, mas no recém chegados não..

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