How do I clone a store manually?

1.  startup vfp

2.  from the command box type:  use d:\countercat\wwstore\wws_Stores shared in 0

3.  then:  locate for storepk = 123456

4.  then:  scatter memvar memo

5.  then:  insert into wws_stores from memvar

6.  then:  go bottom

7.  then:  browse

 

Be very careful when browsing the store table as you can disturb other records (stores) very easily.  Make changes to the following fields:

a.  storepk (perhaps change the last store id)

b.  update the mainpage field with a new path to html files, such as d:\inetpub\NEWSTORENAME\

c.  copy the template files from the initial site into the new inetpub folder (to get the site started)

 

Lastly, you need to create a new site in IIS.

 

1.  open the command box as administrator

2.  cd d:

3.  cd\countercat\exe

4.  createsite newsitename

 

 

Was this answer helpful? 0 Users Found This Useful (0 Votes)