Search Discussions
-
I'm happy with all of this, I'd only make one addition that we only re-calculate adjustments on a per line item basis, to try and improve performance. LineItem adjustments really only need to change ...
Brian
Aug 5, 2013 at 10:29 am
Sep 9, 2013 at 11:19 pm -
I just wanted to mention that I'm quite disappointed with this whole situation. I get that it was caused by Jirafe, and caught the Spree folks off guard - but it really highlights a release ...
Gr2020
Aug 13, 2013 at 11:44 pm
Aug 26, 2013 at 12:48 am -
Hi I'm currently implementing an online store for an existing retailer. So while they are used to collecting taxes, they have very little experience with multiple states and collecting taxes online ...
Jaco Pretorius
Aug 5, 2013 at 10:45 pm
Aug 12, 2013 at 12:51 pm -
Did anyone ever build a AUSPost Gem for spree?
Luke Hamilton
Aug 9, 2013 at 3:48 am
Aug 14, 2013 at 6:57 am -
While I was able to understand the payments flow with Active Merchant supported gateways, since the default spree code demonstrates that very well but I am not able to locate any good source that ...
Suyash Tripathi
Aug 20, 2013 at 11:29 am
Aug 12, 2014 at 7:27 pm -
Hi, Just wondering if someone can give me some pointers here :- ) For this order, it has been completed and the shipment for this order is shipped at this point in time. I would love to make the ...
Tom
Aug 27, 2013 at 11:25 pm
Jun 2, 2014 at 11:08 am -
Can I edit line-items in a cart in the payment, delivery or address state? I'm using Spree via API.
Aditya Raghuwanshi
Aug 20, 2013 at 11:06 pm
Oct 26, 2013 at 12:24 am -
Hello, I installed the spree_bootstrap extension. Unfortunately it didn't work, i got alot of errors. I'll investigate later. But for now i want to uninstall it so i can show other people my work ...
Matthew Dundas
Aug 19, 2013 at 2:54 pm
Aug 21, 2013 at 7:15 pm -
I'm encountering errors in the production log whenever I happen to look there. Rather than combing through the logs to find these errors so they can be addressed, isn't there a better way to receive ...
Binaryphile
Aug 15, 2013 at 6:11 pm
Aug 16, 2013 at 12:37 pm -
Hi. We are trying to add new search scope on product using spree. We tried as following. Spree::Product.add_search_scope :scope_name do Spree::Product.order("created_at DESC") end It will list name ...
Deepalic
Aug 12, 2013 at 10:21 am
Aug 13, 2013 at 2:33 pm -
I'm having some difficulty configuring site-wide preferences and I'm wondering if anyone can help me. I've tried to follow the instructions in the documentation but I don't think it loads the ...
Max White
Aug 8, 2013 at 7:05 am
Aug 8, 2013 at 1:48 pm -
Rather surprised to discover in the process of upgrading Cult Cosmetics<https://www.cultcosmetics.com to 2.0 that the Product.on_hand scope is gone as is the show_zero_stock_products preference that ...
Stefan Wrobel
Aug 13, 2013 at 6:53 pm
Oct 26, 2013 at 10:55 am -
I tried running spec(bundle exec rspec spec) for one of the old extensions which was using Spree 2.0.3(was running specs successfully) before, after doing: bundle update, it switched(Gemfile.lock ...
Surya
Aug 22, 2013 at 3:24 pm
Aug 31, 2013 at 7:54 am -
Ok, seems that spree engine registers an interceptor using the register_interceptor method of the ActionMailer::Base class but it calls this method from an object called Mail which seems to be not ...
Gerard Garcia
Aug 26, 2013 at 6:05 pm
Aug 27, 2013 at 5:04 am -
Sorry if already asked, can't find this on recent threads: What's the future of spree dash? Jirafe will be back in Spree with the new version or the lack of a free Jirafe plan means that we will not ...
Alessandro Lepore
Aug 22, 2013 at 10:05 am
Aug 26, 2013 at 4:32 am -
Hi All, I'm not sure how to configure a Versionfile for an extension, or if this is even needed any more. This documentation link - http://spreecommerce.com/documentation/extensions.html#versionfile ...
Peter Goldstein
Aug 22, 2013 at 9:10 pm
Aug 25, 2013 at 11:55 pm -
As of July 28 USPS made some changes to a few classes of mail. Most noticeably changing express to priority express. I don't see the changes in spree shipping method's list of options. This mainly ...
Floridas Dying
Aug 7, 2013 at 7:20 pm
Aug 19, 2013 at 1:44 pm -
Hi, I have a spree installation and a non-spree rails app hosted on the same server. I've got my rails app sending api requests to the spree app pushing in products and images. I'm getting http ...
Topher
Aug 13, 2013 at 8:59 pm
Aug 14, 2013 at 8:19 pm -
So Jirafe wants me to update, fine. Looks like they want me to pay, fine. But their announcement doesn't seem to include 1.1: For Spree, please update to one of the following patch releases: 2.0.3, ...
Kevin Kornemann
Aug 5, 2013 at 8:12 pm
Aug 14, 2013 at 6:50 am -
I'm attempting to upgrade my store from 1.3.3 to 2.0.3 and of course I'm running into more problems that I could've imagined. I'm attempting to document this to help everyone else who has to go ...
Stefan Wrobel
Aug 3, 2013 at 1:40 am
Aug 5, 2013 at 7:47 pm -
Hi All, I'm looking at Spree 2.1.0.beta (or spree-edge if you'd prefer) along with a number of extensions. One extension that I'm looking at is the spree_store_credits extension, which has a some ...
Peter Goldstein
Aug 20, 2013 at 7:40 am
Aug 30, 2013 at 5:23 am -
Hello, I tried to solve this myself but i've lost a day on it, so i thought i would ask the masters!! I have Spree installed ( 2.0.3 ) and configured on my CentOS server. I loaded sample data and it ...
Matthew Dundas
Aug 21, 2013 at 7:13 pm
Aug 21, 2013 at 7:59 pm -
Hi All/Radar, I've been doing a little experimenting with better_spree_paypal_express to see if I can get it working with Rails4. I've cobbled some of it together TBH, however I thought I would post ...
Samt
Aug 8, 2013 at 12:41 pm
Aug 20, 2013 at 10:05 am -
I'm using Spree on a separate application and accessing it through a frontend application using the API. If I log in as a non-admin user, the only way to get the order is create a new order using ...
Aditya Raghuwanshi
Aug 15, 2013 at 8:59 am
Aug 19, 2013 at 7:24 pm -
I do eCommerce consulting and implementation. I've been keeping an eye on spree commerce for some time as my goto development framework is rails, and have a couple of services (not typical online ...
Scott G
Aug 12, 2013 at 2:34 pm
Aug 16, 2013 at 5:36 am -
Hi There, I'm new to Spree but evaluating it for a massive project. I'm curious why i can't use the rails console to run the following commands: Order.all Order.find(:all) Product.all etc... ...
Matthew Dundas
Aug 12, 2013 at 4:40 pm
Aug 15, 2013 at 10:14 pm -
Greetings community: About 8 month approximately, a group of cuban developers joined to work in a customer request for an e-commerce site related with the tourism sector, we started a search to find ...
Raul
Aug 9, 2013 at 3:02 pm
Aug 14, 2013 at 2:04 pm -
First of all, Tons of thanks to Spree team for providing such a fabulous framework. I never imagined that I would be able to make such a good progress in such a short span of time. The more I dig in, ...
Suyash Tripathi
Aug 6, 2013 at 5:01 pm
Aug 8, 2013 at 4:26 am -
Hi, I am using spree_i18n extension. When i switch the locale on storefront, the signed in user get's logout. Did anyone else face the same problem? Thanks
Muhammad Aamir
Aug 6, 2013 at 7:33 am
Aug 7, 2013 at 2:29 pm -
No worries :) good to see you got this resolved. On Tue, Aug 6, 2013 at 2:18 PM, Shailesh Kalamkar wrote:
Ryan Bigg
Aug 6, 2013 at 4:54 am
Aug 6, 2013 at 4:54 am -
Speaking as a person with a name starting with the greatest letter in the alphabet, what's wrong with R? :( Yes you can change it. Just override the generate_order_number method in the Order model.
Ryan Bigg
Aug 1, 2013 at 9:14 pm
Aug 3, 2013 at 12:50 am -
Hello everyone, In the past couple of days I have being working in this two gems: * http://spreecommerce.com/extensions/355-html-invoice-receipt * ...
Enrique Álvarez
Aug 23, 2013 at 12:33 pm
May 16, 2014 at 5:48 pm -
we are potentially looking to migrate our current site. CodeIgnitor custom application. Is there a place to locate and connect with Spree developers? www.vermontfarmtable.com Cheers Dustin ...
Dustin Glasscoe
Aug 28, 2013 at 7:56 pm
Aug 29, 2013 at 7:54 pm -
Hello, I am working configuring a new Spree shop for a customer. My problem occurs when I try to go to the payments tab when the order is in status Returned ( After a RMA marked as received ). It ...
Enrique Álvarez
Aug 23, 2013 at 12:33 pm
Aug 29, 2013 at 1:01 pm -
Over the past few weeks I slowly upgraded our store from 1.3.3 to 2.0.4. We just launched in April, so honestly there isn't a whole ton of history there but we still ran into a lot of data migration ...
Stefan Wrobel
Aug 27, 2013 at 3:16 am
Aug 27, 2013 at 7:51 pm -
I have an odd problem. 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 ...
Snorri Páll Haraldsson
Aug 20, 2013 at 7:40 am
Aug 26, 2013 at 12:56 am -
Hi I have a fresh Spree 2.0 stable installation with spree_i18n (nothing special, all according to setup docs) gem 'spree', github: 'spree/spree', branch: '2-0-stable' gem 'spree_auth_devise', ...
Laurens Nienhaus
Aug 23, 2013 at 9:53 am
Aug 23, 2013 at 8:42 pm -
Hey Everyone, I spotted that canonical url's are now in by default from 2.0.4 which is wicked thanks! I did spot in production that a server that has http and https enabled will show two different ...
Sam Hamilton
Aug 22, 2013 at 8:27 am
Aug 23, 2013 at 4:21 am -
We are building a Spree shop and have run in to some issues now that we are at the payment integration. Our client want to use SagePay Form, where the site visitor is taken off the Spree site on the ...
Matt Ashby
Aug 22, 2013 at 2:41 pm
Aug 22, 2013 at 9:34 pm -
Spree has calculation methods internally but I'm not aware of them. I am grouping together a bunch of orders. How would I calculate a lump total of tax for them? Assuming it was for a state and at ...
Ecl1pse Armageddon
Aug 22, 2013 at 8:14 pm
Aug 22, 2013 at 9:18 pm -
I have a question regarding promotions. Say I want to create 3 promotions (or levels) depending on either the total amount spent or the number of items. How do the rules work when I have 3 separate ...
Holden Thomas
Aug 20, 2013 at 3:49 pm
Aug 20, 2013 at 6:57 pm -
Hey everyone, I was wondering if there is a way to disable split shipments when say you have a customer order 20 of one product, 5 of which are in stock and 15 are back ordered. I just want to show ...
Sam Hamilton
Aug 19, 2013 at 8:27 am
Aug 20, 2013 at 4:06 am -
Hi all, I'm new to Spree, but its going well. I have to add some custom fields. I'm using the Line Item decorator. Spree::LineItem.class_eval do attr_accessible :refnum attr_accessor :refnum end I ...
Matthew Dundas
Aug 15, 2013 at 10:13 pm
Aug 16, 2013 at 3:28 pm -
I'm on Spree 1.3.x, and I'm seeing the Jirafe warning. It says to update to a later version of Spree, but I'm not sure I'm going to be able to get that done before the Thursday cutoff date - the ...
Greg Reinacker
Aug 12, 2013 at 8:22 pm
Aug 15, 2013 at 10:12 pm -
Hi, I have some order validations that should only be applied when updating an order in a specific state. My checkout flow has an 'address' state followed by a 'toc' state where the user has to agree ...
Laurens Nienhaus
Aug 12, 2013 at 12:20 pm
Aug 14, 2013 at 11:27 am -
Hello, I am trying to filter the product listing in the correct way. The frontend should have a selector, so the user can choose price, name etc..., and then the product listing should update ...
Jan-Hendrik
Aug 12, 2013 at 12:17 pm
Aug 13, 2013 at 6:30 pm -
Hi All, Hitting a wall while trying to implement a very simple AJAX API call which would be made after a user updates a quantity value on /cart. Here is what should be happening: - User is on /cart - ...
Brent Mulligan
Aug 9, 2013 at 2:05 pm
Aug 12, 2013 at 2:07 am -
I have a question regarding discounts. Hello, I have 10 products which are all the same price, they all belong to the same prototype, have the same 2 variants (size: Iarge & small) but they have ...
Holden Thomas
Aug 2, 2013 at 8:03 am
Aug 2, 2013 at 7:33 pm -
Hi Ryan, Thank you....That's exactly what was going on. In our checkout process, the order is not completed immediately, but at a later point. So the completed_at column is until the order is ...
Sunil Gowda
Aug 2, 2013 at 6:49 am
Aug 2, 2013 at 6:49 am -
Hello. i'm trying add my custom price filter #/lib/venum.rb module Venum def price_filter_venum v = Spree::Price.arel_table conds = [ [ Spree.t(:under_price, price: format_price(1000)) , v[ ...
Danil Zvyagintsev
Aug 30, 2013 at 1:34 pm
Sep 1, 2013 at 11:15 pm
Group Overview
group | spree-user |
categories | rubyonrails |
discussions | 92 |
posts | 335 |
users | 87 |
website | spreecommerce.com |
irc | #RubyOnRails |
87 users for August 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)