Jump to content

( RISOLTO ) Ultimi arrivi


havanaclub

Recommended Posts

Non so se sia un bug o un problema che fa solo a me. ma se si entra in questa pagina http://lnx.tecnoservices.it/new-products.php dove regolarmente sono visualizzati i nuovi arrivi, nel fondo della pagina viene visualizzato che ci sono 59 pagine di nuovi arrivi mentre è solo una o al massimo due. Basta provare a cliccare su pagina 2 e già si ha la risposta che non ci sono altri nuovi prodotti.

7660_gcbzTu8yX7ZvID7UQRs1_t

Link to comment
Share on other sites

Risolto..


bisogna sostituire nel file new-products.php nella linea 8

la seguente riga

$nbProducts = intval(Product::getNewProducts(intval($cookie->id_lang), NULL,NULL, true));


con questa

$nbProducts = intval(Product::getNewProducts(intval($cookie->id_lang), intval($p) - 1, intval($n), false));
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...