php to twig do not work
Posted: Sat Jan 26, 2019 3:56 am
hello I am working on a module of 2.x which to 3.x.
But I can not get this php to twig properly
But I can not get this php to twig properly
Code: Select all
<php array_unshift($stock_statuses, array('stock_status_id' => 0, 'name' => '' )); foreach ($stock_statuses as $stock_status) { ?>