Hello,

I've got a custom module for combined attributes pricing. As I'm not the one who wrote it (I don't have the skills) I've reviewed its files and quite understood how it works .
The module maintains a table where it keeps rules (if attrib-A price=A then attrib-B price =x)
A class handles all the price changing in session values (I think), but most important everything is done by monitoring four events :
NOTIFIER_CART_CALCULATE_ATTRIBUTE
NOTIFIER_CART_ATTRIBUT_SELECT
NOTIFY_HEADER_SHOPPING_CART_OPTION_PRICE
NOTIFIY_ORDER_CART_FINISHED.

On any of these events the class is triggered and changes the attributes prices.

But now I'm planning to use Edit Orders, and as this behavior is only monitoring the client side, prices are not changed in Edit Orders.

Do you think adding "$this->notify" lines to the Edit Orders would be enough to trigger the class and change prices ?
If so, can an Edit Order expert suggest me where to place these line in the edit_orders.php file ?

Thanks for your help.

Hubert