https://solidus.io logo
Join Slack
Powered by
# support
  • g

    Given Reed

    12/03/2021, 7:42 PM
    @Jared Norman Have a sec for a quick question about setting up the taxjar gem? šŸ˜„
    j
    • 2
    • 3
  • l

    Landon Lapensee

    12/05/2021, 4:03 PM
    Hi again. I got a new computer and cloned the solidus project ive been working on. When I try to run db:create or db:migrate I get this error message:
    [Spree WARNING] Missing migrations.
    [Spree WARNING] change_column_null_on_prices from spree is missing.
    `[Spree WARNING] Run
    bundle exec rake railties:install:migrations
    to get them.` RunningĀ 
    bundle exec rake railties:install:migrations
    Ā gives me the same error messages. How can I fix this?
    j
    • 2
    • 1
  • a

    Andre Schweighofer

    12/06/2021, 4:54 PM
    Hi everyone! Potentially stupid question but should the fresh install look like the http://demo.solidus.io? I had a look at the https://github.com/solidusio/solidus-example-app but can’t find any custom views / css but my fresh install looks different.
    k
    j
    • 3
    • 3
  • v

    victor

    12/08/2021, 11:17 PM
    Is there a clean way to add an address to an user if not all address_attributes are there to pass validation? For example, Spree::User.save_in_address_book requires a valid one. Skipping validation with Spree::Address works but feels a bit hacky. Context is an external POS pushing customers
    j
    • 2
    • 5
  • v

    victor

    12/09/2021, 3:30 PM
    I've been getting a strange error and I am not sure what might have changed that's causing it. It happens in console sessions and after X time the server is up (10 seconds). As far as I can tell acts_as_paranoid was deprecated a long time ago. Running Solidus 3+
    Copy code
    /Users/victorterhark/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/activerecord-6.1.4.1/lib/active_record/dynamic_matchers.rb:22:in `method_missing': undefined local variable or method `acts_as_paranoid' for Spree::User:Class
    Did you mean?  acts_as_list (NameError)
    	from /Users/victorterhark/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/solidus_auth_devise-2.5.4/app/models/spree/user.rb:14:in `<class:User>'
    	from /Users/victorterhark/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/solidus_auth_devise-2.5.4/app/models/spree/user.rb:4:in `<module:Spree>'
    	from /Users/victorterhark/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/solidus_auth_devise-2.5.4/app/models/spree/user.rb:3:in `<top (required)>
    t
    • 2
    • 5
  • s

    Sharon Morato

    12/12/2021, 12:00 PM
    Hello! Solidus_Stripe is billing the customer directly after verifying their 3D secure after they enter the card instead of when the order gets completed. How do i change this?
    j
    • 2
    • 3
  • j

    Jonathan Zisser

    12/14/2021, 6:50 PM
    Hi folks! Quick question - I'm running into an issue accessing Solidus Admin with the
    en-CA
    locale. We're getting an error that "solidus_admin/select2_locales/select2_locale_en-CA.js" is missing from the asset pipeline", and I was able to solve the problem by forking solidus and adding that file to
    vendor/assets/javascripts/solidus_admin/select2_locales/select2_locale_en-CA.js
    . However, I'd like to fix the issue by instead adding that file to our project that we're using Solidus in. I can't seem to get it to work though - could anyone help me figure out where this file needs to live?
    j
    • 2
    • 8
  • d

    Daniel

    12/15/2021, 10:03 AM
    I'm currently struggling with finding a way to mark variants as non available and hide them. Does anybody have any experience with this? Any suggestions?
    k
    • 2
    • 4
  • l

    Landon Lapensee

    12/16/2021, 10:14 PM
    Hi i’ve been stuck on a problem all day. Its in a solidus application but maybe its also tied to spree functionality issue. Please let me know if you know whats causing this issue in Active Storage. https://stackoverflow.com/questions/70386260/active-storage-attachment-cant-resolve-image-into-url-undefined-method-atta
    v
    • 2
    • 1
  • x

    Xan

    12/17/2021, 1:39 PM
    Has anyone had success installing https://github.com/solidusio-contrib/solidus_easypost on Ruby 3 and Solidus 3? Attached is the Gemfile, and the error we’re getting.
    j
    • 2
    • 12
  • s

    socksman

    12/20/2021, 6:58 PM
    Site updates? Can’t seem to load the guides.
    j
    • 2
    • 5
  • v

    victor

    12/23/2021, 2:14 PM
    Does anyone run Solidus in a docker container in production? Ran into an issue deploying to Cloud99 and I can't replicate the issue locally so I figured might as well move to docker
    m
    • 2
    • 6
  • a

    Ahmad Ridwan Fauzi

    12/28/2021, 6:03 AM
    Hello, just wanna ask everyone here. Any chance that one of you guys here improve the security of the access to backend admin panel? For example, changing the
    /admin
    prefix on admin panel to a random string to prevent easy access, or something else? Need a better way to secure the backend panel here
    j
    t
    g
    • 4
    • 11
  • f

    Faizaan Gagan

    12/29/2021, 6:13 AM
    @Ahmad Ridwan Fauzi I can help you out with that
  • f

    Faizaan Gagan

    12/29/2021, 6:26 AM
    oh I didnt realise you got plenty of answers. Good to know :)
    a
    • 2
    • 1
  • g

    Given Reed

    12/29/2021, 4:24 PM
    I have a few gems that all want to set themselves as the
    Spree::Config.pricing_options_class
    , so I'm working on trying to combine them and use a decorator to inject their functionality into the base
    Spree::Variant::PricingOptions
    class. I'm setting up the decorator the same way that I have with other ones that work, but I can't seem to get it to work completely. I'm assuming it's probably something little that I'm overlooking, just need another set of eyes to take a look and see if they can spot what I'm missing
    j
    • 2
    • 12
  • x

    Xan

    12/29/2021, 8:19 PM
    Anyone using Solidus Easy Post, what do you do for products that don’t have a weight set, to stop the checkout from crashing? Add a fallback weight somehow somewhere?
    s
    • 2
    • 2
  • x

    Xan

    01/03/2022, 5:39 PM
    Can’t seem to get the EasyPost plugin to actually let me ship anything in Rails 3 and Solidus 3.. anyone here use this thing often?
    j
    j
    c
    • 4
    • 36
  • s

    Sharon Morato

    01/05/2022, 4:59 AM
    Help? I am using SOLIDUS_STRIPE gem & their 3D SCA secure feature with default manual capture, the problem is that customers are being charged as soon as they enter their card info & 3D SCA authenticates/authorizes their card. Instead of charging them after they "PLACE ORDER". Been stuck on this for a bit...
  • s

    socksman

    01/06/2022, 12:57 AM
    So it looks like I’m safe to jump from 2.n > 3.0. Should I go ahead and make that 3.1? I haven’t been watching upstream super closely, but I don’t see anything that looks as much of a breaking change as the deprecations that needed resolution to get to 3. https://github.com/solidusio/solidus/releases/tag/v3.1.0
  • r

    Rajeswari

    01/06/2022, 4:07 AM
    Hi Team, I m looking for setting flat rate shipping fee to specific states in US based on the order total value. Other than that specific states will have different flat rate shipping fee. Should we set 2 different shipping methods for this? Please note i am not using any extension for shipping charges in the rails app.
    g
    • 2
    • 2
  • j

    Justin Mac Carthy

    01/11/2022, 4:57 AM
    Hi all I'm new here
    šŸ™‚ 1
    šŸ‘‹šŸ» 1
    šŸ‘‹ 1
  • j

    Justin Mac Carthy

    01/11/2022, 5:09 AM
    Does solidus have somewhere to save the shipment tracking history of a product ?
    k
    s
    • 3
    • 3
  • j

    Justin Mac Carthy

    01/11/2022, 8:52 AM
    Has anyone created a Cash On Delivery payment method ?
  • j

    Justin Mac Carthy

    01/11/2022, 8:53 AM
    I guess it should similar to the Check example
    k
    • 2
    • 2
  • x

    Xan

    01/11/2022, 3:23 PM
    Any chance anyone has a good example of just adding an extra free shipping method to solidus_easypost? Need to add 4 and trying to inject them into the estimator but not having much luck.
    c
    • 2
    • 12
  • x

    Xan

    01/12/2022, 7:20 PM
    Is there any way with the built in promotional system to give certain products free shipping but only not count those products for shipping? It seems the only option is really limited and will make the entire shipment free if one of the products is added to the order?
    j
    • 2
    • 2
  • x

    Xan

    01/14/2022, 8:00 PM
    Untitled.rb
    Untitled.rb
    • 1
    • 3
  • p

    Pablo Michelini

    01/15/2022, 1:58 PM
    Copy code
    Hi all! I'm new to solidus and I'm looking to customize the views. I've brought them all to my project, but I can't overwrite the classes or ids to create new styles. what would be the best way to do it?
    j
    • 2
    • 2
  • s

    Sharon Morato

    01/16/2022, 7:31 AM
    Any examples/docs for integrating Solidus with "Stripe Checkout" . https://stripe.com/docs/payments/checkout ---------------------------------------- Currently using solidus_stripe gem with Payment Intents for the SCA but the way its integrated is causing customers to drop off once they Authenticate.
1...91011...39Latest