Hi,

The customization of services using the hot-deploy component is fairly simple. But what about events like the one below? I dont really want to go scratching around in org.ofbiz.order.shoppingcart.ShoppingCartEvents as this would make future updates from the project difficult to handle.

Is a custom order component, and all that goes with it, the way to go ?


Kind regards

Grant Edwards





<request-map uri="additem">
      <security https="true" auth="true"/>
<event type="java" path="org.ofbiz.order.shoppingcart.ShoppingCartEvents" invoke="addToCart"/>
      <response name="success" type="request" value="orderentry"/>
      <response name="survey" type="view" value="survey"/>
      <response name="product" type="view" value="product"/>
      <response name="error" type="request" value="orderentry"/>
  </request-map>

Reply via email to