Solidus

Solidus is an enterprise-level, open-source e-commerce platform based on Ruby, designed for building and managing online stores. It offers a flexible and scalable backend for managing product catalogs, order processing, customer management, and payments. Built with Ruby on Rails, Solidus allows for easy customization and integration with other systems. It supports advanced features like multi-store capabilities, customizable product variants, complex pricing rules, and shipping configurations. Solidus is ideal for businesses that need a highly customizable e-commerce solution that can scale with growth and offers the flexibility to tailor the platform to specific business needs.

Our plugin adds the functionality to send SMS via seven.

Installation

Add solidus_seven to your Gemfile:

gem 'solidus_seven'

Bundle your dependencies and run the installation generator:

bin/rails generate solidus_seven:install

Usage

An API key is required for sending. It will use either SevenConfiguration[:api_key], ENV['SEVEN_DUMMY_API_KEY'], or ENV['SEVEN_API_KEY'] in that order, depending on which value is set.

Last updated: 5 days ago