Hi everybody,

I'm testing the trunk only using seed data. I set everything (almost everything...). To be sure that my settings are ok, I create a sale order in the backoffice with success.

But in the front office (plugin ecommerce) impossible to add a product in the cart...

I've got this message : "Fatal error calling inventory checking services: org.apache.ofbiz.service.ServiceValidationException: The following required parameter is missing: [isStoreInventoryAvailableOrNotRequired.productStoreId]"

In debug I can see that the productStoreId is null in the "setQuantity" method in ShoppingCartItem.java. It seems that init cart have not be done...

I'm a little bit lost... so, this is my website settings :

I'm using the ecommerce component that the web.xml for the website is as following :

    <context-param>
        <description>A unique ID used to look up the WebSite entity</description>
        <param-name>webSiteId</param-name>
        <param-value>WebStore</param-value>
    </context-param>

My productStoreId is 10000

the website
<WebSite allowProductStoreChange="N" displayMaintenancePage="N" isDefault="Y" productStoreId="10000" siteName="Ecommerce" visualThemeSetId="ECOMMERCE" webSiteId="WebStore"/>

I have a company, a catalog linked to my product store, a facility, my product linked to the catalog and the facility and a sale price.

Maybe I missed something but I don't know what...

Any help are welcome :)

Thanks in advance

--
logoNrd <http://nereide.fr/>
        Julien NICOLAS
Consultant fonctionnel
[email protected]
8 rue des Déportés 37000 TOURS
France
Std : +33 (0)9 72 40 37 36 - Mob : +33 (0) 666 983 953

réseau Libre-Entreprise <http://www.libre-entreprise.org/> | Centre&TIC <http://www.centre-tic.com/>

Reply via email to