legacy-guides.solidus.io Open in urlscan Pro
2606:4700:20::ac43:4b63  Public Scan

Submitted URL: http://legacy-guides.solidus.io/
Effective URL: https://legacy-guides.solidus.io/developers/
Submission Tags: @phish_report
Submission: On November 03 via api from FI — Scanned from FI

Form analysis 1 forms found in the DOM

<form class="search-box" novalidate="">
  <div class="form-group form-group-submittable">
    <div class="has-float-label">
      <span class="algolia-autocomplete" style="position: relative; display: inline-block; direction: ltr;"><input type="text" class="form-control h-auto placeholder-shown ds-hint" value="" readonly="" aria-hidden="true" autocomplete="off"
          spellcheck="false" tabindex="-1" style="position: absolute; top: 0px; left: 0px; border-color: transparent; box-shadow: none; opacity: 1; background: none 0% 0% / auto repeat scroll padding-box padding-box rgb(255, 255, 255);"><input
          type="text" class="form-control h-auto placeholder-shown ds-input" name="inputSearch" id="inputSearch" placeholder="Search Solidus Documentation" value="" autocomplete="off" spellcheck="false" role="combobox" aria-autocomplete="list"
          aria-expanded="false" aria-label="search input" aria-owns="algolia-autocomplete-listbox-0" dir="auto" style="position: relative; vertical-align: top; background-color: transparent;">
        <pre aria-hidden="true"
          style="position: absolute; visibility: hidden; white-space: pre; font-family: sofia-pro, -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; word-spacing: 0px; letter-spacing: normal; text-indent: 0px; text-rendering: auto; text-transform: none;"></pre>
        <span class="ds-dropdown-menu" role="listbox" id="algolia-autocomplete-listbox-0" style="position: absolute; top: 100%; z-index: 100; display: none; left: 0px; right: auto;">
          <div class="ds-dataset-1"></div>
        </span>
      </span>
      <label for="inputSearch">Search Solidus Documentation</label>
      <button type="submit" class="btn btn-link"><!--?xml version="1.0" encoding="utf-8" ?-->
        <!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
        <svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="20" height="20" viewBox="-269 291 19.8 20" enable-background="new -269 291 19.8 20" xml:space="preserve"
          class="isvg" preserveAspectRatio="xMidYMid meet">
          <path d="M-255.4,299.6c0-1.4-0.6-2.8-1.6-3.8s-2.4-1.6-3.8-1.6s-2.8,0.6-3.8,1.6s-1.6,2.4-1.6,3.8s0.6,2.8,1.6,3.8s2.4,1.6,3.8,1.6
	s2.8-0.6,3.8-1.6S-255.4,301.2-255.4,299.6z M-249.2,309.6c0,0.4-0.2,0.8-0.4,1c-0.2,0.2-0.6,0.4-1,0.4s-0.8-0.2-1-0.4l-4.2-4.2
	c-1.4,1-3,1.4-4.8,1.4c-1.2,0-2.2-0.2-3.2-0.6s-2-1-2.8-1.8s-1.4-1.6-1.8-2.8s-0.6-2.2-0.6-3.2c0-1.2,0.2-2.2,0.6-3.2s1-2,1.8-2.8
	s1.6-1.4,2.8-1.8c1-0.4,2.2-0.6,3.2-0.6s2.2,0.2,3.2,0.6s2,1,2.8,1.8s1.4,1.6,1.8,2.8c0.4,1,0.6,2.2,0.6,3.2c0,1.8-0.4,3.4-1.4,4.8
	l4.2,4.2C-249.4,308.8-249.2,309.2-249.2,309.6z"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

Text Content

 * Developers Guide
 * Users Guide


Search Solidus Documentation


SOLIDUS DEVELOPERS GUIDE

This guide provides a foundation for web developers to learn the Solidus
ecommerce platform. Use it while you build out your Solidus store.

Solidus is an open source ecommerce solution built with Ruby on Rails and
maintained by a community of passionate developers. Before you can launch a
store with Solidus, you should already have experience with the Ruby programming
language and Ruby on Rails .

If Ruby on Rails is new to you, start by reading the Rails Guides and Michael
Hartl's Ruby on Rails Tutorial .


GETTING HELP

If you're following this guide and still having trouble installing Solidus, join
the Solidus Slack team and start a conversation in the #support channel .

If you are still not able to get Solidus running, open an issue on GitHub with
any information you think would help to reproduce the issues you're having. That
would include your operating system and its version, the versions of Ruby,
Rails, and SQLite 3 that you are running, and the specific error messages you
are receiving during installation.


SECURITY UPDATES

The best way to receive all the security announcements is to enable alerts for
vulnerable dependencies in GitHub or to subscribe to the Solidus Security
mailing list . The mailing list is very low traffic, and it receives the public
notifications the moment the vulnerability is published.

You can find more information on our official security policy page .


FEEDBACK

Solidus is an open source platform supported by the community. We encourage
everyone using Solidus to contribute back to the documentation and the code.

If you’re interested in contributing to the docs, get started with the
contributing guidelines. If you see something that needs fixing and can’t do it
yourself, please send us an email.


DEVELOPERS GUIDE

 * Getting started
   * First-time installation
   * Installation options
   * Develop Solidus
   * Forking Solidus
   * Customer flow
   * System Requirements

--------------------------------------------------------------------------------

 * API
   * Reference

--------------------------------------------------------------------------------

 * Adjustments
   * Overview
 * Assets
   * Asset management
   * Override Solidus assets
 * Calculators
   * Overview
   * Promotion calculators
   * Shipping calculators
   * Tax calculator
 * Customizations
   * Overview
   * Customizing the Storefront
   * Customizing the Admin Panel
   * Monkey Patches
   * State Machines
   * Customizing Assets
   * Customizing Permissions
   * Customizing Model Attributes
   * Customizing Mailers
 * Extensions
   * Installing extensions
   * Writing extensions
   * Testing extensions
 * Events
   * Overview
 * Inventory
   * Overview
   * Inventory units
   * Stock items
   * Stock movements
 * Locations
   * Overview
   * Countries and states
   * Zones
 * Orders
   * Overview
   * Display total methods
   * Order state machine
   * Payment states
   * Update orders
 * Payments
   * Overview
   * Payment methods
   * Payment processing
   * Payment service providers
   * Payment sources
   * Payments
   * Refunds
 * Preferences
   * Add model preferences
   * App configuration
   * Class extension points
 * Products and variants
   * Overview
   * Multi-currency support
   * Product images
   * Product properties
   * Products
   * Taxonomies and taxons
   * Variants
 * Promotions
   * Overview
   * Promotion actions
   * Promotion handlers
   * Promotion rules
 * Returns
   * Overview
   * Customer returns
   * Reimbursement types
   * Reimbursements
   * Return authorizations
   * Return items
 * Shipments
   * Overview
   * Cartons
   * Custom shipping calculators
   * Shipment setup examples
   * Shipping method filters
   * Solidus active shipping extensions
   * Split shipments
   * User interface for shipments
 * Taxation
   * Overview
   * Custom tax calculators
   * Displaying prices
   * Example tax setups
   * Value-added tax (VAT)
 * Upgrades
   * Overview
   * Migrate from Spree
   * Versioning guidelines
 * Users
   * Addresses
   * Custom authentication
 * Views
   * Custom frontend
   * Override views

--------------------------------------------------------------------------------

 * Integrations
   * Google Analytics

--------------------------------------------------------------------------------

 * Contributing

Get Help on Slack

Maintained by the core team with the help of our our contributors, directed by
Nebulab.
 * 
 * 
 * 
 *