Tahir Yasin
Results
2
comments of
Tahir Yasin
I am having the same issue, were you able to fix it. Please share the solution.
Here is slightly modified version, and it worked for me. Thanks ! ``` php protected function getConfigurableProductParentId() { if ($this->getItem()->getOptionByCode('cpid')) { return $this->getItem()->getOptionByCode('cpid')->getValue(); } #No idea why in 1.5 the...