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

    peter

    10/19/2021, 2:25 PM
    Please do not 1) Spam and 2) Cross Post the same spam 👋 ban //cc @Jared Norman @kennyadsl (also in #C10KD392A)
  • x

    Xan

    10/19/2021, 5:44 PM
    Untitled.rb
    Untitled.rb
  • x

    Xan

    10/19/2021, 5:44 PM
    Have a filter for “colors” on our products.. trying to hide filter options for ones that have no products in the category. Have a custom filter set up but everything I try doesn’t seem to hide empty ones..
    • 1
    • 2
  • x

    Xan

    10/19/2021, 6:54 PM
    https://github.com/solidusio/solidus/discussions/4194
  • a

    Andrew

    10/20/2021, 3:06 PM
    Is it possible to integrate
    solidus_searchkick
    into the API? We have a few million products each with multiple variants and queries with ransack simply don’t run
    k
    d
    • 3
    • 2
  • x

    Xan

    10/20/2021, 7:57 PM
    Any ideas what would cause all the product images to go missing a few minutes after deploying? The last command in our deployment is Rails.cache.clear, and the images are there.. for a few minutes. Then the command needs ran again. Really odd.
    f
    j
    x
    • 4
    • 9
  • f

    Felipe Fiebig

    10/21/2021, 1:34 PM
    I'm getting
    Discarded ActiveStorage::PurgeJob due to a ActiveRecord::RecordNotFound.
    when deleting an image from a product using S3 in production, what could be causing it?
  • s

    Steven Tapican

    10/21/2021, 10:07 PM
    If I clicked the resume button here will that also recharge the order that was previously cancelled?
    j
    • 2
    • 2
  • c

    chalien

    10/22/2021, 2:38 PM
    Morning guys ! I'm working on a project with a react application + Solidus API but I would like to incorporate a Spree Authentication (login, signup) using the devise already included in solidus. Is there any github repo / gem that I could use to start working on this part , any example repo project is well received too. thanks a lot! ❤️
  • z

    Zayter Munive

    10/25/2021, 2:42 AM
    Greeting guys, I am trying to override some methods for some concerns and some libs from core files it seems decorators way does not work for me /lib/spree/core/state_machines/order.rb => method define_state_machine! /app/models/concerns/spree/user_methods.rb => method last_incomplete_spree_order for the user_method I can create a different concern file (CustomUserMethod) and include it into the user model via model decorators and it works but the state machine is a different case, I only need to add an extra special state (this is not for checkout is for handling some temporary orders) , I would hate to copy the whole file since is only 1 method :thanks
    Copy code
    event :promo do
                    transition to: :promo, from: :cart
                  end
    j
    • 2
    • 1
  • g

    Given Reed

    10/25/2021, 2:42 PM
    I'm working with promotion codes, and I see that I can have a promotion that expires, but is it currently possible to have a code that expires? For example, we have an abandoned cart system and we want to expire a discount code a set amount of time after the reminder email is sent. We don't want to expire the whole promotion, just the one code. Would I need to work on a customized PromotionHandler for that? Check the code to see which promotion it belongs to, then do a time check in the handler if it's part of that promotion?
    t
    c
    +2
    • 5
    • 20
  • t

    Tyler Kocheff

    10/26/2021, 4:44 PM
    We are testing an upgrade on a not-yet live site we're working on from Solidus 2.11 to Solidus 3.1.2, and from Ruby 2.7.3 to Ruby 3.0.2. The Solidus and Ruby upgrades went well, but the stickler was the gems. While testing, I forked them and the only thing required to make them work was removing the hard version requirements, changing
    required_ruby_version
    in the
    gemspec
    and in one case, updating the
    add_runtime_dependency
    version requirements to allow
    solidus_core
    and
    solidus_backend
    up to v4. I guess my question is, since most of these are in soldiusio, solidusio-contrib, and nebulab, should I submit pull requests since they are such small changes or is there some process that should happen first? Also, was curious what the differences between these accounts are.
  • g

    Given Reed

    10/26/2021, 4:53 PM
    @Gab Free So do you need support with Solidus? That looks more like a spam ad than a request for help.
    ☝🏻 1
    ☝️ 2
  • l

    Lallu Ram

    10/27/2021, 6:18 PM
    Hello! For all the effort that has gone in to building Solidus, Thank You! I am trying it for the first time and so far so good setting up the store front. I have a question on what is the best way to customize the homepage to display some particular taxonomy dynamically. If anyone has attempted this and has a reference link to code / methodology it would be a great help. To elaborate, the frontpage needs to display some collections (much like the ones in Solidus demo site, like the water bottles or T-shirts). However, these need to be dynamic and should be able to be picked up and get displayed on the frontpage, instead of adding html code to link to specific categories and re-deploy everytime. Example: in some CMSs there is a "frontpage" attribute which controls what gets displayed on the frontpage and what is that it redirects to on a click.
    e
    • 2
    • 8
  • p

    Pedro Eduardo MuĂąoz Alvear

    10/27/2021, 7:56 PM
    Hi guys, what is the best way to create a new custom path in Solidus backend ? Thankss
    e
    • 2
    • 1
  • h

    Hira Akram

    10/28/2021, 2:40 PM
    Hello! can anyone guide me if solidus_auth_devise supports token based authentication or not? (as far as I understood, it does not) what are the options if I need to implement sign_in/sign_out functionalities through apis (for solidus frontend only)? should I use devise_token_auth along with solidus_auth_devise?
    k
    • 2
    • 2
  • p

    Patrick Lionnel

    10/29/2021, 5:17 PM
    Hello All, I’m Patrick From Senegal (Africa) I just join the chanel and I need some advices for my project.
  • p

    Patrick Lionnel

    10/29/2021, 5:18 PM
    I want to create a e-commerce with Solidus but i want to create my custom Payment Method to inntegrate Mobile Money Payment…. I don’t know how to perform it, where should i start,
  • g

    Given Reed

    10/29/2021, 5:19 PM
    https://guides.solidus.io/developers/payments/payment-methods.html
  • g

    Given Reed

    10/29/2021, 5:19 PM
    The developer docs are surprisingly good
  • g

    Given Reed

    10/29/2021, 5:20 PM
    Copy code
    Solidus does not include working payment methods by default. However, it does offer basic payment methods you can use to help you build out your own integration with a payment service provider.
  • g

    Given Reed

    10/29/2021, 5:20 PM
    So you can take one of the existing payment methods, see how it works, and build out your own custom payment method
  • p

    Patrick Lionnel

    10/29/2021, 5:21 PM
    Thank’s @Given Reed for you reactivity I’m impressed 😄👍 i will look it asap
  • g

    Given Reed

    10/29/2021, 5:22 PM
    You got it! I just happened to be here and saw the new message, had the docs open already, so it was quick for me to grab the link to the payment method page 😄
  • l

    Lallu Ram

    10/31/2021, 4:03 PM
    Hello everyone, quick question. Is there a way for me to put up a maintenance page instead of regular home page. For all those situations when the site has an issue or cannot be served, I would like to put up a maintenance / service down page.
    j
    • 2
    • 2
  • s

    seandawes

    11/01/2021, 10:13 AM
    Had a quick question to see if anyone knew the answer. Been teaching myself SQL on the side for fun and using sample store since I already have worked with Solidus a bunch. Does anyone know the query to display product kit components on an order. Basically would want to create the same view which is in /admin/orders/shipments. I can get the output to be the actual product kit but not list the components? I know components are in another table but when it comes to inventory, shipments etc the actual product kit name is not important and really only a customer facing display of an assembly. One of the issues is being able to see what is outstanding waiting to ship. As you can see the kits themselves as they are tied to cartons/shipments but you cannot see the actual shippable goods.
    c
    • 2
    • 9
  • l

    Lallu Ram

    11/01/2021, 2:31 PM
    Question: how to add new locales and translations to solidus. The solidus_i18n seems to be having version compatibility issues and relies on older versions of rails etc. hence cannot install. is there any other way to add more locales and translations and have them list in the stores screen (screenshot attached)
    k
    t
    • 3
    • 2
  • v

    ValentĂ­n Sanjuan

    11/02/2021, 3:50 PM
    Are solidus gems decorators supposed to be loaded by the gem itself or through solidus_support? I am getting warnings about redefined constants for HABTM associations in solidus_product_assembly. It is weird that only warns about habtm relationships, but I noticed that this files were being required twice
  • j

    johann

    11/05/2021, 1:07 AM
    Hey! Trying to
    bundle install
    after adding
    gem "solidus_marketplace", git: "<https://github.com/magma-labs/solidus_marketplace>", branch: "rails-6-support"
    to
    Gemfile
    but get:
    Copy code
    Bundler could not find compatible versions for gem "solidus":
      In snapshot (Gemfile.lock):
        solidus (= 3.2.0.alpha)
    
      In Gemfile:
        solidus
    
        solidus_marketplace was resolved to 1.0.0, which depends on
          solidus (>= 2.2, < 3)
    
    Running `bundle update` will rebuild your snapshot from scratch, using only
    the gems in your Gemfile, which may resolve the conflict.
    Any chance anybody knows how to fix?
  • p

    peter

    11/05/2021, 10:44 AM
    You are using a pre-release version of Solidus (3.2.0.alpha), you could do 2 things here. 1) use the released solidus version, or fork the solidus_marketplace extension and update the gemspec there to support the edge version of Solidus.
    🙏 1
    j
    • 2
    • 7
1...789...39Latest