[Yanel-usage] Yanel KonaKart integration now supports Multi-Store Orders (mapped via ZIP codes) whereas each Store is considered as a branch store with one central product store

Michael Wechner michael.wechner at wyona.com
Wed Jan 5 22:30:56 CET 2011


Hi

We have enhanced the Yanel Konakart integration by supporting Multi 
Store orders, whereas this is
implemented within

https://svn.wyona.com/repos/public/yanel/contributions/realms/konakart-yanel-realm/res-types/overview/src/java/org/wyona/yanel/resources/konakart/overview/KonakartOverviewSOAPInfResource.java

The mapping is done via an XML, e.g.

<branches>
<!-- All messages containing ZIP code 1000 - 1199 will be sent to 
michi at wyona.com. -->
<branch start="1000">michi at wyona.com</branch>

<!-- All messages containing ZIP code 1200 - 1299 will be sent to 
michi at wyona.com -->
<branch start="1200">michi at wyona.com</branch>

<!-- All messages containing ZIP code 1300 - 1999 will be sent to 
michi at wyona.com -->
<branch start="1300">michi at wyona.com</branch>

<branch start="2000">michi at wyona.com</branch>
<branch start="3200" storeid="store3">michi at wyona.com</branch>
<branch start="4000">michi at wyona.com</branch>
<branch start="4500">michi at wyona.com</branch>
<branch start="5000">michi at wyona.com</branch>
<branch start="6000">michi at wyona.com</branch>
<branch start="7000">michi at wyona.com</branch>
<branch start="8000">michi at wyona.com</branch>
<branch start="8100">michi at wyona.com</branch>
<branch start="8700" storeid="store2">michi at wyona.com</branch>
<branch start="9000">michi at wyona.com</branch>
</branches>

whereas if no storeid attribute is set, then the order will be saved 
within store1 (default store).

Cheers

Michael


More information about the Yanel-usage mailing list