ecommerce

django-lfs with multilanguage

After I complete integrating lfs with my django-app , I just curius that lfs has a module or support about this issue ...

Cannot save property group to product in django-lfs

I already create properties and add them to property group.Then I assign to my new product.But django show me TypeError at /manage/update-product-properties/1 save() got an unexpected keyword argument 'using' ...

Where could I find a complete Zen Cart reference for getting item and category info, etc.?

I've been searching everywhere and there seems to be very little about Zen Cart... at least anything much deeper than "install and go". I'm skinning (templating) a Zen Cart store, but the design I want doesn't fit in with the current layout, so I've had to make extensive changes to tlp_header.php, tpl_footer.php, tlp_main_page.php, etc. ...

django-lfs upload Image doesn't work on some environment ?

yesterday, after I complete setup django-lfs without buildout. Happlily create categories and products but while I upload image to product after I push upload button its stay always 'pendings'. I use fedora django==1.1.2,PIL==1.1.7. but its work on osx. Now I try on Ubuntu9.10 with completely PIL==1.1.7 and Django==1.1.2 and its won't wo...

How many databases to support eCommerce?

I have a system with two databases, one that the customer-facing website uses, the second that is used by the "backroom" order-fulfillment system. I've been asked to run queries from the website to the backroom system. I'd rather not, it seems risky to allow web-based request to run unheeded on the internal system. Additionally, this m...

osCommerce Redirecting To Credit Card Step on Confirmation Page

Previously I had an issue where the SSL Cert was not working properly but that had been taking care of. However, the current issue is as follows: Click Item to put in basket -- Success Step 1 - Select Delivery -- Success Step 2 - Enter valid CC# (using authorize.net test cc#) -- Success Step 3 - Order Confirmation .. Shows me my ord...

E-commerce web site with J2EE

hello everybody, I need to create a Ecommerce web site with J2EE. So any one has a source code, tutorial any things can help. ...

Good guidelines for developing an ecommerce application

I'm making an ecommerce application on Android and, as it is my first serious project, I'm trying to figure out beforehand the best approach to do this. The application talks to a web service (magento api, meaning soap or xml rpc unfortunately) and gets all the content on the phone (product categories, product details, user credentials ...

PHP e-commerce site talking to internal database for stock / ordering?

Hi. I'm working on an e-commerce site (either bespoke with PHP, or using Drupal/Ubercart), and I'd like to investigate the site interacting with an internal (filemaker) database we use to manage stock and orders. Currently we manually transfer orders from the web site to our own database, and the site does not check or record changes in ...

CMS choices for multitenant ecommerce application in Java

I need help choosing a CMS product to suit an e-commerce application with some complex unique features. I'm considering using an existing CMS because I don't have the budget to build my own versions of: copy editor page layout tools site map editor (optional) I'd considered Spring.MVC and JBoss Seam as framework alternatives and JSP/...

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 data when a user logs in. For example, someone is browsing around your websites saving various items as favourites. He's not logged in, so the...

Magento - how to create different prices for different sizes of a products?

Hi, I am trying to set different prices for different sizes of a few products I have in my store. I am not really sure how to do that propely. The problem is that I already have the regular size defined as a simple product. Now, I want to add a smaller size as well, that can be chosen from the same product page, and I need to set the w...

Really basic Django E-commerce? Where do I start

I'm trying to set up a really basic e-commerce site with Django, and am trying to figure out the best place to start. I am relatively comfortable with the framework itself, but have never done any sort of e-commerce development in any language, so I want to learn about some best practices so I don't make any huge or obvious mistakes. I'...

Magento started showing PHP language errors since I downloaded the blank theme using Connect

I used the Magento Connect downloader to install the blank theme extension, but I did not switch to it as I was unable to access any-page anymore. Instead, it started showing php errors for front-end and Magento generated security errors for admin. Frontend Error: Fatal error: Call to a member function toHtml() on a non-object in D:\...

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 products,their specifications and images etc. on the website and give my client an admin panel to manage products. Now I looked into variou...

PHP want to buy / find a eMall, Shopping Mall system with multiple vendor management backend

Basically I am looking for a Shopping Mall system in PHP. User included Member / User Administrator Vendor Affiliate I find a lot ecommerce that support multiple shop, but each vendor don't have their own login and management. And in the front I would like to share the cart. and can buy from different shop. If multiple subdomain su...

how to Commercially Licence Java Software??

I have written a Desktop based accounting software in Java. I want to put a key or licence or other kind of security to prevent redistribution of the software by the client. I just want to know how to go about it? ...

Wordpress e-commerce plugin

Hello! I'm new with this plugin and i wounder if you can list products that has the same variation. For example i have t-shirts with the variation "color" the options are "red, blue, green" and "Sizes" "Large, Medium, Small". I would like to list alla "green" t-shirts that is the size "Small". Would appreciate all kinds of answers. ...

Building online store

Hi Everyone, Many online store share common features, such as payment handling, order tracking, recommendation, shopping cart, CMS, etc. Are there common opensource / commercial frameworks or packages that developers are using to build these site? Or do many of them building it from scratch? Services like Shopify look simple to use bu...

Ecommerce Gems for ROR?

I'm working as a project manager on a site with an Etsy-like shopping cart setup (allowing users to sell their products and taking a small percentage of the sale). While I expect my developer to answer this question, I figure it can't hurt to ask if anyone recommends specific gems for such a shopping set-up in RoR or financial reporting....