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
5
votes
1 answer

Spree - i18n gem issue

I got a problem with a new version of spree gem (branch: '2-3-stable'). When i try to install it, I receive this error. my_store$ rails server The git source https://github.com/spree/spree_gateway.git is not yet checked out. Please run `bundle…
Sergei Korobov
  • 116
  • 1
  • 6
5
votes
1 answer

Showing Spree taxonomy tree on product page

I'm running Spree 2.2. I'm trying to get the standard taxonomy/filter list to appear on each individual product page in Spree, but I cannot find where it decides that there's sidebar content to be displayed. If anyone can shed any light on where/how…
TheMinimalCriminal
  • 493
  • 1
  • 3
  • 9
5
votes
1 answer

Adding an active merchant offsite payment gateway to spree commerce

I need to add the active merchant offsite payment gateway "Direct-Ebanking" / Sofortüberweisung.de to my Spree Commerce Project. However there seems to be close to NO documentation on how to do this. The best I could find is a link pointing to the…
mgreschke
  • 189
  • 10
5
votes
2 answers

Change spree application layout file to load

Is it possible to use my own application layout file in my main rails app instead of spree's? I have my main app already setup with devise and then added spree. Spree frontend uses frontend/app/views/spree/layouts/spree_application.html.erb in its…
Chris
  • 143
  • 12
5
votes
1 answer

How to disable explicit stack traces on Ruby on Rails website

I have a Ruby on Rails Spree commerce app where I have explicit stack traces enabled in production (e.g., instead of the "We're sorry but something went wrong" message there is a long stack trace with developer-friendly and user unfriendly…
user2609980
  • 10,264
  • 15
  • 74
  • 143
5
votes
5 answers

Changing the currency format for product prices within Spree

I'm upgrading spree to from spree 1.0 to 1.3 and get stuck with the new currency options. I want to render prices as: '€ 100' but instead get '€100'. How do I get a space between the unit and the value? Note: Changing the locale file doesn't work,…
jewilmeer
  • 1,926
  • 1
  • 12
  • 11
5
votes
4 answers

Spree how to display variants in drop down Ruby on Rails?

I'm using spree 2.0.0 stable in my application. On product show page all variants display as a radio buttons. I just want to show them in a drop down. Any thoughts on this? Thanks.
Muhammad Ateq Ejaz
  • 1,845
  • 20
  • 22
5
votes
2 answers

Setting default_url_options for mounted Rails engine

Using rails 3.2.13 and spree 2.0.2 I've encountered the similar problem as in Rails mountable engine under a dynamic scope My routes: scope ':locale', locale: /en|jp/ do mount Spree::Core::Engine, at: '/store' root to: 'home#index' end I want…
NARKOZ
  • 27,203
  • 7
  • 68
  • 90
5
votes
1 answer

Integrate Indian Payment Gateway (CCAvenue) in Ruby on Rails e-commerce application supporting by Spree

Currently working on an e-commerce web-application. It is being developed by Spree on Ruby on Rails plateform. I am not able to integrate any Indian Payment Gateway in this app. I tried CCAvenue but getting problem. Even I am not able to find any…
RohitPorwal
  • 1,045
  • 15
  • 23
5
votes
1 answer

Extending the Spree::Product model/class

I'm using Spree in a Rails 3.2 app of mine and I want to extend Spree's Product class to better suit my needs as for example to establish a relationship with another model in my app. What's the best way to do this? I could not find anything about it…
rodrigoalvesvieira
  • 7,895
  • 15
  • 63
  • 84
5
votes
2 answers

Integrating Payment Gateway (activemerchant based) with spree

I am trying to integrate payu.in payment gateway into my rails app. I have integrated their gem in the application but when i go to /admin/payment_methods/new I am not able to see the payment gateway under the provider options. I have followed…
phoenixwizard
  • 5,079
  • 7
  • 27
  • 38
5
votes
2 answers

Spree change default currency and Country

I am developing an e-commerce application using Spree for India. So all prices are in 'Rs' and states and zones are India related. I edited them easily in Spree 1.2.0 but I couldn't find those options in 1.1.3. How to customize this in 1.1.3
Bhushan Lodha
  • 6,824
  • 7
  • 62
  • 100
4
votes
2 answers

Price gets multiplied by 100 when saving product in Spree (RoR)

I installed the online shopping framework Spree on top of Rails 3.1.3 and Ruby 1.9.3. I also use the Spree_i18n gem to localize the shop. Now, whenever I save a product, the price is multiplied by 100. For example, in the admin area, I type the…
Mark
  • 3,389
  • 2
  • 28
  • 52
4
votes
2 answers

How to override lib/spree/search/base.rb

I need to override the get_products_conditions_for method in this class, what's the best way of doing this? I've tried adding this to an initializer: Spree::Search::Base.class_eval do def get_products_conditions_for(base_scope, query) …
4
votes
2 answers

spree install undefined method mass_assignment_sanitizer

I took a look about this problem within the list of question but nothing helped. This is my first question in stackoverflow so please accept my apologies in case I do something wrong. Also I still have a lot of english to improve. I'm installing…
Snake Sanders
  • 2,641
  • 2
  • 31
  • 42