Search Discussions
-
As the title states. How would I go about updating all adjustments after setting a payment method. Is it possible at all and if so how would i go abut it. i am running my own discounts (adjusments) ...
Piotrleja
Jul 27, 2013 at 10:28 pm
Dec 27, 2013 at 11:17 pm -
These are my Capybara request steps: describe 'Orders' do let(:product) { create(:product, :available_on = Time.now-1.day) } let(:user) { create(:user) } before do ...
Surya
Jul 2, 2013 at 10:16 am
Jul 3, 2013 at 7:21 pm -
Hi all, I am using the spree API to develop my app and am at the stage where I need to have a customer fill out their billing information and complete a payment. I would like to use the Stripe ...
Keith Williams
Jul 29, 2013 at 5:07 pm
Oct 9, 2013 at 4:30 am -
I have a website on which I sell records. I am in the process of switching my site over from zencart to spree. We have everything set up and it all looks great, but I have one problem that needs to ...
Randall Cummings
Jul 28, 2013 at 6:27 am
Aug 5, 2013 at 5:16 pm -
Hello everyone i am going to upgrade my app from 1.3 to 2.0.stable .. anyone can please tell me the exact steps to follow and the factors to consider..
Sami Ulhaq
Jul 5, 2013 at 8:24 am
Oct 1, 2013 at 12:12 pm -
Ever since I started at Spree, the spree_paypal_express extension has been somewhat a black sheep of the officially supported Spree extensions. By that I mean that nobody wants to touch it because ...
Ryan Bigg
Jul 23, 2013 at 5:21 am
Aug 14, 2013 at 3:01 am -
Are regular users authorized to invoke payments#purchase in the spree api? I'm getting a 401 unauthorized message when passing a spree token to the api. My data looks as such from the chrome network ...
Mdasu3
Jul 23, 2013 at 4:45 pm
Aug 2, 2013 at 4:51 am -
Hey all, I was wondering if there is any way to have authentication system just for backend(i.e. there is no store just admin a.k.a. backend)? Has anybody done it before? Shall I create a new ...
Surya
Jul 9, 2013 at 7:38 am
Jul 12, 2013 at 2:33 pm -
Hi everyone! I am building up an Spree app that will be serving to mobile apps through its API. I been able to reach the "*Confirm*" state for orders where I have a shipping and a payment methods ...
Alex
Jul 30, 2013 at 10:39 am
Aug 12, 2013 at 6:22 am -
Have some products that will only be shipped with 1 StockLocation, acording to the docs, the Prioritizer is the part that takes care of that and that I should override the sort_packages method ( ...
German Garcia
Jul 18, 2013 at 6:31 pm
Jul 24, 2013 at 6:11 pm -
I'm setting up a new server, migrating to a new host. I noticed what looks to be a very thorough guide/tutorial on setting up on Ubuntu, but then there is the deployment service. Any reason to use ...
Kevin Kornemann
Jul 10, 2013 at 10:05 pm
Jan 13, 2014 at 1:31 pm -
After finally getting my production server working I've tried to install a few extension. Most failed badly until I learned to pay attention to versions specified and such. I have installed the Spree ...
Neum Schmickrath
Jul 19, 2013 at 5:19 am
Aug 14, 2013 at 7:44 am -
Hi everyone, I am trying to perform an upgrade to Spree 2.0 from 1.3 so far my only problem has been viewing old orders. I have - grabbed a copy of the production database and using to test locally - ...
Sam Hamilton
Jul 31, 2013 at 9:27 am
Aug 6, 2013 at 2:02 am -
The checkout API seems to enforce that the credit number need to exist in order to create a payment source. I'm trying to circumvent storing credit card information in particular the number. Stripe ...
Mdasu3
Jul 3, 2013 at 1:51 am
Jul 16, 2013 at 6:38 am -
Hello Spree List Readers! My co-op, Jerry (zfeng) and I have completed a modification/hack of "Spree Social" (SS) to enable it to work using SAML (& OpenAM for our IdP) for enrolment and ...
Garth Dahlstrom
Jul 25, 2013 at 3:04 pm
Aug 2, 2013 at 12:39 am -
Hello Ryan, if i'm using rails c the output of Order#ship_total is ok. I also have a test server installed. I was not able to reproduce this mistake in development or on the test server, which runs ...
42GB
Jul 16, 2013 at 11:14 am
Jul 29, 2013 at 11:56 am -
I am trying to understand just what spree-product-assembly offers/what it's supposed to do and whether or not it would match my particular needs. Here is the current make up of my products: 1. I have ...
Nate Lowrie
Jul 24, 2013 at 7:11 pm
Jul 26, 2013 at 6:46 pm -
Hi! I want to fetch all products that are available in a certain taxon, using the Spree API. I'm adding "&q[taxon_ids_in]=X" to the query string, in order to get the items in the taxon with the id X, ...
Info
Jul 20, 2013 at 9:17 pm
Jul 23, 2013 at 1:51 am -
Is there a way/extension to upload many products at a time, like xls, csv import for spree 2.0? StockItems? thanks
Derfarg
Jul 18, 2013 at 10:35 pm
Jul 19, 2013 at 12:13 pm -
Hi everyone! I need to add a field to the Line Item model named picture_id because our customers want to choose a picture from our application to personalize the products they buy in the eCommerce. I ...
Alex
Jul 11, 2013 at 10:44 am
Jul 17, 2013 at 8:01 am -
I can't figure this one out. It works locally, but my instance on Heroku stopped working a couple days ago. Anyone else had this problem? My stack trace: 2013-07-15T18:57:10.345677+00:00 app[web.1] ...
Daniel Dixon
Jul 15, 2013 at 7:10 pm
Jul 15, 2013 at 10:46 pm -
magnus_vb: are you still having this problem? Are you able to reproduce the issue in a brand new store? If so, what are the steps you used? -- Ryan Bigg Community Manager Spree Commerce, Inc.
Ryan Bigg
Jul 25, 2013 at 1:13 am
Jan 23, 2014 at 5:15 am -
I'm looking for a way to create an about page and a contact page within Spree. I tried the spree-static-content gem but that creates the page in the database, and I really looking for generating the ...
AJ Acevedo
Jul 29, 2013 at 7:36 am
Jul 30, 2013 at 2:06 am -
In my app I would like to take advantage of the route "PUT /api/addresses/:id(.:format)". Once the user has submitted their address(es), they should still be able to make changes to them without ...
Keith Williams
Jul 25, 2013 at 8:43 pm
Jul 27, 2013 at 8:22 pm -
Hi After some trial and error I have (sort of) manage to get the i18n gem to work. But I see some strange behavior sometimes. So my question is: have I done it The Right Way? This is what I have ...
Magnus_vb
Jul 25, 2013 at 6:17 pm
Jul 26, 2013 at 7:20 pm -
Hi, I am not a developer but have been trying to find more about Spree Integrator. Other than edge guides and an (awesome)spree-conf presentation, I have not been able to find a guide to help me ...
Kapil Bhatia
Jul 17, 2013 at 7:04 pm
Jul 24, 2013 at 9:35 pm -
I need to make a report that includes a sum of all orders that are completely shipped. From what I can see an order's state remains at "complete" once the payment is fully collected. It seems like I ...
Zach Karpinski
Jul 3, 2013 at 3:26 pm
Jul 10, 2013 at 6:53 pm -
I'm building a Spree extension, and followed http://guides.spreecommerce.com/developer/extensions_tutorial.html. I added a Wizards scaffold (model + controllers + views). When I try and view it at, ...
Weston Platter
Jul 2, 2013 at 6:15 pm
Jul 4, 2013 at 2:19 am -
Hello - looking for a developer who could take on a ground-up Ecommerce site that functions similar to http://www.fcpimport.com/ Thanks, Glenn
Glennemilysarah
Jul 2, 2013 at 6:29 am
Jul 3, 2013 at 6:13 pm -
I'd like to change in Spree 2.0 /admin/products page view by Deface, but I can't do it. I use this code in ...
Леонид Лукин
Jul 23, 2013 at 5:38 pm
Jul 26, 2013 at 3:52 am -
i'm trying to very slightly customize the admin ui . . and i have everything i want working EXCEPT i have not been able to find how to style the little arrows/triangles at the bottom of the active ...
Jim
Jul 11, 2013 at 7:05 am
Jul 23, 2013 at 6:12 pm -
Hi, can anybody recommend some Spree extension to handle order or subset of displayed products (within a taxon or at all products) ? I'm looking for a solution to extend user views, similar to the ...
Torimus Caos
Jul 22, 2013 at 5:44 pm
Jul 23, 2013 at 6:26 am -
Is there a helper method in Spree 1.3 or 2.0 we can use to filter the available countries in the country dropdown to only be the one's we have setup shipping methods for? Currently we only ship to US ...
Nate Lowrie
Jul 17, 2013 at 11:59 am
Jul 18, 2013 at 5:27 am -
The idea is to have price_range filter based on maximum and minimum price of products within a taxon. Let's say there is a taxon called: 'Superman Shirts' There are 50 shirts associated in that ...
Surya
Jul 17, 2013 at 7:32 am
Jul 17, 2013 at 2:15 pm -
I have absolutely no idea... so I did some archaeology. Turns out it's from this commit: https://github.com/spree/spree/commit/8d34e706061e36685d325b65256dfa1256579d29done by Brian back in 2011. I ...
Ryan Bigg
Jul 15, 2013 at 1:31 am
Jul 15, 2013 at 11:21 pm -
Hello. I am squeezing my neurones trying to understand where is :edit action defined in Spree::Admin::MailMethodsController. It seems a tricky rails/ruby's feature that overcomes my skills with this ...
Eduardo Moreno
Jul 10, 2013 at 11:31 am
Jul 10, 2013 at 1:33 pm -
@sancho - i've got the same issue. How did you fix this?
Weston Platter
Jul 2, 2013 at 6:39 pm
Jul 3, 2013 at 3:07 pm -
Anyone know how to get "rake test_app" to run for Travis CI? https://travis-ci.org/onedanshow/spree-subscribe/jobs/8855333 What do I need to put in my .travis.yml under the "before_script" to make it ...
Daniel Dixon
Jul 9, 2013 at 1:20 pm
Aug 20, 2013 at 7:40 am -
Trying to get spree_print_invoice going. Have had good luck so far with the exception of the shipping label config/preference. repo instructions say to: Enable packaging slips, by setting ...
Kevin Kornemann
Jul 30, 2013 at 4:21 am
Aug 2, 2013 at 5:14 am -
Im using the spree_related_products<https://github.com/spree/spree_related_products extension on my project and added functionality to make the list of related products an ordered list. This works ...
Cclerv
Jul 30, 2013 at 8:11 pm
Jul 31, 2013 at 12:12 am -
What link i have to make, what customer could see his orders?
Ignas Jurjonas
Jul 30, 2013 at 9:55 am
Jul 30, 2013 at 11:06 am -
I have a client who would like to bundle their items into specific packs. Eg packs of 4, 8, 12, etc. My original idea was to use the spree_volume_pricing gem and do volume discounts which follows the ...
Holden Thomas
Jul 29, 2013 at 9:03 pm
Jul 29, 2013 at 11:33 pm -
Hello, I need to override a module defined in the routes.rb file of the spree extension (spree-static-content), how can I do that? I've tried overriding it in a initializer or in my own rotues.rb ...
Gerard Garcia
Jul 29, 2013 at 11:16 am
Jul 29, 2013 at 9:16 pm -
Hi, I am trying to use the Deployment Service to deploy Spree on 4 AWS servers (Ubuntu 12.04.2). The idea is to deploy the sample app on a load balancer, two app servers and a database server. The ...
Tom Payne
Jul 29, 2013 at 3:46 pm
Jul 29, 2013 at 5:27 pm -
Hello All, I am new to Spree and Rails development. I am developing a store for printed merchandise using spree. The requirement is to take text from the user, convert it into an image and save it to ...
Suyash Tripathi
Jul 29, 2013 at 7:36 am
Jul 29, 2013 at 12:45 pm -
I'm not sure I understand the trouble completely but you Spree could group products from the same vendor on a single shipment so your orders would have one shipment for each vendor. That way I think ...
Washington Luiz
Jul 25, 2013 at 1:56 pm
Jul 25, 2013 at 3:08 pm -
Hi guys, My route file is as below. ========================== Spree::Core::Engine.routes.prepend do namespace :admin do resources :question_categories resources :questions end match :faq, to ...
Jasonrao991
Jul 24, 2013 at 5:26 pm
Jul 25, 2013 at 6:20 am -
Hey there, Is there any way to have a scope on product based on the sum of variants' count_on_hand of a product? for example: t = Spree::Taxon.first t.active_products.order_count_on_hand ...
Surya
Jul 20, 2013 at 9:58 am
Jul 25, 2013 at 6:00 am -
What was the outcome here? I would love to use this functionality.
Phil mcclure
Jul 24, 2013 at 12:46 pm
Jul 24, 2013 at 11:52 pm -
So far, I am loving spree. However, I am not a fan of the responsive Skeleton framework. Skeleton uses a 16 row grid. It is not evenly divisible by 3. It should use a 12 row grid. 12 is evenly ...
Keil Miller
Jul 18, 2013 at 6:33 pm
Jul 18, 2013 at 7:45 pm
Group Overview
group | spree-user |
categories | rubyonrails |
discussions | 92 |
posts | 279 |
users | 78 |
website | spreecommerce.com |
irc | #RubyOnRails |
78 users for July 2013
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)