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

    jakemumu

    08/03/2021, 10:14 PM
    thanks for the heads up
  • v

    victor

    08/04/2021, 10:39 AM
    Say I have a gem, how do I get a event/subcriber to work? It does not appear to autoload. Followed the example per the docs. Copying the file to subscribers/xxx_subscriber.rb works
    s
    • 2
    • 1
  • k

    Kevin I

    08/05/2021, 5:11 PM
    In a credit card fails and needs to be updated by the customer what flag is set or where what is the simplest way to determine that a user has outdated CC information?
    c
    • 2
    • 7
  • s

    Steven Tapican

    08/05/2021, 9:46 PM
    What's the default time zone used in Solidus' "Complete date"?
    j
    • 2
    • 3
  • m

    Morton

    08/05/2021, 11:35 PM
    Hi guys, I have been reviewing eCommerce solutions for a client for the last month and solidus looks great. The one problem I am facing for my clients is they sell Fruits and Vegetables by weight. Many of the eCommerce solutions don't cater for price based on weight. Does anyone know if solidus supports this or if it would be an easy customization? Thanks.
  • e

    Enrique Meza

    08/05/2021, 11:42 PM
    Hi @Morton seems to be is possible: https://stackoverflow.com/questions/31265388/spree-prices-based-on-weight
    m
    • 2
    • 2
  • e

    Enrique Meza

    08/05/2021, 11:48 PM
    On Magma @Edwin Cruz wrote this article: http://blog.magmalabs.io/2020/10/22/how-pricing-selection-works-in-solidus.html
  • n

    Nazim-Yoldas

    08/06/2021, 7:06 PM
    Hey y'all!
  • n

    Nazim-Yoldas

    08/06/2021, 7:07 PM
    Every time I try to install Solidus (through following the installation guide), I get this error message
  • n

    Nazim-Yoldas

    08/06/2021, 7:07 PM
  • n

    Nazim-Yoldas

    08/06/2021, 7:08 PM
    When I do
    rails app:update:bin
    it still doesn't work for some reason. It's also giving me the same error message
  • n

    Nazim-Yoldas

    08/06/2021, 7:08 PM
    I have the latest rails version btw
  • j

    Jared Norman

    08/06/2021, 8:02 PM
    I’m not sure what’s going there, but the issue doesn’t look like it has anything to do with Solidus specifically. Something is just messed up with your binstubs.
  • j

    Jared Norman

    08/06/2021, 8:02 PM
    What about removing the bin stub and calling that command again?
  • n

    Nazim-Yoldas

    08/06/2021, 8:07 PM
    Yea sorry for the mishap! How would you go and remove the binstubs via cli?
  • j

    Jared Norman

    08/06/2021, 9:44 PM
    I’d just
    rm bin/rails
    and then
    bundle exec app:update:bin
    see if that creates you anew correct binstub
  • s

    socksman

    08/09/2021, 8:18 PM
    Any reason why running
    Spree::Order.where("created_at < ? and state='cart'", 45.days.ago).destroy_all
    as a nightly job would be a bad idea? We have some customers coming back after a looong time and then they end up having goofy carts with out-of-stock line items and so on.
    a
    • 2
    • 2
  • d

    dhonig

    08/09/2021, 8:37 PM
    @socksman
  • d

    dhonig

    08/09/2021, 8:37 PM
    I think that makes sense.
  • d

    dhonig

    08/09/2021, 8:38 PM
    larger shops with an analytics team they might bark about the hard delete.
    🤔 1
  • d

    dhonig

    08/09/2021, 8:38 PM
    ITs interesting data to know waht people added when
  • d

    dhonig

    08/09/2021, 8:38 PM
    but other than that I can't thin of an issue
  • s

    socksman

    08/09/2021, 9:28 PM
    ahhh yes that is an interesting point. Maybe just otherwise invalidating old orders might be a better move
  • s

    socksman

    08/09/2021, 9:47 PM
    right looks like we can’t just
    cancel!
    from ‘cart’. Probably a new ‘expired_cart’ state that can only transition from cart / address / delivery / confirm
  • s

    socksman

    08/09/2021, 9:49 PM
    or
    expired_at
    date
  • s

    socksman

    08/09/2021, 9:49 PM
    thanks for that thought
  • d

    dhonig

    08/09/2021, 11:10 PM
    @socksman transitioning to an expired_cart
  • d

    dhonig

    08/09/2021, 11:10 PM
    state sounds like a good idea
  • d

    dhonig

    08/09/2021, 11:11 PM
    then you could generate a metric for carts that were eventually purchased vs left to expire
    👍 1
  • j

    Julio Serrano

    08/11/2021, 2:39 AM
    Hi everyone, i have a issue with solidus. Im using active storage and s3 bucket for upload my images, but the images when the signed url of aws expires dosent show again. I read that issue resolved increasing the url_expires_in, but im not sure. Any suggestions?
    j
    a
    m
    • 4
    • 8
12345...39Latest