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
0
votes
1 answer

solidus_searchkick - undefined method `deep_symbolize_keys'

I am using Solidus and I want to implement a better search wiht elasticsearch, I'm using solidus_searchkick to do that. But I get the following error: undefined method 'deep_symbolize_keys' for # At…
Fábio Araújo
  • 495
  • 8
  • 11
0
votes
1 answer

Conflict when running Bundle update among gem dependencies using equals-to and twiddle-wakka against the same version

Running across this issue using Bundle Update. Shouldn't the tilde-greater-than or twiddle-wakka and equals-to both resolve to 5.1.0? Bundler could not find compatible versions for gem "actionmailer": In Gemfile: rails (= 5.1) was…
bazfer
  • 23
  • 8
0
votes
1 answer

Solidus: sorting query with many relations

I am learning some Solidus (fork of Spree). I built the sandbox following the readme Now i want to add a scope in Product to build a query that sorts products evaluating every variant. For each product i want to evaluate the lowest variant price of…
0
votes
1 answer

How do views tie into Spree Promotion Actions

I have created a custom promotion action in Spree. (Technically we are using Solidus ) In this promotion action, I have defined my own custom view ( in app/view/spree/admin/promotions/actions/_my_custom_action.html.erb ) I have a select menu and a…
Nmuta
  • 345
  • 4
  • 15
0
votes
0 answers

Issue installing solidus

Quite new to rails development, i'm having an issue when trying to install the Solidus Gem. It worked fine days ago when i first tried it, but since i've installed postgresql and now this is what happens: I type rails new myshop (works fine with…
OpuS
  • 11
  • 3
0
votes
1 answer

Modified checkout form for a signed in user of Spree based application

Im new to using Spree . We are using Solidus which is a fork of Spree 2.4. I would like to customize the checkout flow in my application. For a signed in user we dont want to show the form for shipping address, billing address, contact information…
0
votes
1 answer

ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true

I have built a module in Solidus and ruby on rails and now I try to create tests. I am trying to create some integration tests and I have this…
0
votes
1 answer

Rails loop through inserted variable from database to url for external call

I'm trying to show the line_items of an order from Solidus into the Items table in my rails app. Previously I saved the orders from Solidus to my "Order" (in my app) table with attribute "order_number" I need to insert the order_number into the url…
Ignacio
  • 37
  • 1
  • 9
0
votes
1 answer

How can I override views in Solidus?

How do you override a view in Solidus? Currently I am copying the view from Solidus Gem and into my application - which I find error prone.
notapatch
  • 6,569
  • 6
  • 41
  • 45
0
votes
1 answer

Solidus Datashift type_cast_from_database method undefined

I am using solidus with rails5. I want a feature in my site to bulk import my product with all the associations. I found out that there is a gem datashift_solidus that is here for this purpose. After figuring out how to use it, I was getting an…
omair azam
  • 520
  • 7
  • 14
0
votes
1 answer

Solidus gem dependency issue in Rails 5

I am new to Rails environment and am trying to build an e-commerce site using Solidus gem but getting below dependency issue during bundle install command. The dependency byebug (>= 0) will be unused by any of the platforms Bundler is installing…
0
votes
1 answer

Strong params with permitted_attributes (in Solidus)

I'm using the Solidus eCommerce gem for Ruby on Rails. I'm creating an eCommerce website for sending mail, so I need to be able to attach addresses to individual line items, rather than just the user's billing and shipping addresses. In order to…
Wylliam Judd
  • 9,935
  • 2
  • 26
  • 36
0
votes
1 answer

Is it possible to generate a fake Braintree Client Token or VCR the request?

I have an integration/feature spec in my Spree Rails app that already VCR records the final payment request. However, I can notice still the external call to Braintree to calculate the client token. I looked in the docs and I did not see a test…
reid
  • 546
  • 6
  • 21
0
votes
1 answer

Product as batch of items (but items are all the same) and solidus_product_assembly

I am using Solidus for an e-shop application, and I am trying to handle products that are sold as packs of items. I have a Product "Piece of paper" with a stock count value, and I am only selling those pieces of paper by 50. The item "Piece of…
-1
votes
1 answer

Rails ecommerce platform for rentals

Starting a new site for renting items. What's a good base ecommerce to start with? Solidus? Do any of them handle rental items natively? Plan to host in he heroku.
Jason
  • 3
  • 3