Skip to content

Developer Tools

Developer Tools allow connecting your own CSS, JavaScript, and HTML to the Orderino interface for fine-tuning the appearance and adding additional logic. This is useful if the standard application settings are not sufficient for your scenarios.

Capabilities

Using this section, you can:

  • Add custom CSS styles to change the appearance of interface elements.
  • Connect JavaScript scripts to implement custom logic and client-side integrations.
  • Insert HTML blocks at the bottom of the page (for example, counters, widgets, or service panels).

For questions about implementing complex scenarios and code limitations, you can contact support at support@orderino.com.

Configuration parameters

Settings

  • Enabled? — checkbox that allows or prohibits applying custom CSS/JS/HTML in the account.
  • CSS — textarea field for inserting custom CSS styles.
  • JavaScript — textarea field for inserting custom JS scripts.
  • HTML — textarea field for HTML code that will be added at the bottom of the page.