https://solidus.io logo
Join Slack
Powered by
# general
  • f

    Fabian V. Thobe

    03/05/2025, 11:01 PM
    You should also take a look at the guide and building your own extension.
  • d

    David Hill

    03/06/2025, 1:48 AM
    Currently I'm planning to use the starter storefront, but we'll see what happens. We need an ecommerce/storefront for the application we're building, so I'm doing a spike to see what we can do with solidus
  • f

    Fabian V. Thobe

    03/06/2025, 9:11 AM
    So different auth simple shop or do you need also subscriptions and everything?
  • d

    David Hill

    03/06/2025, 12:30 PM
    I think "different auth simple shop" is what we're looking for. As yet I'm not aware of any subscriptions or anything like that
    f
    • 2
    • 1
  • f

    Fabian V. Thobe

    03/06/2025, 6:33 PM
    Hey, we reached some backlog on the PRs. What would be a realistical time frame for you guys to go down the blocks and comment so that we can make adjustments on names and taxes.
  • s

    Slackbot

    03/08/2025, 6:25 PM
    This message was deleted.
    👎 1
    spam 1
    f
    j
    • 3
    • 2
  • f

    Fabian V. Thobe

    03/08/2025, 7:24 PM
    @Jared Norman How do you handle remote areas with shipping surcharge in the US? Do you use zip code based zones as well? I have the feeling everybody uses it in some way and we should consider bringing it into core.
    j
    • 2
    • 4
  • f

    Fabian V. Thobe

    03/09/2025, 4:12 PM
    We should maybe consider renaming products inside the mainmenu of the new admin to catalogue. Main menu items and the contained sub detail pages and table views should not have the same name.
  • f

    Fabian V. Thobe

    03/09/2025, 4:44 PM
    Also changing the icons promotions and orders to something more related (eg 🛒 for orders and % for promotions seems indicated)
  • f

    Fabian V. Thobe

    03/10/2025, 3:47 PM
    Hey, the easypost extension is largely broken, we have fully restored it but it seems like that it’s not realistic to make a PR against the current version. The changes where immensely complex as multiple iterations of Solidus as well as Easypost APIs had to be skipped. We have no intention of doing all incremental steps of solidus but would make the current version available. Changes: • The extension also supports inbound and outbound shipments now • products can be configured for reverse economy (I buy instead of selling), the feature can also be fully ignored • shipment methods can be created manually now (before only automatically) • tresholds for shipment co pay for remote areas is supported (if shipping costs less than x make free, otherwise x €) Do you people want it as an extension?
    j
    c
    • 3
    • 19
  • f

    Fabian V. Thobe

    03/10/2025, 11:48 PM
    We are in the middle of the process of toying around with meta data having already pushed a trade-in and inbound sales process (buy a repair and ship in your smartphone). We felt a need for a PO-Number field that stores the customer reference in order meta data. Should we bring that to core and starter? The field looks up if the address field is filled out and offers a PO field if company is not empty.
    t
    • 2
    • 6
  • p

    Paweł Kaliniak

    03/17/2025, 3:36 PM
    Hi! I am trying to compare Shopify with Solidus. Currently I am trying to compare architecture of both solutions. Where can I find documented architecture of Solidus?
    j
    c
    • 3
    • 19
  • f

    Fabian V. Thobe

    03/18/2025, 10:42 AM
    Hey, is there any chance to receive feedback following stale PRs: • 6169 • 6168 • 6159
  • f

    Fabian V. Thobe

    03/18/2025, 10:44 AM
    #6159 I’d like to know if the maintainers rally behind the solution, as it seems from the comment the solution was not fully understood. #6168 and #6169: have received some comments, but I believe the authors were not fully aware that the data added to address is not relevant to privacy.
  • f

    Fabian V. Thobe

    03/18/2025, 10:44 AM
    I’d really appreciate if we could work towards a definitive solution to either close or proceed to have them made fit for upstream.
    t
    • 2
    • 4
  • f

    Fabian V. Thobe

    03/20/2025, 8:47 AM
    Can somebody open up a branch in the starter for TW 4.0?
    k
    e
    • 3
    • 5
  • f

    Fabian V. Thobe

    03/20/2025, 8:47 AM
    We are looking into this.
  • f

    Fabian V. Thobe

    03/20/2025, 1:22 PM
    Hey Guys, I am happy to announce that solidus_static_content has been restored. Some questions: • Should we drop unsupported versions from the master / main and make a new release? • I have never updated a gem to a new version, could one of you handle that?
    👍🏻 1
    t
    • 2
    • 3
  • f

    Fabian V. Thobe

    03/21/2025, 11:59 AM
    Out of curiosity: how many of you use webhooks? Is that something rarely used or very common? I assume most of us use services that allow tracking. Maybe it would be good to allow a setting that adds two additional shipping states (in_transit and delivered).
    c
    • 2
    • 4
  • f

    Fabian V. Thobe

    03/23/2025, 3:46 PM
    I saw that most stores doesn’t use the prefix
    /t/
    for taxons and
    /products/
    . Given that most stores probably don’t meet really performance hindering amounts of store categories and pages that hinder performance, do we want to remove it from the starter with maybe some comments or a configuration?
    e
    v
    • 3
    • 5
  • s

    Slackbot

    03/26/2025, 11:12 AM
    This message was deleted.
    t
    c
    f
    • 4
    • 3
  • f

    Fabian V. Thobe

    04/03/2025, 8:26 PM
    Hey, we should use the redesign to also solve following two issues: there should nerve be two menu options with the same name: 1. I suggest to rename Side Bar Main Menu “Products” to “Catalogue”
    🙌 1
  • f

    Fabian V. Thobe

    04/08/2025, 2:05 PM
    Hey, we are working out tailwind and schema on frontend, could somebody invest two minutes to merge this: https://github.com/solidusio/solidus/pull/6209 It adds brands to products made identically to primary taxon.
    v
    • 2
    • 1
  • f

    Fabian V. Thobe

    04/09/2025, 2:05 PM
    We have implemented groups separately from pricelists to have the possibility to provide it upstream more granular. It allows to assign default groups at sign up, has a group management interface and has been stripped of pricelists. This enables merchants to segment customers for analytical purposes by store or any metric they see fit. Do you want this into core?
  • a

    Animatic

    04/13/2025, 6:35 AM
    👋 Hi everyone!
  • s

    Slackbot

    04/14/2025, 8:42 AM
    This message was deleted.
    t
    • 2
    • 1
  • j

    Jared Norman

    04/14/2025, 10:22 AM
    Holy hell, the spam won’t stop.
    🤣 1
    t
    i
    • 3
    • 2
  • j

    Jared Norman

    04/15/2025, 9:55 AM
    I wish it were more convenient to disable accounts from my phone… the spammers clearly noticed I was travelling in Japan and came out in full force.
    👍🏻 1
    👍 1
    t
    • 2
    • 1
  • s

    Slackbot

    04/20/2025, 6:38 PM
    This message was deleted.
    ban 1
    t
    • 2
    • 1
  • a

    Alex P

    05/01/2025, 7:08 PM
    I really wish the Solidus Rubydocs were hosted somewhere on Solidus.io, rather than on rubydoc.info. I always find Rubydoc really slow.
    j
    • 2
    • 1