Tagged Questions

26
votes
18answers
14k views

Best PHP/Ruby/Python e-commerce solution [closed]

I'm looking for an easy-to-skin and customizable e-commerce package. I've been reading good reviews about Magento, but it seems to have problems with performance. I've tried osCommerce before and ...
24
votes
8answers
4k views

Magento Developers: Is Magento really -that- good?

We are looking at Magento as a possible commerce solution, but we are reading more bad than good on the free product. However Magento sells itself as the best thing ever, so I am confused on its ...
24
votes
8answers
5k views

What is the best way to validate a credit card in PHP?

Given a credit card number and no additional information, what is the best way in PHP to determine whether or not it is a valid number? Right now I need something that will work with American ...
14
votes
4answers
44k views

Magento - Retrieve products with a specific attribute value

In my block code I am trying to programatically retrieve a list of products that have a attribute with a specific value. Alternately if that is not possible how would one retrieve all products then ...
9
votes
3answers
3k views

best E-Commerce Shopping Carts for Zend Framework developer [closed]

What is the easiest, most friendly and robust E-Commerce Shopping Carts for a Zend Framework developer. I want invest my time in somethink forward-looking. I'm also interested in a solution with a big ...
9
votes
9answers
1k views

Selling “downloadable” content - handling behind the scenes

