binshops/prestashop-rest

productdetail Notice: Undefined index: product

langziyang opened this issue · 1 comments

productdetail.php

line 912

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

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

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