Jump to content

Top sellers and Specials page error


Recommended Posts

Hello all

I just install V1.1b2. But I have a problem. After I open Top sellers or Specials page. I got the error. Can help me solve it? Thank you very much.

Notice: Undefined variable: nbProducts in C:\Inetpub\wwwroot\crystal\pagination.php on line 13

Notice: Undefined variable: nbProducts in C:\Inetpub\wwwroot\crystal\pagination.php on line 14

Notice: Undefined variable: nbProducts in C:\Inetpub\wwwroot\crystal\pagination.php on line 15

Home>Top sellers

Nova

2730_LMeDTOzEeo0In8vyQyV1_t

Link to comment
Share on other sites

There are several changes to the template system, so you will have to check that you're using the latest template code (and if you're using a custom theme you will have to edit it to be compatible). I would recommend using the new default "PrestaShop" theme for testing, and then modufy your own custom theme when you (and the code) is ready for production use!

Paul

Link to comment
Share on other sites

Looking at just the new products listing I would check the file new-products.php it should contain the lines:

$nbProducts = intval(Product::getNewProducts(intval($cookie->id_lang), NULL, NULL, true));
include(dirname(__FILE__).'/pagination.php');



If it doesn't, then there's something far wrong!!

Paul

Link to comment
Share on other sites

  • 3 weeks later...
×
×
  • Create New...