Forums / Developer / BasketInfoHandler in 4.3

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

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.