Get Category wise Newest Product

I am add New Filling New Arrival By Changing Schemas/block_manager/sturecture.php



And Add This Code-:

‘new_arrival’ => array (

‘params’ => array (

‘sort_by’ => ‘timestamp’,

‘sort_order’ => ‘desc’,

‘request’ => array (

‘cid’ => ‘%CURRENT_CATEGORY_ID%’

)

)

),



And Add schemas/bolck_manager/specific_settings.php





‘new_arrival’ => array (

‘period’ => array (

‘type’ => ‘selectbox’,

‘values’ => array (

‘A’ => ‘any_date’,

‘D’ => ‘today’,

‘HC’ => ‘last_days’,

),

‘default_value’ => ‘any_date’

),

‘last_days’ => array (

‘type’ => ‘input’,

‘default_value’ => 1

),

‘limit’ => array (

‘type’ => ‘input’,

‘default_value’ => 3

)

),



It’s Perefect Working on category pages, but not working in other pages



What request i send in

‘request’ => array (

‘cid’ => ‘%CURRENT_CATEGORY_ID%’

)

request array so its working prefect please guide me



Thanks Sunil