spree Questions
0
During my internship I needed to work on an existing ruby on rails project.
This project is built with spree. The developers before my tweaked the price filter so that the range would change to to ...
Snubnosed asked 15/7, 2015 at 13:44
2
Solved
I'd like to modify some things in the controller and test them using rspec. I want to create new action for Spree::ProductsController. This is what I've tried
routes.rb
resources :products
prodc...
Greenfinch asked 8/8, 2013 at 11:22
4
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.
Misbegotten asked 6/8, 2013 at 9:19
1
Solved
I'm having an issue with deploying a customized _variables.scss to my production server as a compiled asset.
Everything is fine on my development environment, it's in production that my variables ...
Horbal asked 9/6, 2015 at 5:56
3
Solved
Typed this up at Programmers.SE first, but imagine this may be better suited to here - purely because it's not asking for a advice regarding a specific technical issue. Feel free to vote to move th...
Querist asked 10/10, 2013 at 14:36
1
Solved
I am customizing a Spree 2.3 application in Rails 4. When I save a price.amount, it appears to save correctly in the database, but when I retrieve it, it is wrapped in the BigDecimal class and retu...
Servomechanism asked 30/7, 2014 at 23:28
0
Need help from someone a little more familiar with Spree and/or Nitrous than I am.
I recently moved my work on a Spree store site from my mac (which died) onto a PC through Nitrous (I obtained the...
Psychopathology asked 2/7, 2014 at 22:29
2
Solved
In rails 4, I want to render a partial (say the footer) on anywhere of a page.
In home_controller.rb, I have this within a class:
def spree_application
@test = render :partial => 'spree/shar...
Table asked 13/5, 2014 at 8:42
2
How to add new fields for spree::user in Spree-2.1 + Rails4 ?
Like my old customization:
==========================
Spree::User.class_eval do
attr_accessible :f_name, :l_name :gender
validates ...
Controversial asked 12/11, 2013 at 8:52
3
Solved
This security update for spree just released, but after running some Cucumber tests, I had this recurring issue:
undefined method `assume_from_symbol' for Money:Class (ActionView::Template::Error)...
Belize asked 31/3, 2014 at 20:17
3
Solved
I just recently upgraded to 1.0.3, and the routes.rb file in my config/routes folder seems to ignore all my custom routes.
MY routes.rb
JollyStore::Application.routes.draw do
# Mount Spree's rou...
Redtop asked 8/4, 2012 at 16:48
2
Solved
Is there a easy way to add a new permitted parameter to controllers in Spree without altering the defaults ?
I'm trying to change the orders_params method in OrdersController.
Chore asked 23/1, 2014 at 21:35
1
Solved
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 w...
Colure asked 11/2, 2014 at 19:8
1
Solved
A very basic question that I cannot seem to solve is how to add a new view to my Ruby on Rails Spree commerce application. What I want to do is have a link next to the Home link in the _main_nav_ba...
Majormajordomo asked 1/2, 2014 at 12:43
5
Solved
While troubleshooting a misbehavior in Spree where the product list was not paginating and was only listing the first 10 products or so, I attempted to reproduce the error in my local development e...
Vivacity asked 2/2, 2012 at 21:47
1
I am working on a Rails project which involves Spree 1.3.2 and I need to change the default image (noimage) in Spree, but so far found no way to do it. I searched through the documentation, went th...
Flittermouse asked 5/5, 2013 at 18:47
4
I have trouble with spree, and dont know how to deal with it.
I can't change the main currency.
How can I do it?
Navicular asked 16/5, 2011 at 21:38
1
Solved
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 < Calcula...
Scrip asked 24/5, 2013 at 5:20
2
Solved
I'm running Spree 1.3.1 and I'm trying to customize the Taxon show page.
I would like it to return the products contained inside the current Taxon, eventually filtered by a property or by an optio...
Stotts asked 13/2, 2013 at 11:58
1
Solved
I want to change the root path of spree site to a static page.
Can anyone please tell how can I change the spree default home page?
Denizen asked 5/2, 2013 at 9:51
1
I'm trying to add an extra step to my Spree 1.2 store which will allow a customer to create a subscription. I've inserted the step, and rendered the correct view, but when the user clicks 'save and...
Accountable asked 4/11, 2012 at 16:44
1
Solved
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 bes...
Pastelist asked 7/1, 2013 at 19:39
1
Solved
I'm using spree 1-2-stable, and I'm using spree-paypap-express 1-2-stable branch (tried with master too but failed again). When I try to checkout an order and select PayPal express as the payment m...
Starryeyed asked 10/12, 2012 at 11:7
1
Solved
Gemfile:
gem 'spree', '1.2.0' #:git => 'git://github.com/spree/spree.git'
gem 'spree_auth_devise', :git => 'git://github.com/spree/spree_auth_devise'
# original repository not compatible at ...
Collaboration asked 29/10, 2012 at 14:17
2
Does anyone know if it's possible to add a new attribute to the set of key attributes (Name, Description, Permalink, Meta Description etc) of a product? The idea is that I want to have these attrib...
Unspoken asked 3/5, 2011 at 21:52
© 2022 - 2024 — McMap. All rights reserved.