spree Questions

13

Solved

How can I fix this error in ruby on rail. source 'https://rubygems.org' git_source(:github) do |repo_name| repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") "https://github...
Farcy asked 3/8, 2017 at 3:17

3

Solved

I am using Spree, and Spree has a class called Order that looks like: module Spree class Order # class definition. end end In my own app, I have been customising Order like so: Spree::Order....
Johnsen asked 10/3, 2014 at 2:42

5

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 ...
Doff asked 17/10, 2013 at 14:21

2

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::Engin...
Bowse asked 20/6, 2013 at 6:56

2

Solved

I deployed my Spree app to a server. Locally I can login as an admin and change things, but on the server this password and account does not work. When I go to /admin I get the message authorizatio...
Deportation asked 6/10, 2013 at 21:0

6

I'm about to upgrade my small online shop based on old Spree version. I was planning to use newest branch 3.X, but after project being drop by SpreeCommerce company I was thinking to switch to Soli...
Forcemeat asked 15/2, 2016 at 14:43

6

I have followed the Spree instructions for setting up, and I got it working in development mode. I deployed with Capistrano to rackspace to a production server, but the same default login ("[email&...
Lukey asked 28/4, 2012 at 14:16

2

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 opti...
Alguire asked 21/9, 2012 at 4:57

1

Solved

I'm building a webshop, using ReactJS for the front-end and Spree (Ruby) for the back-end. Spree offers an API solution to connect the front-end and the back-end with one and other. I'm trying t...
Gentille asked 29/3, 2019 at 15:37

3

I am using two Gems to convert HTML to PDF. Using "https://github.com/mileszs/wicked_pdf" gem 'wicked_pdf' gem "wkhtmltopdf-binary" /initializer/wicked_pdf.rb WickedPdf.config = { exe_path =&...
Fairley asked 4/6, 2015 at 13:45

2

I'm learning Spree 3.0 and I have a setup a test shop that sells shorts. Shorts has multiple option types: Size, Color, Length I wanted to change the way it displays the variant options on the fr...
Sewellel asked 20/1, 2016 at 11:18

3

I'm using Spree Commerce for my Online Shop. I want to change some behaviour during the checkout process, that is defined in app/models/spree/order/checkout.rb inside the spree gem. So I made a che...
Kingpin asked 23/7, 2013 at 12:42

1

I am trying to solve a problem in my Rails 4 + Spree app and a post suggested me to convert my all.css file to all.scss (sass). How do I convert *= require spree/frontend *= require_self *= requi...
Passion asked 2/9, 2015 at 22:55

1

Solved

Rails version: '~> 4.2.7.1' Spree version: '3.1.1' TlDr: How do I get route as /api/products/:id or controller and action of that route in a middleware of Rails 4 application. Details: I am add...
Burgett asked 9/3, 2017 at 9:40

3

Solved

I'm doing a spree 3.0 installation (ROR) and trying to use facebook oauth for authentication, but the fields sent back after a successful oauth, do NOT contain the email, which is critical to our a...
Complacency asked 19/7, 2015 at 15:57

5

Solved

I am building a spree shop into an exiting Rails application, and I need to access link_to_cart from outside of the Spree engine. link_to_cart can be found here: spree/core/app/helpers/spree/base...
Medea asked 13/8, 2014 at 22:3

4

Solved

Is there a way to check if part of the URL contains a certain string: Eg. <% if current_spree_page?("/products/*") %>, where * could be anything?
Gur asked 24/3, 2015 at 0:37

2

So I'm making a spree extension in which I have my own attribute that I added to Spree::Shipment and added an input during the checkout process, the problem is my attribute is not part of the permi...
Prisca asked 17/11, 2015 at 23:40

2

Solved

I want to deploy a spree app to heroku and in order to do that I need to precompile my assets locally I did heroku addons:create heroku-postgresql then I added config/application.rb config....
Gile asked 16/3, 2016 at 20:17

1

Scenario We have a rails application mounted with Spreecommerce as Rails::Engine and hosted at dashboard.domainname.com and available through dashboard.domainname.com/store then we have the wordpr...
Basil asked 12/2, 2016 at 13:38

1

Solved

I have implemented phone verification in my Spree Application. So the user have to verify phone number first before placing an order, but once the user places the order as guest, the next time hi...
Custom asked 1/12, 2015 at 16:44

3

Solved

I have a piece of Rack middleware that loads a tenant, via subdomain, and applies some default settings. The middleware, while not pretty, does it's job fine enough. However, when an exception is t...
Trichiasis asked 7/4, 2015 at 18:3

2

Solved

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/v...
Frankfrankalmoign asked 17/2, 2014 at 22:55

2

Solved

Ι have started a Rails Spree project along with a friend, and we use GitHub for version control. I have created the sample project in my machine, and installed Spree functionality on it. This crea...
Burschenschaft asked 13/10, 2015 at 11:43

5

Solved

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: Errno:...
Suzansuzann asked 13/4, 2011 at 21:50

© 2022 - 2024 — McMap. All rights reserved.