Tagged Questions

Spree is the open-source e-commerce platform freely available for commercial use under the terms of the New BSD License.

learn more… | top users | synonyms

7
votes
2answers
2k views

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 ...
6
votes
1answer
750 views

what's the most extensible/flexible FOSS e-commerce software? (or should I roll-my-own?)

I need to build an internal order entry and tracking system for a grocery store which requires many of the features of existing e-commerce systems, such as product catalog, customer_to_order ...
5
votes
1answer
1k views

Bundle Install passes with no errors, but on visiting the site, I see an Error

If I run bundle install, the application passes, everything is properly installed. But if I reboot nginx, and visit the site, I see the Passenger Error message. Ruby (Rack) application could not be ...
3
votes
3answers
778 views

Spree 's latest version does this on remote - undefined method `set_preference' for nil:NilClass

Everything works perfect on my local. I installed everything appropriately on the server, and when I run rake db:bootstrap or rake db:migrate, I get this : rake aborted! undefined method ...
3
votes
2answers
253 views

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 ...
3
votes
2answers
288 views

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 ...
3
votes
3answers
165 views

Inserting Controller Actions between Actions in Rails - Best Practices

What are best-practices (or usual-practices) when it comes to adding more steps in a process in Rails? For example, I am working with the Spree e-commerce Rails platform and I would like to add a ...
2
votes
1answer
121 views

Spree as a mountable engine

So, we want to rearchitect a portion of our site as a Rails app. The original plan was to have a main "site" app, with a number of plugin apps (Rails 3.1 Engines) with compartmentalized functionality ...
2
votes
1answer
104 views

spree order.save stack level too deep

I use spree 0.70 for implementation my eshop. In development state work everything fine. But when i deploy app to server order#populate doesnt work. I found in log only stack level too deep, nothing ...
2
votes
1answer
119 views

Spree example app problem

