OSCommerce order notifier Client Version 1IntroductionOSCommerce order notifier client is used for notifying web orders instantly to the site administrators. This is a client-side application which can be integrated with any OsCommerce shopping sites . The application mainly concentrates on updating the client-side users about the orders posted on the server for every x seconds as specified by the user. Client side application is a DotNET application which requires dotNet platform to run on. It is designed in C#. The application needs a "php" script which retrieves the data required from the server's database to the client-side application. This php script is to be installed in the server in which the os-commerce site is.FeaturesAdditional features are provided to facilitate connection monitoring, hot-updates etc. The main features are as follows:
PHP SourceThe application needs a "php" script which retrieves the data required from the server's database to the client-side application. This php script is to be installed in the server in which the os-commerce site is. Some features of PHP script to be integrated with the application are as follows:
C Sharp ApplicationClient side application is a DotNET application which requires dotNet platform to run on. It is designed in C#. The application uses proxy connections with adaptable port settings to communicate with the world-wide-web. Timer functions are used to update the results in regular intervals. A colorful GUI is provided as shown below.Notifier icon is also used to update the required data without disturbing the user. Text boxes are used to input text values such as target-url, port-address, server-address, etc. CheckBox is the mode of input used to allow or hide the pop-up status displayer. All the selected values are displayed in a box with the header "current-values". Hot update button is for instant retrieval of data from the server. Orders are displayed in a seperate order-listings page. Any error or message for the user will be displayed through pop-up window. The status display popup will disappear even if the user neglects to click the 'ok' button after a few seconds. How to compile the source code?All the required files are listed below:
How to initialize the application?For the extracted executable file to work, double click on the exe file.Now follow the following steps:
Samples
|
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Please contact us via http://www.chrisranjana.com for further queries and information and development.