Anthony Francis
02/15/2025, 10:55 AMbundle add solidus
bin/rails g solidus:install
1. Verified that application.tailwind.css
is present and included in application.html.erb
.
2. Restarted the Rails server and recompiled assets using rails assets:precompile
.
3. Checked the browser console, but there are no Tailwind classes being applied.
I’ve attached an image below to show what’s happening. Has anyone run into this before? Could it be something with how Solidus handles assets? I’d really appreciate any help or pointers.Anthony Francis
02/15/2025, 12:29 PMconfig.currency = "GBP"
in my Solidus app and updating the Default Currency to GBP in the admin settings. Now, when I try to add a GBP product or variant to the cart, I get the error:
"Price is not valid"Has anyone run into this before? I’d really appreciate any help or pointers.
Anthony Francis
02/16/2025, 2:01 PMDaniel
02/17/2025, 2:00 PMEugene C
02/17/2025, 7:23 PMRails/Delegate
cop; running rubocop locally shows no offences. anyone knows what could be the reason? 🤔John Palacios
02/22/2025, 12:06 AMJohn Palacios
02/22/2025, 12:07 AMJohn Palacios
02/22/2025, 12:08 AMvictor
02/27/2025, 8:26 AMFabian V. Thobe
03/01/2025, 4:03 PMSam Sperling
03/03/2025, 8:05 PMFabian V. Thobe
03/03/2025, 11:09 PMSam Sperling
03/04/2025, 6:46 PMFabian V. Thobe
03/11/2025, 5:37 PMAlex P
03/20/2025, 7:52 PMAlex P
03/20/2025, 8:01 PMSpree::ShippingCalculator
, which makes the API request. But the API will return multiple shipment methods. So should I have a custom BasicShippingCalculator
and ExpressShippingCalculator
that returns the “best” option for each class of shipping? Or is there a better way?sairamsupermarketdev
03/24/2025, 12:49 PMsairamsupermarketdev
03/24/2025, 12:51 PMsairamsupermarketdev
03/24/2025, 12:51 PMsairamsupermarketdev
03/24/2025, 1:53 PMsairamsupermarketdev
03/25/2025, 4:20 AMLee Irving
03/25/2025, 9:56 AMDoug DeBold
03/31/2025, 2:56 PMBrain Art
04/01/2025, 10:38 AMLee Irving
04/02/2025, 7:18 AMThe single-table inheritance mechanism failed to locate the subclass: 'Spree::Promotion::Actions::CreateLineItems'. This error is raised because the column 'type' is reserved for storing the class in case of inheritance. Please rename this column if you didn't intend it to be used for storing the inheritance class or overwrite Spree::PromotionAction.inheritance_column to use another column for that information. If you wish to disable single-table inheritance for Spree::PromotionAction set Spree::PromotionAction.inheritance_column to nil
This system was originally Spree so I am guessing it could be a difference between Spree & Solidus. I'm not seeing anything in the issues list for it, a similar one I found was here: https://github.com/solidusio/solidus/issues/3119
Any ideas?
Im wondering if the type field is redundant now or whether I need to disable the STIsairamsupermarketdev
04/02/2025, 10:47 AMsairamsupermarketdev
04/02/2025, 10:49 AMeither width or height must be specified
Extracted source (around line #15):
13
14
15
16
17
18
def call
if image
image_tag image.url(size), default_options.merge(options)
else
content_tag :div, nil, class: ['image-placeholder', size].join(' ')
end
how to fix itFabian V. Thobe
04/04/2025, 2:16 PMGerald Müller
04/04/2025, 2:29 PMGerald Müller
04/04/2025, 2:30 PM