binshops / prestashop-rest

PrestaShop REST API module to expose your PrestaShop website's REST endpoints
https://www.binshops.com/prestashop-api
Academic Free License v3.0
95 stars 33 forks source link

productdetail Notice: Undefined index: product #16

Closed langziyang closed 2 years ago

langziyang commented 2 years ago

productdetail.php

line 912

chnage if ($row['default_on']) {

to: if ($row['default_on'] && isset($this->context->smarty->tpl_vars['product'])) {

samberrry commented 2 years ago

thanks for your consideration. Some improvements has been made on this method: assignAttributesGroups