spree

Spreecommerce: Taxon images

Hi all, I recently started playing around with Spreecommerce but I'm having a little trouble with Taxons and images. What I need is a custom size image for each Taxon. I have worked out how to change the default sizes of images in foo_extension.rb but this only works for Products. Taxons it seems have icons not images. So how can I chan...

Spree, chargify and fedex API workflow?

So Im having a site developed in ruby using the spreecommerce. Spree will be used more as a backend then a front end shopping cart, this is becasue the site is subscription based and the the customer just needs to sign up and they are then shipped the products each month. However the products change and the customer is allowed to pick 3 ...

Spree, Rails 3, and theming

Well, I've been trying to change the default theme of spree by following this tutorial http://blog.endpoint.com/2010/01/rails-ecommerce-spree-hooks-tutorial.html But the homepage doesn't change at all, well since the tutorial is meant for rails 2, I'm just wondering what do I need to change from the tutorial to make it work with rails ...

Removing Rails/Spree image upload limit?

My client called today because they couldn't upload their images to their shopping site, and I have absolutely no idea where the upload file size limits are configured. So here's my server configuration: Ubuntu 10.04LTS, Spree on Rails 2.3, Nginx. Basically I want to remove the file-size upload limit. Anyone know where I should go to ...

Rails Spree demands account creation after bootstrapping without sample data

I'm using the Spree Rails gem for my ecommerce site. During development I've been using the sample data. After re-bootstrapping the database using "rake db:bootstrap" and this time NOT loading sample data, any time I go to any page on my site, it redirects me to /users/new. I have removed all my custom route rules. Any ideas why this i...