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...
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...
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?
...
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...
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...
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...
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 ...
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...
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...
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?
...
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
...
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
...
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...
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 ...
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. ...
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...
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...
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...
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();
/* ...
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.
...