owebia / magento2-module-advanced-shipping

Other
90 stars 28 forks source link

Method description is not shown #48

Closed celocore closed 5 years ago

celocore commented 5 years ago

If a description is specified in the method declaration, it is not visible in the frontend. Example:

addMethod('default', [
    'title'       => "Fixe Versandkosten",
    'price'       => 8.20,
    'description' => "Standardversand",
    'enabled'     => count(
                         array_filter($request->all_items, function ($item) {
                             return $item->product->bulky_item;
                         })
                     ) < 1,
    ]);
owebia commented 5 years ago

Hi,

The description data is not available in Magento front.

Best Regards, A.L.