To override a replacement image without an image. Create the following folder in the rails project
app/assets/images/noimage
Create the following image files with the file extension png. The name and file extension are critical, otherwise you would not override the default version of the spree version
- large.png
- mini.png
- product.png
- small.png
Make sure you match the default resolution of the images when you create assets without an image.
large(240x240) mini(48x48) product(240x240) small(100x100)
source share