shopping-cart Questions
1
A client has a custom shipping module in Zen Cart 1.5. Yesterday I adapted the module to be zone-aware (they wanted the original module to apply to the USA, and a copy to be tweaked for non-USA ord...
Lagan asked 3/4, 2012 at 14:36
1
Solved
I want to store the cart data of my multitenant app in the database.
I am wondering if it would be better to have a separate table (a project I work on does it that way but I think they migrated f...
Embattled asked 27/11, 2013 at 22:8
5
Solved
I'm trying hard not to go off and roll my own shopping cart, but after perusing the available .NET ecom packages, it's all ASP.NET webforms. In addition, if i see another handrolled DB layer or som...
Cia asked 2/1, 2010 at 2:40
1
I made a custom Magento extension that would allow bundled product types to be associated with a "parent" bundle product.
For example, if I was selling computer parts and I created a bunch of SIM...
Cofsky asked 24/4, 2013 at 19:36
2
We are in design phase of our shopping cart application we are considering Cassandra as Inventory database. Multiple users need to be able to access same product row in Inventory DB at same time.
F...
Marquittamarr asked 26/8, 2013 at 14:23
4
Solved
I've built some shopping cart systems in the past, but I always designed them such that the final order invoice is just a shopping cart that has been marked as "purchased". All the logic for adding...
Neigh asked 5/5, 2010 at 17:43
2
Solved
Can anyone compare these two e-commerce frameworks?
I found this link, but I am not sure how outdated it might be. It mentioned that Satchless was still in the early stage. And at least according...
Picul asked 23/2, 2013 at 4:2
2
Solved
I need to build a website using asp.net + sql server for sports merchandise business where the requirement is to display and sell merchandise internationally.
After some research I have decided t...
Nasho asked 26/1, 2013 at 18:34
2
Solved
I am using the SimpleCart Javascript Library.
I want to add an id to each product and when the user proceeds to checkout,
these id's would be sent as well.
Instead of these columns, for example:
...
Galvanic asked 11/1, 2013 at 0:39
2
I'm a new to MVC in asp.net. I want to build a shopping cart with MVC (without using EF Code First as Music store mvc shopping cart). Anyone can show me a simple code or tutorial that I can learn? ...
Cabe asked 9/1, 2013 at 7:31
2
Solved
I have seen several Questions comparing different ECommerce CMS's:
Prestashop compared to Zen-Cart and osCommerce
Magento or Prestashop, which is better?
Best php/ruby/python e-commerce
sol...
Windbag asked 16/1, 2011 at 20:47
1
Solved
I'm currently developing a e-commerce site which is going to have around 500 items. I need the site to be supported by IE8+, Firefox, chrome.
The users of the site should be able to add the ...
Scag asked 14/12, 2012 at 8:17
1
class Product(models.Model):
name = models.CharField(max_length=50)
slug = models.SlugField()
unit_price = models.DecimalField(max_digits=5, decimal_places=2)
I'am newbie to Django. How to des...
Aisne asked 19/11, 2012 at 22:24
3
Solved
I am in the need of looking for a .net shopping cart, I am a .net developer not PHP and I need that the shopping cart solution be extendible.
In the past I have used Magento, and its probabl...
Braunite asked 16/12, 2011 at 8:42
1
Solved
I have a bit of a dilemma with a Magento website I am building. I have two websites with a store each set up in order to enable multiple currencies checkout for each site. So the only difference be...
Flatfish asked 11/9, 2012 at 16:43
1
Solved
I've spent MONTHS trying to integrate PayPal into my site, followed countless tutorials, articles - read all the docs, downloaded countless samples and so-called "complete, working samples" and hav...
Piscatorial asked 29/7, 2012 at 21:0
2
Solved
I need to pass a PDO connection into a cart class from a controller,
function __construct($connection)
{
$this->cart = new cart($connection);
}
but I think the problem is with serialize()
...
Picrite asked 7/6, 2012 at 17:15
3
Company I'm working with is looking to implement a flexible and extensible promotion/discount engine for their e-commerce store. Requirements for promotions & discounts change very freque...
Hendrix asked 6/3, 2012 at 15:9
2
Solved
I have never designed a database/data-model/schema from scratch, especially for a web-application.
In some recent job interviews, i was asked to 'design' a database for a shopping cart applic...
Dupree asked 3/2, 2012 at 7:17
1
Solved
I'm creating a site which has a shopping cart. I do not need any special functionality so I'm creating the cart on my own rather than integrating any ready one. My products do not have a predefined...
Stylet asked 22/1, 2012 at 20:37
2
Solved
I am learning to use playframework by writing code to implement a webstore for selling items.I have implemented the Admin area using the crud and secure modules.Now, I want to create a shopping car...
Acima asked 30/8, 2011 at 13:34
1
Im trying to load a rendered version of the cart sidebar, which i intend to load via ajax... I've been searching around alot and it seems like the best approach is to create a custom module which w...
Sorehead asked 27/7, 2011 at 14:53
2
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 don...
Cellulose asked 13/6, 2010 at 18:48
2
Solved
I have an app that is essentially a wrapper for a 3rd party API. The app does not use a database and only stores a single cookie which is the session ID that the API requires.
The API is a shoppin...
Musketry asked 8/1, 2011 at 15:31
3
Solved
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 i...
Nadabb asked 4/2, 2011 at 2:54
© 2022 - 2024 — McMap. All rights reserved.