Skip to content

Cart Button Does Not Appear At All #4668

Answered by elia
GP-Legend asked this question in Troubleshooting
Discussion options

You must be logged in to vote

I tried to recreate the issue locally, I was able to make it work with the latest solidus and rails:

rails new solid2
cd solid2
bundle add solidus
bin/rails g solidus:install # taking all the default options
bin/rails s # the cart button shows up, no errors in console

but I had an issue trying to make it work with Rails 7.0.4 and Solidus 3.1.8, as it can only be installed on rails < 6.2:

Bundler could not find compatible versions for gem "railties":
  In Gemfile:
    rails (~> 7.0.4) was resolved to 7.0.4, which depends on
      railties (= 7.0.4)

    solidus (= 3.1.8) was resolved to 3.1.8, which depends on
      solidus_core (= 3.1.8) was resolved to 3.1.8, which depends on
        ra…

Replies: 6 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@GP-Legend
Comment options

Answer selected by GP-Legend
Comment options

You must be logged in to vote
2 replies
@elia
Comment options

@GP-Legend
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #4665 on October 11, 2022 08:05.