DPDBeNeLux / magento-DPD_Shipping

Let op: er zijn nieuwe DPD plugins (BETA versie) beschikbaar met belangrijke nieuwe functionaliteiten. De oude plugins zullen na Brexit niet meer goed functioneren, download daarom de nieuwe versie op Github/DPDconnect.
11 stars 10 forks source link

Undefined variable: returnId in /DPD/Shipping/controllers/Adminhtml/DpdorderController.php on line 75 #34

Closed koenner01 closed 8 years ago

koenner01 commented 9 years ago

As the title says, I'm getting undefined variable notice when trying to create a return label through the Magento backend by clicking the 'DPD Return Label' button on the sales_order/view page

koenner01 commented 9 years ago

After fixing this, a new undefined variable notice pops up

Notice: Undefined variable: parcelshop in /DPD/Shipping/Model/Returnlabels.php on line 36
mvgucht commented 8 years ago

change that line to

if (isset($parcelshop)) {

Are you using CentOS by any chance?