Spree Option type description

This Spree extension adds a description field to Spree::OptionType and displays it on the product details page. It’s useful when you want to provide additional context or guidance for product options like Size, Color, Material, etc.

Features

  • Adds a description column to spree_option_types
  • Displays option type descriptions on the product show page
  • Supports HTML content in descriptions for rich formatting

Installation

  1. Add the extension to your Gemfile:

    gem 'spree_option_type_description', git: 'https://github.com/be-agile/spree_option_type_description'
    
  2. Then run bundle

    bundle install
    
  3. Run the install generator

    bundle exec rails g spree_option_type_description:install
    
  4. Run the database migrations

    rails db:migrate
    
  5. Restart your server

If your server was running, restart it so that it can find the assets properly.

License

This extension is available as open source under the terms of either:

Credits

be agile Co., Ltd.