Questions tagged [solidus]

Solidus is an open source e-commerce system. It was forked from the Spree open source project.

Solidus is an open source e-commerce system. It was forked from the Spree open source project. More information is available at https://github.com/solidusio/solidus/ and http://solidus.io/

93 questions
4
votes
1 answer

How to fix 'could not find compatible version for gem "rails"'?

Im literaly bumping my head into a wall and I can not find a solution by myself about this problem. I'm starting a project with Solidus , a Spree commerce fork. I played around with the gem for a litle while and now that I am ready to get serious…
user8116786
4
votes
3 answers

Solidus (Ruby on Rails) - how to change the logo?

I have the demo app up and running but I changed the config/initializers/spree.rb to show: #Frontend: #Custom logo for the frontend config.logo = "logo/1.png" to change the place it looks for the logo at ,BUT (huge butt) im getting an image error.…
matt napper
  • 75
  • 10
3
votes
0 answers

Solidus 2.0.0 and currency symbol_position not working

I am having difficulties to change the symbol position from "$ 100.00" to "100.00 $" in Solidus 2.0.0 I overided app/lib/spree/money.rb and I have added this line for self.default_formatting_rules = { symbol_position: :after } and basically when…
Jonathan Chevalier
  • 993
  • 1
  • 9
  • 18
2
votes
1 answer

Add Tailwind to a Solidus store

I have been trying to add Tailwind to a Solidus store with no luck. Adding Tailwind the usual way you would do on any Rails app does not work, as Tailwind components do not display properly. Unfortunately, I haven't found any guide on how to achieve…
2
votes
1 answer

trying to add solidus to gemfile but having issues

this is what im getting when i add solidus to gemfile Bundler could not find compatible versions for gem "actionmailer": In snapshot (Gemfile.lock): actionmailer (= 7.0.2.3) In Gemfile: rails (~> 7.0.2, >= 7.0.2.3) was resolved to 7.0.2.3, which…
Mus
  • 21
  • 1
2
votes
1 answer

404 on create_intent via solidus_stripe gem

Trying to integrate v3 intents , followed the readme but i keep getting thoses errors on js side : Feature Policy: Skipping unsupported feature name “payment”. v3:1:78187 Feature Policy: Skipping unsupported feature name “payment”.…
plombix
  • 396
  • 3
  • 13
2
votes
1 answer

Active Storage attachment - Can't resolve image into URL: undefined method `attachment_url

A similar question has been asked but none of the solutions have worked for me. Im building an app in solidus and need to generate qr codes for each time a product is created. Im using the rqr gem and then trying to attach the generated rqrcode png…
2
votes
1 answer

Spree vs Solidus for Shopify like application

We are building a multi-tenant SaaS application where our users can easily build e-commerce sites of their own; very similar to what Shopify offers, except that this will be tailored to a specific kind of goods industry - custom integrations with…
2
votes
1 answer

Why am I getting this error in my rails solidus app after installing bootstrap?

I am trying to set up a solidus app with custom css using bootstrap-sass. (I am following this tutorial) Prior to getting this error, the page would load just fine but none of the bootstrap css would load correctly. This error started after I added…
Chris Morgan
  • 85
  • 1
  • 6
2
votes
1 answer

Solidus installation issue with rails 6

I have been trying out to install Solidus on my mac, for which i followed the documentation, https://guides.solidus.io/developers/getting-started/first-time-installation.html I am using ruby version ruby 2.6.3p62 (2019-04-16 revision 67580)…
Mazhar Ghulam
  • 130
  • 1
  • 9
2
votes
1 answer

Solidus ShippingCalculator Error

I am customizing my Solidus project to access Correios' API (Correios is mail and delivery in Brazil) to calculate the shipping, but an error is happen. I am using gem 'correios-frete'. When I run in command line a ruby file (correios.rb listen…
Christiano Matos
  • 323
  • 2
  • 3
  • 16
2
votes
0 answers

Paperclip watermark processor

I'm having issues to execute command in my processor. The same command works in console. Basically, I need to use two commands in one - convert and composite with tile so that watermark is repeated all over the image. The command I ran in console is…
OndrejK
  • 187
  • 1
  • 9
2
votes
1 answer

Solidus ecommerce Internationalization - Change labels with country

I want to change form labels in my Solidus ecommerce application. My particular use case is handling UK addresses where the name "Zip Code" should be changed to "Post Code" - but there could be other localization changes as well. How can I do this?
notapatch
  • 6,569
  • 6
  • 41
  • 45
2
votes
0 answers

How to re-use Spree Image uploading system in another model?

I am learning ruby on rails (Version 4.2). I am working on spree making a web commerce. I have to make a Inspiration page which will contain description(globalize system), a video link, published_on and multiple images. I don't go to use…
HM Tanbir
  • 990
  • 12
  • 30
2
votes
0 answers

Why isn't my class being added to the logo?

I'm working on a project in Rails using Solidus and want to resize the logo I added in. I've done it quite a few times successfully as I've started this project over numerous times but this time it's not resizing. I checked the console and don't…
Optiq
  • 2,835
  • 4
  • 33
  • 68
1
2 3 4 5 6 7