new

[strapi_products]
'; foreach ( $products as $item ) { $p = $item['attributes']; if ( empty($p['featured_image']['data']) ) continue; $img = $p['featured_image']['data']['attributes']['url']; $img = 'https://foamy-rancidly-bao.ngrok-free.dev' . $img; echo '

'.$p['title'].'

₹'.$p['price'].'

'; } echo '
'; ?>
Scroll to Top