Forums / Developer / BasketInfoHandler in 4.3

BasketInfoHandler in 4.3

Author Message

Thomas Negeli

Wednesday 28 April 2010 3:56:01 am

What does the eZDefaultBasketInfoHandler do in 4.3?

I thought it would be the point to implement some special calculation rules for products in the basket, of course in my own handler. (for example to have a special price if more than 100 pieces of a product are ordered ...)

But the eZDefaultBasketInfoHandler is never called.

I tried to implement my own handler by setting the shop.ini entries

[BasketInfoSettings]

Handler=xxx

ExtensionDirectories[]=myextension

But also my handler is never called.

Is there anything I forgot to implement?

Thanks in advance.