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

    Tyler Pulse

    04/06/2022, 3:40 PM
    Is there a built-in way to attach an excel sheet to a product or will I need to do some customizing?
    j
    • 2
    • 11
  • r

    Rajeswari

    04/07/2022, 3:49 PM
    Hi all, We have a product which is a box, in which we can configure the quantity of products in that box. Say, a box of 8 balls where the can customise the quantity of colour of ball, either blue or red. How we can configure this as a single product with customisable quanity in that box in Solidus. Can any one share your thoughts on this?
    j
    e
    • 3
    • 4
  • b

    bubbaspaarx

    04/07/2022, 4:37 PM
    Hi everyone, We're building an internal ecommerce site to solve a logistics problem and have assigned products to multiple locations. We preferably wanted to send a manifest email to each location owner at the time the order happens, but whilst we can see which locations are linked to a product (stock_items > stock_locations), we don't know which location the system will pick from. Can we know in advance where the product will be picked from?
    j
    m
    • 3
    • 5
  • m

    Mingming

    04/08/2022, 6:34 AM
    Hi community, anyone tried to improve the legacy spree frontend (both admin and consumer site) with tailwindcss or tainwindui? can I just include tailwind css for the legacy spree frontend? I guess Solidus community would know the answer 🙃
    j
    j
    • 3
    • 6
  • j

    johann

    04/09/2022, 12:02 PM
    Hi there! Anybody know how to install Solidus inside a Rails Engine? I'm getting
    The file /home/dev/demo-engines/engines/webshop/db/seeds.rb does not appear to exist
    when doing
    rails generate solidus:install
    .
    Copy code
    rails new demo-engines --database=postgresql --javascript=webpack --css=sass
    cd demo-engines
    rails plugin new engines/webshop --mountable --database=postgresql --javascript=webpack --css=sass
    cd engines/webshop
    bundle add solidus --git <https://github.com/peterberkenbosch/solidus/> --branch rails7
    rails generate solidus:install
  • j

    johann

    04/09/2022, 12:26 PM
    I'm also getting
    Don't know how to build task 'active_storage:install'
    -- but it seems since I'm inside an Engine I have to do
    rails app:active_storage:install
    instead. I managed to find a fix, and will submit a PR now.
  • j

    johann

    04/09/2022, 1:17 PM
    I think I've fixed it, hopefully it doesn't come across as too patchy: https://github.com/solidusio/solidus/pull/4330
  • b

    Brian

    04/09/2022, 2:54 PM
    This may be a better place for this. First posted in #C03L07BUM
  • j

    J Bari

    04/10/2022, 5:51 PM
    Hi all
  • j

    J Bari

    04/10/2022, 5:52 PM
    does anyone know about an extension to upload an image with a line_item in order to print a mug with that image?
  • j

    J Bari

    04/10/2022, 5:52 PM
    or can please guide me on the implementation?
  • j

    J Bari

    04/10/2022, 5:52 PM
    thanks for your time
  • j

    Jared Norman

    04/10/2022, 6:46 PM
    You'll want to add a custom model of some kind to hold the image, add capability to pass that through the populate endpoint, update the frontend with the additional form field, and probably do something to make sure multiple different image customizations end up as different line items, even if they have the same variant.
    j
    • 2
    • 2
  • o

    Oleksandr Pozniak

    04/12/2022, 12:44 PM
    solidus + devise confirmation + discard, when i try to soft destroy the user, in success action it will send confirmation mailer to destroyed user. ahaha. someone know how to fix that?
    k
    • 2
    • 4
  • o

    Oleksandr Pozniak

    04/12/2022, 1:39 PM
    Someone know how i can relaxing validation of a state in the case when i try to update or create user address record?
    k
    • 2
    • 3
  • a

    Ahmed

    04/13/2022, 12:36 AM
    Hi all, I'm having a problem installing Solidus on Rails 6. When I run 'bin/rails generate solidus:install' I get a 'cannot load such file' error
    j
    • 2
    • 2
  • m

    mamhoff

    04/13/2022, 3:35 PM
    Question about the "new" Event system: Do we know in which sequence event handlers are executed when an event is fired? Is that somehow configurable?
    c
    w
    • 3
    • 7
  • o

    Oleksandr Pozniak

    04/14/2022, 12:23 PM
    When I try to create or edit an address, in the sub-tab on the edit user page, I constantly get a message about a successful update, although validation is triggered and no errors are returned. How to fix ?
    k
    • 2
    • 1
  • x

    Xan

    04/14/2022, 7:51 PM
    trying to use the solidus graphql library…
    w
    k
    • 3
    • 21
  • x

    Xan

    04/15/2022, 1:41 PM
    does anyone have an example of pinging products or taxonomies or anything with solidus graphql using javascript?
  • x

    Xan

    04/15/2022, 1:41 PM
    can’t get anything working
  • d

    David Nelson

    04/16/2022, 7:07 PM
    Hi! im encountering this error when i try to install solidus on:
    ruby 2.4.5
    rails 5.2.0
    j
    • 2
    • 6
  • d

    David Nelson

    04/16/2022, 7:07 PM
    with
    solidus 2.10.5
  • d

    David Nelson

    04/16/2022, 7:09 PM
    i only have this generate from solidus:
    Copy code
    Solidus:
      solidus:views:override
  • c

    Cody Baldwin

    04/16/2022, 11:35 PM
    Hi! I am testing adding a menu item to the admin interface. I followed the customization guide, but it was showing up on the login page. It would be a really quick fix to just add a line for the 'condition' variable in the customization docs. I created a stackoverflow Q&A to answer my own question in the meantime, in case anyone else was searching for this. https://stackoverflow.com/questions/71898224/adding-a-admin-interface-menu-item-in-solidus-shows-up-before-user-logged-in/71898225#71898225
    g
    • 2
    • 1
  • b

    bubbaspaarx

    04/20/2022, 10:50 AM
    Not sure if it's an easy implementation or i've missed some documentation, but is there a User panel area for solidus so they can see their orders, track them etc?
    t
    • 2
    • 1
  • z

    Zachary Jones

    04/20/2022, 5:56 PM
    https://solidusio.slack.com/archives/C03L07BUM/p1650477378085779?thread_ts=1649704002.202969&amp;cid=C03L07BUM
  • b

    Bastian

    04/21/2022, 7:27 AM
    Good morning, I’m investigating a new stack for one of my clients. They have a webshop with products they are delivering themselves. Currently they operate in 3 cities with one warehouse per city. Stock management is done in an external ERP and WMS. When it comes to the shops inventory, it’s important that the offered products and their prices can, but might not always be different in each city. A given product may or may not be sold in more than one location. They make use of store credits for returned products. Those credits should be usable across all locations. Some products require the customer to pay a security deposit. Does anyone have an idea is solidus is a good option here? And if so, How I would have to set it up given the given requirements?
    k
    e
    • 3
    • 9
  • o

    Oleksandr Pozniak

    04/21/2022, 2:14 PM
    Does it possible auto generate SKU for the Products in Solidus?
    j
    t
    v
    • 4
    • 6
  • l

    Locon

    04/22/2022, 9:37 PM
    Hi guys, I'm having an issue trying to add a new strong parameter to the checkout controller. I followed the guidelines where I needed to add this to the
    spree.rb
    initializer but for some reason, the checkout controller is not using it.
    Spree.rb
    Copy code
    Spree::PermittedAttributes.payment_attributes << :my_new_attribute
    Copy code
    (byebug) Spree::PermittedAttributes.checkout_payment_attributes
    [:coupon_code, {:payments_attributes=>[:amount, :payment_method_id, :payment_method, {:source_attributes=>[:number, :month, :year, :expiry, :verification_value, :first_name, :last_name, :cc_type, :gateway_customer_profile_id, :gateway_payment_profile_id, :last_digits, :name, :encrypted_data, :existing_card_id, :wallet_payment_source_id, {:address_attributes=>[:id, :name, :firstname, :lastname, :first_name, :last_name, :address1, :address2, :city, :country_id, :state_id, :zipcode, :phone, :state_name, :country_iso, :alternative_phone, :company, {:country=>[:iso, :name, :iso3, :iso_name], :state=>[:name, :abbr]}]}]}]}]
    
    (byebug) Spree::PermittedAttributes.payment_attributes
    [:amount, :payment_method_id, :payment_method, :my_new_attribute]
    Where in theory
    checkout_payment_attributes
    uses
    payment_attributes
    Also the controller uses this method imported from the module
    Copy code
    (byebug) permitted_checkout_payment_attributes
    [:coupon_code, {:payments_attributes=>[:amount, :payment_method_id, :payment_method, {:source_attributes=>[:number, :month, :year, :expiry, :verification_value, :first_name, :last_name, :cc_type, :gateway_customer_profile_id, :gateway_payment_profile_id, :last_digits, :name,:existing_card_id, :wallet_payment_source_id, {:address_attributes=>[:id, :name, :firstname, :lastname, :company, {:country=>[:iso, :name, :iso3, :iso_name], :state=>[:name, :abbr]}]}]}]}]
    And you can see that
    my_new_attribute
    is not included as well. Am I missing something? Thanks in advance!
    c
    • 2
    • 6
1...141516...39Latest