Closed celocore closed 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, ]);
Hi,
The description data is not available in Magento front.
Best Regards, A.L.
If a description is specified in the method declaration, it is not visible in the frontend. Example: