Anyone have any experience with why this happens:
sIFR 3 runs fine til I click add to cart and I get a javascript notification that it's been added to the cart. Upon click, the sIFR text disappears: http://loadedgranola.valitics.com/_product_83484/blackberry_lime. Try it out and let me know if their is something wrong with wht I'm doing...
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 some manual invocation of Activator.CreateInstance() for extensibility, i'm going to break out in hives.
So what I'm looking for is a shopping c...
Hi,
I am looking for some tips to choose the best open source shopping cart. Can any one give me the tips?
Thanks
...
Hi All,
I don't know if this is the correct place to ask this question but i desperately need help in creating an Online Shop (buying products, handling transactions, etc) - Could anyone please suggest me the best method availble either in HTML or ASP.Net because i don't know PHP.
Your help is much appreciated!
Many Thanks!
...
I just picked up Agile Web Development with Rails 3rd Ed., and I'm going thru the Depot Application chapters, I'm attempting to create a simple Edit quantity function, and delete function. I've had luck with the delete function but no luck with the edit quantity function.
I'm going to provide a lot of information, so please don't feel ...
I have a prospective client that currently uses Miva Merchant as their e-commerce solution. They would like me to add functionality that I have done before with Magento. I know that Miva uses its own proprietary scripting language, but how similar is this to other languages? How steep is the learning curve to be able to modify core fu...
Hello,
Okay i'm trying to do is replicate the same functionality in an HTML page using JQuery to pull in to the page products from my Database.
Currently within the PHP version of this process you have your typical PHP call to the DB to connect:
<?php
define('INCLUDE_CHECK',1);
require "connect.php";
?>
Now there is one section of...
I'm re-factoring a semi-successful Rails-based event registration and pledging system for a particular fundraising event for a non-profit.
The existing data structure is rather ungainly, though it captures all necessary details and relationships. I would plan to refactor this in any case, but since I've also been asked to allow for mul...
For some odd reason when people try to use guest checkout it just allows them to enter billing information then when it supposed to go to shipping... it just loops back to the first checkout page... the the process keeps repeating
anyone know where this may be coming from?
the site is a2iwheels.com/checkout/onepage/
...
I'm the primary tech guy for an e-commerce site that gets 700k pageviews/mo. and does over $1M/yr. in online revenue. We've long outgrown our in-house LAMP e-commerce application and I'm searching for alternatives.
I've looked at almost every OSS shopping cart I could get my hands on, but none of them have met our needs. I've pretty...
Am currently evaluating the best RIA technologies to use for building a new e-commerce site.
Currently there are two options we are looking at.One is the flexstore example where we intend to embed the intuitive shopping cart into our site or go full JQuery in providing the needed end user experience.We intend to use Zend as our server pl...
Hello guys,
Okay i'm stuck on something here.
This is the page i'm working on: https://www.passovermeal.org/
I have two radio buttons with text input fields attached to each.
If the second radio button is selected I would like to remove value from first text field.
Now if I click on an area on my page like a div with an id of #produ...
REVISED QUESTION: We have tracked this down to a custom add to cart method. I have completely revised the question.
I am working on a site that is using Magento ver. 1.3.2.4 as its eCommerce platform. We have built a custom "Add To Cart" process which adds multiple items to the cart via an AJAX request. After this request, some postproc...
Is it possible to add price values to product options in the Codeigniter Cart Class. For example: T-shirt price is $10.00, but the XXL size is an extra $2.00.
$data = array(
'id' => 'abc',
'qty' => 1,
'price' => 10.00,
'name' => 'T-Shirt',
'options' => array('Size' => ...
This feature request is already on Zen Cart's roadmap
However, i would like to implement this on an e-commerce site that i'm building, and i can't sit around and wait for the Zen Cart team to enable it. Has anyone else attempted to do this? Een some guidelines would be helpful.
...
After frustration with installing custom designed skins for ZenCart, I was wondering which, if any, of the PHP shopping carts out there have a good templating system that makes it easy (or easier) to install custom designs?
...
Hello, I recently started with Magento and decided to migrate Interspire shopping cart I already made time ago to it. At first look Magento seems a very huge beast - lots of options, maybe lack of simplicity resulting in some performance loss. I've got user guide from which I am not getting much of benefit since there're just description...
Hello
Can any one help me to find out a shopping cart systems that work with PayFlow Link?
...
I am building a small web app for a pharmacy to keep track of sales and stocks, so in short, in one page, the pharmacist will enter a bar-code and the item is displayed, pharmacist enters quantity (price will be automatically calculated) then next item and next and so on, I haven't worked with such a problem before so I would appreciate ...
Basically I am writing a simple shopping cart. Each item can have multiple prices. (i.e. shirts where each size is priced differently). I would like to have a single price field in my admin panel, where when the first price is entered, an additional price field pops up. However I am kind of at a loss as to how to do this. What would be t...