Tagged Questions

2
votes
1answer
92 views

Credit Point Web application

I have started working on a e-commerce website. This website will run PHP and MySQL and requires to have a credit system for the users; they will be able to pay with the credit, top it up by vouchers ...
2
votes
1answer
96 views

How to solve the problem of not being informed of successful payments by the 3rd party system used by my website?

I have a subscription based website that interacts with a 3rd party system to handle the payments. The steps to process a new subscriber registration are as follow: The subscriber enters his/her ...
2
votes
8answers
2k views

Implementing an online ordering system for a restaurant/cafe [closed]

I would like to implement an online ordering system for restaurants. I am starting to research this a bit, and wanted to throw it out here. Is there any open source projects already started out ...
1
vote
3answers
39 views

Why generate an Order database record before the Customer finishes placing the Order?

I'm working with an ordering system and trying to understand first of all why it was designed the way it was. One of the things I can't understand is why the system creates a unique Order record for ...
1
vote
3answers
86 views

eCommerce systems with demo

I want to try some eCommerce systems to take look of how they implement the diffentent aspects Items publication Stock Sells Return Etc, Etc I'm developing a system myself (web application writen ...
1
vote
5answers
444 views

Definitive country list for e-commerce applications

I am looking for a list of countries for use in the development of an e-commerce app including: Country Name, Country Code, Language, etc. While only the country name (and probably the country code) ...
0
votes
1answer
10 views

automatic purchases

Is it possible to make automatic purchases on websites (example: Amazon)? If so, what information would be required (FName, LName, Billing Address, CC#)? And Finally Where should I look for these ...
0
votes
0answers
58 views

if i want to create social ecommerce site using Java,is EJB the right solution for model?

i want to develop social commerce application,i have experienced using ejb,but if we build some appplication where light is a must,is EJB can fill the M position in MVC? because some folks says,ejb ...
0
votes
1answer
31 views

Database:Locking items for a specific period of time

We are planning to use hibernate framework for an application which is something like an e-commerce application. We have a requirement in which, if an user checks out an item and proceeds to the ...
0
votes
1answer
252 views

What is involved in making WPF web-based application?

I am developing an eCommerce site as a project for a class and I've only done mostly console application programming. The site is to use WPF, and is either web-based or mobile (and use Adventure ...
0
votes
1answer
150 views

what are the must have functionalities for a web shop (shopping cart)

what are the must have functionalities for an e-commerce web shop? e.g. unlimited categories and sub categories multiple categories per product multiple product images product consumer ratings and ...
0
votes
7answers
107 views

Hosted Continuous Application Monitoring Services

Does anybody know of a good service or tool for continuos application monitoring? I'm looking specifically for something that is hosted, so we don't have to worry to much about the fact that the ...
0
votes
3answers
122 views

What's the best way to avoid chargebacks in an ecommerce web app?

Is there a particular payment method that is less susceptible to chargebacks than others?
0
votes
2answers
4k views

Custom Report in Magento

In Magento the default reports are very limiting. I have been trying to create custom reports that show more information. I have tried creating a module to recreate an existing report but am not ...
-1
votes
1answer
99 views

Shopping Cart with stock control [closed]

I will be doing my first e-commerce job and need pointing in the direction of some resources. Does anyone know a good source of shopping cart with STOCK CONTROL?I found many examples but without ...