Search Discussions
-
Hi Everyone I would like to discuss about the possibilities of having the checkout , Login Users, Guest Users to be handled in separate spree Instances (App Server). Please let me know the ...
Satya chowdary
Mar 26, 2015 at 2:30 pm
Mar 30, 2015 at 2:17 pm -
Curious why Spree asks users for billing address first? This is counter to almost every other major ecommerce site out there from what I can find. We've tested and found that our users are expecting ...
Jack Bewley
Mar 19, 2015 at 2:20 am
Mar 20, 2015 at 7:58 pm -
Hello everybody, I'm trying to add two fields to an address during the checkout process. I was able to add the fields to the database using extensions but I don't know what do I have to do to update ...
Miguel Cabral
Mar 2, 2015 at 11:44 pm
Mar 3, 2015 at 9:21 pm -
Hi, I'm working on Payment Gate integration in Spree with BillDesk. Now as per the Billdesk integration they need 4 columns txn_id, customer_id, txn_amount, txn_date. All fields are available in ...
Arup Rakshit
Mar 13, 2015 at 12:52 pm
Mar 19, 2015 at 5:05 pm -
I have the following scenario and some questions on how to model shipping for this - DVDs are being sold and shipped from the United States - They can be shipped to the United States or Australia - ...
Dan Quach
Mar 31, 2015 at 4:32 pm
Apr 1, 2015 at 8:22 pm -
In the Spree Demo, if you put in the right test credit card it is able to determine the cc_type <%= hidden_field_tag "#{param_prefix}[cc_type]", '', :id = "cc_type", :class = 'ccType' % For example ...
Dan Quach
Mar 26, 2015 at 12:17 am
Mar 27, 2015 at 1:48 pm -
I have added the below to the file app/overrides/admin.rb: Deface::Override.new(:virtual_path = "spree/admin/payments/_list.html.erb", :name = "payment_transanction_id_header_field", :insert_after = ...
Arup Rakshit
Mar 13, 2015 at 2:38 pm
Mar 18, 2015 at 7:01 am -
Hi I'd like to completely wipe the styling/css layout from my spree app as I'm giving it to a designer, as to just give them a blank canvas, does anybody know if this is possible and how to do it? At ...
Shane kelly
Mar 4, 2015 at 4:33 pm
Mar 5, 2015 at 12:07 pm -
I'm using "taxons_tree" to display an taxon menu with an active state. This works perfectly on my dev environment. However, once i release this to test/staging, strange things start to appear. Active ...
Paul Huisman
Mar 2, 2015 at 2:49 pm
Mar 4, 2015 at 10:48 am -
Hi, I got today error as : NoMethodError (auto_capture_on_dispatch preference not defined): app/models/spree/shipment_decorator.rb:8:in `determine_state' ...
Arup Rakshit
Mar 16, 2015 at 6:25 am
Mar 16, 2015 at 5:22 pm -
In Spree, what are the side effects if you have an order in the cart with line items which have different prices? For example let's say I have a cart - Store -- default_currency - USD - Variant -- ...
Dan Quach
Mar 13, 2015 at 7:13 pm
Mar 13, 2015 at 10:47 pm -
Hi, I need to use Stripe webhooks to initiate automatic transfers in my multi-tenant Spree application. This is proving to be complicated and I need to adjust how the Stripe::Charge is being stored ...
Brandon Hay
Mar 1, 2015 at 5:39 pm
Mar 3, 2015 at 7:53 pm -
Hi all I'm trying to implement a custom footer in spree 2.4.stable. After reading the spree docs and a few posts. I have the following in <MYSTORE /app/overrides/insert_customer_footer.rb ...
Marrax
Mar 3, 2015 at 2:39 pm
Mar 3, 2015 at 6:10 pm -
spree 3.0 rc4 I'd like to create my own index.html.erb. Found that even image or slide don't show a full width. It's always show under class = row class and id=content. how can I accomplish a full ...
Nont Nawaja
Mar 31, 2015 at 9:27 am
Apr 1, 2015 at 3:12 am -
Hi, spree 3.0 rc4 , I'd like to use my own .png basket icon image. How can I do that ?
Nont Nawaja
Mar 30, 2015 at 1:43 pm
Mar 31, 2015 at 9:20 am -
I am trying to install spree commerce and keep getting the same error when I run "spree install". I am following the Getting Started guide at ...
Iris Schäffer da Rosa
Mar 26, 2015 at 2:30 pm
Mar 26, 2015 at 8:23 pm -
Hi, I'm at the upgrading process of Spree 1-3 application to 2-4-stable version. After a few quirks and several API changes solved, I've been stuck with stylesheet asset stops overriding the stock ...
David Unric
Mar 24, 2015 at 10:39 am
Mar 25, 2015 at 1:10 pm -
Hello , I wonder others website from spree they have a landing page (first web page) . How can I create my own landing page before the product page. Thank you.
Nont Nawaja
Mar 23, 2015 at 6:38 pm
Mar 24, 2015 at 1:38 am -
Say I had the following scenario: - Product - Spiderman - Variant DVD - Variant Bluray And then what I did was call "adjust_count_on_hand(2)" for the variant dvd. So the stocks now look like - ...
Dan Quach
Mar 19, 2015 at 3:19 am
Mar 20, 2015 at 1:49 am -
Hi, I have added one column to the Spree::User model. class AddSignUpTokenToSpreeUsers < ActiveRecord::Migration def change add_column :spree_users, :sign_up_token, :string end end I want to add now ...
Arup Rakshit
Mar 19, 2015 at 1:05 pm
Mar 19, 2015 at 4:55 pm -
I was looking through Spree objects and I see that a Spree::Variant has_many Spree::StockItems. Logically it seems like a variant should only have one stock item for tracking. Is there something ...
Dan Quach
Mar 11, 2015 at 6:54 pm
Mar 11, 2015 at 7:55 pm -
Hello: I am new to Spree and am trying to customize the pages that show products associated with specific taxons (for example, I want a specific photo and description to appear on a page listing the ...
Student Intern
Mar 7, 2015 at 5:29 pm
Mar 8, 2015 at 1:17 am -
Hi all, I am relatively new to spree, so please apologize ;) The Store model seems like a really good starting point to implement different sites with different currencies. The store gets selected by ...
Kai
Mar 6, 2015 at 4:51 pm
Mar 6, 2015 at 8:47 pm -
Hej everyone, what is your experience with bulk upload and edit of products with Spree? Do you have any Spree extension suggestions or do you work with external PIM services like Akeneo or Pimcore? ...
Thomas Grimme
Mar 4, 2015 at 12:51 pm
Mar 5, 2015 at 10:12 am -
For a client I need to developer a Backbone.js application that communicates with the Spree Commerce platform. We already developed a webshop using Rails which communicates with Spree Commerce ...
Vernon de Goede
Mar 27, 2015 at 1:48 pm
Mar 27, 2015 at 3:18 pm -
It appears the JS for this is not loading? After quite a bit of searching, I found spree/frontend/app/assets/javascripts/spree/frontend/cart.js.coffee. This is the only file I could find that deals ...
Dsadaka
Mar 25, 2015 at 12:23 am
Mar 25, 2015 at 7:55 pm -
I'm using the spree frontend right now and I am trying to understand what happens when an order transitions to state complete. This is what I have so far. <In checkout.rb *Before Transitions* - ...
Dan Quach
Mar 20, 2015 at 2:09 am
Mar 20, 2015 at 7:54 pm -
Has anyone created one yet as doing the extensions tutorial but none available!
Wayne Johnson
Mar 17, 2015 at 8:34 am
Mar 17, 2015 at 9:29 am -
Hi everyone!!! I want to work with Spree, but i would like to know how can i modify the views? Please, help me with this. Thank u.
Paula Wilches
Mar 17, 2015 at 8:34 am
Mar 17, 2015 at 9:22 am -
Hi, How to achieve guest checkouts using spree API ? Pls help Thank u :-)
Jayaram kurapati
Mar 9, 2015 at 8:14 pm
Mar 16, 2015 at 3:17 pm -
I am using Spree 3.0.0 and no footer is displayed. It seems to me like the partial is not rendered. Any idea why?
Eduardo Marchese
Mar 10, 2015 at 8:21 pm
Mar 11, 2015 at 7:57 pm -
Hi! Newbie to Spree! I am testing Spree 3.0 in prod mode, precompiled all assets and configured nginx to serve them. All assets are being served, no 404's. However, I am getting no styling of the ...
Victor Matekole
Mar 10, 2015 at 8:16 pm
Mar 11, 2015 at 7:02 am -
Hello, I am currently implementing a store for a large clothing line. They have a large, paid proprietary system to manage their physical locations / warehouse and they can't move away from it (at ...
Dominic Girard
Mar 9, 2015 at 7:29 pm
Mar 9, 2015 at 7:59 pm -
I have a full Rails front-end built, including CSS, Js and views. I want to use Spree to add the functionality. I know I can use template replacements ...
Lakesare
Mar 7, 2015 at 5:30 pm
Mar 8, 2015 at 1:13 am -
Hi, I am new to Spreecommerce and RubyOnRails... I am currently researching logging frameworks for Ruby in general, to date I have not found many appealing ones. What does Spree use for logging or ...
Victor Matekole
Mar 7, 2015 at 5:29 pm
Mar 8, 2015 at 1:06 am -
Hi there, I just want to know how can i set my bank account into spree? it's the last thing that i have to do, how can i start receiving money? If a customer want to pay by credit card, where's the ...
Orlando De La Peña
Mar 7, 2015 at 5:29 pm
Mar 8, 2015 at 12:58 am -
Hi, I'm using spree 2-2-stable version in my app. I want to upgrade to 3-0-stable version to have bootstrap views(as in latest version) in the Admin section. I'm already using bootstrap theme for the ...
Mukul Goyal
Mar 7, 2015 at 5:29 pm
Mar 7, 2015 at 10:01 pm -
Taking the Spree tutorial further, we would like to list all products and their children with a taxon name of "Soaps" to appear on our Soaps product page. Looking into the database (table ...
MohammedM
Mar 6, 2015 at 4:52 pm
Mar 7, 2015 at 5:29 pm -
In spree is there any ways to exchange the orders once it is placed from a customer ..? http://stackoverflow.com/questions/28847779/how-to-exchange-the-ordered-products-in-spree-commerce
Ranjith jogi
Mar 6, 2015 at 4:52 pm
Mar 6, 2015 at 8:45 pm -
My environment: Spree 2.4.3 on Centos on AWS cloud running on Phusion Passenger. Problem: I am trying find where you configure a BCC for order emails. I would like to get notified when an order is ...
Jeff Thurston
Mar 6, 2015 at 4:00 pm
Mar 6, 2015 at 5:37 pm -
Hello, I am trying to override the spree/orders/edit view as follow : Deface::Override.new(:virtual_path = "spree/orders/edit", :name = "continue_shopping", :replace = "erb[loud]:contains('link_to ...
Rota90
Mar 6, 2015 at 4:52 pm
Mar 6, 2015 at 5:32 pm -
For the Inventory Unit https://github.com/spree/spree/blob/master/core/app/models/spree/inventory_unit.rb What are the main use cases this class handles? From what I can discern from reading the ...
Dan Quach
Mar 28, 2015 at 1:05 am
Mar 28, 2015 at 1:05 am -
I try overnight for a week to findout how to customize index.html.erb but no luck. I use spree v.3.0 rc4 , I'd like to have an image show on index.html.erb .My scss file like below #intro { display ...
Nont Nawaja
Mar 27, 2015 at 6:21 pm
Mar 27, 2015 at 6:21 pm -
hello Spree group. I've installed Spree and now looking to bulk upload products in groups of 5.000 SKUs at a time. Would someone be so kind to explain to me the steps to bulk upload products into ...
Mills Hawkins
Mar 26, 2015 at 2:30 pm
Mar 26, 2015 at 2:30 pm -
This is in reference to https://github.com/spree/spree/pull/5966 After the commit, I no longer see a way to set 'supported_currencies' in admin. The 'spree_multi_currency' gem adds the ...
Ishaan Singal
Mar 17, 2015 at 8:34 am
Mar 17, 2015 at 8:34 am -
I'm getting preferences is defined by Active Record/Users/jason/.rvm/gems/ruby-2.1.5/gems/activerecord-4.0.13/lib/active_record/attribute_methods.rb:82:in `instance_method_already_implemented?'\ ...
Jason Fleetwood-Boldt
Mar 16, 2015 at 5:13 pm
Mar 16, 2015 at 5:13 pm -
Hi, guys! I support the plug-in(https://github.com/connecticus/spree_variant_properties), which can be very useful in combination with the spree_variant_options - ...
Ekaterina Belinskaya
Mar 15, 2015 at 8:25 am
Mar 15, 2015 at 8:25 am -
In Spree, what are the side effects if you have an order in the cart with line items which have different prices? For example let's say I have a cart - Store -- default_currency - USD - Variant -- ...
Dan Quach
Mar 13, 2015 at 7:12 pm
Mar 13, 2015 at 7:12 pm -
What's new in Spree 3? We've switched the front and back ends to use Bootstrap, added Rails 4.2 support, and added Google Analytics Enhanced Ecommerce tracking. We've also continued our move away ...
Jeff Dutil
Mar 10, 2015 at 7:42 pm
Mar 10, 2015 at 7:42 pm -
Hi Everyone! New to Ruby and Spree. If we know the taxon ID of a particular taxon, how can we go about pulling the name of that taxon and having it appear on a template? Thank you!
Mohammed Mahdi
Mar 10, 2015 at 4:53 pm
Mar 10, 2015 at 4:53 pm
Group Overview
group | spree-user |
categories | rubyonrails |
discussions | 57 |
posts | 176 |
users | 53 |
website | spreecommerce.com |
irc | #RubyOnRails |
53 users for March 2015
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)