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

Rails Migration - Spree Commmerce

I want to add featured and latest products to my homepage, I am replicating the spree_fancy gem method and using the below migration to add taxons but not show the tags in the side bar but I am unsure what this part of the migrataion is doing -…
Dan Mitchell
  • 844
  • 2
  • 15
  • 34
0
votes
1 answer

Spree - how to add a custom field in admin panel, and show the value in stores product page?

I want to add a custom field in Spree admin panel and display that value in my products show page. For example I want to add discount price field in products admin page along with the price field for each product and display that price value in…
Ravi
  • 1
  • 2
0
votes
2 answers

Can't find spree folder in views in rails 4 app. How do i customize it?

I just integrated spree and zurb foundation on a rails 4 app and spree did not add any .html.erb files in views so I am not able to figure out how to customize the default layout of spree. harriss-air:montrealfixed harrisrobin$ spree install…
user2805193
0
votes
2 answers

How can I integrate Amazon Checkout into Spreecommerce?

We would like to integrate Amazon Checkout into our Spreecommerce site. I cannot find an extension for this, also because I am slightly confused about "Amazon FPS" vs. "Amazon Checkout" vs. "Amazon Simple Pay". Is there a solution replicating the…
Alexander Presber
  • 6,429
  • 2
  • 37
  • 66
0
votes
0 answers

Spreecommerce Paypal Express checkout: Why are the item descriptions missing in the order mails?

We are currently developing a web shop using spreecommerce and the plugin https://github.com/radar/better_spree_paypal_express When checking out the Paypal cart is reached and contains the ordered item: After ordering, the item name does not turn…
Alexander Presber
  • 6,429
  • 2
  • 37
  • 66
0
votes
1 answer

Error gem 'spree_rdr_theme', :git => 'git://github.com/spree/spree_rdr_theme.git'

Am noob.. when am trying to bundle install a spree theme am finding the error like this i added gem 'spree_rdr_theme', :git => 'git://github.com/spree/spree_rdr_theme.git' to gemfile then I did with bundle install then when i gave rails g…
shany
  • 1
0
votes
1 answer

How does Spree Fancy theme turn the expiration field into month / year selects?

I understand the basic methods of customising spree (deface, overriding view files, etc). I can't figure out how Spree Fancy theme replaces the credit card expiration input text field with month / year select fields. There doesn't appear to be any…
joshua.paling
  • 13,762
  • 4
  • 45
  • 60
0
votes
0 answers

Spree shipping: how to limit USPS Priority Mail shipping method by weight

Using Spree 2.0.5, I am trying to offer USPS first class parcel service on packages less than 13 ounces, and priority mail on packages >= 13 ounces. I found this, possibly dated, solution…
Tony Busch
  • 17
  • 3
0
votes
1 answer

Spree 2.1 deployment on Heroku

I am trying to deploy an ecomm site I am developing to Heroku. I am using Rails 4, Spree 2.1 with the Spree_Fancy theme overtop that, S3 for images, and postgres as database in all environments. The application is working perfectly on my local…
brett
  • 1
0
votes
1 answer

Custom views not loading in production mode, but load in development

I'm creating a completely new frontend for spree (need a custom set of markup and JS, so Deface isn't a good option in this case). The views I override work fine in development but once I load it up in production it starts to load the views from…
Rustery
  • 125
  • 10
0
votes
3 answers

undefined method `translations' for nil:NilClass

Im working on an app based on spree with several addons. When using heroku I receive a HTTP/1.1 500 Internal Server Error. undefined method `translations' for nil:NilClass Development environment on localhost is working. Only after pushing to…
Chris
  • 21
  • 4
0
votes
1 answer

Spree Commerce app not working on server when you click on checkout, while it works locally

I deployed a standard Spree Commerce app successfully to a server with Capistrano. Everything is working fine, but when you click on "Checkout" after having added products to the shopping card you get the "We're sorry, but something went wrong"…
user2609980
  • 10,264
  • 15
  • 74
  • 143
0
votes
1 answer

How do I create a coupon code in spree commerce?

There is a "coupon code" field in a default installation of a spree commerce shop. I do, however, fail to find any means to create the according codes in the admin backend. How is this supposed to be done?
Alexander Presber
  • 6,429
  • 2
  • 37
  • 66
0
votes
1 answer

Spree version Up-gradation from 1.1 to 2.1 - Issues && Best Practice

Can any one teach/guide me the best approach for upgradation of spree 1.1 to 2.1 version If any one have idea? Actually I am looking to upgrade spree version from 1.1 to 2.1 where I am getting the more dependency errors why because I have used more…
Raju akula
  • 1,255
  • 1
  • 13
  • 18
0
votes
2 answers

Spree how to override Skeleton detected screen width?

Is it possible and easy to force my Spree app / the user's browser to ignore Skeleton width adjustments and always assume a 960px wide browser, just making the user scroll right? I've created and deployed a basic, functional ecommerce app. Being an…
1 2 3
99
100