Questions tagged [spree]

Spree is a complete open source e-commerce solution for Ruby on Rails, freely available for commercial use under the terms of the New BSD License.

Spree is a complete open source e-commerce solution built with Ruby on Rails. It was originally developed by Sean Schofield and as of November 2015 was no longer maintained.

On January 2016 new core team maintains the project and new roadmap is announced.

License

Spree is released under the New BSD License.

Links

Legacy Links

1714 questions
4
votes
2 answers

Reason: Incompatible library version: identify requires version 14.0.0 or later, but libfreetype.6.dylib provides version 13.0.0 Trace/BPT trap

i am running 10.6.8 MacOSX Snow Leopard , and i have installed imagemagick using brew install imagemagick and when i run identify in my terminal i get the following error I got this error when i ran spree install as well , as spree also uses…
Abhimanyu
  • 591
  • 1
  • 11
  • 22
4
votes
2 answers

Spree remove billing address

How would I remove billing (or shipping) address in Spree checkout routine? I'm using spree 1.3
Maoko
  • 41
  • 3
4
votes
1 answer

Does Spree shop support multiple vendors to buy from?

Hi i need a shop software where i can offer products from different vendors. e.g. one could buy a watch from 3 different vendors for different prices. Amazon does this too. (see…
Dominik Goltermann
  • 4,276
  • 2
  • 26
  • 32
4
votes
4 answers

Spree Checkout - Remove Step

I am trying to remove 2 checkout steps. I have tried to follow the documentation in the site http://guides.spreecommerce.com/checkout.html but still nothing happens. I am using Spree 1.1.2 ruby 1.9.2p318 Rails 3.2.6 Ubuntu 12.04 (precise)…
Eyal.K
  • 431
  • 6
  • 14
4
votes
1 answer

Spree customize/extend user roles and permissions

I am trying to specify some custom roles in Spree for example role 'client' and extend the permissions to access the admin section for this role. This user will be able to access only those Product created by that user. Concept is letting a user…
swapab
  • 2,402
  • 1
  • 27
  • 44
3
votes
2 answers

Creating Spree Extension

Hey I have tried a lot creating spree extension , but after weeks efforts also I am not getting the desired outcome out of it. I have followed the spreecommerce website on extension tutorial but I didn't found it enough for a spree beginner. Please…
vishB
  • 1,688
  • 2
  • 17
  • 23
3
votes
2 answers

Spree Install Error: Could not find gem 'spree_skrill (>= 0) ruby'

I am new to ROR, Now i am installing Spree , these following step gem install rails -v 3.1.4 rails new mystore cd mystore spree install After that here showing this error gemfile spree gemfile spree_usa_epay gemfile spree_skrill …
useCase
  • 1,265
  • 6
  • 22
  • 41
3
votes
1 answer

How to watermark images using Imagemagick?

I thought I'd add this, as it took me ages to get it working and I've seen loads of people having problems with it. I'm trying to add a watermark processor to the images model in a Spree (Rails) app. I was getting errors such as: There was an error…
Chris Edwards
  • 3,514
  • 2
  • 33
  • 40
3
votes
2 answers

Spree Commerce installation error, Bundler could not find compatible versions for gem "rails"

At the time I install the Spree site (in according with this guide: http://guides.spreecommerce.com/getting_started.html) , I get this problem: deploy@bothunter:~/rails$ sudo -i gem install rails Successfully installed rails-3.2.1 1 gem…
Павел Иванов
  • 1,863
  • 5
  • 28
  • 51
3
votes
1 answer

How do I create a theme in spree commerce

I'm using the spree ruby on rails ecommerce gem and I have the blue theme installed: gem 'spree', '0.70.3' gem 'spree_blue_theme', :git => 'git://github.com/spree/spree_blue_theme.git', :branch => '0-70-stable' I'd like to customize the theme.…
3
votes
3 answers

How can I make my site this fast?

I need to develop an e-commerce site for my client. He wants it to be very fast (1.25 second or less for each page). I've had my criterion - 3 seconds. So 1.25 second is very challenging. He showed me a website that loads very…
Sam Kong
  • 5,472
  • 8
  • 51
  • 87
3
votes
0 answers

Debugging Credit Card errors in Spree

Looking at the log I get this : Processing CheckoutsController#update (for 69.230.191.209 at 2011-04-26 15:08:53) [PUT] Parameters: {"step"=>"payment", "order_id"=>"R107122666", "action"=>"update", "_method"=>"put",…
Trip
  • 26,756
  • 46
  • 158
  • 277
3
votes
2 answers

Spree 0.50.0 Error registering calculator Calculator::PriceBucket

I am trying to configure Spree on Heroku, I have the website running offline using thin but every now and again it will throw the error "Error registering calculator Calculator::PriceBucket" I have tried setting config.cache_classes to both on and…
Karl Entwistle
  • 933
  • 2
  • 13
  • 25
3
votes
2 answers

spree error message in Rails

I am new to ruby on rails. I installed ruby and gems both on my ubuntu 10.10 system. My rails -v is 3.0.5 and gem -v is 1.3.7. As my requirement I installed bundler and after that when I installed spree by the command gem install spree I got the…
newbie
  • 95
  • 2
  • 11
3
votes
1 answer

undefined method `error' for true:TrueClass

I'm using Spree, and setting up the spree_easy_contact extension. When I send an email, it sends correctly, and saves it to the database correctly, but I'm redirected to an error screen : NoMethodError in ContactsController#create undefined method…
Trip
  • 26,756
  • 46
  • 158
  • 277