Search Discussions
-
I have been looking through the spree documentation and doing a lot of searching but I haven't got anything working. The most relevant link I found was this.. ...
Erick zelaya
Oct 28, 2014 at 2:17 pm
Oct 30, 2014 at 7:22 pm -
I've been asked quite frequently lately about the reports Spree provides, and unfortunately it isn't much other than just the basic sales report. I'd like to start a discussion around what people ...
Jeff Dutil
Oct 8, 2014 at 7:42 pm
Oct 31, 2014 at 9:09 pm -
Hi, Since I only have one valid delivery method in my store, I would like to remove the delivery step from the check out process. The theory is that one less step should imply more conversion. It is ...
Erik Axel Nielsen
Oct 9, 2014 at 9:48 am
Oct 31, 2014 at 4:20 pm -
how can i add captcha when i created new a account in resgistration form? thanks
Tran hiep
Oct 22, 2014 at 2:49 am
Oct 30, 2014 at 4:58 pm -
Please help. I need to override a method in BaseHelper module Spree module BaseHelper # I want to override this def variant_options(v, options={}) v.options_text end end end if i create a file in ...
Nima Shariatian
Oct 13, 2014 at 8:33 pm
Oct 14, 2014 at 8:17 pm -
Try to remove login link in header, but I even can't understand where in spree this link is. Try to search in gems/spree_frontend-2.3.4/app/views/spree/shared/_header.html.erb but nothing there. Next ...
Антон Осляк
Oct 9, 2014 at 8:28 pm
Oct 11, 2014 at 9:49 pm -
Hi, We're looking for a Spree development agency who is available to start as soon as possible. We have an existing Spree shop that we need quite a few features developed for in the near future. We ...
James Duffy
Oct 22, 2014 at 9:10 am
Nov 6, 2014 at 2:39 am -
I'm using braintree payment gateway and spree api for the checkout (2-3-stable) and i have an issue where the user is providing valid payment details to braintree and the checkout state is advancing ...
Thomas Mulloy
Oct 28, 2014 at 9:12 pm
Oct 30, 2014 at 5:12 pm -
Consider the following taxon tree Cars - SUVS - SUVX Cars - SUVS - SUVY Hotels - SomeHotels - SomeHotel Products are associated like this: product1.taxons: [Cars - SUVS - SUVX] product2.taxons: [Cars ...
Nima Shariatian
Oct 20, 2014 at 3:34 pm
Oct 24, 2014 at 7:38 pm -
hello everybody. i used spree in my project with ruby on rails. i have a problem. in spree admin i want to add products promotion sale price (20%) and show them in spree user. but when i installed ...
Tran hiep
Oct 1, 2014 at 6:51 am
Oct 1, 2014 at 8:36 am -
gem 'spree', '2.3.4' gem 'spree_gateway', :git = 'https://github.com/spree/spree_gateway.git', :branch = '2-3-stable' gem 'spree_auth_devise', :git = 'https://github.com/spree/spree_auth_devise.git', ...
Neversion chen
Oct 31, 2014 at 9:47 am
Nov 4, 2014 at 12:29 pm -
Hi, here is my development website : https://protected-caverns-5246.herokuapp.com/ I posted an issue on spree_fancy github : https://github.com/spree-contrib/spree_fancy/issues/128 I am not sure ...
Dada Da
Oct 26, 2014 at 12:52 pm
Oct 26, 2014 at 7:57 pm -
is there a good guide to using spree backend and core without the fronted? thanks
Jefferson Francisco
Oct 21, 2014 at 4:28 pm
Oct 21, 2014 at 8:09 pm -
Hi, I have trouble fetching all users who don't have orders where order's state != 'complete'. I did: `User.joins(:orders).where('orders.state != ?', 'complete')` But, it fetches those users too, who ...
Surya
Oct 17, 2014 at 11:21 am
Oct 18, 2014 at 10:51 am -
I'm sure everyone is aware that UPS and FedEx are both switching exclusively to dimensional shipping in Q1 2015. While I'm sure their API will shift accordingly, I'm concerned that I can' t seem to ...
Amanda Blum
Oct 30, 2014 at 11:17 am
Oct 30, 2014 at 7:24 pm -
hi, i had a problem in spree, in want to show products by user id (seller) in spree admin. i wrote my code is not working. anybody help me this problem, thanks.
Tran hiep
Oct 18, 2014 at 2:58 am
Oct 30, 2014 at 5:15 pm -
Hello, I get the following error message when I try to install the gem spree_mail_settings "In Gemfile: spree_mail_settings ( = 0) ruby depends on spree_backend (~ 2.2.0) ruby spree ( = 0) ruby ...
Guillaume Ruiz
Oct 27, 2014 at 3:43 pm
Oct 30, 2014 at 8:54 am -
Hi, I have implemented a promotion code for my website and I am having trouble with its functionality. When the customer enters the code, the promotion populates perfectly. But when then go back to ...
Jonathan Miller
Oct 28, 2014 at 9:07 pm
Oct 29, 2014 at 7:51 pm -
Hi, We're starting a Spree User Group for programmers in the Portland/Vancouver area. Contact me to RSVP or join the Google group for more information. First meeting in mid-November 2014. Date and ...
Peggy condon
Oct 21, 2014 at 7:01 am
Oct 25, 2014 at 2:41 am -
Hi, Where can I lookup a library of the virtual paths when I want to customise a view. E.g. Where can I find the virtual path for the left-footer "powered by" so I can replace the text. I cannot find ...
Romiko van de dronker Derbynew
Oct 17, 2014 at 11:28 am
Oct 22, 2014 at 5:18 pm -
Hello everyone, After fresh install spree (ruby: 2.1.2, rails 4.1.6 spree 2.3.4 ) and ran successfuly, I add this to Gemfile and run. gem 'spree_fancy', :git = ...
Swcool
Oct 20, 2014 at 11:59 am
Oct 22, 2014 at 8:48 am -
How are popular products calculated and is it possible to reset the popular products? Is it possible to manage any of this in the admin interface? Have a request for this for a Spree shop and haven't ...
Emil Jägborn
Oct 21, 2014 at 9:29 am
Oct 21, 2014 at 8:01 pm -
Hi all, I've been digging into how to calculate shipping and tax from the shopping cart, using just a country and zipcode. (read: before the user has entered a full ship_address) As expected, only ...
Marc L
Oct 9, 2014 at 2:37 am
Oct 9, 2014 at 9:48 am -
Hi, We need to create like attachment. 1. We should display main categories list 2. while hover the category, should be get taxon list like attachment [image: Inline images 1] Please let me know how ...
Thiyagarajan Veluchamy
Oct 3, 2014 at 10:42 am
Oct 3, 2014 at 12:15 pm -
The admin setting 'Hide cents' forces the cents to be hidden for most (all?) amounts in Spree. This seems like a heavyweight solution to the problem of showing nice whole numbers. Even the Order/cart ...
Matthew Fenelon
Oct 1, 2014 at 6:51 am
Oct 1, 2014 at 6:53 am -
Friends, how I can display the contents of <%= flash_messages % for ex. in bootstrap modal? Kate.
Ekaterina Belinskaya
Oct 28, 2014 at 12:45 pm
Oct 28, 2014 at 12:45 pm -
Hi folks, I have been looking at https://github.com/spree-contrib/spree_fancy and 1 more theme I forgot the name :) Can some suggest more themes and sites running on them :) Thanks in advance, Alex ...
Alex
Oct 22, 2014 at 8:48 am
Oct 22, 2014 at 8:48 am -
Hi, I have this deface file: disable_search.rb Deface::Override.new(:virtual_path = "spree/shared/_nav_bar", :name = "delete-search-bar", :remove = "li#search-bar[data-hook]") Amazon Code Setup ...
Romiko van de dronker Derbynew
Oct 17, 2014 at 11:28 am
Oct 17, 2014 at 11:28 am -
In below code the first <span tag is tagging the text for the button. That works fine. The second <span tag is not as precise. It is tagging more than it should, which in turn leaves the special ...
Thomas Schmidt
Oct 16, 2014 at 8:41 am
Oct 16, 2014 at 8:41 am -
It's an old topic but if anyone asks I'd recommend http://sparksolutions.co/ - Ruby on Rails & Spree Commerce Developers W dniu środa, 18 maja 2011 19:39:34 UTC+2 użytkownik Shaun Gilroy napisał:
SparkSolutions
Oct 16, 2014 at 8:41 am
Oct 16, 2014 at 8:41 am -
Hi folks, I have realised by talking to many spree fans that an informal spree merchants and users chat can really make Spree use very pleasant. The new chat room on freenode offers place to talk ...
Alex
Oct 16, 2014 at 8:41 am
Oct 16, 2014 at 8:41 am -
Hi there, We are about to develop a Spree-based site for a client with in in-house ERP system on MS-SQL. We have done several Rails projects in the past using tinytds to access MS-SQL without ...
Dsadaka
Oct 14, 2014 at 10:24 pm
Oct 14, 2014 at 10:24 pm -
hi everybody, i used spree 2.2 in my project, in spree admin i had 3 roles (admin, seller, user), when i used seller roles in spree admin (create, update, destroy products...) just show all ...
Tran hiep
Oct 13, 2014 at 8:37 am
Oct 13, 2014 at 8:37 am -
I am upgrading an engine to spree 2.3. In the engine, I have a preference spec that calls preferences using the each method just like the spree_active_shipping spec here ...
Nate Lowrie
Oct 12, 2014 at 11:00 pm
Oct 12, 2014 at 11:00 pm -
Spree User Documentation - wrong URL Error in this page: http://guides.spreecommerce.com/user/ Link to "Developer Guides <http://guides.spreecommerce.com/user/%5Cdeveloper/index.html " is broken.
Антон Осляк
Oct 9, 2014 at 9:48 am
Oct 9, 2014 at 9:48 am -
Hi! In: https://github.com/spree/spree/blob/master/backend/app/views/spree/admin/log_entries/index.html.erb#L25 the partial is rendered by the payment method name rather then by its type. The payment ...
Pavel Tarnopolsky
Oct 8, 2014 at 2:02 pm
Oct 8, 2014 at 2:02 pm -
Hi. I'd like to know about Spree Address API. I'd like to create a new address from Address API. But it haves only two actions (show and update) now. Should we create it ? (and Pull Request ) Or, ...
Camelmasa
Oct 8, 2014 at 5:07 am
Oct 8, 2014 at 5:07 am -
Hi Brett, A coupon will create an adjustment. When you unlock the adjustment you should be able to remove it. Peter. -- Peter Berkenbosch Spree Commerce, Inc.
Peter Berkenbosch
Oct 6, 2014 at 8:13 am
Oct 6, 2014 at 8:13 am -
I'm on the same boat, i bootstrap the order with a default address and the initial address step is setting the shipments properly with shipping methods for the respective zone, but if the user ...
Thomas Mulloy
Oct 3, 2014 at 7:44 pm
Oct 3, 2014 at 7:44 pm -
Hi, on "payment due" click: <https://lh4.googleusercontent.com/-tfRqqQpVBVY/VC7EtDFpHNI/AAAAAAAAA_I/nugFlNWpSc4/s1600/Screen%2BShot%2B2014-10-03%2Bat%2B5.42.47%2BPM.png I got this error ...
James C
Oct 3, 2014 at 3:52 pm
Oct 3, 2014 at 3:52 pm -
hello everyone. i used spree (2.2) in my project with ruby on rails. i want to add new a role (seller). (Admin, seller, user). Seller can insert, update, delete products. I hope everybody help me ...
Tran hiep
Oct 1, 2014 at 8:42 am
Oct 1, 2014 at 8:42 am
Group Overview
group | spree-user |
categories | rubyonrails |
discussions | 41 |
posts | 112 |
users | 41 |
website | spreecommerce.com |
irc | #RubyOnRails |
41 users for October 2014
Archives
- June 2016 (23)
- May 2016 (20)
- April 2016 (27)
- March 2016 (83)
- February 2016 (36)
- January 2016 (10)
- December 2015 (10)
- November 2015 (16)
- October 2015 (66)
- September 2015 (81)
- August 2015 (61)
- July 2015 (107)
- June 2015 (105)
- May 2015 (89)
- April 2015 (142)
- March 2015 (176)
- February 2015 (132)
- January 2015 (120)
- December 2014 (88)
- November 2014 (111)
- October 2014 (112)
- September 2014 (157)
- August 2014 (162)
- July 2014 (203)
- June 2014 (202)
- May 2014 (183)
- April 2014 (157)
- March 2014 (216)
- February 2014 (182)
- January 2014 (203)
- December 2013 (212)
- November 2013 (256)
- October 2013 (224)
- September 2013 (190)
- August 2013 (335)
- July 2013 (279)
- June 2013 (264)
- May 2013 (430)
- April 2013 (299)
- March 2013 (351)
- February 2013 (646)
- January 2013 (370)
- December 2012 (219)