Jump to content

Get special products from specific category [Prestashop 1.7]


Recommended Posts

Hello, I must get special products only from specific category with ID 120. I change function getSpecialProducts() but I get errors

private function getSpecialProducts()
    {
        $products = Product::getPricesDrop(
            (int)Context::getContext()->language->id,category->188,
            0,
            (int)Configuration::get('TM_BLOCKSPECIALS_SPECIALS_NBR')
        );

Someone help mi? This code gets every products how change to category with ID 120?

Edited by Ramage (see edit history)
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...