Tagged Questions

166
votes
11answers
9k views

Payment Processors - What do I need to know if I want to accept credit cards on my website?

This question talks about different payment processors and what they cost, but I'm looking for the answer to what do I need to do if I want to accept credit card payments? Assume I need to store ...
5
votes
8answers
2k views

How many developers does it take to build a site like eBay today from scratch?

And how long would it take to complete (minus the graphics polishing)? Please assume it's being built in PHP. (Any compelling reason not to go with PHP?) Many thanks, in advance!
4
votes
3answers
325 views

What is the best way to develop a shopping site, that others can use

I'd like to develop an ecommerce site where I could allow others to sell items, things like pictures, videos, flash, etc. I want to be able to keep a percentage, and pay the rest back to the seller. ...
3
votes
3answers
3k views

Integrating Magento with a simple static website

Magento is an awesomely powerful ecommerce platform. That said, it is also very complex, and I'd like to know if there is a relatively simple way to utilize Magento as our mISV site's backend to ...
3
votes
3answers
891 views

Which Rails plugins should I be using?

I learnt rails a couple of years ago out of interest, but now I'm coming back to it because I want to try and build a simple pay-to-advertise niche job site with a few bells and whistles. Many of the ...
3
votes
2answers
2k views

What does eCommerce programming involve?

I'm trying to land my first programming-related job, and I found a website for a company which is accepting resumes for an eCommerce development position. This is the requirements they listed: To be ...
3
votes
5answers
341 views

E-commerce Site

I have to build an e-commerce website, so I wondered how I would go about this? Are there any plugins like Paypal or something that will make the transactions a bit easier?
2
votes
3answers
266 views

What is the easiest and simplest eCommerce (i.e. Shopping Cart) Solution to integrate with website?

What is the easiest and simplest eCommerce (i.e. Shopping Cart) Solution to integrate with website? I am looking for a very simple experience for our new product website. This is going to be a one ...
2
votes
4answers
635 views

CSS doesn't load after migration of magento website

I migrated my magento website to a different server, following the steps described here. Everything went smoothly, except for the fact that when I load the page, the CSS won't load, and I just get the ...
2
votes
2answers
204 views

Simple online store

I don't want to use wordpress (with wp-ecommerce plugin) or other full-featured store scripts because my requirement is quite simple and limited: 2 product types: bags, tees 3 categories: classic, ...
2
votes
2answers
304 views

Google Checkout. Show shipping rates before logging in possible?

I am trying to integrate google checkout with my current site. I am calculating the shipping on my end, before passing it to google checkout. The problem is, when a person click the "google ...
2
votes
5answers
492 views

ECommerce solution in php and ror

I'm a developer but I never used php nor ruby on rails. I would like to create a small e-commerce website. I found out 2 solutions that seems very good, Prestahop and Spree. Which one would you ...
2
votes
5answers
268 views

Finding the right people for web work

I own an ecommerce business and am having a heck of a time finding the people I need to do consistent work in a timely fashion. We're looking to bring a programmer/designer on board who has knowledge ...
1
vote
1answer
41 views

Advantages of ASP.NET for ecommerce over JSP and PHP

After looking at many of the major ecommerce sites on the web, I noticed that most are powered by ASP.NET. I have a background in Java and JSP, and I am interested in knowing why the vast majority of ...
1
vote
2answers
124 views

the picture wont be loaded in opencart

I'm writing an open cart module that's supposed to load a picture when I hover on some <li> tags. I have two PCs: my laptop on linux and a Windows Desktop, my problem is my module works fine ...
1
vote
2answers
77 views

How to show most recently updated restock product in database using php?

I'm currently hand coding a eCommerce website. In the index page, it would show the recently updated restock product. ex: I restocked the available product in my admin panel, now in the index page it ...
1
vote
2answers
78 views

Script to create my own online store builder

There are good online store building solutions like Shopify, Volution, etc. I'm looking to build my own small-scale service like that. Are there any customizable online store building scripts I can ...
1
vote
1answer
178 views

creating social commerce site with Play! or Icefaces?or JVM based language? [closed]

i want to build a social commerce site who can manage customers and buyers can meet their need and can do transaction in that site..i want to create it using java,but i confuse about framework i want ...
1
vote
1answer
196 views

How to build an online greeting card personalization “function”? [closed]

I would be extremely thankful if you could help me out with this. Currently I am building a web shop that are going to sell REAL online personalized greeting cards, that we post and print to the ...
1
vote
1answer
111 views

Book explaining elements of e-commerce websites?

Is there a book or in general some resource that lists, and possibly explains, all the elements that go into an e-commerce website? For example: user sessions, web server organization, dynamic web ...
1
vote
2answers
33 views

Confirm purchase on second party site

I am selling tickets through Google check out. The tickets are created automatically by my web site which also creates the Google checkout link, on the fly. I want my database to be updated once ...
1
vote
2answers
136 views

Preventing race conditions for ecommerce application with MySQL

I'm building a ecommerce application with MySQL, but I'm having a hard time coming up with a solution that prevents the following race condition: Two users checkout at the same time with the same ...
1
vote
3answers
239 views

Can I use Magento without the sales features? Or am I better off with a scratch build?

I have a site build which would seem to suit Magento up to a point, but the client doesn't actually want to sell anything - at the end of the process of choosing a product the user would simply be ...
1
vote
2answers
418 views

Suggest product catalog script/framework in PHP which doesn't displays product price

