Page 1 of 1

[v3.0.2.0 - Concept] - catalog/model/account/return.php

Posted: Sun Oct 15, 2017 6:05 am
by straightlight
In catalog/model/account/return.php file,

find all instances of:

Code: Select all

= '" . $this->customer->getId() . "'
replace with:

Code: Select all

= '" . (int)$this->customer->getId() . "'