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

1
vote
0answers
3 views

Spree creating admin account ubuntu

I been searching for couple days and i don't come up with the solution. I am new to ruby, but i want to develop my own online store by using spree. I use:rails: Rails 3.2.13 ruby: ruby-1.9.3-p429 ...
0
votes
0answers
4 views

Registering a custom Spree Calculator not working

Following the docs on this page... http://guides.spreecommerce.com/developer/calculators.html I've created a class in models/spree/calculators/ module Spree class Calculator::ZipTax < ...
0
votes
1answer
7 views

Spree + Model Override to change default order by

In Spree ( Rails based product ), I am trying to over-ride the model class but I am not getting the way to over-ride it. Here I want to change the default order by for one of the sql query. Model ...
0
votes
1answer
41 views

Upgrading to Spree 2.0.0 Bundler dependency issues With Extensions that depends upon spree_core 1.3.x

I'm trying to upgrade my spree store to spree new release 2.0.0 my gem file is as follow it gives me following error when i do "bundle install" Any clue? Sample Error look like: Bundler could ...
0
votes
0answers
9 views

Spree config files - setting things that can be set in admin panel

I've had problem with setting spree options in such manner that it will be automatically included during deployment (as here) but I've resolved it (or rather workedaround) with direct sql query. Now ...
0
votes
1answer
20 views

How to use omniauth to authenticate users from a custom Rails application?

I'm currently working on a rails Spree application(v 1.3.x). I have also another application that i have created couple of months ago just suppose myfirstapp.com that is live and so many users have ...
0
votes
0answers
19 views

Initializer for spree_social gem with facebook login integration keys

I have an app based on spree which should be integrated with Facebook. I'm doing this by spree_social gem which works fine, but i need some config file so I won't have to click through admin panel ...
-1
votes
0answers
13 views

Spree: How to deliver in store?

I need some a way to deliver products in store with spree, right now i just can deliver to someone address. Is there a extension to allow me to do this? Sorry for the bad English, is no my native ...
0
votes
0answers
22 views

Creating a new Payment Method / Procesor with Spree

I'm creating a web app that gives users points for various events/actions. I created a Spree redemption store for purchasing items with those points. However, customizing Spree is proving to be ...
0
votes
1answer
23 views

rails 3 returning to site user logged out

I've integrated dotPay to my Spree site for payments. The user after choosing this option is redirected from my site to dotPay's. He pays what is needed there and then he can click a button which will ...
0
votes
0answers
14 views

Add new column for spree table

I want to add another column like points in products table and that column should be visible on both side (admin and store). Is there any nice to do this type model modification. Thanks
0
votes
0answers
12 views

Heroku cannot find method `html_options_for_button_link'

I´m working with spree and I have installed a import_products gem in local works well, but when I do deployment to heroku return the message "undefined method `html_options_for_button_link'". This ...
0
votes
0answers
18 views

Spree Default Image Replacement

I am working on a Rails project which involves Spree 1.3.2. I am very new to rails and would appreciate your suggestions. I am in need of changing the default image in Spree (I mean the noimage), but ...
0
votes
0answers
6 views

Spree Taxon - Store Extra Details

I am working on a Rails project that uses spree to build an e-commerce website. I am absolutely dumb to the subject (been only about 3 days exposure to Rails). The used version is Spree 1.3.2. I am ...
0
votes
0answers
42 views

Custom pages problems in Spree (static content)

My Spree e-commerce site has a plugin called spree-static-content which recently started to act strangely. The plugin acts as a function to add pages to the site, adds links in menus of your choice. ...
0
votes
1answer
34 views

RoR - Spree - Paypal Express Gem

I am attempting to install paypal express checkout, I added the information in the Gemfile and ran bundle install where it ended up here. gem 'spree', '1.3.2' gem 'spree_gateway', :github => ...
0
votes
0answers
14 views

Spree developement

I want to customize spree. I have downloaded the source files and modified them. Then I ran install.rb which built and installed gems. The question is: can I see the result of the developement without ...
0
votes
0answers
10 views

Spree - session clearing after edit in checkout process

