idempiere hao to create a new web store?

311 views
Skip to first unread message

cn interested

unread,
Aug 14, 2015, 3:57:05 AM8/14/15
to iDempiere
hello,
i want to create a new web store,but i only find a guide from adempiere wiki<hao to create a web store>
But this guide does not apply to idempiere,i can't find any file in idempiere.
who can give me some guide ? work in eclipse is better .

iqbal muhammad

unread,
Jun 15, 2017, 6:45:59 PM6/15/17
to iDempiere
Here are what I did
1. Using GardenAdmin, update Web Context field from /wstore to  /wstore1
We will replace the owner of web context from GardenWorld to your own client

2. Create web store in your client, and set Web Context field to /wstore

3. Open web.xml in [IDEMPIERE_HOME]\plugins\org.adempiere.webstore_3.1.0.v20160606-0513\WEB-INF

4. Edit the following param-value

<context-param>
  <param-name>#W_Store_ID</param-name>
  <param-value>1000001</param-value> 
 </context-param>
 <context-param>
  <param-name>#AD_Client_ID</param-name>
  <param-value>1000001</param-value>
 </context-param>

5. restart idempiere apps
Reply all
Reply to author
Forward
0 new messages