Error in PhocacartOrder:: saveOrderMain()
Posted: 31 May 2018, 12:11
Hi,
I'm found an error in method PhocacartOrder:: saveOrderMain()
PHP Notice: Undefined index: comment in C:\home\hcproject\www\administrator\components\com_phocacart\libraries\phocacart\order\order.php on line 211
You coded: $d['comment'] = $data['comment'];
You should fix it: $d['comment'] = $data['phcomment'];
Because in the method PhocaCartControllerCheckout::order() you wrote: $item['phcomment'] = $this->input->get( 'phcomment', '', 'string' );
Best regards,
Sergey
I'm found an error in method PhocacartOrder:: saveOrderMain()
PHP Notice: Undefined index: comment in C:\home\hcproject\www\administrator\components\com_phocacart\libraries\phocacart\order\order.php on line 211
You coded: $d['comment'] = $data['comment'];
You should fix it: $d['comment'] = $data['phcomment'];
Because in the method PhocaCartControllerCheckout::order() you wrote: $item['phcomment'] = $this->input->get( 'phcomment', '', 'string' );
Best regards,
Sergey