ecommerce

Destructible Passwords in a Silverlight E-Commerce Application

I have a business requirement that calls for an end user to be able to login to an e-commerce system with a one-time use password, purchase a course, and then never be able to login again. At the moment the company that is allowing their employees, my client's students, is going to generate that password for them and send me a list of th...

Ajax shopping basket - best practices

When developing an ajax based shopping basket for an ecommerce site what are some of the best practices? Im interested in all best practices but i am particularly interested in how stock levels are managed. By this i mean say a customer goes to a product screen then at page load i would assume that they cannot put more than is availabl...

Should I consider alternatives to Commerce Server 2009?

I'm building a new site that will sell a few items. I'd like to get experience with a product that is used by other large corporations. I believe there are several sites based on CS2009/7 but before I start learning this one I think it may be better to ask what other options should I consider? ...

web shop solution for tour booking office

Hope this is the right place to ask. A customer asked me to develop a web shop for his tour booking office. Now I'd rather use an existing system instead of building one. There are special requirements for tour booking shops, though: "date of purchase" is relevant, you always book a tour for a certain date different prices for differe...

e-commerce structure for products (MySQL)

Hello. I am considering how to structure my MySQL database in e-commerce solution. To be more specific I am looking at the product structure. These are the tables I have come up with so far. What do you think? Explanation of structure The application is multilingual. Therefore the product table are split in 2 tables. If a products h...

DotNetCart Better Documentation

I'm attempting to use the DotNetCart ecommerce module in a solution we are building. The problem i'm having is that i'm finding that the included .chm documentation is quite lacking. I've brought this up with their support dept and received no help there. My question is, is there a site or forum that is a good source of information on ho...

Does this book suit my needs for ASP.NET?

I was wondering about this book from Apress over at Amazon, and I'm looking for some insight about whether or not it's a smart purchase.. I think it really fits my needs perfectly, because I'm looking to implement ASP.NET to run my E-Commerce shopping website, therefore, I believe it's a great fit. I would love to learn the ASP.NET as ...

Flex and Amazon Payments

I am trying to get amazon payments working w/ my flex app, as shown here: http://miti.pricope.com/2009/07/11/using-amazon-flexible-payment-system-with-flex/ I've done exactly as he says, I've downloaded the files & changed the access key & secret key. When I run it on localhost or my production server I get "Signature did not match" Wh...

need sample data for e-commerce class project

In my CS course project this fall, we have to build a little eCommerce app (like Amazon, eBay, etc). We are free to build any type of eCommerce/store app. Since I don't have a preference for what app to build, perhaps it may be easier to decide based on freely available sample data for the store. So is there some freely available data...

New to MarketLive - sitemap, SEO, etc?

Hi, I just landed a new job that uses marketlive as their e-commerce base. I'm looking for where to find workarounds for marketlive's limitations. Specifically, I want to create a sitemap and be able to export content (I can run a report that will generate the title, sku, image, price - but not the url) thoughts? tips? ...

Authorize.net .. few questions

hi, I need a good payment gateway for my shop (Drupal Ubercart). I was considering to use Authorize.net... is it available in Europe ? My customer has revenues of 10.000 per week so I'm looking for a professional solution. Could you give me some tip ? thanks ...

Magento: Obtain Id for order, listening to the event checkout_onepage_controller_success_action

Hi people, When I look at the event (checkout_onepage_controller_success_action) and works, but I can not get the Id of the newly created order. Anyone have any idea?? Use magento-1.4.1.0 Thanks ...

Wordpress WP ecommerce plugin PHP

Becuase nobody could answer my previous question; http://stackoverflow.com/questions/3483171/wp-ecommerce-plugin-show-categories-and-products-in-tree-view I'm going to do a repost. I've been working on something like this where I'm displaying the categories but now I need to loop round each category within the loop to display products...

How to determine breadcrumbs for products with multiple categories?

I have designed an e-commerce system whereby I have products which can belong to multiple categories. This works well for searching and browsing and allows users to find products more easily. However, I have also implemented breadcrumbs on the product page, and I don't know how to determine which category the product should be shown as ...

Setting up an online store with only one product

I've been asked to set up a site to sell a single product online, and that's all there'll ever be. I don't want a CMS; it's a 4 page site and I'll be doing any admin myself so a CMS is completely unnecessary. I've been playing with zen cart, but the whole "you need to register before you purchase" nonsense is a bit of a deal breaker. ...

Has anyone used a modular shopping cart platform?

Hey all, I've stumbled across Modular Merchant during my search for a subscription based eCommerce solution. Their website does not look that great, and I'm not entirely sure on the capabilities of their package (it looks like they host the site/store for you?) I was curious if anyone knew anything about them. My primary question how...

Some advice on e-commerce ASP.NET Solution

Starting to do some work on an online gifts website. I have not worked on an e-commerce solution before. What I need from the solution is: The store front in MVC2 pattern. Build from scratch is fine. (desirable) Complete UI Independence - The user interface would use a lot of AJAX and jQuery. (very imp) Paypal, Autherize.Net and othe...

Payment Merchants with easy IPN

Hello, I am looking to integrate to my website many payment merchants. Now I have integrated PayPal and CCBill because they have easy to use IPN. I want to send to the merchant data like: amount,1custom variable and the merchant should send to my IPN url the amount and the custom variable. It would be nice if you can give me some names...

Category list not working on category page - Magento

Firstly I am new to Magento, so please explain in detail if you can help. I have used the following code: <div class="left-nav-inner"> <h3 id="products">Products</h3> <h4>Shop by:</h4> <ul id="product-menu"> <?php /* Get the categories that are active for the store */ $_main_categories=$this->getStoreCategories(); /* ...

Filter store view based on Customer Group in Magento

I am developing an e-commerce website where we need to have 2 store views. One for the professional customer and another for the retail customer. We need to have the same inventory but different product description, different attributes, and look and feel for wholesale/retail customer groups. ...