Hey all, I am new to web development and have this project in hand where in I have to build a product catalogue. I don't want any cart functionality or other such features, I just want to display the ...
1
vote
1answer
420 views

Selling Digital Goods/Ebooks With Authorize.Net IPN and PHP

i am trying to sell a few products off my website, and i need to just accept a credit card and be able to push a download to the buyer. here's an excellent way to do this with paypal items ...
1
vote
2answers
380 views

How to get a list of product categories and their ID's from Magento?

I'm trying to import a large number of products from a DB into Magento. The DB has many different product categories, which I've recreated within Magento. However, when importing the products via a ...
0
votes
1answer
7 views

Paypal incorrect currency conversion from my site goes

I have the following issue. My customer paid for the product that costs 13,60 € but when he paid in Paypal it was 13,60 $, it didn't convert the price into $. So that is the odd thing...because my ...
0
votes
1answer
23 views

How to create an encrypted cookie that also has a flag/signature to determine possible tampering(PHP)?

I have been trying to figure out how to store some variables in a cookie in a way to make sure it is both encrypted and signed as to avoid tampering. But I do not know how to create an encryption, and ...
0
votes
1answer
59 views

What are the options to implement a Groupon like system?

I like to build a system that will allow users to "commit buy" a deal, but will only be charged after a minimum # of committers are reached. The time span in which the "deal" will continue can be ...
0
votes
2answers
37 views

How to tell if a user lands on my site via Google genuinely?

It seems to me that checking the Referer in the header is insufficient, because it can be easily spoofed. Are there ways to tell if someone lands on my site from actually searching on Google? Also, ...
0
votes
1answer
54 views

Is it a good idea to verify email address of new users on ecommerce websites? [closed]

It improves security, but may annoy some users... what do you think or what would you do? thanks.
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
2answers
47 views

Editing php.ini

How do I edit php.ini when my host doesn't give me access to the core file? Is there a way to create a "sub" php.ini? If so, how would I make my apps pick up the subsequent file and use that instead ...
0
votes
1answer
19 views

Adding selection functionality in rails app

I am learning ruby on rails. So, I created a sample application in which I am displaying some stuffs. Now I want to add the functionality of narrowing down items depending upon user's selection like ...
0
votes
1answer
53 views

Direct Carrier Billing - Is it worth Implementing

I have a Mobile website which sell Products, its built in Asp.net/C#. I am exploring the idea of adding a new Payment Method on my website which will allow customers to pay using their Carrier aka ...
0
votes
3answers
27 views

Managing images e-Commerce

I am working on e-Shop project. I my design for each product I need a picture with three sizes: 480 * 480 290 * 290 200 * 200 Which one is better ? Asking e-Shop Admin to upload a picture for ...
0
votes
0answers
34 views

What is the best way to complete a web project? [closed]

Hi i would like your opinions and strategies on how to project manage an e-commerce project. Lets say you have a client who wants a caterlogue website with ability to sell products. From my ...
0
votes
1answer
58 views

CMS to Choose for setting up an online bookstore [closed]

i want to setup a online bookstore something like www.flipkart.com . But my initial focus is books only.Initially the inventory is going to be moderate but i plan to make it huge with time.(Buy the ...
0
votes
1answer
70 views

What platform and framework for a standard ecommerce website?

Let's say i need a medium standard ecommerce website with something like 10k-100k products, 10k-100k cutsomers and 10-100 orders a day. I want to use my custom template and support classic payments ...
0
votes
1answer
146 views

Creating a robust and scalable e-commerce solution / webapplication with J2EE

I am relatively new to web development. I have a question i want to create the e-commerce webapplication leveraging Java platform (J2EE). first can some body share his experience about available ...
0
votes
0answers
56 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
47 views

Change Management in e-commerce system

So, I have an e-commerce site. This site has items, which in turn have attachments, pricing, and a order form etc. I'm looking for approaches to handle changes in pricing, forms etc. If a pricing ...
0
votes
1answer
27 views

Prioritize “Buy Now” Button Image

Today, while testing my website on a connection slower than my usual work connection, I noticed that the Chrome was downloading a bunch of other images on my product detail page before downloading the ...
0
votes
0answers
28 views

Existing tools or platforms for building an online product filter list?

I'm building a large list of "things" with many different characteristics. I want to build a web interface for users to search, sort, filter, and update these things and their characteristics. I'm ...
0
votes
3answers
132 views

Whats a good book for introduction to databases for web developers

A book that is an introduction to databases and geared towards web developers.
0
votes
2answers
154 views

Adding Shipping To E-Commerce Application

I recently built an ecommerce application which resides in Joomla (our CMS), uses a database back-end for product catalog / order tracking and is fully integrated with Authorize.Net ...
0
votes
1answer
84 views

How much effort would it take to build a web store in ASP.NET MVC?

Another slightly non-technical question, but I couldn't decide whether to ask here or on Server Fault... I can't say I'm an MVC guru yet, but I've built several LOB applications so far in ASP.NET and ...
0
votes
2answers
83 views

Event Registration

How can I create a site like http://www.eventbrite.com/ in drupal. If its not possible in drupal what should I probably use. More specifics -- Users can add their own events, add pricing. Out of ...
0
votes
1answer
149 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
1answer
53 views

How to merge or copy anonymous session data into user data when user logs in?

This is a general question, or perhaps a request for pointers to other open source projects to look at: I'm wondering how people merge an anonymous user's session data into the authenticated user ...

1 2