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

    Jay

    09/25/2022, 7:25 AM
    Kindly note this is in production. Thanks
  • j

    Jay

    09/25/2022, 7:24 AM
    Also sometimes images fail to load completely. Any help will be greatly appreciated. Thanks
    k
    w
    • 3
    • 7
  • m

    M C

    09/26/2022, 11:59 AM
    Hi everyone: I googled and searched the chat logs, but couldnt find anything. Is there a library/gem for accepting cryptocurrency payments?
    👍 1
    e
    s
    • 3
    • 3
  • z

    Zachary Jones

    09/26/2022, 11:15 PM
    Hey all, wondering if anyone is familiar enough with the
    solidus_shipstation
    gem, to know why the pending-shipments query scopes on the parent
    spree_order.updated_at
    field , instead of on the
    spree_shipement.updated_at
    ?
    w
    a
    • 3
    • 8
  • t

    Test Account

    09/27/2022, 7:43 AM
    Hello! Anybody know what's up with this routing error?
    uninitialized constant Spree::HomeController Did you mean? Spree::HomeControllerDecorator
    when going to https://localhost:3000/marketplace --
    Copy code
    # config/routes.rb
    mount Spree::Core::Engine, at: "/marketplace"
    get "/marketplace", to: "spree/home#index"
    
    --
    
    # rails routes
              spree    /marketplace Spree::Core::Engine
    marketplace GET    /marketplace(.:format) spree/home#index
    e
    a
    • 3
    • 25
  • a

    Ali Hussain

    09/27/2022, 11:26 AM
    Hi guys, I want to associate the inventory stock with solidus products and have a sale/discount on items which are near expiration on the same time there can be product's batch which is not expired and their cost will remain the same without the discount/sale. Have anybody implemented the expiry/good until/ use-cases in solidus? Does this kind of feature support exists in solidus?
    w
    • 2
    • 3
  • s

    Sabo

    09/27/2022, 5:04 PM
    Hi 👋 with reference to an issue (https://github.com/solidusio/solidus/issues/4645) I would override
    solidus_auth_devise/app/models/spree/*user.rb*
    I know how to add or update functions (https://guides.solidus.io/developers/customizations/decorators) but how to remove some code like def function or call function ?
    n
    w
    • 3
    • 7
  • w

    Wladjmir

    09/28/2022, 9:40 AM
    Hello, i’m testing production and i need to face a problem with product images attachments hosted on a S3, i mean that the url are not permanent. after some search i thought that setting active storage on proxy mode (:rails_storage_proxy) would be enough, but this does not seems to work, i’ve always the same url to s3 bucket. has anyone experience with that? maybe i could change directly the render code of image obtaining url with something like rails_representation_url(image, only_path: true), but this should be done out of the box, and i do not understand exactly why does not work, maybe the problem is the engine behaviour? Thanks
    w
    m
    • 3
    • 9
  • j

    Jay

    09/28/2022, 5:59 PM
    Hello guys I'm still having an issue with the following error on my browser console while still not being able to display images on my solidus demo site. While this might not be a solidus issue. Im curious how you guys may have come about this issue. Thanks. The following is the code for the
    Copy code
    config/storage.yml
    
    digitalocean:
      service: S3
      endpoint: <https://sfo3.digitaloceanspaces.com>
      access_key_id: <%= Rails.application.credentials.dig(:digitalocean, :access_key) %>
      secret_access_key: <%= Rails.application.credentials.dig(:digitalocean, :secret) %>
      bucket: bizdigitalspaces
      public: true
      region: unused
    w
    • 2
    • 3
  • j

    Jeison F. Poveda

    09/29/2022, 12:10 AM
    Hi I have this problem: Could not open library 'libvips.so.42': libvips.so.42: cannot open shared object file: No such file or directory I'm just getting started. I found it fascinating
    c
    w
    • 3
    • 5
  • j

    Jeison F. Poveda

    09/29/2022, 5:11 AM
    how can I deactivate this selection bar, I have searched everywhere.
    w
    • 2
    • 2
  • m

    Marie Lamoureux

    09/29/2022, 9:20 AM
    Hi community 👋 I'm just starting with Solidus and I'm a bit confused on how to customise it. If I understand well, I need to create my own frontend views in a new folder. I tried this command to generate a copy of the views:
    Copy code
    bundle exec rails g solidus:views:override
    and it gives me this error message
    Could not find generator 'solidus:views:override'.
    I created the app with the following command:
    Copy code
    rails new \
      -d postgresql \
      -j webpack \ solidus-test
    bundle add solidus
    bin/rails g solidus:install
    I'm using Rails 7
    k
    • 2
    • 2
  • s

    Slackbot

    09/29/2022, 9:49 PM
    This message was deleted.
    w
    t
    • 3
    • 9
  • t

    Tyler Kocheff

    09/30/2022, 9:26 PM
    Question regarding Solidus versioning EOL. One of our first sites is currently on Solidus 2.11.17. I noticed the EOL policy states that minor versions will be supported for 18 months from initial release, and the initial release blog post of 2.11 mentions an EOL of 2022-04-23, but I don't see 2.11.17 in the Solidus changelog to calculate its EOL date. Closest release is 2.11.15 on 2022-03-10 which I think implies we're still OK on this version for a bit. Is there a table anywhere showing the EOL dates for different Solidus versions? If not that might be an awesome addition to that EOL policy page. 🙂
    e
    • 2
    • 5
  • s

    Sabo

    10/03/2022, 6:31 AM
    Hello 👋 It's not really an issue directly with Solidus, I added to my solidus project the gem ahoy (https://github.com/ankane/ahoy) for server-side Analytics but I get an error when I try to login in with an User
    Copy code
    NameError in Spree::UserSessionsController#create
    
    Rails couldn't find a valid model for User association. Please provide the :class_name option on the association declaration. If :class_name is already provided, make sure it's an ActiveRecord::Base subclass.
    
    
    Extracted source (around line #19):
        authenticate_spree_user!
    
        if spree_user_signed_in?
          respond_to do |format|
            format.html do
              flash[:success] = I18n.t('spree.logged_in_succesfully')
    
    
    app/controllers/spree/user_sessions_controller.rb:19:in `create' 
    Exception Causes
    
    NameError: uninitialized constant Ahoy::Visit::User raise NameError.new("uninitialized constant #{candidates.first}", candidates.first) ^^^^^
    There is not
    Ahoy::Visit::User
    I guess the controller is looking for
    Spree::User
    ? The issue : https://github.com/ankane/ahoy/issues/513
    e
    s
    • 3
    • 4
  • m

    Manu

    10/03/2022, 1:25 PM
    Hi! I’m having a problem with the solidus_stripe gem. I’m getting this error because I’m using V3 Intents and V3 Elements:
    Copy code
    A token may not be passed in as a PaymentMethod. Instead, create a PaymentMethod or convert your token to a PaymentMethod by setting the `card[token]` parameter to ...
    I don’t understand the explanation provided by this closed issues : • https://github.com/solidusio/solidus_stripe/issues/131 • https://github.com/solidusio/solidus_stripe/issues/71#issuecomment-736282633 Why can’t we use both Elements V3 and Intents V3? Because if I only use Intents V3 my credit card form is systematically empty (no JS generated inputs). It looks like it needs Elements V3... Any help appreciated, thanks!
    s
    • 2
    • 4
  • c

    Chirag Jain

    10/04/2022, 10:51 AM
    bin/rails generate solidus:install --frontend=solidus_starter_frontend is stuck while running "" " break down solidus installing solidus_starter_frontend Warning: the running version of Bundler (2.1.4) is older than the version that created the lockfile (2.3.22). We suggest you to upgrade to the version that created the lockfile by running
    gem install bundler:2.3.22
    .""
    e
    • 2
    • 20
  • l

    Leandro Bortolotto

    10/04/2022, 4:19 PM
    Hello everyone. My name is Leandro and I’m choosing an e-commerce platform to develop a Marketplace. I have the following requirements: • I already have an application in Vue.js (which is linked to my proprietary web SaaS - nothing to do with eComm) and I would like to add a headless e-commerce solution to this website. • The frontend will be completely developed by our team in Vue.js. • The application will be a marketplace. And my partners (which will have the stores in there) will sell through my marketplace will upload their brand and product details, such as: logo, description, product photos, product descriptions, etc. ◦ Question about product description? Can I’ve a metadata here? Or a field where I add an extra information? • IMPORTANT: My SaaS offer 4 different plans: Free, Monthly, Yearly, or Business, plus a regular visitor, a Guest. And my partners will give different perks to my clients, depending on my client’s plan. These 5 profiles (Guest, Free, Monthly, Yearly, or Business) will see different prices and different bonuses ◦ For example. Prices from Partner A, Product X for: ▪︎ Guest: see normal price, $ 100. ▪︎ Free: see normal price, $ 100 and it gets a PDF as a perk. ▪︎ Montly: see normal price + price with a discount, $100 (-10%) = $ 90. ▪︎ Yearly: see normal price + price with a discount, $100 (-30%) = $ 70. ◦ Another example. Prices from Partner B, Product Y for: ▪︎ Guest: see normal price, $ 100. ▪︎ Free: see normal price + price with a discount, $100 (-5%) = $ 95. ▪︎ Montly: see normal price + price with a discount, $100 (-10%) = $ 90 + get an eBook. ▪︎ Yearly: see normal price + price with a discount, $100 (-20%) = $ 80 + 30min one-on-one call with the expert valued at $ 150. ◦ So I’ll need to show all these differences throughout the website based on the user’s plan on my Vue.js app. Question for you guys: can I use the open-source solution and easily have the combination price / bonus / user type in a marketplace? Or would this mean a lot of work? How much work do you think it would take from my development team to do this personalisation? Plus, can I add to the Basket Preview and Checkout page the feature to show to different users different results? I.e., to a Guest user the system would show that if he/she upgrades to our Monthly subscription plan to my SaaS it would get $ 25 discount in this purchase. And if he/she chooses the Yearly plan it would get $ 32 discount + 30min one-on-one call with the expert valued at $ 150. Something like that… In short, I would like to be able to retrieve the perks/bonuses at any time so I can show to each user a different thing. In your experience, can I create this marketplace with the open-source version? Thank you in advance.
    c
    b
    t
    • 4
    • 19
  • l

    Leandro Bortolotto

    10/04/2022, 4:19 PM
    Thank you in advance.
  • s

    Sabo

    10/05/2022, 9:29 AM
    Hello, I would link two spree model Product and Discussion (created) with
    has_and_belongs_to_many
    but I would create a join table something like
    spree_discussions_products.discussion_id
    if possible, it is possible to specify an other name for the columns with
    rails g migration CreateTableJoinSpreeProductSpreeDicussion ....
    ?
    ✅ 1
    • 1
    • 1
  • g

    Gustavo Alvarado

    10/06/2022, 6:41 PM
    Hello, can you please provide me with a tutorial or documentation to deploy Solidus on AWS.
    k
    • 2
    • 2
  • g

    Gustavo Alvarado

    10/06/2022, 6:41 PM
    Thank You !!!
  • j

    Jared Norman

    10/06/2022, 6:46 PM
    Deploying Solidus on AWS isn't meaningfully different than deploying any other Rails application on Solidus. The one gotcha people run into is that you need to make sure that the S3 bucket you store your images in is set up so ActiveStorage will generate public URLs, as Solidus's default frontend will cache those URLs, so if they are expiring URLs it'll break.
    w
    • 2
    • 2
  • w

    Wladjmir

    10/06/2022, 7:32 PM
    Hi, i’ve mounted my engine on a subdomain root, having another engine in my app and trying to share authentication, i would need to route the devise login path to my main app root. it’s possible?
    e
    • 2
    • 3
  • t

    Test Account

    10/07/2022, 10:28 PM
    I don't suppose there's a way to install solidus_starter_frontend into a namespace instead of root?
  • t

    Test Account

    10/07/2022, 10:30 PM
    I should probably add it as a feature request to the GH repo 👍
    👍 1
  • t

    Test Account

    10/08/2022, 1:27 AM
    Silly question but is solidus_auth_devise meant as a drop-in replacement for existing installments of devise?
    e
    • 2
    • 3
  • t

    Test Account

    10/08/2022, 1:32 AM
    My app uses devise for basic forum auth at /. Then it has dating app functionality in
    /dating
    that uses the same devise but includes a couple of extra fields (gender etc.) Solidus is intended to go to
    /marketplace
    .
  • t

    Test Account

    10/08/2022, 1:33 AM
    Sorry if im not making any sense, I haven't slept in days...
  • t

    Test Account

    10/08/2022, 1:35 AM
    Ah I see: https://edgeguides.solidus.io/advanced-solidus/custom-authentication/
    Solidus requires a
    User
    model in order to take advantage of all its features. This model can have any name, and Solidus can integrate with your application's existing authentication system.
1...242526...39Latest