Using Spree Edge(2.0.0.beta) version and trying to edit checkout flow. I want to remove the shipment(delivery) process so I did this in my order_decorater.rb checkout_flow do go_to_state ...
0
votes
1answer
14 views

Spree Ecommerce System: Admin Account?

I've installed and used a number of CMS systems written in ruby in the past, and on start up they all seem to follow the convention of pointing you towards creating an admin account. Refinery CMS does ...
0
votes
1answer
63 views

Explain this error: WARNING: Nokogiri was built against LibXML version 2.7.3, but has dynamically loaded 2.9.0

I've just installed the Spree ecommerce CMS without too much of a headache. I literally have no idea what this message means though. Could someone please explain this to me slowly? Nokogiri appears ...
3
votes
4answers
37 views

Could someone please define an Engine in Ruby in Rails?

In computing terms, an engine is something that is continually producing output based on input. But in Ruby, the term seems a little bit loose. The people who've created Refinery CMS have taken to ...
0
votes
0answers
25 views

Spree - Creating site-wide preferences

This is probably a routine job for anyone who customizes Spree to fit their needs, but I'm having quite a hard time with it. I want to create a preference that will store an array of products, in ...
1
vote
1answer
26 views

Spreecommerce doen't start correctly in apache

When accessing my ROR Spree application I get the following error: Ruby (Rack) application could not be started git://github.com/spree/spree_auth_devise.git (at 1-3-stable) is not checked out. ...
0
votes
0answers
52 views

uninitialized constant Spree::Preferences::Preferable when config.cache_classes = false

I've had Spree running no problem until I did something yesterday which started causing the error below. Funny thing is that if I turn on caching ( config.cache_classes = true) everything runs fine. ...
0
votes
0answers
32 views

