Search Discussions
-
Hello! I want to show only products that available in stock (master or variants). For now i found product spree/product/scopes.rb and made a decorator, but i do not understand how to define a correct ...
Don Geolog
Mar 8, 2014 at 12:23 pm
Apr 4, 2014 at 6:58 pm -
I have add an order clause in retrieve_products. I name it base_decorator.rb and save it in <app_name /lib/spree/search but it does not override the method retrieve_products. Any Ideas what I missed? ...
Chris Ian Fiel
Mar 11, 2014 at 12:06 am
Jul 23, 2014 at 8:40 pm -
Hello, I am using stable 2-2 and my products are not need to be in stock. Every product have multiple color variants and none of them should be in stock. I configured config.track_inventory_levels = ...
Ovuncy
Mar 15, 2014 at 1:31 pm
Jun 10, 2014 at 5:32 am -
I'm not sure how this happened, but every Country in my database as two entries, and each state in those countries have 2 states. For example: United States - Alabama -Alabama United States - Alabama ...
Daejuan Jacobs
Mar 30, 2014 at 5:21 pm
Apr 2, 2014 at 8:22 am -
I've created a Zones promotion rule where you can add multiple zones for a promotion to be applied. We have a promotion where local customers spending over $50 get free shipping, while international ...
Sofy Basir
Mar 30, 2014 at 7:47 am
Mar 31, 2014 at 10:09 am -
Hi, I developed a site with spree 2.1.4. Today I added spree_store_credits gem and found out that load_order_with_lock breaks spree 2.1.4. So I had to upgrade spree to 2.1.5. Now I got the error at ...
Sam Kong
Mar 21, 2014 at 12:29 am
Mar 25, 2014 at 4:37 pm -
hello spree group! I was running through extensions tutorial<http://guides.spreecommerce.com/developer/extensions_tutorial.html and when I run the command bundle exec rake test_app I get the ...
Muhammed hassan
Mar 17, 2014 at 1:13 pm
Mar 20, 2014 at 7:32 am -
I want to make an online catalog without any ordering system for a shop, I didn't find any option in documents to disable these features. What is the best way to do that? Thanks.
Nima Ahmadi
Mar 17, 2014 at 12:20 pm
Mar 18, 2014 at 7:45 am -
Can't seem to find any documentation as to whether Spree supports Google's beta/new *Universal Analytics*. If not are there plans to support this in the near future?
Daejuan Jacobs
Mar 16, 2014 at 3:42 pm
Mar 17, 2014 at 11:36 pm -
When a product is added, I would like to add a default image for it. Assume I just have a file in app/assets/images/admin/default.jpeg, what file/method would I override, and what might the code look ...
Ken Dor
Mar 7, 2014 at 4:19 pm
Mar 13, 2014 at 10:25 am -
Hey guys - I am looking to understand how I can add a pop-up so that when people first come to my site, they will either have to enter an email to join our mailing list, or choose to skip through to ...
Yogesh Riyat
Mar 1, 2014 at 10:31 pm
Mar 4, 2014 at 9:45 pm -
Hey everyone! I'm new to Spree and was wondering what's the quickest way of splitting the product variants on the product page. I'd like them to appear as separate form fields (see attached image) ...
Alex Parish
Mar 3, 2014 at 11:24 pm
Mar 31, 2014 at 9:06 pm -
Hi Guys, Would like to know what are the best practices (what is the Spree way) in Spree version 2.2 to import/upload/update 1000+ or even 10000+ products with images, and also make paperclip ...
Máté Kaszás
Mar 3, 2014 at 10:19 am
Mar 20, 2014 at 3:44 am -
Hey Ari, You can make a request to /api/payments/new. That should show you the list of payment methods. On 18 March 2014 at 6:45:32 pm, Ari Lerner (<span class="m_body_email_addr" ...
Ryan Bigg
Mar 18, 2014 at 10:23 am
Mar 20, 2014 at 3:32 am -
Hi, I wasn't at the spreeconf, and I heard/read that Godaddy is launching an ecommerce platform that is based on the spree codebase. Does anyone know if this will be a pre-baked version of spree or ...
S Ahmed
Mar 12, 2014 at 3:57 pm
Mar 13, 2014 at 8:05 pm -
Is there sales pricing built into spree, so you can discount an item and display the old price too? If not are there plans to introduce it or would we need to use a plugin, I haven't found one that ...
Matthew Ford
Mar 6, 2014 at 4:27 pm
Mar 13, 2014 at 8:01 pm -
Hello, dear experts! Summary: gem 'spree', github: 'spree/spree', :branch = "2-1-stable" gem 'spree_auth_devise', github: 'spree/spree_auth_devise', branch: '2-1-stable' gem 'spree_i18n', github ...
Stanislav
Mar 2, 2014 at 8:13 pm
Mar 7, 2014 at 12:00 pm -
First of all, great work with spree 2.2, i'm totally ok with the fragment caching stuff, "fast by default" FTW. But what if i need to remove or change a single cache? Do i need to override the whole ...
Alessandro Lepore
Mar 3, 2014 at 8:35 am
Mar 3, 2014 at 9:38 pm -
Hey all, Okay, so I've been attempting to use the `2-2-stable` branch on github to back a custom store. I'm attempting to use the spree api in concert with a client-side application and I'm ...
Ari Lerner
Mar 20, 2014 at 9:08 pm
Apr 30, 2014 at 6:01 am -
We have removed the s3_support module from Spree 2.2.x w/ https://github.com/spree/spree/commit/b1d6c5e4b9801d888cc76c05116b814945122207 You should now simply set the Paperclip default options ...
Jdutil
Mar 2, 2014 at 8:07 pm
Apr 8, 2014 at 6:06 pm -
I have to modify this line :" get '/admin', :to = 'admin/orders#index', :as = :admin " with : " get '/admin', :to = 'admin/products#index', :as = :admin " in the routes.rb spree file, not directly in ...
Stefano pietrella
Mar 27, 2014 at 12:41 pm
Apr 3, 2014 at 1:44 pm -
Hy rehna, id like to know if you did create a extension to add a seller role, could you share with us?
Yuri Freire
Mar 26, 2014 at 9:16 pm
Mar 27, 2014 at 12:43 am -
I'm using spree_active_shipping with Canada Post on spree 2.2-stable, but I'm getting this error: We are unable to calculate shipping rates for the selected items. I've setup the zones and input my ...
Z
Mar 24, 2014 at 7:17 pm
Mar 25, 2014 at 3:52 pm -
I got a simple question about how do u run rake in spree extensions ? Thanks for any guidances. I did rake -T and i got this back " rake spree_sample:populate_sample_data[number_account_created]" So ...
Tom
Mar 12, 2014 at 3:32 am
Mar 20, 2014 at 7:55 pm -
I've noticed that after deleting an item (via the x button next to price in cart) and then emptying the shopping cart I now cannot add any items to my shopping cart. Now I know that I am using an old ...
Piotrleja
Mar 15, 2014 at 10:03 pm
Mar 17, 2014 at 3:16 pm -
You could take a look at the existings wrappers we have in spree_gateway. https://github.com/spree/spree_gateway/tree/master/app/models/spree/gateway hopefully that should help you get started -- ...
Washington Luiz
Mar 12, 2014 at 3:47 pm
Mar 12, 2014 at 6:50 pm -
I am running spree 2-1-Stable Domain is hosted at Godaddy and pointing to my box at home. When I select certain items in the back end like the Taxonomies it redirects for an example ...
Will Baird
Mar 5, 2014 at 12:29 am
Mar 5, 2014 at 3:27 am -
Can anyone share more information from the GoDaddy presentation? How was the talk? are the slides available? What are they planning? -- Don't miss SpreeConf on Feb 26-27 http://spreeconf.com
Gady S
Mar 3, 2014 at 2:14 pm
Mar 3, 2014 at 2:18 pm -
I would like to use the following Spree packages (Auth Devise, Fancy, Subscriptions, and Gateway) gem 'spree', github: 'spree/spree', branch: '2-2-stable' gem 'spree_auth_devise', github ...
Michael Finneran
Mar 24, 2014 at 4:15 pm
Aug 30, 2014 at 11:55 am -
In our Spree store (older version 0.70) we use a 3rd party Credit Card tokenization hosted internally. It operates very similar to Stripe.js. We embed the jsp page in the Payment page. The jsp page ...
Michael Powell
Mar 12, 2014 at 3:19 am
Apr 15, 2014 at 4:09 pm -
I am very familiar with Bootstrap but am new to Spree and have used Spree_fancy extension. I tried to combine the Spree Bootstrap extension but it got very messy right away. Is anyone familiar with ...
Michael Finneran
Mar 28, 2014 at 7:55 pm
Apr 3, 2014 at 11:53 pm -
Hello all, recently I'm looking at spree's api documentation, its domain graph using svg looking very beatiful and very easy to grasp to see the big picutre of a complex domain, so I'm checking a bit ...
femto Zheng
Mar 30, 2014 at 9:46 am
Mar 31, 2014 at 9:38 am -
I'm using 2-2-stable and have 2 promotions: Promotion with a Code for an action of a 50% discount per line item Promotion for an action of a 15% discount per line item When I've added products (takes ...
Sofy Basir
Mar 30, 2014 at 9:40 am
Mar 30, 2014 at 9:51 pm -
Hi all, Was just wondering what the best practice way of doing a seed import for cvs files taken from another shopping cart system is with spree version 2.2? datashift_spree seam like the way to go ...
Luke Hamilton
Mar 26, 2014 at 4:43 am
Mar 26, 2014 at 4:57 am -
1
[spree-user] order payment_state show "balance_due", however creditcard is charged in Authorize.net
spree 1.1.1 rails 1.92 Payment used to go trough with no problems, but since the end of 2013, it happened a couple of times. Any help is appreciated.J9g6
Mar 25, 2014 at 7:16 pm
Mar 25, 2014 at 10:55 pm -
Hi, My client wants me to add the 'name' field in the registration form. By default, there are only email and password there. I think I need to change the registration form and admin views to show ...
Sam Kong
Mar 23, 2014 at 8:46 am
Mar 25, 2014 at 4:19 am -
I've gone and made a rails project with 4.1.0.rc1. When I ran `spree install rails_project` I got an error: <pre Would you like to install the default gateways? (Recommended) (yes/no) [yes] Would you ...
Ben Morgan
Mar 24, 2014 at 4:15 pm
Mar 25, 2014 at 3:33 am -
I'm looking at spree/frontend/app/views/spree/orders/show.html.erb and I see a couple references to params[:checkout_complete] like this: <% if params.has_key? :checkout_complete % <h1 <%= ...
David Biagi
Mar 21, 2014 at 12:11 pm
Mar 21, 2014 at 12:55 pm -
HI Dan, We have a similar delivery option hierarchy where we give free ground delivery on orders above $75. You can do this by having the delivery method use the price sack calculator instead of the ...
Aditya Raghuwanshi
Mar 20, 2014 at 9:13 pm
Mar 20, 2014 at 10:02 pm -
according to extensions guide<http://guides.spreecommerce.com/developer/extensions_tutorial.html , extensions is the primary way of extending spree . I am a little noob here so bear with me . for the ...
Muhammed hassan
Mar 20, 2014 at 7:44 am
Mar 20, 2014 at 9:01 pm -
Hi, I'm trying to display a price per square meter on my products like this: 47,11€/m². My first try was to add a helper which is getting the square meter from the corresponding product property and ...
Niklas
Mar 18, 2014 at 1:37 pm
Mar 19, 2014 at 8:03 am -
If you need a checkout process, although simple, i'd suggest to try Spree. You can easily simplify the checkout process (for example, skipping the payment and shipping steps), see ...
Alessandro Lepore
Mar 17, 2014 at 5:57 pm
Mar 18, 2014 at 7:46 am -
Just starting off with Spree, I've been able to replace an entire data-hook with my own ERB/HTML code. But I was wondering if I could replace render code. I want to be able to exclude deleted ...
Daejuan Jacobs
Mar 16, 2014 at 3:42 pm
Mar 17, 2014 at 5:20 am -
Is anyone else interested in Spree integration with One Saas? and is there someone from Spree who could get in touch (as per link below) and they might then just build it for us? Cheers Kirsten ...
Kirsten Larsen
Mar 14, 2014 at 8:01 pm
Mar 17, 2014 at 5:17 am -
In check out I want to customized the message. The problem is there are text that I do not know here I can remove it. I have this Address decorator but the problem when error displayed There were ...
Chris Ian Fiel
Mar 14, 2014 at 5:57 am
Mar 14, 2014 at 6:28 am -
Hi Something very strange happened to me when I was doing a test purchase, and is that being a guest and skip to step address, a field appears for me to enter my email. I think that should redirect ...
Gonzalo Moreno
Mar 10, 2014 at 8:59 pm
Mar 14, 2014 at 5:27 am -
Is there any actual solution to add a discount to certain product ? I want this discount to be visible in products list as well as on the page of a certain product. Something like Old Price and New ...
anton Chumakov
Mar 13, 2014 at 6:50 am
Mar 13, 2014 at 8:03 pm -
Hi, We are developing e-commerce application using spree 2.1.x. We need to integrate paypal adaptive payment but not able to find proper extension? Please give the suggestion to implement. -- Thanks ...
Thiyagarajan Veluchamy
Mar 5, 2014 at 9:05 am
Mar 13, 2014 at 2:37 am -
I'm getting this error from all api's requests */home/yuri/.rvm/gems/ruby-2.1.0@mygemset/bundler/gems/spree-a147360cb615/api/app/views/spree/api/errors/must_specify_api_key.v1.rabl * i was trying to ...
Yuri Freire
Mar 12, 2014 at 9:21 pm
Mar 12, 2014 at 9:29 pm -
I upgraded to the edge version of Spree in my development branch, and can't seem to find where to make changes to the attachment styles/s3 settings anymore. Did these move? Are they gone?
Bob Mattax
Mar 12, 2014 at 3:55 pm
Mar 12, 2014 at 7:46 pm
Group Overview
group | spree-user |
categories | rubyonrails |
discussions | 80 |
posts | 216 |
users | 74 |
website | spreecommerce.com |
irc | #RubyOnRails |
74 users for March 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)