How to make pos system update online store?

Asked By 20 points N/A Posted on -
qa-featured

Hello experts,

How to make pos system update online store? To all online store administrator or owner using the html or PHP programming language, what is the possible way to make some update with the database as well as in the store administrator webpage? I am just curious for I am planning to create my own e-commerce website. Thank you.

SHARE
Answered By 5 points N/A #178399

How to make pos system update online store?

qa-featured

 

You can create an Update.exe file which you can host centrally (in a central server machine)
& then you can create a small application to auto update by downloading the Update.exe file from the remote central server every day when the POS system starts / restarts.
 
So when downloading the Update.exe file from the central server you can maintain a version number for easy reference so you can check whether the correct version has been updated or not.
 
Also when downloading the relevant Update.exe file, then it can be extract relevant files from the Update.exe and then those extracted files can be replaced from the existing old version files in the POS system.

Related Questions