spree_paypal_express in Production fails with error “URI::InvalidComponentError (bad component(expected host component): https://example.com):”

Everthing works fine in development with paypal sandbox. I've changed the server to "live" and unchecked "test" check box. I hope somebody tells me wise solutions. Thank you.
0
votes
1answer
18 views

Rails Spree no longer working

I have a legacy project with Rails 2.3.8, Spree 0.7.0. Earlier today we had to restart Apache and Rails and now I cannot access Spree login/admin. This is on production. What next steps should I ...
0
votes
1answer
17 views

Using Spree, how can I find product option values from an order in rails console?

I am able to get products from an order, but I still didn't find a way to get its option_values in order to produce it. This is how I found the product: p = ...
0
votes
2answers
35 views

use spree_application layout within a new controller

I'm trying to use the spree_application layout in a controller that i've just add to my spree app class ShotsController < Spree::BaseController layout 'spree_application' def index ...
-1
votes
0answers
49 views

use spree_application layout in a new controller [closed]

i'm trying to use the spree_application layout in a new controller that inherits from Spree::BaseController but i've got an error: undefined method `current_order' for "#< ...
0
votes
1answer
68 views

Bootstrap with Spree works locally but not on Heroku

I'm creating an app using Ruby On Rails, Bootstrap, and Spree. I have everything working fine on my localhost but when I push to Heroku I get an error message "We're sorry, but something went wrong." ...
0
votes
1answer
129 views

Spree. No shipping methods available for selected location, please change your address and try again

Getting error(msg) when trying to commit the "Billing address" form. (http ://mystore:3000/checkout/address) msg -> No shipping methods available for selected location, please change your address ...
0
votes
1answer
68 views

Error when installing spree_mail gem. spree_mail (= 0.40.0.4) ruby depends on

I'm trying to add spree_mail gem to my Spree project. & when I run "bundle install" I get this message: Bundler could not find compatible versions for gem "devise": In Gemfile: spree_mail ...
0
votes
0answers
29 views

Spree email doesn't show total and subtotal price, maybe invalid values?

Spree doesn't display subtotal and total price in order confirmation email. However it displays it correctly on the orders list on the site. => #<Spree::Order id: 5, number: "R816268161", ...
-1
votes
1answer
32 views

rails project spree 2.0 pre, in file core/lib/controller_helper/common there is method get_layout [closed]

code is " layout ||= Spree::Config[:layout] " here is no instance method 'layout' in controller, how does it work?
0
votes
1answer
64 views

Spree Image uploads failing thanks to missing POST routes. Why?

When I run my Rails 3 Spree app in development and I upload an image to a product I get this: Started POST "/admin/products/other-product/images" for 127.0.0.1 at Fri Apr 12 22:27:46 +1000 2013 ...
0
votes
0answers
53 views

Spree routing problems with extension

i start using spree 2 weeks ago, and created a standalone extension, testing it with the dummy app as the spreecommerce guides sugest. So, in dummy app is everything running well but when i install ...
0
votes
0answers
97 views

Twitter - Error:BadRequest: Bad Authentication data with correct credentials

I'm trying to implement a very simple twitter feed into my spree rails app. I added gem 'twitter' to my gemfile, and installed. Then I created a file, twitter.rb, inside config/initializers with ...
2
votes
1answer
35 views

I18n.l displays wrong month (one month later)

I have a strage issue with the I18n.l helper. I've got the following date in a updated_at database field: 2013-04-09 08:17:26 i display this date in my view with <%= l product.updated_at %> and ...
0
votes
0answers
53 views

Authenticating Twitter on Rails app

I'm using the twitter gem along with amniauth to fetch a user's tweets and display them on my homepage. But when I try to grab tweets from the command line I'm getting a 'bad authentication data' ...
0
votes
1answer
34 views

Can a gem install take an hour or more?

I'm trying to install the spree_social extension and all of its dependencies and when I run bundler its just saying resolving dependencies... for a really long time. There are a lot of them but that ...
0
votes
1answer
28 views

How to add logic to custom spree step

I have read alot of the tutorials and the spree guides but my major question is how to add step logic (saving and such), I have a step before the payment step it basically chooses if the user wants ...
1
vote
0answers
34 views

why is the default_scope being used for save

Added a default_scope to Spree::Product to sort the main page of a spree site, scope is default_scope :include => :product_taxons, :order => "spree_product_taxons.position". This sorts it, but ...
0
votes
1answer
84 views

Query sum over multiple tables

I need help with a difficult query. This has to do with the complex way coupons are implemented in Spree Commerce platform. I simply need the total amount of outstanding coupons. The tables are: ...
0
votes
2answers
38 views

Can't render partial with interpolated instance variable

I'm trying to render a partial on product pages that have the table column "group" set to "women". In products_controller.rb I have: @subnav = Spree::Product.find(params[:group]) Then in ...
0
votes
0answers
18 views

spree sort_link

I want to sort products by product.taxons.name @taxon should be from first taxanomy I found that in back-end there is sort_link for poroducts sort_link @search,:master_price what methods else does ...
0
votes
0answers
40 views

Make Rails and Spree talk to Quickbooks POS

I'm building a Rails ecommerce site on the Spree engine and was wondering if anyone knew a way to get Spree to talk to Quickbooks POS in order to manage inventory? I wasn't sure if this was something ...
0
votes
1answer
55 views

Spree Existing Authentication Integration Install

I am currently exploring integration of the Spree Commerce engine into an existing rails application. No issue will a standard install but attempting to use the existing devise user model failed with ...
1
vote
1answer
60 views

Spree Taxons relations

Goal: show taxons from another taxanomy within taxon What I have: Taxanomy1 'Categories' Taxons [Guitar, violin, piano] Taxanomy2 'Brands' Taxons [Yamaha, Samick, PROEL] Product has both: category ...
2
votes
0answers
67 views

Can't find root of 'stack level too deep' error when rendering partial

I've been stuck on this problem for a week. I will mail you a bottle of scotch if you can figure it out. Seriously, its come to bribery. On taxons#show I'm rendering a products partial, ...
0
votes
1answer
44 views

Forgot password page throws error, after Spree deployed

I set up the smtp mailer, sent the test mail successfully. Log in everything works fine, but when i try the forgot password function, i get a We are sorry something went wrong. screen. Spree ...

1 2 3 4 5 9