[2] Undefined array key "img_path"
On line 93 in file /home/saasdlkg/public_html/saas-sols/qos/front/themes/default/item/item.php
88 | <div class="col-md-6">
89 | <?php
90 | echo '<div class="overflow_hidden mb-3">';
91 | echo '<div class="item_center_c">';
92 |
93 | if(!isset ($data_product['multi_images'][md5($data_product['img_path'])])){
94 | $data_product['multi_images'][md5($data_product['img_path'])] = array(
95 | 'img_id' => md5($data_product['img_path']),
96 | 'img_path' => $data_product['img_path'],
97 | 'img_cover' => true,
98 | 'img_status' => 1,
[2] Undefined array key "img_path"
On line 94 in file /home/saasdlkg/public_html/saas-sols/qos/front/themes/default/item/item.php
89 | <?php
90 | echo '<div class="overflow_hidden mb-3">';
91 | echo '<div class="item_center_c">';
92 |
93 | if(!isset ($data_product['multi_images'][md5($data_product['img_path'])])){
94 | $data_product['multi_images'][md5($data_product['img_path'])] = array(
95 | 'img_id' => md5($data_product['img_path']),
96 | 'img_path' => $data_product['img_path'],
97 | 'img_cover' => true,
98 | 'img_status' => 1,
99 | );
[2] Undefined array key "img_path"
On line 95 in file /home/saasdlkg/public_html/saas-sols/qos/front/themes/default/item/item.php
90 | echo '<div class="overflow_hidden mb-3">';
91 | echo '<div class="item_center_c">';
92 |
93 | if(!isset ($data_product['multi_images'][md5($data_product['img_path'])])){
94 | $data_product['multi_images'][md5($data_product['img_path'])] = array(
95 | 'img_id' => md5($data_product['img_path']),
96 | 'img_path' => $data_product['img_path'],
97 | 'img_cover' => true,
98 | 'img_status' => 1,
99 | );
100 | }
[2] Undefined array key "img_path"
On line 96 in file /home/saasdlkg/public_html/saas-sols/qos/front/themes/default/item/item.php
91 | echo '<div class="item_center_c">';
92 |
93 | if(!isset ($data_product['multi_images'][md5($data_product['img_path'])])){
94 | $data_product['multi_images'][md5($data_product['img_path'])] = array(
95 | 'img_id' => md5($data_product['img_path']),
96 | 'img_path' => $data_product['img_path'],
97 | 'img_cover' => true,
98 | 'img_status' => 1,
99 | );
100 | }
101 |