I was thinking of throwing together a quick PHP or Django site for independently selling some "downloadable" content (music/mp3's) to which I am the artist/rights-holder. I began to wonder if there ...
7
votes
4answers
463 views

Is oscommerce outdated?

Is OSCommerce outdated? I recently started working for a web development company that uses it a lot and I noticed the code base is really messy and has a lot of older php code in there. Being used ...
7
votes
5answers
517 views

Multi-supplier online shopping platform

I have been tasked by a client to rebuild an E-Commerce platform. The goal is an online shop on which vehicles are sold. The specialty is that it's supposed to be multi-supplier capable, i.e. external ...
7
votes
5answers
168 views

Is it better to store redundant information or join tables when necessary in MySQL?

I have an online shop where users can have little shops with their own products. Each of this products can have questions associated to it and the owner of the shop has the ability to answer those ...
7
votes
4answers
380 views

ecommerce stock management with external payment gateway

this question is similar to this one but with a twist (so the answer accepted for the older question is not valid in the following scenario) i have a site for selling tickets (PHP/MYSQL). Suppose i ...
7
votes
7answers
11k views

PHP + Quickbooks integration (API)

Has anyone found a working PHP API/framework for syncing my custom built ecommerce web site back to Quickbook for accounting? Update: I've looked into using the framework found at: ...
6
votes
3answers
371 views

PHP eCommerce System

I'm looking for a eCommerce system built using PHP and MySQL. It needs to: Be modular (to enable/disabled unused stuff) Not include any CMS functionality (so I can supply it myself) Not include ...
6
votes
3answers
361 views

eCommerce Framework, Currently looking at Magento

Hey guys, I kind of wanted to ask an opinion based question to start off with. I'm going to be picking up an eCommerce project in a month or two so I've been trying to decide which PHP framework, if ...
6
votes
6answers
3k views

Integrating QuickBooks with your e-commerce site

I've recently been tasked with integrating QuickBooks with a custom built e-commerce site. What is the most painless way to go about integrating QuickBooks with my code? Are there any F/OSS or ...
5
votes
1answer
72 views

Grouped Product with Fixed Sub-item Quantities

I'm working on a Magento site that has a number of simple products. There's also a "holiday package" which combines several simple products into one, at a discounted price: 6 of Item A 2 of Item B ...
5
votes
7answers
476 views

E-commerce from scratch or not

I need to develop a new site with the e-commerce part. I'm here to get some hints from you on which road I should go on. The site will have a static part which include some static pages and the ...
5
votes
8answers
5k views

Spree vs Magento vs OpenCart vs PrestaShop?

I need to set up an online shop for my brother, I have no experience at all setting up an online shop, The number of options out there is overwhelming, Spree, Magento, PrestaShop, etc Is going to be ...
5
votes
1answer
370 views

Flow for: fill form, make paypal payment, create account

I've implemented a paypal transaction before but this one has a twist that I'm not quite sure what's the best way to handle it. The basic idea is I want to create an account for the user when he ...
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!
5
votes
8answers
3k views

A good ecommerce alternative to Magento?

I been dealing with Magneto for the last 6 months now and its a real headache, always some type of error, slow, bloated, dead community and overly complex to customize (and im a designer...) I look ...
5
votes
6answers
360 views

Selling Monthly Online Services

I am wondering if anyone knows of a system (open source or otherwise) that will allow my clients to sell their online services per month/year/etc. In other words, the user buys a month subscription, ...
4
votes
1answer
763 views

Magento Recurring Profiles with non-Paypal payment method

Interested to know if (a) this is possible, and (b) whether any of you have successfully implemented the functionality. The wiki page repeatedly refers to "Currently, by default, Magento supports ...
4
votes
7answers
850 views

Safe way to send mail via PHP to many users

Let me explain what I mean in my title. Let's say, that for example I'm creating a small e-commerce system for one web shop/catalog. There's a possibility for customers to choose, do they wish to ...
4
votes
1answer
741 views

How to assign role with PHP in Drupal?

I need to assign a kind of "premium status" to members that purchase an amount equal or greater than 100 € via PHP. Conditional Actions are already set up (user = anonymous/authenticated AND total ...
4
votes
3answers
264 views

Accepting payment best practices

I am creating an ecommerce site that uses the payment gateway DPS. The payment gateway just takes a users details and returns whether the payment was successful or not. I am just wondering if anyone ...
4
votes
1answer
268 views

Specific Shopping Cart Recommendations

I'm trying to suggest a solution for a friend who owns an existing web shop. The current solution isn't cutting it. The new solution needs to have a few things that look like they're enterprise-only ...
4
votes
1answer
176 views

Is there a Cart/Catalog app out there that isnt a full site?

Every solution i come across seems to be a complete store with far too many options and too much functionality. I can write my own cart to get the minimal functionality i need out of the frontend, ...
4
votes
5answers
243 views

Dealing with two people buying a unique item in an online shop at the same time

I'm creating a simple online shop with PHP integrated with PayPal that sells unique items. What I'm wondering is how other shops deal with multiple people attempting to go through the payment process ...
4
votes
7answers
1k views

Best CMS for a T-Shirt catalog website

Hi my friend who's studying CSS wants to make a simple t-shirt catalog website. He also wants to include e-commerece in the future. What's an easy to learn CMS--preferrably in PHP--do you guys suggest ...
4
votes
8answers
2k views

How do Python and PHP compare for ecommerce?

If I were to start an ecommerce store, which language would you suggest I start with? Python or PHP? And would it be wise to use Python for an ecommerce site in favor of PHP? PHP has lots of ...
4
votes
3answers
6k views

How to access Magento user's session from outside Magento?

Im trying to access the Magento customer session in another part of my website. domain.com/shop/ <- Magento domain.com/test.php The shop itself works like a charm, however im trying to determine ...
3
votes
3answers
76 views

PHP run a script when a session expires

I have a cart application with unique items with qty 1 - I need to deplete the stock qty when a user puts one in the basket to avoid someone else buying it. Problem is, that if they abandon the cart ...
3
votes
2answers
90 views

Converting a site from a PHP site into a full LemonStand e-commerce site

Brand new to LemonStand, and it's my front-runner for developing a client's web site. This first candidate for utilizing LemonStand is a newly built web site I built in PHP. I've got all of the ...
3
votes
1answer
91 views

ecommerce: an intelligent shopping cart.

Say a user came onto my website and bought a shed. The shed would be added to the cart and job done. In my database I have the shed's dimensions already (to display to the customer). Say the customer ...
3
votes
1answer
165 views

Magento - allowing customer to use their FedEx account

I'm working on a Magento site which ships products via FedEx. When an order is purchased, it should charge the store's FedEx account, allow the store to print a shipping label, and offer tracking ...
3
votes
3answers
767 views

Magento getUrl not working with catalog/category object?

I've been able to instantiate a category object to retrieve its name, but when I use the getUrl method it isn't returning a URL to the category listing page, or anything at all <?php $children = ...
3
votes
1answer
134 views

Automated PayPal payments

I'm looking for a way to automatically send money from my PayPal account, to other PayPal accounts; via PHP. Is this possible? Something like: $recievers = array("client1@email.com" , ...
3
votes
1answer
315 views

open source PHP shopping cart LIBRARY?

I am looking for a good PHP shopping cart LIBRARY. My definition of GOOD means: well designed code (preferably documented) supports multiple payment gateways active community preferable POST beta ...
3
votes
3answers
436 views

Best php shopping cart [closed]

Been out of the game (not built a shop in years) and looked at the two old front runners (oscommerce and zcart) and neither seem to have have improved much over the years. What I am looking for is a ...
3
votes
5answers
2k views

PHP framework for building e-commerce site?

What web application framework based on php would be recommended to build an ecommerce site in? Are there an e-commerce specific frameworks that include payment processing, user accounts, etc? ...
3
votes
3answers
160 views

What is the best way to handle updates to an ecommerce website?

I have an e-commerce website (Magento) I will be publishing soon. My current setup consists of a development, staging, and production site each with their own database. Pushing from development to ...
3
votes
2answers
330 views

Magento: How can I migrate configuration changes from development to production environment?

We are actively developing modules and when we push the changes to our production site, there are usually several configuration changes we need to make. Would be nice to automate this...thoughts?
3
votes
2answers
199 views

Avoid race conditions in eCommerce scenarios

My client has a ecommerce website that sells electronics, and there has been situations where a product is sold more times than they have in their inventory. This is because if two users buy a product ...
3
votes
2answers
325 views

PHP ecommerce system: which one is easiest to modify

I will have to set up ecommerce application. It will be ecommerce with high traffic (thousands views per day, few thousands orders per day, 30000+ products). I’m looking for ecommerce software written ...
3
votes
3answers
2k views

magento sales_order_place_after observer

I'm trying to write an observer that will export order data when an order is placed. I haven't written any modules before. Basing my implementation on this article: ...
3
votes
6answers
1k views

How to securely pass credit card information between pages in PHP

How do you securely pass credit card information between pages in PHP? I am building an ecommerce application and I would like to have the users to go through the checkout like this: Enter ...
3
votes
6answers
1k views

Free, Lightweight PHP e-Commerce solution

I'm searching for a lightweight e-Commerce web-application implemented in PHP5 and using MySQL as storage db. main requirements are: as small as possible Free or Open Source supporting ...
3
votes
2answers
807 views

Shopping cart and stock management

I am currently building an ecommerce site with PHP/MySQL. Recently, I have been working on the Shopping Cart integration. The client wanted to ensure that stock was available to potential buyers, ...
3
votes
7answers
1k views

Taking credit card information online without processing — how best to do so?

I have had a number of requests from clients wanting to take a customer's credit card number online and then process the payment in store at a POS of terminal. I'm wondering what the best method of ...
3
votes
4answers
457 views

Currency Conversion for E-commerce site - Preventing incorrect Total Cart due to rounding

I'm adding multi-currency support to an e-commerce application. The way I approached the problem was to keep the application in it's base currency and have the template call a priceDisplay() ...

1 2 3 4 5 9