Hook into events set by the Magmodules Beslist Observer extension

This is an article from the Beslist Winkelwagen Connect extension for Magento 1. We've tried our best in the preparation of this help article. If you do not find the answer you were looking for, you can always send us a message through this form.

Example module to hook into events set by the Magmodules Beslist Module.

Download the GitHub Package here.
Available events

beslist_feed_item_before
Fired just before feed item is saved.
Edit the Product-ID in the file
app/code/community/Magmodules/Beslistobserver/Model/Observer.php on line 36

$item['ID'] == 231

$item['Levertijd'] = 'Edited by Observer';
$item['Levertijd_BE'] = 'Edited by Observer';

You can set the desired delivery time.

beslist_item_update_before
Fired just before item update is pushed to api.

Edit the Product-ID in the file
app/code/community/Magmodules/Beslistobserver/Model/Observer.php on line 69

$item['ID'] == 231

$item['product_id'] == 231
$items[$k]['qty'] = 100;
$items[$k]['delivery_time_nl'] = 'Edited by Observer';
$items[$k]['delivery_time_be'] = 'Edited by Observer';

You can set the desired delivery time and stock QTY.

Direct Help

At Magmodules, our support team is here to help you every step of the way. If you can't find a solution in our Knowledgebase, simply fill in the form below. We are in the Central European Timezone, and all your details are securely sent to us.
The more information you provide, the better we can assist you. Trust us to guide you through any challenge and ensure a seamless experience with our products and services.
Support by e-mail contact@magmodules.eu