I've trying to build sample application as it's wrote there, but there is an error: undefined method `paginate' for #<Array:0xb0b16b0> Admin interface works fine. What i'm doing wrong?
2
votes
0answers
71 views

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", ...
2
votes
1answer
415 views

How to make dynamic dropdown in Rails?

I'm working on a e-commerce project where there will be radio buttons for size selection. I have a dropdown for quantity. I want to make this dropdown dynamic based on stock available for the user ...
2
votes
0answers
127 views

Nested taxon url is no longer working

This seems to work on my local, but not on my production. The number 4 in the error tells me its probably returning nil as it is 4 for any of the Taxon links. Anyone know what else I can look into? ...
2
votes
1answer
408 views

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 : ...
2
votes
2answers
797 views

spree install issue - using RWM

I am trying to install the spree gem using the following instructions http://spreecommerce.com/resources/quick-start The install worked fine, but trying to create an application doesn't resolve ...
2
votes
3answers
750 views

Paperclip error

I am getting the following error when uploading an image on the admin panel of spree (RoR e-commerce platform): Paperclip::NotIdentifiedByImageMagickError in Admin/imagesController#create ...
2
votes
5answers
492 views

ECommerce solution in php and ror

I'm a developer but I never used php nor ruby on rails. I would like to create a small e-commerce website. I found out 2 solutions that seems very good, Prestahop and Spree. Which one would you ...
2
votes
1answer
562 views

In Spree (Rails E-commerce App) what is the preferred way to limit locales?

I only want to support German and English for a starter. As I see it I can easily limit this in the spree core locales.rb, or in the localization extension by simply deleting the locale files. But ...
1
vote
1answer
82 views

Sorting taxons (Brands) alphabetically

Rails noob here trying to tweak a few things in a client's Spree shop. The sidebar needs to contain a list of product brands, and I have Brands as a taxonomy. My shared/_taxonomies.html.erb view ...
1
vote
1answer
22 views

Mixing static and dynamic content in Spree?

i'm new to the commerce solution Spree and want to realize a project with it. is it possible to mix dynamic content (e.g. products) with static content like static text, images etc.? like typical cms ...
1
vote
2answers
150 views

Can the origin of “SystemStackError: stack level too deep” be identified without a full stack trace?

I am running Spree 0-60-stable on Rails 3.0.9 on Heroku Bamboo MRI (Ruby) 1.9.2 Some time on or about Sat, 03 Dec 2011, I began receiving "SystemStackError (stack level too deep)" messages in ...
1
vote
1answer
169 views

Ruby on Rails 3 : Playing with Spree

I am running SPREE. I am already follow the tutorial but when I reach this line, the warning is show up. I am already googling it but there is no solution. $ bundle exec rake spree_sample:load ...
1
vote
2answers
136 views

rails generator won't work inside my spree application.

I am trying to integrate spree into a fresh install of a rails application. I am following along with the getting started guide on spree's website. I am at the step that tells me to call the ...
1
vote
1answer
149 views

Rails 3.1 error 406 response when downloading web fonts

I'm having problems serving web fonts through Rails 3.1, within a Spree 0.70 application using compass (which I don't think should make a difference) I have a scss file which contains the ...
1
vote
1answer
192 views

Applying Spree decorator

H guys, first of all let me tell u I am new to spree, so my question might sound stupid to most of you. I want to customize for example the "index" method in the home_controller.rb, I know the right ...
1
vote
1answer
120 views

Spree admin panel not working

I've install Spree gem and run it as it wrote in Getting Started. All works fine but if I want to go in the Products section in admin panel I have the following error: Mysql2::Error: Unknown column ...
1
vote
0answers
386 views

Rails 3.1 Engine plugin rspec testing (external gem Spree Commerce)

I created an engine inside an app that depends on an external gem: Spree. And I did my best to set RSpec within that engine following this guide http://rubyx.com/2011/03/01/start-your-engines When I ...
1
vote
1answer
125 views

Extend spree to have functionalities as Shopify?

I'm new to spree. I'm not sure whether is that possible to extend spree to have a functionality like Shopify. The user signups to create a store. He owns everything to that store. Each owner is not ...
1
vote
3answers
292 views

Rails 3 - File name too long error

We have an online store running on Rails 3 Spree platform. Recently customers started reporting weird errors during checkout and after analyzing production logs I found the following error: ...
1
vote
0answers
76 views

How to connect sidebar in checkout progress?

Solved with copying def seo_url to checkout helper. Hello, Im trying to connect sidebar in checkout progress. But I get this: Showing ...
1
vote
3answers
703 views

Best way to customize Spree?

I need to modify Spree (functionality and views). But Spree installs as a gem (it's not simple application), I believe it's actually a Rails engine right? I'm pretty new at all of this. But what is ...
1
vote
1answer
624 views

What does this Rails Engine code mean: config.to_prepare &method(:activate).to_proc

I'm working with Spree, which uses Rails engines extensively. A common pattern I find is this. However I have trouble understanding this code. 1) What does .to_prepare do 2) What does the ...
1
vote
2answers
526 views

Spree installation issue : rake aborted! couldn't parse YAML at line 6 column 50

I am trying to install the spree gem using the following instructions http://spreecommerce.com/resources/quick-start I am getting following error on step 4.6(Populating the Database) $ rake ...
1
vote
1answer
231 views

remove the “powered by spree” footer

I'm looking to remove the "powered by spree" footer. does anyone know where this is located? also, how is the "Shop By" overridden when adding a new taxonomy? thanks
1
vote
1answer
242 views

spree translations on heroku

my problem is that i can't change the language of my spree application on heroku.I changed config.i18n.default_locale = :'de' on my local machine it works! But not when i push it to heroku. Has ...
1
vote
1answer
119 views

Restart Spree everytime you make a change?

Just getting into Spree now. Is it true, you have to restart the server everytime you make a change to the CSS? Any strategic workarounds?
1
vote
1answer
77 views

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 ...
1
vote
0answers
284 views

Changing the checkout flow in spree-0.10.2

I need a checkout process devoid of a delivery and payment step (working on a store which accept cash on delivery so I need only the address step.) I am using Spree 0.10.2 Things I have tried: ...
1
vote
1answer
965 views

How to overwrite/extend existing spree classes in app/models?

I want to extend Class Role such that I can add more roles to the roles table in Spree. My application would have different prices based on roles. By default roles have: ("admin" and "user") in it. I ...
1
vote
2answers
2k views

can't activate rack problem while install spree commerce

I install spree version 0.9.4 with gem install spree and run a set up command spree mystore and get this errors messages. Have anybody experienced this whether in spree or not ? ...
1
vote
1answer
651 views

Spree how to use Hooks

According to http://spreecommerce.com/documentation/theming.html#hooks you should be able to use spree hooks using my_theme_hooks.rb but how? Do I need to extend a class and where can I check which ...
1
vote
2answers
370 views

<li> only visible when parent has css class=“current”

I have a list of categories called Taxons: The Rails code is here: <div id="taxonomies" class="sidebar-item"> <% @taxonomies.each do |taxonomy| %> <ul class="navigation-list"> ...
1
vote
2answers
976 views

Spree e-Commerce within Existing Application

I'm trying to setup Spree within my application (I'm open to using the Gem or running it in vendor mode). I've reviewed the documentation and the wiki and I'm still a bit confused as to how it might ...
0
votes
0answers
7 views

Spree missing template issue

I have been using spree for quite some time and I have encountered the strangest thing. All of a sudden on my local enviorment when I get into the check out flow I get the following error message. ...
0
votes
1answer
14 views

Spree administration AJAX request works in development, 404s in production

I'm building a site on Spree 0.70.3 and Rails 3.1.3. In development I just run thin on port 3000; in production, we have Passenger 3.0.9 and Nginx 1.0.8. When associating a Product with a Taxon in ...
0
votes
1answer
40 views

using Spree as a framework rather than a plattform in rails

As I understand Spree is a shopping platform to build your shop. I would like to use Spree partially and as a framework for some e-commerce features. The rest of my application has nothing to do with ...
0
votes
1answer
43 views

Sprockets can't find TinyMCE from gem

I'm using Spree 0.70.3, Rails 3.1.3, and a custom fork of the Spree Editor plugin. (N.B. the relevant code for this fork hasn't changed from master.) When I request a page which should get TinyMCE on ...
0
votes
1answer
52 views

Pages render without html, head, and body elements

I'm working on a site using Spree 0.70, Rails 3.1, and Ruby 1.9. I've noticed that some pages are getting rendered without their ...
0
votes
2answers
131 views

Installing Spree ActiveRecord::ConnectionNotEstablished Error

I wanted to create an online shop using rails and the spree gem (http://spreecommerce.com/). Leaving rails development rest for a while on my mac (os x lion), I installed everything from the scratch ...
0
votes
1answer
16 views

Deploying Spree to Heroku

To deploy spree to heroku , I followed the guidline in https://github.com/krozen20/Spree-version-0.11.0/blob/master/spree.txt when typing "git push heroku master" it shows me this message ...

1 2 3