cart

E-Commerce / Shopping Cart with Multiple Ship Methods per Order

Does anyone know of an e-commerce / cart solution which allows multiple shipping addresses per order, as well as multiple shipping methods per order? For example, customer adds 2 of Product A to their cart and upon checkout wants one to ship to Colorado via UPS ground and one to ship to California via UPS second day air. Open Source ...

Question about building a shopping cart/checkout with Rails

I just picked up Agile Web Development with Rails 3rd Ed., and I'm going thru the Depot Application chapters, and I have a question about Product/Item options- If I wanted to modify the product catalog and store so that products could have options (size, color, whatever), where/how would I do that? Let's say I'm selling t-shirts, and t...

Postage Calculator for PHP

Could anyone point me in the right direction for a shipping calculator? I would like something simple and I don't want to sign up for too much stuff. EDIT: I do not want to deal with all the registering and stuff the API would require... I think I may just try to make one using the zone charts USPS provides. ...

Best software package to add web cart to existing asp.net/c# website

I have a web site written in asp/c# and I am looking to add shopping cart edit facilities and delivery options plus allow payment using a card. I assume that some standard software packages are available to buy which provide this functionality as it is becoming a fairly standard function on the web. What would be the best software to...

Recommended Carts for Rails e-commerce app.

All, I'm building a Rails app, using Active Merchant to interface to PayPal website pro. I'm wondering if I should develop the cart myself, or if there is a good off-the-shelf cart that people can recommend. Googling reveals a few options such as http://www.ecompages.com/ .. too young?, substruct (http://code.google.com/p/substruct/) ...

Submit a form to Facebox

Is there a way to submit a form to Facebox? As it is right now you need to use an anchor tag to invoke the facebox method but I need to submit a form and send the data to the php handler and show it in facebox. So if I'm on order.html and then submit the add to cart button and the cart is on index.php?action=add (form action) which exc...

how do I get ALL of my product items to show up on the homepage of magento 1.3.2?

I installed Magento v1.3.2.3 and added most of my product inventory. However, I can only get 5 items to display on the homepage. I need all my products to show up there. I have been searching the net for about 3 days and still havent found the answer. Please help. This is currently the code I am using. {{block type="catalog/product_n...

Cakephp Shopping Cart

Hi all, I was wondering which php based carts will be the easiest to integrate with cakephp. I've heard about bakesale but I have no info on it whether is up to par with magento, cubecart or other carts out there. It's been a while since they have updated info on bakesale (August 2008). So if anyone has any info how reliable and secur...

php remove button keeps retreiving posted information

Hi every1! im quickly finding im quite the beginner to php, so please bare with me! I have a quick problem, I have a remove button for a shopping cart and the code works for it everytime except for the last product thats in the cart. If a person pushes the addtoCart button the URL is reloaded with ?buyproduct=$productNumber and when the...

need a *basic*, digital download shopping cart

Hi there I have a store using Drupal & drupal ecommerce plugin which I use to sell about 8 digital download files. It is extremely large and too bloated for what I'm doing. I'm looking for a new simple solution to sell my 8 files (from my own domain), with automated file delivery to the customer. Does anyone know of a good extremely s...

Shopping cart with asp.net and SQL Server reserve items

Hey everyone, Question has been asked with no answers over a month ago: http://stackoverflow.com/questions/1806739/shopping-cart-reserve-product/2070884#2070884 Anyway, basically I have a shopping cart for my site in ASP.NET using SQL Server. When a user adds an item to the shopping cart I need to set a value in the product table to re...

Creating a record and adding associated records to it

I have a following model class Order < ActiveRecord::Base has_many :products, :through => :line_items end class Product < ActiveRecord::Base belongs_to :order end line_items is a table, that associates an Order with multiple products. create_table "line_items", :force => true do |t| t.integer "order_id" t.integer "p...

shopping cart to email

I use simplecartjs to make a shopping cart on my website where you can select element and send it to your cart... next step, will be the checkout process, but for business reason, no checkout process will append, and a simple form with name and email and date for order pickup will be ask. Now the order must be send to an email address (a...

Drupal: module to implement credit system

Hello. I wonder, which Drupal modules I can use to implement the following system: User has X amount of credits on his account (I think CCK can store this value). He can create specific Nodes (requests for admin). Each Node has a Type (Taxonomy defined, may be. Or via CCK). Each Type has associated number of credits. When user publishe...

What does the rpart "Error in as.character(x) : cannot coerce type 'builtin' to vector of type 'character' " message mean?

i've been banging my head against rpart for a few days now (trying to make classification trees for this dataset that I have), and I think it's time to ask a lifeline at this point :-) I'm sure it's something silly that I'm not seeing, but here's what I've been doing: EuropeWater <- read.csv(file=paste("/Users/artessaniccola/Documents/...

Is there an equivalence of "anova" (for lm) to an rpart object ?

When using R's rpart function, I can easily fit a model with it. for example: # Classification Tree with rpart library(rpart) # grow tree fit <- rpart(Kyphosis ~ Age + Number + Start, method="class", data=kyphosis) printcp(fit) # display the results plotcp(fit) summary(fit) # detailed summary of splits # plot tree plot(fit, ...

zen cart- pop up page on home

Hai I have a zen cart project. Here I want to show an Ajax pop up box (on body load). But I am new to Zen cart. Pop up must be shown only on the home page. Is it possible? Please help me. Thanks in advance ...

Choose Alternate Products, add on Free Products, Addendum Products in Ubercart ?

Thanks for considering my question. I have Ubercart 2.x running on Drupal 6.x. I would like to show alternate products when a user is on the checkout page. This can be done through Views/Panels, yes? However, the need is that when a customer buys a product, they also need to choose an alternate in case there is a problem. "Customers wo...

how do I interpret rpart splits on factor variables when building classification trees in R?

ie, if the factor variable is Climate, with 4 possible values: Tropical, Arid, Temperate, Snow, and a node in my rpart tree is labeled as "Climate:ab", what is the split? ...

Using Google Checkout, can I add items to the cart with text links?

Demo here using buttons http://checkout.google.com/seller/gsc/v2/demo/index.html I want to use, if possible text links in place of input buttons. Thanks everyone! ...